From 7d53c4a06b29f585bc18b1a802615209d4a58c84 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:08:09 +0200 Subject: [PATCH] Extend changelog and fix release date --- CHANGELOG.md | 6 +++++- novelwriter/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14397c74..7c4e22f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # novelWriter Changelog -## Version 2.7.1 [2025-06-10] +## Version 2.7.1 [2025-06-09] ### Release Notes @@ -22,6 +22,10 @@ auto-complete menu on Windows, and issues with the AppImage on Linux. The Czech * The auto-complete menu in the editor no longer shows any suggestions when defining the tag. This never made sense anyway. PR #2389. +**Internationalisation** + +* Updated the Czech. PR #2393. + **Packaging** * Fixed an issue with the AppImage release where on some platforms `libxcb-cursor0` was missing. diff --git a/novelwriter/__init__.py b/novelwriter/__init__.py index dcabc0b6..594dc30c 100644 --- a/novelwriter/__init__.py +++ b/novelwriter/__init__.py @@ -51,7 +51,7 @@ __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" __version__ = "2.7.1" __hexversion__ = "0x020701f0" -__date__ = "2025-06-10" +__date__ = "2025-06-09" __status__ = "Stable" __domain__ = "novelwriter.io"