Change release date and extend changelog
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
# novelWriter Changelog
|
# novelWriter Changelog
|
||||||
|
|
||||||
## Version 2.5 RC 1 [2024-06-18]
|
## Version 2.5 RC 1 [2024-06-22]
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|
||||||
@@ -42,7 +42,7 @@ backups.
|
|||||||
* The `Ctrl+E` shortcut now toggles focus between editor and viewer instead of just going to the
|
* 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
|
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.
|
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**
|
**Code Improvements**
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ __maintainer__ = "Veronica Berglyd Olsen"
|
|||||||
__email__ = "code@vkbo.net"
|
__email__ = "code@vkbo.net"
|
||||||
__version__ = "2.5rc1"
|
__version__ = "2.5rc1"
|
||||||
__hexversion__ = "0x020500c1"
|
__hexversion__ = "0x020500c1"
|
||||||
__date__ = "2024-06-18"
|
__date__ = "2024-06-22"
|
||||||
__status__ = "Stable"
|
__status__ = "Stable"
|
||||||
__domain__ = "novelwriter.io"
|
__domain__ = "novelwriter.io"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user