From 82073b46031d4162d8a8c21b50799b318e8d600f Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Sun, 19 Jan 2025 07:08:16 -0300 Subject: [PATCH] chore: changelog [skip ci] Signed-off-by: Vitor Mattos --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ae438cd..97d5e8f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,15 @@ Types of changes: - *Security* in case of vulnerabilities. +## 9.8.3 - 2025-01-19 +### Changes +- chore: prevent generate unecessary temp file [#4392](https://github.com/LibreSign/libresign/pull/4392) +- chore: bump dependencies [#4381](https://github.com/LibreSign/libresign/pull/4381) + +### fixes +- fix: view pdf at validation page [#4390](https://github.com/LibreSign/libresign/pull/4390) +- fix: list files with deleted signer [#4384](https://github.com/LibreSign/libresign/pull/4384) + ## 9.8.2 - 2025-01-16 ### fixes - fix: handle settings after backend upgrade [#4371](https://github.com/LibreSign/libresign/pull/4371) diff --git a/appinfo/info.xml b/appinfo/info.xml index a16ef282a..7a2b15f87 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.8.2 + 9.8.3 agpl LibreCode diff --git a/package-lock.json b/package-lock.json index c04953a10..71cbcf7bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "9.8.2", + "version": "9.8.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "9.8.2", + "version": "9.8.3", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.1.1", diff --git a/package.json b/package.json index 22b8b2516..da508edee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "9.8.2", + "version": "9.8.3", "license": "agpl", "private": true, "scripts": {