diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1f334a9f..76334a042a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,26 @@ Types of changes: - *Security* in case of vulnerabilities. +## 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 + ## 9.3.2 - 2024-09-14 ### Fixes * fix: ajust condition to filter file list [3701](https://github.com/LibreSign/libresign/pull/3701) diff --git a/appinfo/info.xml b/appinfo/info.xml index 0264d110af..492ac7e3d1 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) ]]> - 9.3.2 + 9.4.0 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index fba9baaf9c..8a7403b642 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "9.3.2", + "version": "9.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "9.3.2", + "version": "9.4.0", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.1.0", diff --git a/package.json b/package.json index 6df0422aa0..c5a026bff9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "9.3.2", + "version": "9.4.0", "license": "agpl", "private": true, "scripts": {