diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ae438cd4..97d5e8f1e5 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 a16ef282a0..7a2b15f87c 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 c04953a10d..71cbcf7bf2 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 22b8b2516a..da508edeef 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": {