Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,39 @@ Types of changes:

<!-- changelog-linker -->
<!-- changelog-linker -->
## 12.2.0 - 2026-02-17

⚠️ **MAJOR RELEASE - Breaking Changes** — The API has been completely redesigned. If you have existing API integrations, review the new API documentation before upgrading.

💝 **SUPPORT LIBRESIGN** — If you find this project useful, please consider supporting its development: https://github.com/sponsors/LibreSign

🏢 **ENTERPRISE SUPPORT** — Need help upgrading or custom implementations? Contact us: contact@librecode.coop

### Added
- Envelopes to organize multiple signature workflows
- DocMDP (Document Modification Detection and Prevention)
- CRL (Certificate Revocation Lists) support
- TSA (Time Stamp Authority) integration
- Parallel and synchronous signatures
- Rich text editor for signature stamps
- Customizable footer
- Multi-channel notifications: WhatsApp, Telegram, Signal, XMPP, SMS
- Redesigned document identification flow
- CPS (Certification Practice Statement) support

### Changed
- Complete API redesign (breaking change)
- UI/UX improvements
- Performance optimizations
- Security enhancements

### Fixed
- Signature validation improvements
- Better error handling
- PDF compatibility fixes

---

## 12.1.0 - 2025-11-28
### Features
- feat: implement TSA [#5582](https://github.com/LibreSign/libresign/pull/5582)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform

* [Donate with GitHub Sponsor: ![Donate using GitHub Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/libresign)
]]></description>
<version>12.1.0</version>
<version>12.2.0</version>
<licence>agpl</licence>
<author mail="contact@librecode.coop" homepage="https://librecode.coop">LibreCode</author>
<types>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
"version": "12.1.0",
"version": "12.2.0",
"license": "agpl",
"private": true,
"scripts": {
Expand Down
Loading