Skip to content

Commit

Permalink
Merge pull request #4049 from LibreSign/backport/4047/stale29
Browse files Browse the repository at this point in the history
[stable29] chore: changelog
  • Loading branch information
vitormattos authored Nov 25, 2024
2 parents d6d5deb + 18a90c3 commit 77efc0e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ Types of changes:
- *Security* in case of vulnerabilities.

<!-- changelog-linker -->

## 9.7.0 - 2024-11-25
### Fixes
* fix: JS error when upload file [4034](/LibreSign/libresign/pull/4034)
* fix: show message when file list is empty [4032](/LibreSign/libresign/pull/4032)

### Changes
* Update translations
* feat: delete multiple files [4027](/LibreSign/libresign/pull/4027)

### Chore
* chore: bump dependencies [4046](/LibreSign/libresign/pull/4046)
* chore: show loading before finish load file list [4042](/LibreSign/libresign/pull/4042)
* chore: disable Actions menu when click in an action [4040](/LibreSign/libresign/pull/4040)
* chore: unify code into a new component [4036](/LibreSign/libresign/pull/4036)

## 9.6.1 - 2024-11-23
### Fixes
* fix: assure that all signers will have an unique id [4017](https://github.com/LibreSign/libresign/pull/4017)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
* [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)
]]></description>
<version>9.6.1</version>
<version>9.7.0</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://librecode.coop">LibreCode</author>
<documentation>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
"version": "9.6.1",
"version": "9.7.0",
"license": "agpl",
"private": true,
"scripts": {
Expand Down

0 comments on commit 77efc0e

Please sign in to comment.