Release 1.5 Beta 2 (#871)

* Bump version to 1.5b2 and update changelog and release notes
* Update sample project
This commit is contained in:
Veronica Berglyd Olsen
2021-08-26 21:10:29 +02:00
committed by GitHub
parent cdc9ab4ad6
commit a00d0820cc
5 changed files with 55 additions and 16 deletions
+3 -3
View File
@@ -61,9 +61,9 @@ __license__ = "GPLv3"
__author__ = "Veronica Berglyd Olsen"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__version__ = "1.5-beta1"
__hexversion__ = "0x010500b1"
__date__ = "2021-08-22"
__version__ = "1.5-beta2"
__hexversion__ = "0x010500b2"
__date__ = "2021-08-26"
__status__ = "Stable"
__domain__ = "novelwriter.io"
__url__ = "https://novelwriter.io"
+5 -5
View File
@@ -2,13 +2,13 @@
<html>
<body>
<h2>Release Notes for 1.5 Beta 1</h2>
<p><i>Released on 22 August 2021</i></p>
<h2>Release Notes for 1.5 Beta 2</h2>
<p><i>Released on 26 August 2021</i></p>
<p>This is a beta release of the next release version, and is intended for testing purposes. Please
be careful when using this version on live writing projects, and make sure you make frequent
backups.</p>
<p>This release introduces a new project file format, which has been given a file format version
<p>Release 1.5 introduces a new project file format, which has been given a file format version
1.3. The project file and index is updated automatically when you open the project, which means you
can no longer open it in an older version of novelWriter.</p>
<p>You may also have to make a handful of changes in your novel documents as these are not updated
@@ -49,8 +49,8 @@ whether it was a chapter or scene. With these layouts gone, the distinction is i
other visual means.</p>
<p>The project index will now record the level of the first header of your document, and select a
different icon for documents with a partition, chapter or scene header. These are colour coded as
green, red and blue respectively. This only works for the coloured icon themes. The project notes
have also received a new icon, with a yellow colour code.</p>
green, red and blue respectively. The project notes have also received a new icon, with a yellow
colour code. Due to this change, the grey icon themes have been removed.</p>
<p>In addition, novel documents with a partition or chapter header will have the document label
viewed as bold and underlined. This feature can be disabled in Preferences if you want a cleaner
look in the project tree.</p>