Skip to content

Commit

Permalink
Merge pull request #3658 from LibreSign/backport/3656/stable29
Browse files Browse the repository at this point in the history
[stable29] chore: changelog
  • Loading branch information
vitormattos authored Sep 10, 2024
2 parents fec11c2 + a127021 commit 15c02a5
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,27 @@ Types of changes:
- *Security* in case of vulnerabilities.

<!-- changelog-linker -->
## 9.3.1 - 2024-09-10
### Fixes
* fix: check linux distro when get java path [3654](https://github.com/LibreSign/libresign/pull/3654)

## 9.3.0 - 2024-09-10
### New feature
* Support to GitHub codespace and devcontainers
* Add filter by status to listing at API side [3603](https://github.com/LibreSign/libresign/pull/3603)

### Changes
* chore: Test signature proccess [3581](https://github.com/LibreSign/libresign/pull/3581)
* chore: add unit tests [3504](https://github.com/LibreSign/libresign/pull/3504)

### Fixes
* fix: prevent error when resync sequence of other apps [3606](https://github.com/LibreSign/libresign/pull/3606)
* fix: internal route [3626](https://github.com/LibreSign/libresign/pull/3626)
* fix: js linter warning [3577](https://github.com/LibreSign/libresign/pull/3577)
* fix: draw width [3546](https://github.com/LibreSign/libresign/pull/3546)
* fix: handle error when is invalid password [3484](https://github.com/LibreSign/libresign/pull/3484)
* fix: prevent js error when disabled for user [3487](https://github.com/LibreSign/libresign/pull/3487)
* fix: git safe directory [3451](https://github.com/LibreSign/libresign/pull/3451)

## 9.2.3 - 2024-07-24
### New feature
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.3.0</version>
<version>9.3.1</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.2.3",
"version": "9.3.1",
"license": "agpl",
"private": true,
"scripts": {
Expand Down

0 comments on commit 15c02a5

Please sign in to comment.