Skip to content

Commit 6c40c72

Browse files
authored
Merge pull request #4829 from LibreSign/backport/4828/stable31
[stable31] chore: changelog
2 parents eb1a510 + 5884ac0 commit 6c40c72

File tree

4 files changed

+65
-4
lines changed

4 files changed

+65
-4
lines changed

CHANGELOG.md

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

1919
<!-- changelog-linker -->
2020
<!-- changelog-linker -->
21+
## 11.1.0 - 2025-04-11
22+
### Features
23+
- feat: customize signature stamp [#4827](https://github.com/LibreSign/libresign/pull/4827)
24+
- feat: add group activity [#4793](https://github.com/LibreSign/libresign/pull/4793)
25+
26+
### Changes
27+
- Update translations
28+
- Bump dependencies
29+
- chore: replace deprecated properties [#4808](https://github.com/LibreSign/libresign/pull/4808)
30+
- chore: cover jsignparam with tests [#4790](https://github.com/LibreSign/libresign/pull/4790)
31+
- refactor: adding types to entities [#4776](https://github.com/LibreSign/libresign/pull/4776)
32+
33+
### Fixes
34+
- fix: time stamp when then document signed [#4823](https://github.com/LibreSign/libresign/pull/4823)
35+
- fix: optimize file loading [#4820](https://github.com/LibreSign/libresign/pull/4820)
36+
- fix: check if preview is available [#4818](https://github.com/LibreSign/libresign/pull/4818)
37+
- fix: prevent error when output of pdfsig is empty [#4816](https://github.com/LibreSign/libresign/pull/4816)
38+
- fix: prevent error when collect metadata [#4787](https://github.com/LibreSign/libresign/pull/4787)
39+
- refactor: fix var typo [#4779](https://github.com/LibreSign/libresign/pull/4779)
40+
- fix: psalm issue [#4761](https://github.com/LibreSign/libresign/pull/4761)
41+
42+
## 10.7.0 - 2025-04-11
43+
### Features
44+
- feat: customize signature stamp [#4826](https://github.com/LibreSign/libresign/pull/4826)
45+
- feat: add group activity [#4792](https://github.com/LibreSign/libresign/pull/4792)
46+
47+
### Changes
48+
- Update translations
49+
- Bump dependencies
50+
- chore: replace deprecated properties [#4807](https://github.com/LibreSign/libresign/pull/4807)
51+
- chore: cover jsignparam with tests [#4789](https://github.com/LibreSign/libresign/pull/4789)
52+
- refactor: adding types to entities [#4775](https://github.com/LibreSign/libresign/pull/4775)
53+
54+
### Fixes
55+
- fix: time stamp when then document signed [#4822](https://github.com/LibreSign/libresign/pull/4822)
56+
- fix: optimize file loading [#4821](https://github.com/LibreSign/libresign/pull/4821)
57+
- fix: check if preview is available [#4817](https://github.com/LibreSign/libresign/pull/4817)
58+
- fix: prevent error when output of pdfsig is empty [#4815](https://github.com/LibreSign/libresign/pull/4815)
59+
- fix: prevent error when collect metadata [#4786](https://github.com/LibreSign/libresign/pull/4786)
60+
- refactor: fix var typo [#4778](https://github.com/LibreSign/libresign/pull/4778)
61+
- fix: psalm issue [#4760](https://github.com/LibreSign/libresign/pull/4760)
62+
63+
## 9.9.5 - 2025-04-11
64+
### Changes
65+
- Update translations
66+
- Bump dependencies
67+
- chore: cover jsignparam with tests [#4788](https://github.com/LibreSign/libresign/pull/4788)
68+
- refactor: adding types to entities [#4774](https://github.com/LibreSign/libresign/pull/4774)
69+
70+
### Fixes
71+
- fix: optimize file loading [#4825](https://github.com/LibreSign/libresign/pull/4825)
72+
- fix: time stamp when then document signed [#4824](https://github.com/LibreSign/libresign/pull/4824)
73+
- fix: prevent error when collect metadata [#4785](https://github.com/LibreSign/libresign/pull/4785)
74+
- refactor: fix var typo [#4777](https://github.com/LibreSign/libresign/pull/4777)
75+
- fix: psalm issue [#4759](https://github.com/LibreSign/libresign/pull/4759)
76+
77+
## 11.0.4 - 2025-03-20
78+
### Changes
79+
- Update translations
80+
- Bump dependencies
81+
2182
## 10.6.4 - 2025-03-20
2283
### Changes
2384
- Update translations

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>11.0.4</version>
28+
<version>11.1.0</version>
2929
<licence>agpl</licence>
3030
<author mail="[email protected]" homepage="https://librecode.coop">LibreCode</author>
3131
<documentation>

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": "11.0.4",
4+
"version": "11.1.0",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)