From c38c8678bf749b4b3f80729e7c72adb84568ab84 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 11 Jul 2024 13:48:26 -0300 Subject: [PATCH] chore: changelog [skip ci] Signed-off-by: Vitor Mattos --- CHANGELOG.md | 16 ++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e32db9c1..79039d3c1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,22 @@ Types of changes: - *Security* in case of vulnerabilities. +## 8.2.0 - 2024-07-11 +### Changed +* apply cs fixer [#3335](https://github.com/LibreSign/libresign/pull/3335) +* bump cs fixer [#3327](https://github.com/LibreSign/libresign/pull/3327) +* ui improvements [#3330](https://github.com/LibreSign/libresign/pull/3330) +* js optimizations [#3322](https://github.com/LibreSign/libresign/pull/3322) +* reduce a query when delete file [#3319](https://github.com/LibreSign/libresign/pull/3319) +* bump dependencies [#3308](https://github.com/LibreSign/libresign/pull/3308) +* use engine name at tip [#3305](https://github.com/LibreSign/libresign/pull/3305) + +### Fixes +* install and check process [#3341](https://github.com/LibreSign/libresign/pull/3341) +* prevent error when try to create folder and alreay exists [#3339](https://github.com/LibreSign/libresign/pull/3339) +* prevent error when access method of Nextcloud 29 [#3317](https://github.com/LibreSign/libresign/pull/3317) +* Prevent error when haven't ps command [#3315](https://github.com/LibreSign/libresign/pull/3315) + ## 8.1.3 - 2024-07-08 ### Changed * chore: update workflows [3255](https://github.com/LibreSign/libresign/pull/3255) diff --git a/appinfo/info.xml b/appinfo/info.xml index 220b0b808f..555532ba25 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) ]]> - 8.1.3 + 8.2.0 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index 59e2942b4d..883e2d37b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "8.1.3", + "version": "8.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "8.1.3", + "version": "8.2.0", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.0.18", diff --git a/package.json b/package.json index 4231ff5e80..9d241525c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "8.1.3", + "version": "8.2.0", "license": "agpl", "private": true, "scripts": {