From af6e31f83c0e852a89a616f2d56bf5edfec4822b Mon Sep 17 00:00:00 2001
From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Date: Wed, 15 Jul 2026 15:17:30 -0300
Subject: [PATCH 1/3] chore(release): bump version to v12.4.8
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 eca901211f..0362f4e443 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
]]>
- 12.4.7
+ 12.4.8
agpl
LibreCode
From 8eaf3d9f063ea9af592820172b8897ac5efce663 Mon Sep 17 00:00:00 2001
From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Date: Wed, 15 Jul 2026 15:17:30 -0300
Subject: [PATCH 2/3] chore(release): bump npm version to v12.4.8
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 09c9ccf8f1..74c8b9f670 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "libresign",
- "version": "12.4.7",
+ "version": "12.4.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "libresign",
- "version": "12.4.7",
+ "version": "12.4.8",
"license": "agpl",
"dependencies": {
"@codemirror/autocomplete": "^6.20.1",
diff --git a/package.json b/package.json
index 02c5f5f5c5..6bea1eb2c5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
- "version": "12.4.7",
+ "version": "12.4.8",
"license": "agpl",
"private": true,
"scripts": {
From 6c5d6df3c9beac7a1afc39568a29f7bd3bf84ae2 Mon Sep 17 00:00:00 2001
From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Date: Wed, 15 Jul 2026 15:26:00 -0300
Subject: [PATCH 3/3] chore(release): changelog for v12.4.8 [skip ci]
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
---
CHANGELOG.md | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11d8623d15..dfb90e6478 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,19 @@ Types of changes:
+## 12.4.8 - 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 upgrading or custom implementations? Contact us: contact@librecode.coop
+
+### Changed
+- update translations
+
+### Fixed
+- improve CRL generation performance and reliability [#7888](https://github.com/LibreSign/libresign/pull/7888)
+- avoid stale autoload misses during upgrades [#7897](https://github.com/LibreSign/libresign/pull/7897)
+
## 12.4.7 - 2026-07-06
💝 **SUPPORT LIBRESIGN** — If you find this project useful, please consider supporting its development: https://github.com/sponsors/LibreSign