Logo
Explore Help
Sign in
starred/documenso
1
0
Fork
You've already forked documenso
0
mirror of https://github.com/documenso/documenso.git synced 2026-04-24 21:36:01 +03:00
Code Issues 248 Projects Releases 10 Packages Wiki Activity
10 releases 215 tags
  • v2.3.0 df678d7d69

    v2.3.0 Stable

    kerem released this 2025-12-17 14:10:47 +03:00 | 234 commits to main since this release

    📅 Originally published on GitHub: Thu, 18 Dec 2025 01:02:51 GMT
    🏷️ Git tag created: Wed, 17 Dec 2025 11:10:47 GMT

    What's Changed

    • fix: add debug logging for ai streaming by @Mythie in https://github.com/documenso/documenso/pull/2275
    • fix: pass canvas context to napi-rs/canvas by @Mythie in https://github.com/documenso/documenso/pull/2276
    • fix(i18n): mark missing toast messages for translation by @mKoonrad in https://github.com/documenso/documenso/pull/2274
    • chore: add translations by @Mythie in https://github.com/documenso/documenso/pull/2259
    • chore: upgrade dependencies by @Mythie in https://github.com/documenso/documenso/pull/2278
    • fix: embed authoring permission issue by @tedliang in https://github.com/documenso/documenso/pull/2279
    • fix: use skia-canvas with pdfjs to avoid N-API errors by @Mythie in https://github.com/documenso/documenso/pull/2281
    • fix: polyfill promise.withResolvers by @Mythie in https://github.com/documenso/documenso/pull/2282
    • fix: export loader for personal document preferences by @Mythie in https://github.com/documenso/documenso/pull/2283
    • chore: add docs for ai features by @Mythie in https://github.com/documenso/documenso/pull/2284
    • chore: optimize tests by @dguyen in https://github.com/documenso/documenso/pull/2280
    • feat: add empty emails for envelopes by @dguyen in https://github.com/documenso/documenso/pull/2267
    • feat: include CC role in removed recipient email check by @catalinpit in https://github.com/documenso/documenso/pull/2285
    • fix: translation extraction job by @dguyen in https://github.com/documenso/documenso/pull/2288
    • feat: add envelope audit logs endpoint by @ephraimduncan in https://github.com/documenso/documenso/pull/2232
    • feat: resource restriction in presign token by @tedliang in https://github.com/documenso/documenso/pull/2150
    • fix: update server only urls to use private internal web app url by @Mythie in https://github.com/documenso/documenso/pull/2290
    • fix: upgrade react-email/render by @Mythie in https://github.com/documenso/documenso/pull/2297
    • fix: invalidate sessions on password reset and update by @ephraimduncan in https://github.com/documenso/documenso/pull/2076
    • chore: extract translations by @github-actions[bot] in https://github.com/documenso/documenso/pull/2289
    • chore: update existing pt-BR translations after commit #2289 by @Dailson-Allves in https://github.com/documenso/documenso/pull/2300
    • fix(i18n): add pluralization to ai features by @mKoonrad in https://github.com/documenso/documenso/pull/2301
    • refactor: extract image-helpers by @tedliang in https://github.com/documenso/documenso/pull/2261
    • chore: add missing dropdown image by @dguyen in https://github.com/documenso/documenso/pull/2304
    • fix: make ai features more discoverable by @Mythie in https://github.com/documenso/documenso/pull/2305
    • fix: remove legacy envelope uploads by @dguyen in https://github.com/documenso/documenso/pull/2303
    • fix(security): CVE-2025-55184, CVE-2025-55183 by @rubixvi in https://github.com/documenso/documenso/pull/2314
    • fix(api): replace generic errors with AppError in getApiTokenByToken by @catalinpit in https://github.com/documenso/documenso/pull/2315
    • fix(i18n): mark field content for translation by @mKoonrad in https://github.com/documenso/documenso/pull/2306
    • fix(i18n): mark "(Optional)" strings for translation by @mKoonrad in https://github.com/documenso/documenso/pull/2310
    • fix(i18n): mark sr-only strings for translation by @mKoonrad in https://github.com/documenso/documenso/pull/2309
    • chore(i18n): improve punctuation by @mKoonrad in https://github.com/documenso/documenso/pull/2307
    • chore: extract translations by @github-actions[bot] in https://github.com/documenso/documenso/pull/2302
    • feat: unlink documents from deleted organization by @catalinpit in https://github.com/documenso/documenso/pull/2006
    • fix: log unknown errors in the auth error handler by @EmrysMyrddin in https://github.com/documenso/documenso/pull/2014
    • fix: organisation invite member should be case insensitive by @rwagoner in https://github.com/documenso/documenso/pull/2068
    • fix: on error job should resubmit with isRetry by @rwagoner in https://github.com/documenso/documenso/pull/2072
    • fix: local job retry loop for webhook calls by @gps949 in https://github.com/documenso/documenso/pull/2295
    • chore: extract translations by @github-actions[bot] in https://github.com/documenso/documenso/pull/2320
    • fix: white-label for next-button, progress-bar, and steps by @tedliang in https://github.com/documenso/documenso/pull/2319
    • fix: Unhide text field scrollbar by @dzhou777 in https://github.com/documenso/documenso/pull/2277
    • fix: memory leak in PDF to images conversion by @Mythie in https://github.com/documenso/documenso/pull/2325
    • fix: fallback for certficate sent date when using link distribution by @Mythie in https://github.com/documenso/documenso/pull/2316
    • fix: assignment operator for directRecipientName by @catalinpit in https://github.com/documenso/documenso/pull/2323
    • feat: prefill typed signature with user's full name by @Mythie in https://github.com/documenso/documenso/pull/2324
    • chore: add translations by @Mythie in https://github.com/documenso/documenso/pull/2321
    • fix: ensure PDF form appearance streams have required /Subtype /Form entry by @Mythie in https://github.com/documenso/documenso/pull/2328
    • fix: mark links for translation by @mKoonrad in https://github.com/documenso/documenso/pull/2333
    • fix: use cpu for skia-canvas rendering by @Mythie in https://github.com/documenso/documenso/pull/2334

    New Contributors

    • @tedliang made their first contribution in https://github.com/documenso/documenso/pull/2279
    • @github-actions[bot] made their first contribution in https://github.com/documenso/documenso/pull/2289
    • @rubixvi made their first contribution in https://github.com/documenso/documenso/pull/2314
    • @EmrysMyrddin made their first contribution in https://github.com/documenso/documenso/pull/2014
    • @rwagoner made their first contribution in https://github.com/documenso/documenso/pull/2068
    • @gps949 made their first contribution in https://github.com/documenso/documenso/pull/2295
    • @dzhou777 made their first contribution in https://github.com/documenso/documenso/pull/2277

    Full Changelog: https://github.com/documenso/documenso/compare/v2.2.0...v2.3.0

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
Powered by Forgejo Version: 14.0.2 Page: 110ms Template: 53ms
English
Bahasa Indonesia Dansk Deutsch English Español Esperanto Filipino Français Italiano Latviešu Magyar nyelv Nederlands Plattdüütsch Polski Português de Portugal Português do Brasil Slovenščina Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API