From e0f7e50b643f0ac0f947f94fbfd7c51e58e22fc9 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Tue, 29 Nov 2022 16:28:19 +0100 Subject: [PATCH] Release 2.0.1 --- CHANGELOG.md | 21 +++++++++++++++++++++ novelwriter/__init__.py | 6 +++--- novelwriter/assets/text/release_notes.htm | 9 +++++++++ sample/nwProject.nwx | 4 ++-- setup.py | 2 +- 5 files changed, 36 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd4709d..25b5eed0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # novelWriter Changelog +## Version 2.0.1 [2022-11-29] + +### Release Notes + +This is a patch release that fixes a minor issues with loading custom GUI themes that haven't been +updated to include the icon theme setting. The patch also updates the French translation. + +### Detailed Changelog + +**Bugfixes** + +* Fix an issue where starting the app with a custom GUI theme enabled would not load any icons at + all if the `icontheme` setting isn't specified. The app now loads the `typicons_light` theme by + default if no icon theme is set. Issue #1263. PR #1264. + +**Internationalisation** + +* The French translations has now been completed by @aaribaud. PR #1265. + +---- + ## Version 2.0 [2022-11-28] ### Release Notes diff --git a/novelwriter/__init__.py b/novelwriter/__init__.py index d784cc81..d9c523a6 100644 --- a/novelwriter/__init__.py +++ b/novelwriter/__init__.py @@ -59,9 +59,9 @@ __license__ = "GPLv3" __author__ = "Veronica Berglyd Olsen" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" -__version__ = "2.0" -__hexversion__ = "0x020000f0" -__date__ = "2022-11-28" +__version__ = "2.0.1" +__hexversion__ = "0x020001f0" +__date__ = "2022-11-29" __status__ = "Stable" __domain__ = "novelwriter.io" __url__ = "https://novelwriter.io" diff --git a/novelwriter/assets/text/release_notes.htm b/novelwriter/assets/text/release_notes.htm index 874201e7..33e4b269 100644 --- a/novelwriter/assets/text/release_notes.htm +++ b/novelwriter/assets/text/release_notes.htm @@ -5,6 +5,8 @@
Released on 28 November 2022
+Scroll down for Patch Notes
+This release includes a major update to the way your project is managed. It also modernises the user interface. The project file format has also been updated, and your projects will be upgraded the first time you open them in this release.
@@ -85,5 +87,12 @@ Project Settings dialog has been updated to reflect some of the same changes.See also the Releases page. +This is a patch release that fixes a minor issues with loading custom GUI themes that haven't +been updated to include the icon theme setting. The patch also updates the French translation.
+