From b269fd0212498a749154618fcd773de59436ab0d Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 7 Nov 2024 13:20:10 -0300 Subject: [PATCH] chore: changelog Signed-off-by: Vitor Mattos --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 45 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b550e227..3ea9b6f684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,47 @@ Types of changes: - *Security* in case of vulnerabilities. +## 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) diff --git a/appinfo/info.xml b/appinfo/info.xml index 81de17492c..2f4f73f9a8 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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) ]]> - 10.0.2 + 10.1.0 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index 512ea69e9a..352ef22405 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "10.0.2", + "version": "10.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "10.0.2", + "version": "10.1.0", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.1.0", diff --git a/package.json b/package.json index a61b064249..6fbd614313 100644 --- a/package.json +++ b/package.json @@ -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": {