From 0c05997721bd7930397fce15e602ec7145ccfa39 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Wed, 15 Jul 2026 15:34:46 -0300 Subject: [PATCH 1/3] chore(release): bump version to v13.3.0 Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index dd94472d57..d53a20be29 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -25,7 +25,7 @@ If your organization uses LibreSign, support its development: For enterprise support, contact LibreCode: https://libresign.coop ]]> - 13.2.7 + 13.3.0 agpl LibreCode From 5054ac76a4dfae8bd1e4e4e66afd4b151275e1ae Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Wed, 15 Jul 2026 15:34:46 -0300 Subject: [PATCH 2/3] chore(release): bump npm version to v13.3.0 Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1127483f9c..7f3eb1b8e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "13.2.7", + "version": "13.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "13.2.7", + "version": "13.3.0", "license": "agpl", "dependencies": { "@codemirror/autocomplete": "^6.20.1", diff --git a/package.json b/package.json index 7fc37e9d57..dbbd563822 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "13.2.7", + "version": "13.3.0", "license": "agpl", "private": true, "scripts": { From 574a1432f16274b1b5bc0e57587b23cae103dca1 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Wed, 15 Jul 2026 15:34:46 -0300 Subject: [PATCH 3/3] chore(release): changelog for v13.3.0 [skip ci] Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 230d707cac..9629f7a33c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,22 @@ Types of changes: +## 13.3.0 - 2026-07-15 + +💝 **SUPPORT LIBRESIGN** — If you find this project useful, please consider supporting its development: https://github.com/sponsors/LibreSign + +🏢 **ENTERPRISE SUPPORT** — Need help with migration or custom implementations? Contact us: contact@librecode.coop + +### Added +- validate PDF signatures without requiring Java [#7872](https://github.com/LibreSign/libresign/pull/7872) + +### Changed +- update translations + +### Fixed +- improve CRL generation performance and reliability [#7889](https://github.com/LibreSign/libresign/pull/7889) +- avoid stale autoload misses during upgrades [#7898](https://github.com/LibreSign/libresign/pull/7898) + ## 13.2.7 - 2026-07-06 💝 **SUPPORT LIBRESIGN** — If you find this project useful, please consider supporting its development: https://github.com/sponsors/LibreSign