Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
[skip ci]

Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jan 16, 2025
1 parent fabaa80 commit 369bdde
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,23 @@ Types of changes:
- *Security* in case of vulnerabilities.

<!-- changelog-linker -->
## 10.5.2 - 2025-01-16
### fixes
- fix: handle settings after backend upgrade [#4372](https://github.com/LibreSign/libresign/pull/4372)
- fix: prevent error when is empty files [#4369](https://github.com/LibreSign/libresign/pull/4369)
- fix: validation url [#4364](https://github.com/LibreSign/libresign/pull/4364)
- chore: add more details to pdf viewer [#4362](https://github.com/LibreSign/libresign/pull/4362)
- fix: prevent error when get timeout from api [#4359](https://github.com/LibreSign/libresign/pull/4359)
- fix: close dialog after submit [#4356](https://github.com/LibreSign/libresign/pull/4356)

## 9.8.2 - 2025-01-16
### fixes
- fix: handle settings after backend upgrade [#4371](https://github.com/LibreSign/libresign/pull/4371)
- fix: prevent error when is empty files [#4370](https://github.com/LibreSign/libresign/pull/4370)
- fix: validation url [#4363](https://github.com/LibreSign/libresign/pull/4363)
- fix: prevent error when get timeout from api [#4358](https://github.com/LibreSign/libresign/pull/4358)
- fix: close dialog after submit [#4355](https://github.com/LibreSign/libresign/pull/4355)

## 10.5.1 - 2025-01-16
### fixes
- fix: submit on click [#4343](https://github.com/LibreSign/libresign/pull/4343)
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.5.1</version>
<version>10.5.2</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.5.1",
"version": "10.5.2",
"license": "agpl",
"private": true,
"scripts": {
Expand Down

0 comments on commit 369bdde

Please sign in to comment.