Skip to content

Commit 9c59b6c

Browse files
authored
Merge pull request #6975 from LibreSign/backport/6973/stable33
[stable33] chore: changelog
2 parents 0af541c + cc8327d commit 9c59b6c

4 files changed

Lines changed: 24 additions & 4 deletions

File tree

CHANGELOG.md

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

1919
<!-- changelog-linker -->
2020
<!-- changelog-linker -->
21+
## 13.0.2 - 2026-02-20
22+
### Fixes
23+
- fix: store signature at right user [#6972](https://github.com/LibreSign/libresign/pull/6972)
24+
- fix: prevent double HTML escaping in footer template [#6967](https://github.com/LibreSign/libresign/pull/6967)
25+
- fix: upper case first at status [#6963](https://github.com/LibreSign/libresign/pull/6963)
26+
27+
### Changed
28+
- refactor: improve English text [#6954](https://github.com/LibreSign/libresign/pull/6954)
29+
- refactor: improve text [#6952](https://github.com/LibreSign/libresign/pull/6952)
30+
31+
## 12.2.2 - 2026-02-20
32+
### Fixes
33+
- fix: store signature at right user [#6971](https://github.com/LibreSign/libresign/pull/6971)
34+
- fix: prevent double HTML escaping in footer template [#6968](https://github.com/LibreSign/libresign/pull/6968)
35+
- fix: upper case first at status [#6964](https://github.com/LibreSign/libresign/pull/6964)
36+
37+
### Changed
38+
- refactor: improve English text [#6955](https://github.com/LibreSign/libresign/pull/6955)
39+
- refactor: improve text [#6953](https://github.com/LibreSign/libresign/pull/6953)
40+
2141
## 13.0.1 - 2026-02-18
2242
### Fixes
2343
- fix: docmdp first signature allow [#6944](https://github.com/LibreSign/libresign/pull/6944)

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.1</version>
28+
<version>13.0.2</version>
2929
<licence>agpl</licence>
3030
<author mail="[email protected]" 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.1",
4+
"version": "13.0.2",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)