Bump version to 1.3.2 and update changelog
This commit is contained in:
@@ -1,5 +1,34 @@
|
||||
# novelWriter Changelog
|
||||
|
||||
## Version 1.3.2 [2021-05-30]
|
||||
|
||||
### Release Notes
|
||||
|
||||
This is a patch release that fixes some minor issues. One issue was with the split tool, which
|
||||
would drop the last line from the source document during a split if it was missing a final line
|
||||
break. A minor issue with the display of word counts on the details panel under the project tree
|
||||
has also been fixed. In addition, the setup script commands for Linux have been improved a bit.
|
||||
|
||||
### Detailed Changelog
|
||||
|
||||
**Bugfixes**
|
||||
|
||||
* The details panel under the tree would sometimes show character, word and paragraph counts even
|
||||
when there was no document selected. This has now been fixed. Issue #781. PR #782.
|
||||
* The split document tool would drop the last line of the source document. This is generally not a
|
||||
problem if the last line has a line break after it, but if it doesn't, it is lost in the split.
|
||||
This was caused by an offset error when calculating the split positions in the file and has been
|
||||
resolved. Issue #795. PR #796.
|
||||
|
||||
**Installation**
|
||||
|
||||
* Due to an error in the setup script in the past, a desktop icon was created for novelWriter when
|
||||
running the `xdg-install` command. This is no longer the case, but the old icon was still left on
|
||||
some user's desktops. The setup script will now remove that icon if it exists when the
|
||||
`xdg-install` or `xdg-uninstall` commands are run. PR #784.
|
||||
|
||||
----
|
||||
|
||||
## Version 1.3.1 [2021-05-06]
|
||||
|
||||
### 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.3.1"
|
||||
version = "1.3.2"
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = "1.3.1"
|
||||
release = "1.3.2"
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
|
||||
+3
-3
@@ -62,9 +62,9 @@ __license__ = "GPLv3"
|
||||
__author__ = "Veronica Berglyd Olsen"
|
||||
__maintainer__ = "Veronica Berglyd Olsen"
|
||||
__email__ = "code@vkbo.net"
|
||||
__version__ = "1.3.1"
|
||||
__hexversion__ = "0x010301f0"
|
||||
__date__ = "2021-05-06"
|
||||
__version__ = "1.3.2"
|
||||
__hexversion__ = "0x010302f0"
|
||||
__date__ = "2021-05-30"
|
||||
__status__ = "Stable"
|
||||
__domain__ = "novelwriter.io"
|
||||
__url__ = "https://novelwriter.io"
|
||||
|
||||
@@ -2,6 +2,17 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<h2>Release Notes for 1.3.2</h2>
|
||||
<p><i>Released on 30 May 2021</i></p>
|
||||
<p>This is a patch release that fixes some minor issues. One issue was with the split tool, which
|
||||
would drop the last line from the source document during a split if it was missing a final line
|
||||
break. A minor issue with the display of word counts on the details panel under the project tree
|
||||
has also been fixed. In addition, the setup script commands for Linux have been improved a bit.</p>
|
||||
|
||||
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
|
||||
|
||||
<hr/>
|
||||
|
||||
<h2>Release Notes for 1.3.1</h2>
|
||||
<p><i>Released on 6 May 2021</i></p>
|
||||
<p>This is a patch release primarily to fix a problem with the Qt translation library used to make
|
||||
@@ -10,8 +21,6 @@ added recently, in Qt 5.15, which many users on Linux will not have installed on
|
||||
issue could be resolved by updating the library, but it's an unnecessary and inconvenient
|
||||
restriction.</p>
|
||||
|
||||
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
|
||||
|
||||
<hr/>
|
||||
|
||||
<h2>Release Notes for 1.3</h2>
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<novelWriterXML appVersion="1.3.1" hexVersion="0x010301f0" fileVersion="1.2" timeStamp="2021-05-06 22:23:09">
|
||||
<novelWriterXML appVersion="1.3.2" hexVersion="0x010302f0" fileVersion="1.2" timeStamp="2021-05-30 12:14:18">
|
||||
<project>
|
||||
<name>Sample Project</name>
|
||||
<title>Sample Project</title>
|
||||
<author>Jane Smith</author>
|
||||
<author>Jay Doh</author>
|
||||
<saveCount>1061</saveCount>
|
||||
<saveCount>1062</saveCount>
|
||||
<autoCount>166</autoCount>
|
||||
<editTime>49821</editTime>
|
||||
<editTime>49870</editTime>
|
||||
</project>
|
||||
<settings>
|
||||
<doBackup>False</doBackup>
|
||||
|
||||
Reference in New Issue
Block a user