Skip to content

Commit 482d3fd

Browse files
authored
Merge pull request #5650 from LibreSign/backport/5648/stable31
[stable31] chore(release): Changelog for 12.1.0 and 11.6.0
2 parents 99e481d + 2bec9e3 commit 482d3fd

File tree

4 files changed

+35
-4
lines changed

4 files changed

+35
-4
lines changed

CHANGELOG.md

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

1919
<!-- changelog-linker -->
2020
<!-- changelog-linker -->
21+
## 11.6.0 - 2025-11-28
22+
### Features
23+
- feat: implement TSA [#5583](https://github.com/LibreSign/libresign/pull/5583)
24+
- feat: display more informatin about certificate [#5589](https://github.com/LibreSign/libresign/pull/5589)
25+
- feat: implement serial number with random number [#5594](https://github.com/LibreSign/libresign/pull/5594)
26+
- feat: implement crl [#5629](https://github.com/LibreSign/libresign/pull/5629)
27+
- Add support message and button [#5639](https://github.com/LibreSign/libresign/pull/5639)
28+
- feat: implement aki and ski [#5611](https://github.com/LibreSign/libresign/pull/5611)
29+
30+
### Changes
31+
- Update translations
32+
- Bump dependencies
33+
- chore: valdiate display name at API side [#5563](https://github.com/LibreSign/libresign/pull/5563)
34+
- chore: Refactor certificate chain processing with ordering [#5585](https://github.com/LibreSign/libresign/pull/5585)
35+
- refactor: separate CA and leaf certificate configuration in OpenSSL e… [#5603](https://github.com/LibreSign/libresign/pull/5603)
36+
- chore: remov eunecessary comment [#5610](https://github.com/LibreSign/libresign/pull/5610)
37+
- chore: improve UX at sign screen [#5631](https://github.com/LibreSign/libresign/pull/5631)
38+
- chore: improve error handler about Imagick [#5635](https://github.com/LibreSign/libresign/pull/5635)
39+
- chore: remove to-do [#5646](https://github.com/LibreSign/libresign/pull/5646)
40+
41+
### Fixes
42+
- fix: update to newest version of eslint [#5571](https://github.com/LibreSign/libresign/pull/5571)
43+
- fix: disable ocp at behat tests [#5580](https://github.com/LibreSign/libresign/pull/5580)
44+
- fix(i18n): Fixed grammar [#5592](https://github.com/LibreSign/libresign/pull/5592)
45+
- fix: replace keyCertSign with nonRepudiation in leaf certificate keyUsage [#5599](https://github.com/LibreSign/libresign/pull/5599)
46+
- fix: use sha256 insteadof sha1 to leaf cert [#5607](https://github.com/LibreSign/libresign/pull/5607)
47+
- fix: prevent warning when send notifications [#5618](https://github.com/LibreSign/libresign/pull/5618)
48+
- fix: use only classes compatible with old Nextcloud server versions [#5621](https://github.com/LibreSign/libresign/pull/5621)
49+
- fix: prevent error when send reminders [#5638](https://github.com/LibreSign/libresign/pull/5638)
50+
- fix: Only accept pfx files. [#5643](https://github.com/LibreSign/libresign/pull/5643)
51+
2152
## 11.5.1 - 2025-11-13
2253
### Fixes
2354
- fix: prevent error when the response dont have data [#5553](https://github.com/LibreSign/libresign/pull/5553)

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

0 commit comments

Comments
 (0)