Skip to content

Commit 3a10247

Browse files
authored
Merge pull request #4024 from LibreSign/backport/4022/stable29
[stable29] chore: changelog
2 parents f597097 + 0bd3ea3 commit 3a10247

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ Types of changes:
1313
- *Security* in case of vulnerabilities.
1414

1515
<!-- changelog-linker -->
16+
## 9.6.1 - 2024-11-23
17+
### Fixes
18+
* fix: assure that all signers will have an unique id [4017](https://github.com/LibreSign/libresign/pull/4017)
19+
* fix: show actions at signer list [4014](https://github.com/LibreSign/libresign/pull/4014)
20+
21+
### Changes
22+
* feat: add footer to file list [4020](https://github.com/LibreSign/libresign/pull/4020)
23+
* feat: only show name and allow save signer when have signer [4009](https://github.com/LibreSign/libresign/pull/4009)
24+
* Update translations
25+
26+
### Chore
27+
* chore(deps): Bump @nextcloud/vue from 8.20.0 to 8.21.0 [4013](https://github.com/LibreSign/libresign/pull/4013)
28+
1629
## 9.6.0 - 2024-11-20
1730
### Fixes
1831
* fix: retrieve file when request to sign from file list [3997](https://github.com/LibreSign/libresign/pull/3997)

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

0 commit comments

Comments
 (0)