From e693141f50ce57052d938c58bb2117cfc760a1ff Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Thu, 7 Jan 2021 22:31:58 +0100 Subject: [PATCH 1/2] Bumped version to 1.0.1 and updated changelog --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ docs/source/conf.py | 4 ++-- nw/__init__.py | 6 +++--- nw/assets/text/release_notes.htm | 16 +++++++++++++--- sample/nwProject.nwx | 6 +++--- 5 files changed, 50 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9f33a5..3939a3f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/source/conf.py b/docs/source/conf.py index c887039d..d6f4580a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/nw/__init__.py b/nw/__init__.py index 8733dad2..51126435 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -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" diff --git a/nw/assets/text/release_notes.htm b/nw/assets/text/release_notes.htm index cc4bb93a..0f94f2b0 100644 --- a/nw/assets/text/release_notes.htm +++ b/nw/assets/text/release_notes.htm @@ -2,6 +2,19 @@ +

Release Notes for 1.0.1

+

Released on 10 January 2021

+

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.

+ +

The full changelog is available +here.

+ +
+

Release Notes for 1.0

Released on 3 January 2021

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 discussions page. -

The full changelog is available -here.

-

Release Notes for 1.0 RC2

diff --git a/sample/nwProject.nwx b/sample/nwProject.nwx index db32b89d..95a204f5 100644 --- a/sample/nwProject.nwx +++ b/sample/nwProject.nwx @@ -1,13 +1,13 @@ - + Sample Project Sample Project Jane Smith Jay Doh - 823 + 824 153 - 39446 + 39478 False From a92895d09d3b5199678b09e8d36c8101744026c5 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 9 Jan 2021 20:40:09 +0100 Subject: [PATCH 2/2] Update changelog and release notes --- CHANGELOG.md | 11 +++++++++-- nw/assets/text/release_notes.htm | 7 +++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3939a3f2..12ab3ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,11 @@ This release is mainly to bring the documentation up to date, as I forgot to upd 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. +Some minor improvements have been made to the "Edit Project Item" dialog and some restrictions on +the settings available for documents created in the "Outtakes" folder relaxed. A few minor issues +with the document and project changed icons on the status bar have also been resolved. The +indicators were previously set to changed status even if no actual change had been made to the +project. ### Detailed Changelog @@ -21,6 +24,10 @@ on the settings available for documents created in the "Outtakes" folder relaxed * 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. +* The document and project changed status icons on the status bar are now set to unchanged status + when the project is opened. In addition, an issue with the status being set to changed on various + events that were not actual changes to the document or project has been resolved. For instance, + changing the size of the document editor would flag the document itself as changed. PR #554. **Documentation** diff --git a/nw/assets/text/release_notes.htm b/nw/assets/text/release_notes.htm index 0f94f2b0..f1a9bfaa 100644 --- a/nw/assets/text/release_notes.htm +++ b/nw/assets/text/release_notes.htm @@ -7,8 +7,11 @@

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.

+

Some minor improvements have been made to the "Edit Project Item" dialog and some restrictions +on the settings available for documents created in the "Outtakes" folder relaxed. A few minor +issues with the document and project changed icons on the status bar have also been resolved. The +indicators were previously set to changed status even if no actual change had been made to the +project.

The full changelog is available here.