Bumped version to 1.0.1 and updated changelog
This commit is contained in:
@@ -1,5 +1,34 @@
|
||||
# novelWriter Change Log
|
||||
|
||||
## Version 1.0.1 [2021-01-10]
|
||||
|
||||
### Release Notes
|
||||
|
||||
This release is mainly to bring the documentation up to date, as I forgot to update the install
|
||||
instructions in the original 1.0 release. I also forgot to change the various settings and help
|
||||
texts that describe novelWriter as under initial development (beta state).
|
||||
|
||||
Some minor improvements have also been made to the "Edit Project Item" dialog and some restrictions
|
||||
on the settings available for documents created in the "Outtakes" folder relaxed.
|
||||
|
||||
### Detailed Changelog
|
||||
|
||||
**User Interface**
|
||||
|
||||
* Added the Outtakes folder to a list of root folders that will allow the setting of file layouts
|
||||
otherwise only permitted under the Novel root folder. It makes sense to permit the files in this
|
||||
folder to have the same extended settings that Novel files have. PR #552.
|
||||
* The text input and dropdown boxes of the Edit Project Item dialog box now extend when the dialog
|
||||
window is resized. Previously, the space between the label and the box would stretch instead,
|
||||
which isn't very useful. PR #552.
|
||||
|
||||
**Documentation**
|
||||
|
||||
* Updated the install instructions of the documentation and the main readme file, as well as the
|
||||
current development status as listed on PyPi. PRs #550 and #551.
|
||||
|
||||
----
|
||||
|
||||
## Version 1.0 [2021-01-03]
|
||||
|
||||
### Release Notes
|
||||
|
||||
+2
-2
@@ -25,9 +25,9 @@ copyright = "2018–2021, Veronica Berglyd Olsen"
|
||||
author = "Veronica Berglyd Olsen"
|
||||
|
||||
# The short X.Y version
|
||||
version = "1.0"
|
||||
version = "1.0.1"
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = "1.0"
|
||||
release = "1.0.1"
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
+3
-3
@@ -63,9 +63,9 @@ __license__ = "GPLv3"
|
||||
__author__ = "Veronica Berglyd Olsen"
|
||||
__maintainer__ = "Veronica Berglyd Olsen"
|
||||
__email__ = "code@vkbo.net"
|
||||
__version__ = "1.0"
|
||||
__hexversion__ = "0x010000f0"
|
||||
__date__ = "2021-01-03"
|
||||
__version__ = "1.0.1"
|
||||
__hexversion__ = "0x010001f0"
|
||||
__date__ = "2021-01-10"
|
||||
__status__ = "Stable"
|
||||
__domain__ = "novelwriter.io"
|
||||
__url__ = "https://novelwriter.io"
|
||||
|
||||
@@ -2,6 +2,19 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<h2>Release Notes for 1.0.1</h2>
|
||||
<p><i>Released on 10 January 2021</i></p>
|
||||
<p>This release is mainly to bring the documentation up to date, as I forgot to update the install
|
||||
instructions in the original 1.0 release. I also forgot to change the various settings and help
|
||||
texts that describe novelWriter as under initial development (beta state).</p>
|
||||
<p>Some minor improvements have also been made to the "Edit Project Item" dialog and some
|
||||
restrictions on the settings available for documents created in the "Outtakes" folder relaxed.</p>
|
||||
|
||||
<p><i>The full changelog is available
|
||||
<a href="https://github.com/vkbo/novelWriter/blob/main/CHANGELOG.md">here</a>.</i></p>
|
||||
|
||||
<hr/>
|
||||
|
||||
<h2>Release Notes for 1.0</h2>
|
||||
<p><i>Released on 3 January 2021</i></p>
|
||||
<p>Based on my own testing and usage, and no serious bugs discovered in quite some time (aside from
|
||||
@@ -27,9 +40,6 @@ suggestions to consider and implement. New ideas and suggestions are welcome. Ei
|
||||
requests in the issue tracker, or if not fully formed, can be discussed on the
|
||||
<a href="https://github.com/vkbo/novelWriter/discussions">discussions page</a>.
|
||||
|
||||
<p><i>The full changelog is available
|
||||
<a href="https://github.com/vkbo/novelWriter/blob/main/CHANGELOG.md">here</a>.</i></p>
|
||||
|
||||
<hr/>
|
||||
|
||||
<h2>Release Notes for 1.0 RC2</h2>
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<novelWriterXML appVersion="1.0" hexVersion="0x010000f0" fileVersion="1.2" timeStamp="2021-01-03 16:47:07">
|
||||
<novelWriterXML appVersion="1.0.1" hexVersion="0x010001f0" fileVersion="1.2" timeStamp="2021-01-07 22:31:29">
|
||||
<project>
|
||||
<name>Sample Project</name>
|
||||
<title>Sample Project</title>
|
||||
<author>Jane Smith</author>
|
||||
<author>Jay Doh</author>
|
||||
<saveCount>823</saveCount>
|
||||
<saveCount>824</saveCount>
|
||||
<autoCount>153</autoCount>
|
||||
<editTime>39446</editTime>
|
||||
<editTime>39478</editTime>
|
||||
</project>
|
||||
<settings>
|
||||
<doBackup>False</doBackup>
|
||||
|
||||
Reference in New Issue
Block a user