Skip to content

Commit a49eb0e

Browse files
authored
Merge pull request #7420 from LibreSign/chore/release-12.4.1-stable32
chore(release): prepare 12.4.1
2 parents 02536da + 626913d commit a49eb0e

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG.md

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

1919
<!-- changelog-linker -->
2020
<!-- changelog-linker -->
21+
## 12.4.1 - 2026-04-05
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 [#7381](https://github.com/LibreSign/libresign/pull/7381)
30+
31+
### Fixes
32+
- fix: files menu shortcut and icons [#7340](https://github.com/LibreSign/libresign/pull/7340)
33+
- fix: interpolate sign-request uuid into account create URL [#7387](https://github.com/LibreSign/libresign/pull/7387)
34+
- fix: handle visible signatures for envelope child files [#7386](https://github.com/LibreSign/libresign/pull/7386)
35+
- fix: extract file descriptor when items have nested `file` key [#7390](https://github.com/LibreSign/libresign/pull/7390)
36+
- fix: lazy load files sidebar tab [#7400](https://github.com/LibreSign/libresign/pull/7400)
37+
- fix: CRL disabled flow and signing error UX [#7403](https://github.com/LibreSign/libresign/pull/7403)
38+
- fix: prevent Imagick crash caused by invalid signature box dimensions [#7406](https://github.com/LibreSign/libresign/pull/7406)
39+
- fix: validate engine name in migration to prevent installation failures [#7412](https://github.com/LibreSign/libresign/pull/7412)
40+
2141
## 12.4.0 - 2026-03-17
2242

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

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.0</version>
28+
<version>12.4.1</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.0",
4+
"version": "12.4.1",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)