Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable30] chore: changelog #4350

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,28 @@ Types of changes:
- *Security* in case of vulnerabilities.

<!-- changelog-linker -->
## 10.5.1 - 2025-01-16
### fixes
- fix: submit on click [#4343](https://github.com/LibreSign/libresign/pull/4343)
- fix: prevent error when have not identify method [#4339](https://github.com/LibreSign/libresign/pull/4339)
- fix: validate with success when signer account was deleted [#4334](https://github.com/LibreSign/libresign/pull/4334)
- fix: When only have a signature, consider that who signed is who need… [#4317](https://github.com/LibreSign/libresign/pull/4317)
- fix: show that file not found when validate file [#4316](https://github.com/LibreSign/libresign/pull/4316)
- fix: match signature from file with libresign [#4309](https://github.com/LibreSign/libresign/pull/4309)
- fix: match signers from cert with signers from LibreSign [#4305](https://github.com/LibreSign/libresign/pull/4305)
- fix: load success icon when cert is valid [#4304](https://github.com/LibreSign/libresign/pull/4304)

## 9.8.1 - 2025-01-16
### fixes
- fix: submit on click [#4342](https://github.com/LibreSign/libresign/pull/4342)
- fix: prevent error when have not identify method [#4338](https://github.com/LibreSign/libresign/pull/4338)
- fix: validate with success when signer account was deleted [#4333](https://github.com/LibreSign/libresign/pull/4333)
- fix: When only have a signature, consider that who signed is who need… [#4319](https://github.com/LibreSign/libresign/pull/4319)
- fix: show that file not found when validate file [#4318](https://github.com/LibreSign/libresign/pull/4318)
- fix: match signature from file with libresign [#4310](https://github.com/LibreSign/libresign/pull/4310)
- fix: load success icon when cert is valid [#4307](https://github.com/LibreSign/libresign/pull/4307)
- fix: match signers from cert with signers from LibreSign [#4306](https://github.com/LibreSign/libresign/pull/4306)

## 10.5.0 - 2025-01-13
### Changes
- Update translations
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.0</version>
<version>10.5.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": "10.5.0",
"version": "10.5.1",
"license": "agpl",
"private": true,
"scripts": {
Expand Down