Skip to content

Commit a9f9cd9

Browse files
authored
Merge pull request #7297 from LibreSign/chore/release-12.4.0-stable32
[stable32] chore(release): prepare 12.4.0
2 parents ebbf23d + d39c537 commit a9f9cd9

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+
## 12.4.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 upgrading 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 [#7165](https://github.com/LibreSign/libresign/pull/7165) [#7168](https://github.com/LibreSign/libresign/pull/7168) [#7172](https://github.com/LibreSign/libresign/pull/7172) [#7200](https://github.com/LibreSign/libresign/pull/7200) [#7250](https://github.com/LibreSign/libresign/pull/7250)
29+
- Improve Playwright feedback, frontend test coverage and l10n mocking stability [#7194](https://github.com/LibreSign/libresign/pull/7194) [#7211](https://github.com/LibreSign/libresign/pull/7211) [#7271](https://github.com/LibreSign/libresign/pull/7271) [#7281](https://github.com/LibreSign/libresign/pull/7281)
30+
- Update translations
31+
- Bump dependencies [#7263](https://github.com/LibreSign/libresign/pull/7263) [#7285](https://github.com/LibreSign/libresign/pull/7285) [#7287](https://github.com/LibreSign/libresign/pull/7287)
32+
33+
### Fixes
34+
- fix: restore signing flow after 12.3.x [#7176](https://github.com/LibreSign/libresign/pull/7176)
35+
- fix(files): keep files list and validation state synchronized after signing [#7293](https://github.com/LibreSign/libresign/pull/7293)
36+
2137
## 12.3.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>12.3.3</version>
28+
<version>12.4.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": "12.3.3",
4+
"version": "12.4.0",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)