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"