From 13e3ee3984cd89feec3711722cadb83863551fa8 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Tue, 26 Nov 2024 19:56:56 -0300 Subject: [PATCH] chore: changelog Signed-off-by: Vitor Mattos [skip ci] --- CHANGELOG.md | 40 ++++++++++++++++++++++++++-------------- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 30 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b04808b353..3037322a82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,36 +17,48 @@ Types of changes: - *Security* in case of vulnerabilities. +## 10.4.1 - 2024-11-26 +* fix: Icon color att app files [4058](https://github.com/LibreSign/libresign/pull/4058) +* fix: prevent error when click at signer to add to document [4056](https://github.com/LibreSign/libresign/pull/4056) +* fix: toggle loading [4054](https://github.com/LibreSign/libresign/pull/4054) +* fix: prevent don't delete file when folder is deleted [4061](https://github.com/LibreSign/libresign/pull/4061) + +## 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) ## 10.4.0 - 2024-11-25 ### Fixes -* fix: JS error when upload file [4035](/LibreSign/libresign/pull/4035) -* fix: show message when file list is empty [4033](/LibreSign/libresign/pull/4033) +* fix: JS error when upload file [4035](https://github.com/LibreSign/libresign/pull/4035) +* fix: show message when file list is empty [4033](https://github.com/LibreSign/libresign/pull/4033) ### Changes * Update translations -* feat: delete multiple files [4028](/LibreSign/libresign/pull/4028) +* feat: delete multiple files [4028](https://github.com/LibreSign/libresign/pull/4028) ### Chore -* chore: bump dependencies [4045](/LibreSign/libresign/pull/4045) -* chore: show loading before finish load file list [4043](/LibreSign/libresign/pull/4043) -* chore: disable Actions menu when click in an action [4039](/LibreSign/libresign/pull/4039) -* chore: unify code into a new component [4037](/LibreSign/libresign/pull/4037) +* chore: bump dependencies [4045](https://github.com/LibreSign/libresign/pull/4045) +* chore: show loading before finish load file list [4043](https://github.com/LibreSign/libresign/pull/4043) +* chore: disable Actions menu when click in an action [4039](https://github.com/LibreSign/libresign/pull/4039) +* chore: unify code into a new component [4037](https://github.com/LibreSign/libresign/pull/4037) ## 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) ## 10.3.1 - 2024-11-23 ### Fixes diff --git a/appinfo/info.xml b/appinfo/info.xml index ff9dde2c8f..7a1adc2d01 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) ]]> - 10.4.0 + 10.4.1 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index 30c5a66e42..974fef862b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "10.4.0", + "version": "10.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "10.4.0", + "version": "10.4.1", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.1.0", diff --git a/package.json b/package.json index adf05c5a65..fcbe866901 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "10.4.0", + "version": "10.4.1", "license": "agpl", "private": true, "scripts": {