Skip to content

Commit 10f278b

Browse files
authored
Merge pull request #5649 from LibreSign/backport/5648/stable32
[stable32] chore(release): Changelog for 12.1.0 and 11.6.0
2 parents 6e12f82 + a4b2219 commit 10f278b

File tree

4 files changed

+66
-4
lines changed

4 files changed

+66
-4
lines changed

CHANGELOG.md

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

1919
<!-- changelog-linker -->
2020
<!-- changelog-linker -->
21+
## 12.1.0 - 2025-11-28
22+
### Features
23+
- feat: implement TSA [#5582](https://github.com/LibreSign/libresign/pull/5582)
24+
- feat: display more informatin about certificate [#5590](https://github.com/LibreSign/libresign/pull/5590)
25+
- feat: implement serial number with random number [#5595](https://github.com/LibreSign/libresign/pull/5595)
26+
- feat: implement crl [#5626](https://github.com/LibreSign/libresign/pull/5626)
27+
- Add suport message and button [#5640](https://github.com/LibreSign/libresign/pull/5640)
28+
- feat: implement aki and ski [#5612](https://github.com/LibreSign/libresign/pull/5612)
29+
30+
### Changes
31+
- Update translations
32+
- Bump dependencies
33+
- chore: valdiate display name at API side [#5564](https://github.com/LibreSign/libresign/pull/5564)
34+
- chore: Refactor certificate chain processing with ordering [#5586](https://github.com/LibreSign/libresign/pull/5586)
35+
- refactor: separate CA and leaf certificate configuration in OpenSSL e… [#5602](https://github.com/LibreSign/libresign/pull/5602)
36+
- chore: remove unnecessary comment [#5609](https://github.com/LibreSign/libresign/pull/5609)
37+
- chore: improve UX at sign screen [#5630](https://github.com/LibreSign/libresign/pull/5630)
38+
- chore: improve error handler about Imagick [#5636](https://github.com/LibreSign/libresign/pull/5636)
39+
- chore: remove to-do [#5647](https://github.com/LibreSign/libresign/pull/5647)
40+
41+
### Fixes
42+
- fix: disable ocp at behat tests [#5581](https://github.com/LibreSign/libresign/pull/5581)
43+
- fix(i18n): Fixed grammar [#5593](https://github.com/LibreSign/libresign/pull/5593)
44+
- fix: replace keyCertSign with nonRepudiation in leaf certificate keyUsage [#5600](https://github.com/LibreSign/libresign/pull/5600)
45+
- fix: use sha256 insteadof sha1 to leaf cert [#5608](https://github.com/LibreSign/libresign/pull/5608)
46+
- fix: unit tests at PHP >= 8.4 [#5616](https://github.com/LibreSign/libresign/pull/5616)
47+
- fix: prevent warning when send notifications [#5619](https://github.com/LibreSign/libresign/pull/5619)
48+
- fix: use only classes compatible with old Nextcloud server versions [#5622](https://github.com/LibreSign/libresign/pull/5622)
49+
- fix: prevent error when send reminders [#5637](https://github.com/LibreSign/libresign/pull/5637)
50+
- fix: Only accept pfx files. [#5644](https://github.com/LibreSign/libresign/pull/5644)
51+
52+
## 11.6.0 - 2025-11-28
53+
### Features
54+
- feat: implement TSA [#5583](https://github.com/LibreSign/libresign/pull/5583)
55+
- feat: display more informatin about certificate [#5589](https://github.com/LibreSign/libresign/pull/5589)
56+
- feat: implement serial number with random number [#5594](https://github.com/LibreSign/libresign/pull/5594)
57+
- feat: implement crl [#5629](https://github.com/LibreSign/libresign/pull/5629)
58+
- Add support message and button [#5639](https://github.com/LibreSign/libresign/pull/5639)
59+
- feat: implement aki and ski [#5611](https://github.com/LibreSign/libresign/pull/5611)
60+
61+
### Changes
62+
- Update translations
63+
- Bump dependencies
64+
- chore: valdiate display name at API side [#5563](https://github.com/LibreSign/libresign/pull/5563)
65+
- chore: Refactor certificate chain processing with ordering [#5585](https://github.com/LibreSign/libresign/pull/5585)
66+
- refactor: separate CA and leaf certificate configuration in OpenSSL e… [#5603](https://github.com/LibreSign/libresign/pull/5603)
67+
- chore: remov eunecessary comment [#5610](https://github.com/LibreSign/libresign/pull/5610)
68+
- chore: improve UX at sign screen [#5631](https://github.com/LibreSign/libresign/pull/5631)
69+
- chore: improve error handler about Imagick [#5635](https://github.com/LibreSign/libresign/pull/5635)
70+
- chore: remove to-do [#5646](https://github.com/LibreSign/libresign/pull/5646)
71+
72+
### Fixes
73+
- fix: update to newest version of eslint [#5571](https://github.com/LibreSign/libresign/pull/5571)
74+
- fix: disable ocp at behat tests [#5580](https://github.com/LibreSign/libresign/pull/5580)
75+
- fix(i18n): Fixed grammar [#5592](https://github.com/LibreSign/libresign/pull/5592)
76+
- fix: replace keyCertSign with nonRepudiation in leaf certificate keyUsage [#5599](https://github.com/LibreSign/libresign/pull/5599)
77+
- fix: use sha256 insteadof sha1 to leaf cert [#5607](https://github.com/LibreSign/libresign/pull/5607)
78+
- fix: prevent warning when send notifications [#5618](https://github.com/LibreSign/libresign/pull/5618)
79+
- fix: use only classes compatible with old Nextcloud server versions [#5621](https://github.com/LibreSign/libresign/pull/5621)
80+
- fix: prevent error when send reminders [#5638](https://github.com/LibreSign/libresign/pull/5638)
81+
- fix: Only accept pfx files. [#5643](https://github.com/LibreSign/libresign/pull/5643)
82+
2183
## 12.0.1 - 2025-11-13
2284
### Fixes
2385
- fix: prevent error when the response dont have data [#5554](https://github.com/LibreSign/libresign/pull/5554)

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

0 commit comments

Comments
 (0)