From 2ac7e919ef1cf9b4f3e51595f4c0b576c16df06e Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Wed, 24 Jul 2024 19:40:00 -0300 Subject: [PATCH] chore: changelog Signed-off-by: Vitor Mattos [skip ci] --- CHANGELOG.md | 54 +++++++++++++++++++++++++++++++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 58 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ee149d65..1bc8dc468e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,60 @@ Types of changes: +## 9.2.3 - 2024-07-24 +### New feature +feat: implement support to devcontainer [3398](https://github.com/LibreSign/libresign/pull/3398) +feat: implement endpoint to disable hate limit [3394](https://github.com/LibreSign/libresign/pull/3394) + +### Changes +chore: add tsconfig by @Any97Cris [3445](https://github.com/LibreSign/libresign/pull/3445) +chore: remove unecessary string [3418](https://github.com/LibreSign/libresign/pull/3418) +chore: remove unecessary var [3414](https://github.com/LibreSign/libresign/pull/3414) +chore: replace way to identify Alpine Linux [3390](https://github.com/LibreSign/libresign/pull/3390) +chore: prevent error when try to delete user that haven't uid [3392](https://github.com/LibreSign/libresign/pull/3392) +chore: changelog [3369](https://github.com/LibreSign/libresign/pull/3369) +chore: changelog [3363](https://github.com/LibreSign/libresign/pull/3363) +chore: changelog [3356](https://github.com/LibreSign/libresign/pull/3356) + +### Fixes +fix: imporve validation [3438](https://github.com/LibreSign/libresign/pull/3438) +fix: cfsslUri is optional value [3440](https://github.com/LibreSign/libresign/pull/3440) +fix: run test in separated proccess [3442](https://github.com/LibreSign/libresign/pull/3442) +fix: route verb [3428](https://github.com/LibreSign/libresign/pull/3428) +fix: name of button after generate OpenSSL certificate [3430](https://github.com/LibreSign/libresign/pull/3430) +fix: prevent error when use relative path [3419](https://github.com/LibreSign/libresign/pull/3419) +fix: set linux distro before validate downloaded files [3416](https://github.com/LibreSign/libresign/pull/3416) +fix: check if certificate was generated [3408](https://github.com/LibreSign/libresign/pull/3408) +fix: resynchronize database sequences [3402](https://github.com/LibreSign/libresign/pull/3402) +fix: use linux distro when build [3367](https://github.com/LibreSign/libresign/pull/3367) +fix: Java setup [3360](https://github.com/LibreSign/libresign/pull/3360) +fix: setup at alpine [3354](https://github.com/LibreSign/libresign/pull/3354) + +## 8.2.4 - 2024-07-24 +### New feature +* feat: implement support to devcontainer [3397](https://github.com/LibreSign/libresign/pull/3397) +* feat: implement endpoint to disable hate limit [3393](https://github.com/LibreSign/libresign/pull/3393) + +### Changes +* chore: add tsconfig by @Any97Cris [3444](https://github.com/LibreSign/libresign/pull/3444) +* chore: remove unecessary string [3420](https://github.com/LibreSign/libresign/pull/3420) +* chore: remove unecessary var [3413](https://github.com/LibreSign/libresign/pull/3413) +* chore: prevent error when try to delete user that haven't uid [3391](https://github.com/LibreSign/libresign/pull/3391) +* chore: replace way to identify Alpine Linux [3389](https://github.com/LibreSign/libresign/pull/3389) + +### Fixes +* fix: imporve validation [3437](https://github.com/LibreSign/libresign/pull/3437) +* fix: cfsslUri is optional value [3439](https://github.com/LibreSign/libresign/pull/3439) +* fix: run test in separated proccess [3441](https://github.com/LibreSign/libresign/pull/3441) +* fix: name of button after generate OpenSSL certificate [3429](https://github.com/LibreSign/libresign/pull/3429) +* fix: prevent error when use relative path [3417](https://github.com/LibreSign/libresign/pull/3417) +* fix: set linux distro before validate downloaded files [3415](https://github.com/LibreSign/libresign/pull/3415) +* fix: check if certificate was generated [3407](https://github.com/LibreSign/libresign/pull/3407) +* fix: resynchronize database sequences [3401](https://github.com/LibreSign/libresign/pull/3401) +* fix: use linux distro when build [3366](https://github.com/LibreSign/libresign/pull/3366) +* fix: Java setup [3361](https://github.com/LibreSign/libresign/pull/3361) +* fix: setup at alpine [3353](https://github.com/LibreSign/libresign/pull/3353) + ## 9.2.2 - 2024-07-12 ### Fixes * fix: use linux distro when build [3367]https://github.com/LibreSign/libresign/pull/3367 diff --git a/appinfo/info.xml b/appinfo/info.xml index 0ecc8213d3..f72e9fe290 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.2.2 + 9.2.3 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index 976008f25f..c8db09c836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "9.2.2", + "version": "9.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "9.2.2", + "version": "9.2.3", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.0.18", diff --git a/package.json b/package.json index b188d35f38..97e28bdcb0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "9.2.2", + "version": "9.2.3", "license": "agpl", "private": true, "scripts": {