Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@ Types of changes:

<!-- changelog-linker -->
<!-- changelog-linker -->
## 13.0.3 - 2026-02-20
### Fixes
- fix: prevent CA configuration loss during migrations [#6982](https://github.com/LibreSign/libresign/pull/6982)
- fix(migration): prevent CA file loss in Version13000Date20251031165700 [#6982](https://github.com/LibreSign/libresign/pull/6982)
- fix: add pki directory to DeleteOldBinaries whitelist [#6982](https://github.com/LibreSign/libresign/pull/6982)

### Changed
- feat(migration): add repair migration for CA structure [#6982](https://github.com/LibreSign/libresign/pull/6982)

## 12.2.3 - 2026-02-20
### Fixes
- fix: prevent CA configuration loss during migrations [#6981](https://github.com/LibreSign/libresign/pull/6981)
- fix(migration): prevent CA file loss in Version13000Date20251031165700 [#6981](https://github.com/LibreSign/libresign/pull/6981)
- fix: add pki directory to DeleteOldBinaries whitelist [#6981](https://github.com/LibreSign/libresign/pull/6981)

### Changed
- feat(migration): add repair migration for CA structure [#6981](https://github.com/LibreSign/libresign/pull/6981)

## 13.0.2 - 2026-02-20
### Fixes
- fix: store signature at right user [#6972](https://github.com/LibreSign/libresign/pull/6972)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform

* [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)
]]></description>
<version>13.0.2</version>
<version>13.0.3</version>
<licence>agpl</licence>
<author mail="contact@librecode.coop" homepage="https://librecode.coop">LibreCode</author>
<types>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
"version": "13.0.2",
"version": "13.0.3",
"license": "agpl",
"private": true,
"scripts": {
Expand Down
Loading