From 6890b278ea8419c2f2e0b91fed520b2aa6488e51 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:52:35 +0200 Subject: [PATCH] Release 1.4 RC 1 (#824) * Bump version to 1.4 RC 1 * Update changelog and release notes --- CHANGELOG.md | 32 +++++++++++++++++++++++++++++++- docs/source/conf.py | 2 +- nw/__init__.py | 6 +++--- nw/assets/text/release_notes.htm | 8 +++++--- 4 files changed, 40 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d9a7744..ab2f5f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # novelWriter Changelog -## Version 1.4 Beta 1 [2021-06-13] +## Version 1.4 RC 1 [2021-07-12] ### Release Notes @@ -10,6 +10,10 @@ this version to work on your projects. Below are the main feature changes of this release. +#### Internationalisation + +Translation files have been added for Simplified Chinese by Qianzhi Long. + #### Line Breaks The way line breaks inside paragraphs work has been changed. A single line break is now treated as @@ -54,6 +58,32 @@ results in the paragraph being centred. Format menu entries and keyboard shortcuts have been added so that you don't have to memorise these codes. +_These Release Notes also include the changes from 1.4 Beta 1._ + +### Detailed Changelog + +**Internationalisation** + +* Translation files have been added for Simplified Chinese. The translation has been provided by + Qianzhi Long (@longqzh). PR #817. + +**Code Improvements** + +* Improve PEP8 compliance for the source code. PRs #816 and #820. +* The way messages are written to the logging tool has been improved. PR #818. +* Some improvements to parsing and encoding of HTML has been added. PR #821. +* Test coverage of the document editor has been improved. PR #787. + +---- + +## Version 1.4 Beta 1 [2021-06-13] + +### Release Notes + +This is a preview release of novelWriter 1.4. It contains some new features and a lot of code +refactoring. This release is a testing release, and may contain bugs. Please be careful when using +this version to work on your projects. + ### Detailed Changelog **Bugfixes** diff --git a/docs/source/conf.py b/docs/source/conf.py index 059176af..27dcadf2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = "Veronica Berglyd Olsen" # The short X.Y version version = "1.4" # The full version, including alpha/beta/rc tags -release = "1.4-beta1" +release = "1.4-rc1" # -- General configuration --------------------------------------------------- diff --git a/nw/__init__.py b/nw/__init__.py index 8be259e5..6c45bc01 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -61,9 +61,9 @@ __license__ = "GPLv3" __author__ = "Veronica Berglyd Olsen" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" -__version__ = "1.4b1" -__hexversion__ = "0x010400b1" -__date__ = "2021-06-13" +__version__ = "1.4rc1" +__hexversion__ = "0x010400c1" +__date__ = "2021-07-12" __status__ = "Stable" __domain__ = "novelwriter.io" __url__ = "https://novelwriter.io" diff --git a/nw/assets/text/release_notes.htm b/nw/assets/text/release_notes.htm index efecbd93..ba99914e 100644 --- a/nw/assets/text/release_notes.htm +++ b/nw/assets/text/release_notes.htm @@ -2,16 +2,18 @@ -

Release Notes for 1.4 Beta 1

-

Released on 13 June 2021

+

Release Notes for 1.4 RC 1

+

Released on 12 July 2021

This is a preview release of novelWriter 1.4. It contains some new features and a lot of code refactoring. This release is a testing release, and may contain bugs. Please be careful when using this version to work on your projects.

Below are the main feature changes of this release.

-

Line Breaks

+

Internationalisation

+

Translation files have been added for Simplified Chinese by Qianzhi Long.

+

Line Breaks

The way line breaks inside paragraphs work has been changed. A single line break is now treated as a proper line break and will show up in the document viewer and exported documents. A single line break does not start a new paragraph, but forces a break inside the paragraph like a Shift +