diff --git a/CHANGELOG.md b/CHANGELOG.md index e920409e5..065991b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,21 +13,27 @@ Types of changes: - *Security* in case of vulnerabilities. +## 9.7.1 - 2024-11-26 +### Fixes +* fix: Icon color att app files [4057](https://github.com/LibreSign/libresign/pull/4057) +* fix: prevent error when click at signer to add to document [4055](https://github.com/LibreSign/libresign/pull/4055) +* fix: toggle loading [4053](https://github.com/LibreSign/libresign/pull/4053) +* fix: prevent don't delete file when folder is deleted [4060](https://github.com/LibreSign/libresign/pull/4060) ## 9.7.0 - 2024-11-25 ### Fixes -* fix: JS error when upload file [4034](/LibreSign/libresign/pull/4034) -* fix: show message when file list is empty [4032](/LibreSign/libresign/pull/4032) +* fix: JS error when upload file [4034](https://github.com/LibreSign/libresign/pull/4034) +* fix: show message when file list is empty [4032](https://github.com/LibreSign/libresign/pull/4032) ### Changes * Update translations -* feat: delete multiple files [4027](/LibreSign/libresign/pull/4027) +* feat: delete multiple files [4027](https://github.com/LibreSign/libresign/pull/4027) ### Chore -* chore: bump dependencies [4046](/LibreSign/libresign/pull/4046) -* chore: show loading before finish load file list [4042](/LibreSign/libresign/pull/4042) -* chore: disable Actions menu when click in an action [4040](/LibreSign/libresign/pull/4040) -* chore: unify code into a new component [4036](/LibreSign/libresign/pull/4036) +* chore: bump dependencies [4046](https://github.com/LibreSign/libresign/pull/4046) +* chore: show loading before finish load file list [4042](https://github.com/LibreSign/libresign/pull/4042) +* chore: disable Actions menu when click in an action [4040](https://github.com/LibreSign/libresign/pull/4040) +* chore: unify code into a new component [4036](https://github.com/LibreSign/libresign/pull/4036) ## 9.6.1 - 2024-11-23 ### Fixes diff --git a/appinfo/info.xml b/appinfo/info.xml index 72a250755..3817b387c 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.7.0 + 9.7.1 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index c1118e399..dae31a4b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "9.7.0", + "version": "9.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "9.7.0", + "version": "9.7.1", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.1.0", diff --git a/package.json b/package.json index 43152430e..c31ef5e16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "9.7.0", + "version": "9.7.1", "license": "agpl", "private": true, "scripts": {