From 18f5deee826f8920e2ea25364448ec4cccd93f84 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sat, 22 Jun 2024 14:17:44 +0200 Subject: [PATCH] Change release date and extend changelog --- CHANGELOG.md | 4 ++-- novelwriter/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b24f179..cec85c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # novelWriter Changelog -## Version 2.5 RC 1 [2024-06-18] +## Version 2.5 RC 1 [2024-06-22] ### Release Notes @@ -42,7 +42,7 @@ backups. * The `Ctrl+E` shortcut now toggles focus between editor and viewer instead of just going to the editor. The header text colour changes to indicate which panel has focus. This should make it easier to scroll the content of the viewer without having to click it with the mouse first. - Issue #1387. PR #1940. + Issue #1387. PRs #1940 and #1941. **Code Improvements** diff --git a/novelwriter/__init__.py b/novelwriter/__init__.py index 6dc0b942..8a81ae2c 100644 --- a/novelwriter/__init__.py +++ b/novelwriter/__init__.py @@ -49,7 +49,7 @@ __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" __version__ = "2.5rc1" __hexversion__ = "0x020500c1" -__date__ = "2024-06-18" +__date__ = "2024-06-22" __status__ = "Stable" __domain__ = "novelwriter.io"