Skip to content

Commit f060391

Browse files
authored
Merge pull request #7421 from LibreSign/chore/release-13.2.1-stable33
chore(release): prepare 13.2.1
2 parents 0efd836 + 77e0999 commit f060391

File tree

4 files changed

+44
-4
lines changed

4 files changed

+44
-4
lines changed

CHANGELOG.md

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

1919
<!-- changelog-linker -->
2020
<!-- changelog-linker -->
21+
## 13.2.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 with migration or custom implementations? Contact us: contact@librecode.coop
26+
27+
### Changed
28+
- Update translations
29+
- Bump dependencies [#7382](https://github.com/LibreSign/libresign/pull/7382)
30+
31+
### Fixes
32+
- fix: interpolate sign-request uuid into account create URL [#7388](https://github.com/LibreSign/libresign/pull/7388)
33+
- fix: handle visible signatures for envelope child files [#7385](https://github.com/LibreSign/libresign/pull/7385)
34+
- fix: extract file descriptor when items have nested `file` key [#7391](https://github.com/LibreSign/libresign/pull/7391)
35+
- fix: lazy load files sidebar tab [#7401](https://github.com/LibreSign/libresign/pull/7401)
36+
- fix: CRL disabled flow and signing error UX [#7404](https://github.com/LibreSign/libresign/pull/7404)
37+
- fix: prevent Imagick crash caused by invalid signature box dimensions [#7407](https://github.com/LibreSign/libresign/pull/7407)
38+
- fix: validate engine name in migration to prevent installation failures [#7413](https://github.com/LibreSign/libresign/pull/7413)
39+
- feat: mobile signature placement flow improvements [#7416](https://github.com/LibreSign/libresign/pull/7416)
40+
41+
## 12.4.1 - 2026-04-05
42+
43+
💝 **SUPPORT LIBRESIGN** — If you find this project useful, please consider supporting its development: https://github.com/sponsors/LibreSign
44+
45+
🏢 **ENTERPRISE SUPPORT** — Need help upgrading or custom implementations? Contact us: contact@librecode.coop
46+
47+
### Changed
48+
- Update translations
49+
- Bump dependencies [#7381](https://github.com/LibreSign/libresign/pull/7381)
50+
51+
### Fixes
52+
- fix: files menu shortcut and icons [#7340](https://github.com/LibreSign/libresign/pull/7340)
53+
- fix: interpolate sign-request uuid into account create URL [#7387](https://github.com/LibreSign/libresign/pull/7387)
54+
- fix: handle visible signatures for envelope child files [#7386](https://github.com/LibreSign/libresign/pull/7386)
55+
- fix: extract file descriptor when items have nested `file` key [#7390](https://github.com/LibreSign/libresign/pull/7390)
56+
- fix: lazy load files sidebar tab [#7400](https://github.com/LibreSign/libresign/pull/7400)
57+
- fix: CRL disabled flow and signing error UX [#7403](https://github.com/LibreSign/libresign/pull/7403)
58+
- fix: prevent Imagick crash caused by invalid signature box dimensions [#7406](https://github.com/LibreSign/libresign/pull/7406)
59+
- fix: validate engine name in migration to prevent installation failures [#7412](https://github.com/LibreSign/libresign/pull/7412)
60+
2161
## 13.2.0 - 2026-03-17
2262

2363
💝 **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>13.2.0</version>
28+
<version>13.2.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": "13.2.0",
4+
"version": "13.2.1",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)