Skip to content

Commit 06c8192

Browse files
authored
Merge pull request #7296 from LibreSign/chore/release-13.2.0-stable33
[stable33] chore(release): prepare 13.2.0
2 parents c7a52ac + 10310de commit 06c8192

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

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

1919
<!-- changelog-linker -->
2020
<!-- changelog-linker -->
21+
## 13.2.0 - 2026-03-17
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+
- Advance the Vue 3 and TypeScript migration across signature flows, the files list and shared frontend infrastructure [#7166](https://github.com/LibreSign/libresign/pull/7166) [#7169](https://github.com/LibreSign/libresign/pull/7169) [#7173](https://github.com/LibreSign/libresign/pull/7173) [#7201](https://github.com/LibreSign/libresign/pull/7201) [#7251](https://github.com/LibreSign/libresign/pull/7251)
29+
- Improve Playwright feedback, frontend test coverage and l10n mocking stability [#7195](https://github.com/LibreSign/libresign/pull/7195) [#7210](https://github.com/LibreSign/libresign/pull/7210) [#7272](https://github.com/LibreSign/libresign/pull/7272) [#7282](https://github.com/LibreSign/libresign/pull/7282)
30+
- Update translations
31+
- Bump dependencies [#7261](https://github.com/LibreSign/libresign/pull/7261) [#7286](https://github.com/LibreSign/libresign/pull/7286) [#7288](https://github.com/LibreSign/libresign/pull/7288)
32+
33+
### Fixes
34+
- fix: restore signing flow after 13.1.x [#7175](https://github.com/LibreSign/libresign/pull/7175)
35+
- fix(files): keep files list and validation state synchronized after signing [#7294](https://github.com/LibreSign/libresign/pull/7294)
36+
2137
## 13.1.3 - 2026-03-06
2238

2339
### Fixes

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

0 commit comments

Comments
 (0)