Skip to content

Commit 13bf34c

Browse files
authored
Merge pull request #7481 from LibreSign/chore/release-12.4.2-stable32
chore(release): prepare 12.4.2 on stable32
2 parents 151077c + 93d28cd commit 13bf34c

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,21 @@ Types of changes:
1818

1919
<!-- changelog-linker -->
2020
<!-- changelog-linker -->
21+
## 12.4.2 - 2026-04-08
22+
23+
💝 **SUPPORT LIBRESIGN** — If you find this project useful, please consider supporting its development: https://github.com/sponsors/LibreSign
24+
25+
🏢 **ENTERPRISE SUPPORT** — Need help upgrading or custom implementations? Contact us: contact@librecode.coop
26+
27+
### Changed
28+
- Update translations
29+
- Bump dependencies [#7451](https://github.com/LibreSign/libresign/pull/7451) [#7454](https://github.com/LibreSign/libresign/pull/7454) [#7455](https://github.com/LibreSign/libresign/pull/7455) [#7460](https://github.com/LibreSign/libresign/pull/7460) [#7458](https://github.com/LibreSign/libresign/pull/7458) [#7462](https://github.com/LibreSign/libresign/pull/7462) [#7464](https://github.com/LibreSign/libresign/pull/7464) [#7472](https://github.com/LibreSign/libresign/pull/7472) [#7470](https://github.com/LibreSign/libresign/pull/7470)
30+
31+
### Fixes
32+
- fix: align signer and file UUID contracts [#7440](https://github.com/LibreSign/libresign/pull/7440)
33+
- fix(validation): harden unified files contract [#7444](https://github.com/LibreSign/libresign/pull/7444)
34+
- fix(Sign): submit each envelope file independently with its UUID [#7447](https://github.com/LibreSign/libresign/pull/7447)
35+
2136
## 12.4.1 - 2026-04-05
2237

2338
💝 **SUPPORT LIBRESIGN** — If you find this project useful, please consider supporting its development: https://github.com/sponsors/LibreSign
@@ -169,6 +184,8 @@ Types of changes:
169184
- Better error handling
170185
- PDF compatibility fixes
171186

187+
---
188+
172189
## 12.1.0 - 2025-11-28
173190
### Features
174191
- feat: implement TSA [#5582](https://github.com/LibreSign/libresign/pull/5582)
@@ -325,6 +342,7 @@ Types of changes:
325342
### Fixes
326343
- fix: typo [#5442](https://github.com/LibreSign/libresign/pull/5442)
327344

345+
328346
## 12.0.0-beta.1 - 2025-09-12
329347
### Changes
330348
- Say hello to Nextcloud 32

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
2525
2626
* [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)
2727
]]></description>
28-
<version>12.4.1</version>
28+
<version>12.4.2</version>
2929
<licence>agpl</licence>
3030
<author mail="contact@librecode.coop" homepage="https://librecode.coop">LibreCode</author>
3131
<types>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libresign",
33
"description": "A app for signing documents",
4-
"version": "12.4.1",
4+
"version": "12.4.2",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)