diff --git a/CHANGELOG.md b/CHANGELOG.md index 563384ec..9fe8b3ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # novelWriter ChangeLog +## Version 0.12 [2020-08-15] + +**User Interface** + +* Added a New Project Wizard that can, in addition to create the previous minimal new project, also create a project with pre-defined root folders and chapter and scenes. It is also possible to create a copy of the example project from the source code. Either from the `sample` folder in the source, or from a `sample.zip` file generated by the `setup.py` script and saved to the `nw/assets` folder. PR #366. +* When the user clicked cancel on the colour dialog in Project Settins, the icon would be reset to black. Instead, the colour should remain unchanged. A check that the user actually selected a colour has now been added. Issue #395, PR #403. + +**Other Changes** + +* Cleaned up code using `flake8` tool and added it as a permanent check on pull requests. The tool filtered out a number of unused variables and imports, which wastes CPU time and memory. Every bit helps. PRs #394, #397 and #401. +* Added contributing guide, code of conduct and issue templates. Direct push to main, and PR #398. + + ## Version 0.11.1 [2020-08-09] **Bugfixes** diff --git a/docs/source/conf.py b/docs/source/conf.py index a57814b7..c2ef1e31 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ copyright = "2018-2020, Veronica Berglyd Olsen" author = "Veronica Berglyd Olsen" # The short X.Y version -version = "0.11.1" +version = "0.12.0" # The full version, including alpha/beta/rc tags -release = "0.11.1" +release = "0.12.0" # -- General configuration --------------------------------------------------- diff --git a/nw/__init__.py b/nw/__init__.py index cb68d8c6..d49506c8 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -41,9 +41,9 @@ __package__ = "nw" __author__ = "Veronica Berglyd Olsen" __copyright__ = "Copyright 2018–2020, Veronica Berglyd Olsen" __license__ = "GPLv3" -__version__ = "0.11.1" -__hexversion__ = "0x001101f0" -__date__ = "2020-08-09" +__version__ = "0.12.0" +__hexversion__ = "0x001200f0" +__date__ = "2020-08-15" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" __status__ = "Beta" diff --git a/sample/nwProject.nwx b/sample/nwProject.nwx index d52d4f27..76458cfd 100644 --- a/sample/nwProject.nwx +++ b/sample/nwProject.nwx @@ -1,13 +1,13 @@ - + Sample Project Sample Project Jane Smith Jay Doh - 676 + 677 122 - 32870 + 32872 False