From c91efb88e91f7dc36fe6936dedc3adfe93bdc40b Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Mon, 24 Jun 2024 20:33:32 -0300 Subject: [PATCH] chore: new release [skip ci] Signed-off-by: Vitor Mattos --- CHANGELOG.md | 13 +++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a14a2412f9..2610357e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,19 @@ Types of changes: - *Security* in case of vulnerabilities. +## 8.1.0 - 2024-06-24 +### New feature +* Clean old setup binaries +* API documentation generated by OpenAPI moved to Nextcloud pattern +* Hide sidebar when is incomplete setup +### Changed +* Update translations +* Bump packages +* Clean code +### Fixes +* Prevent error when synchonize with windows +* Prevent error when delete visible signature + ## 8.0.2 - 2024-05-10 ### New feature * feat: finish setup in https://github.com/LibreSign/libresign/pull/3039 diff --git a/appinfo/info.xml b/appinfo/info.xml index 8143a7d190..2b2e83f6fd 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.0.2 + 8.1.0 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index 33ffd117b3..2de20f7bbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "8.0.2", + "version": "8.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "8.0.2", + "version": "8.1.0", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.0.18", diff --git a/package.json b/package.json index c1628a1f75..ce081b91b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "8.0.2", + "version": "8.1.0", "license": "agpl", "private": true, "scripts": {