From 76b6759c630939c4c2cb4db5a781723303dbaca1 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sun, 16 Feb 2025 20:51:05 +0100 Subject: [PATCH 1/2] Bump version to 2.6.3 and update changelog --- CHANGELOG.md | 19 +++++++++++++++++++ novelwriter/__init__.py | 4 ++-- sample/nwProject.nwx | 4 ++-- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ebc5acf..008e961b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # novelWriter Changelog +## Version 2.6.3 [2025-02-16] + +### Release Notes + +This is a patch release that fixes a translation issue that affected several labels on the user +interface where the wrong or no translation was used. This only affected non-English language +settings. + +### Detailed Changelog + +**Bugfixes** + +* Fix retrieval of translation string for stats and shape constants. This particularly affected the + details panel below the project tree, some labels on the outline, the statics panel on the + Manuscript tool and the status icon shape menu in Project Settings. It also affected the + statistics submenu in the Insert menu. Issue #2246. PRs #2247 and #2249. + +---- + ## Version 2.6.2 [2025-02-16] ### Release Notes diff --git a/novelwriter/__init__.py b/novelwriter/__init__.py index 80151344..69d54998 100644 --- a/novelwriter/__init__.py +++ b/novelwriter/__init__.py @@ -47,8 +47,8 @@ __license__ = "GPLv3" __author__ = "Veronica Berglyd Olsen" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" -__version__ = "2.6.2" -__hexversion__ = "0x020602f0" +__version__ = "2.6.3" +__hexversion__ = "0x020603f0" __date__ = "2025-02-16" __status__ = "Stable" __domain__ = "novelwriter.io" diff --git a/sample/nwProject.nwx b/sample/nwProject.nwx index c2913654..45c3e1a6 100644 --- a/sample/nwProject.nwx +++ b/sample/nwProject.nwx @@ -1,6 +1,6 @@ - - + + Sample Project Jane Smith From bbf18709b3b467173c3a9ada128bfcca0cf2212f Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sun, 16 Feb 2025 20:54:10 +0100 Subject: [PATCH 2/2] Clarify changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 008e961b..e83846e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ ### Release Notes This is a patch release that fixes a translation issue that affected several labels on the user -interface where the wrong or no translation was used. This only affected non-English language -settings. +interface where the wrong or no translation was used. The bug affected all languages except for +English. ### Detailed Changelog