diff --git a/CHANGELOG.md b/CHANGELOG.md index e36607515f..2c01876b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,26 +14,36 @@ Types of changes: +## 9.1.2 - 2024-06-28 +### Fixes +* fix: Internal error when signing [#3238](github.com/libresign/libresign/pull/3238) + + +## 8.1.2 - 2024-06-28 +### Fixes +* fix: Internal error when signing [#3238](github.com/libresign/libresign/pull/3238) + + ## 9.1.1 - 2024-06-26 ### Changed -- Disable sign button when is loading [#3225](https://github.com/nextcloud/spreed/pull/3225) +- Disable sign button when is loading [#3225](https://github.com/libresign/libresign/pull/3225) - Bump dependencies ### Fixes -- signing dependencies at deploy to Nextcloud app store [#3234](https://github.com/nextcloud/spreed/pull/3234) -- Make possible use multiple signatures of same signer [#3229](https://github.com/nextcloud/spreed/pull/3229) -- neutralize deleted users [#3222](https://github.com/nextcloud/spreed/pull/3222) +- signing dependencies at deploy to Nextcloud app store [#3234](https://github.com/libresign/libresign/pull/3234) +- Make possible use multiple signatures of same signer [#3229](https://github.com/libresign/libresign/pull/3229) +- neutralize deleted users [#3222](https://github.com/libresign/libresign/pull/3222) - Bump dependencies ## 8.1.1 - 2024-06-26 ### Changed -- Disable sign button when is loading [#3224](https://github.com/nextcloud/spreed/pull/3224) +- Disable sign button when is loading [#3224](https://github.com/libresign/libresign/pull/3224) - Bump dependencies ### Fixes -- signing dependencies at deploy to Nextcloud app store [#3233](https://github.com/nextcloud/spreed/pull/3233) -- Make possible use multiple signatures of same signer [#3228](https://github.com/nextcloud/spreed/pull/3228) -- neutralize deleted users [#3221](https://github.com/nextcloud/spreed/pull/3221) +- signing dependencies at deploy to Nextcloud app store [#3233](https://github.com/libresign/libresign/pull/3233) +- Make possible use multiple signatures of same signer [#3228](https://github.com/libresign/libresign/pull/3228) +- neutralize deleted users [#3221](https://github.com/libresign/libresign/pull/3221) ## 9.1.0 - 2024-06-24 ### New feature diff --git a/Makefile b/Makefile index 0f6aae47fb..068bb6a720 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,6 @@ appstore: $(appstore_sign_dir)/$(app_name) rm $(appstore_sign_dir)/$(app_name)/vendor/endroid/qr-code/assets/* find $(appstore_sign_dir)/$(app_name)/vendor/mpdf/mpdf/ttfonts -type f -not -name 'DejaVuSerifCondensed.ttf' -delete - find $(appstore_sign_dir)/$(app_name)/vendor/mpdf/mpdf/data/ -type f -delete rm -rf $(appstore_sign_dir)/$(app_name)/img/screenshot/ mkdir -p $(appstore_sign_dir)/$(app_name)/tests/fixtures cp tests/fixtures/small_valid.pdf $(appstore_sign_dir)/$(app_name)/tests/fixtures diff --git a/appinfo/info.xml b/appinfo/info.xml index 0d3ae5cf7c..999b0bf7c0 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.1.1 + 9.1.2 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index 16482b675b..0fc99f4b44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "9.1.1", + "version": "9.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "9.1.1", + "version": "9.1.2", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.0.18", diff --git a/package.json b/package.json index 8a9b4413ff..c248c923f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "9.1.1", + "version": "9.1.2", "license": "agpl", "private": true, "scripts": {