Skip to content

Commit

Permalink
Merge pull request #4538 from LibreSign/backport/4535/stable30
Browse files Browse the repository at this point in the history
[stable30] chore: changelog
  • Loading branch information
vitormattos authored Jan 28, 2025
2 parents 6fdee7a + ab49837 commit 487792d
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 4 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,45 @@ Types of changes:
- *Security* in case of vulnerabilities.

<!-- changelog-linker -->
## 10.6.1 - 2025-01-28
### Changes
- Update translations
- Bump dependencies
- chore: bump java [#4532](https://github.com/LibreSign/libresign/pull/4532)
- refactor: convert to promisse [#4524](https://github.com/LibreSign/libresign/pull/4524)
- refactor: force typing [#4505](https://github.com/LibreSign/libresign/pull/4505)

### Fixes
- fix: prevent error when enpty data from backend [#4527](https://github.com/LibreSign/libresign/pull/4527)
- fix: use async await [#4523](https://github.com/LibreSign/libresign/pull/4523)
- fix: retrieve saved data [#4534](https://github.com/LibreSign/libresign/pull/4534)
- fix: display errors at error page [#4513](https://github.com/LibreSign/libresign/pull/4513)
- fix: display error at same route [#4509](https://github.com/LibreSign/libresign/pull/4509)
- fix: hide sidebar when is not necessary [#4502](https://github.com/LibreSign/libresign/pull/4502)
- fix: redirect to login when validation page is not public [#4498](https://github.com/LibreSign/libresign/pull/4498)
- fix: logout if is using different account [#4495](https://github.com/LibreSign/libresign/pull/4495)
- fix: prevent error when validate signed file using cfssl cert [#4477](https://github.com/LibreSign/libresign/pull/4477)
- fix: remove licence file [#4473](https://github.com/LibreSign/libresign/pull/4473)

## 9.9.1 - 2025-01-28
### Changes
- Update translations
- Bump dependencies
- chore: bump java [#4531](https://github.com/LibreSign/libresign/pull/4531)
- refactor: convert to promisse [#4529](https://github.com/LibreSign/libresign/pull/4529)
- refactor: force typing [#4504](https://github.com/LibreSign/libresign/pull/4504)

### Fixes
- fix: prevent error when enpty data from backend [#4528](https://github.com/LibreSign/libresign/pull/4528)
- fix: use async await [#4521](https://github.com/LibreSign/libresign/pull/4521)
- fix: retrieve saved data [#4516](https://github.com/LibreSign/libresign/pull/4516)
- fix: display errors at error page [#4512](https://github.com/LibreSign/libresign/pull/4512)
- fix: display error at same route [#4508](https://github.com/LibreSign/libresign/pull/4508)
- fix: hide sidebar when is not necessary [#4501](https://github.com/LibreSign/libresign/pull/4501)
- fix: redirect to login when validation page is not public [#4497](https://github.com/LibreSign/libresign/pull/4497)
- fix: logout if is using different account [#4494](https://github.com/LibreSign/libresign/pull/4494)
- fix: prevent error when validate signed file using cfssl cert [#4476](https://github.com/LibreSign/libresign/pull/4476)

## 10.6.0 - 2025-01-27
### Features
- feat: add extracerts to generated cert [#4427](https://github.com/LibreSign/libresign/pull/4427)
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.6.0</version>
<version>10.6.1</version>
<licence>agpl</licence>
<author mail="contact@librecode.coop" 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.6.0",
"version": "10.6.1",
"license": "agpl",
"private": true,
"scripts": {
Expand Down

0 comments on commit 487792d

Please sign in to comment.