Release 2.0.1

This commit is contained in:
Veronica Berglyd Olsen
2022-11-29 16:28:19 +01:00
parent b57d53adcd
commit e0f7e50b64
5 changed files with 36 additions and 6 deletions
+21
View File
@@ -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
+3 -3
View File
@@ -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"
@@ -5,6 +5,8 @@
<h2>Release Notes for 2.0</h2>
<p><i>Released on 28 November 2022</i></p>
<p>Scroll down for <a href="#patch">Patch Notes</a></p>
<p>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.</p>
@@ -85,5 +87,12 @@ Project Settings dialog has been updated to reflect some of the same changes.</p
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
<a name="patch"></a><h2>Patch Notes</h2>
<h3>Patch 2.0.1 &ndash; 29 November 2022</h3>
<p>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.</p>
</body>
</html>
+2 -2
View File
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<novelWriterXML appVersion="2.0" hexVersion="0x020000f0" fileVersion="1.5" timeStamp="2022-11-28 17:12:35">
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1458" autoCount="237" editTime="74191">
<novelWriterXML appVersion="2.0.1" hexVersion="0x020001f0" fileVersion="1.5" timeStamp="2022-11-29 13:42:05">
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1461" autoCount="237" editTime="74232">
<name>Sample Project</name>
<title>Sample Project</title>
<author>Jane Smith</author>
+1 -1
View File
@@ -1146,7 +1146,7 @@ def makeWindowsEmbedded(sysArgs):
minimalZip = sysArgs[1]
if minimalZip is None:
print("Please provide the path to the minimal win pacage as an argument")
print("Please provide the path to the minimal win package as an argument")
sys.exit(1)
packVersion = os.path.basename(minimalZip).split("-")[1]