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

Merged
merged 1 commit into from
Nov 7, 2024
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
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,47 @@ Types of changes:
- *Security* in case of vulnerabilities.

<!-- changelog-linker -->
## 10.1.0 - 2024-11-07
### Fixes
* fix: open notification as internal url [3713](https://github.com/LibreSign/libresign/pull/3713)
* fix: close button [3724](https://github.com/LibreSign/libresign/pull/3724)
* fix: typo [3735](https://github.com/LibreSign/libresign/pull/3735)
* fix: i18n; Fixed grammar [3785](https://github.com/LibreSign/libresign/pull/3785)
* fix: prevent don't match extension when the file have uppercase name [3819](https://github.com/LibreSign/libresign/pull/3819)
* fix: open settings together with cms_pico [3824](https://github.com/LibreSign/libresign/pull/3824)
* fix: replace deprecated code [3899](https://github.com/LibreSign/libresign/pull/3899)

### Changes
* feat: use Viewer to open pdf [3727](https://github.com/LibreSign/libresign/pull/3727)
* feat: add spdx headers https://github.com/LibreSign/libresign/pull/3877
* feat: rewrite file list [3898](https://github.com/LibreSign/libresign/pull/3898)
* feat: add OWASP dependency check [3914](https://github.com/LibreSign/libresign/pull/3914)

### Chore
* chore: remove unused packages and code
* chore: convert indent size and apply updated linter rules
* chore: update api documentation [3903](https://github.com/LibreSign/libresign/pull/3903)

## 9.4.0 - 2024-11-07
### Fixes
* fix: open notification as internal url https://github.com/LibreSign/libresign/pull/3712
* fix: close button https://github.com/LibreSign/libresign/pull/3723
* fix: typo https://github.com/LibreSign/libresign/pull/3734
* fix: i18n; Fixed grammar https://github.com/LibreSign/libresign/pull/3784
* fix: prevent don't match extension when the file have uppercase name https://github.com/LibreSign/libresign/pull/3820
* fix: open settings together with cms_pico https://github.com/LibreSign/libresign/pull/3825

### Changes
* feat: use Viewer to open pdf https://github.com/LibreSign/libresign/pull/3726
* feat: add documentation url https://github.com/LibreSign/libresign/pull/3816
* feat: rewrite file list https://github.com/LibreSign/libresign/pull/3897
* feat: add OWASP dependency check https://github.com/LibreSign/libresign/pull/3913

### Chore
* chore: remove unused packages and code
* chore: convert indent size and apply updated linter rules
* chore: update api documentation https://github.com/LibreSign/libresign/pull/3902

## 10.0.2 - 2024-09-14
### Fixes
* fix: ajust condition to filter file list[3702](https://github.com/LibreSign/libresign/pull/3702)
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.0.2</version>
<version>10.1.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.0.2",
"version": "10.1.0",
"license": "agpl",
"private": true,
"scripts": {
Expand Down
Loading