Skip to content

Commit d476c5d

Browse files
authored
Merge pull request #6985 from LibreSign/backport/6984/stable33
[stable33] chore: changelog
2 parents da10cd5 + ad14320 commit d476c5d

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,24 @@ Types of changes:
1818

1919
<!-- changelog-linker -->
2020
<!-- changelog-linker -->
21+
## 13.0.3 - 2026-02-20
22+
### Fixes
23+
- fix: prevent CA configuration loss during migrations [#6982](https://github.com/LibreSign/libresign/pull/6982)
24+
- fix(migration): prevent CA file loss in Version13000Date20251031165700 [#6982](https://github.com/LibreSign/libresign/pull/6982)
25+
- fix: add pki directory to DeleteOldBinaries whitelist [#6982](https://github.com/LibreSign/libresign/pull/6982)
26+
27+
### Changed
28+
- feat(migration): add repair migration for CA structure [#6982](https://github.com/LibreSign/libresign/pull/6982)
29+
30+
## 12.2.3 - 2026-02-20
31+
### Fixes
32+
- fix: prevent CA configuration loss during migrations [#6981](https://github.com/LibreSign/libresign/pull/6981)
33+
- fix(migration): prevent CA file loss in Version13000Date20251031165700 [#6981](https://github.com/LibreSign/libresign/pull/6981)
34+
- fix: add pki directory to DeleteOldBinaries whitelist [#6981](https://github.com/LibreSign/libresign/pull/6981)
35+
36+
### Changed
37+
- feat(migration): add repair migration for CA structure [#6981](https://github.com/LibreSign/libresign/pull/6981)
38+
2139
## 13.0.2 - 2026-02-20
2240
### Fixes
2341
- fix: store signature at right user [#6972](https://github.com/LibreSign/libresign/pull/6972)

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

0 commit comments

Comments
 (0)