Skip to content

Commit

Permalink
Merge pull request #4048 from LibreSign/backport/4047/stable30
Browse files Browse the repository at this point in the history
[stable30] chore: changelog
  • Loading branch information
vitormattos authored Nov 25, 2024
2 parents d6db459 + 683e301 commit 1c9e60f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,37 @@ Types of changes:
- *Security* in case of vulnerabilities.

<!-- changelog-linker -->

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

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

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

## 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)

## 10.3.1 - 2024-11-23
### Fixes
* fix: assure that all signers will have an unique id [4018](https://github.com/LibreSign/libresign/pull/4018)
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>10.3.1</version>
<version>10.4.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": "10.3.1",
"version": "10.4.0",
"license": "agpl",
"private": true,
"scripts": {
Expand Down

0 comments on commit 1c9e60f

Please sign in to comment.