From 7a30b5c6ec1c3d03568133e7c98dcf1272e31c33 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:09:25 -0300 Subject: [PATCH 1/3] chore(release): bump version to v13.2.7 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 d7c8adfddc..524b7d7ba0 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.6 + 13.2.7 agpl LibreCode From 4fa5ab84a931ea7500367a8b186ce32dff9cf64e Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:09:25 -0300 Subject: [PATCH 2/3] chore(release): bump npm version to v13.2.7 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 adfe6be968..1127483f9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "13.2.6", + "version": "13.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "13.2.6", + "version": "13.2.7", "license": "agpl", "dependencies": { "@codemirror/autocomplete": "^6.20.1", diff --git a/package.json b/package.json index d7e5ee537e..7fc37e9d57 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "13.2.6", + "version": "13.2.7", "license": "agpl", "private": true, "scripts": { From 1dd9af94d35078318fdb7dcf7fab2756f69dbd9e Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:09:25 -0300 Subject: [PATCH 3/3] chore(release): changelog for v13.2.7 [skip ci] Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ef4b26c9..230d707cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,25 @@ Types of changes: +## 13.2.7 - 2026-07-06 + +💝 **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 + +### Changed +- update translations +- bump dependencies [#7804](https://github.com/LibreSign/libresign/pull/7804) [#7817](https://github.com/LibreSign/libresign/pull/7817) [#7849](https://github.com/LibreSign/libresign/pull/7849) +- surface setup checks in the admin overview and `occ setupchecks:check` [#7840](https://github.com/LibreSign/libresign/pull/7840) + +### Fixed +- avoid autoload issues from the authoritative classmap configuration [#7775](https://github.com/LibreSign/libresign/pull/7775) +- cache generated CRL data in appdata correctly [#7782](https://github.com/LibreSign/libresign/pull/7782) +- prevent invalid user element rows from breaking node ID writes [#7810](https://github.com/LibreSign/libresign/pull/7810) +- honor notification preferences more consistently for email notifications [#7834](https://github.com/LibreSign/libresign/pull/7834) +- avoid transient CFSSL startup failures during setup [#7837](https://github.com/LibreSign/libresign/pull/7837) +- clarify the error shown when a signing link is opened in the wrong authenticated session [#7856](https://github.com/LibreSign/libresign/pull/7856) + ## 13.2.6 - 2026-06-14 💝 **SUPPORT LIBRESIGN** — If you find this project useful, please consider supporting its development: https://github.com/sponsors/LibreSign