From 26b825f2e7652f598271da5010c0bb836c15b3a1 Mon Sep 17 00:00:00 2001 From: nelsonduarte Date: Tue, 4 Aug 2026 11:20:46 +0100 Subject: [PATCH] docs(changelog): add v1.14.4 entry Add the v1.14.4 release entry (August 4, 2026) covering the OCR language-pack detection fix on Apple Silicon Macs (Homebrew Tesseract) and routine dependency/CI maintenance. Move the "Latest" badge from v1.14.3 to v1.14.4. Co-Authored-By: Claude Opus 4.8 --- docs/changelog.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/changelog.html b/docs/changelog.html index 6dcb759..bf40fb4 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -65,11 +65,23 @@

Changelog

+
+
+ v1.14.4 + August 4, 2026 + Latest +
+

OCR language detection on Apple Silicon Macs

+
    +
  • OCR language packs: on Apple Silicon Macs with Tesseract installed through Homebrew, additional language packs (such as Hebrew) are now recognised in the OCR tool.
  • +
  • Other: routine dependency and CI maintenance updates.
  • +
+
+
v1.14.3 July 28, 2026 - Latest

Viewer stability, legacy-encoding imports, and security updates