Extend changelog and fix release date

This commit is contained in:
Veronica Berglyd Olsen
2025-06-09 23:08:09 +02:00
parent e3981aad60
commit 7d53c4a06b
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
# novelWriter Changelog # novelWriter Changelog
## Version 2.7.1 [2025-06-10] ## Version 2.7.1 [2025-06-09]
### Release Notes ### 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. * The auto-complete menu in the editor no longer shows any suggestions when defining the tag.
This never made sense anyway. PR #2389. This never made sense anyway. PR #2389.
**Internationalisation**
* Updated the Czech. PR #2393.
**Packaging** **Packaging**
* Fixed an issue with the AppImage release where on some platforms `libxcb-cursor0` was missing. * Fixed an issue with the AppImage release where on some platforms `libxcb-cursor0` was missing.
+1 -1
View File
@@ -51,7 +51,7 @@ __maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net" __email__ = "code@vkbo.net"
__version__ = "2.7.1" __version__ = "2.7.1"
__hexversion__ = "0x020701f0" __hexversion__ = "0x020701f0"
__date__ = "2025-06-10" __date__ = "2025-06-09"
__status__ = "Stable" __status__ = "Stable"
__domain__ = "novelwriter.io" __domain__ = "novelwriter.io"