From f1580928ebb0713849ec3f9b3d161db9c87474bc Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sat, 31 May 2025 23:24:00 +0200 Subject: [PATCH 1/4] Bump version number for 2.7 release --- novelwriter/__init__.py | 6 +++--- sample/nwProject.nwx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/novelwriter/__init__.py b/novelwriter/__init__.py index 3dfd1bd4..7e526b72 100644 --- a/novelwriter/__init__.py +++ b/novelwriter/__init__.py @@ -49,9 +49,9 @@ __license__ = "GPLv3" __author__ = "Veronica Berglyd Olsen" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" -__version__ = "2.7rc1" -__hexversion__ = "0x020700c1" -__date__ = "2025-05-19" +__version__ = "2.7" +__hexversion__ = "0x020700f0" +__date__ = "2025-06-01" __status__ = "Stable" __domain__ = "novelwriter.io" diff --git a/sample/nwProject.nwx b/sample/nwProject.nwx index feffb165..27f7c5c3 100644 --- a/sample/nwProject.nwx +++ b/sample/nwProject.nwx @@ -1,6 +1,6 @@ - - + + Sample Project Jane Smith From 18180b87b901f536824edf5f3ff9d2333c2f92d6 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sat, 31 May 2025 23:33:43 +0200 Subject: [PATCH 2/4] Update changelog --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ sample/nwProject.nwx | 4 ++-- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e81578..48e35266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # novelWriter Changelog +## Version 2.7 [2025-06-01] + +### Release Notes + +The 2.7 release fixes a few minor issues from the RC 1 pre-release, and updates most translations. + +See the website for complete [Release Notes](https://novelwriter.io/releases/release_2_7.html). + +### Detailed Changelog + +**Improvement** + +* The Manuscript Build Settings dialog now works on a copy of the settings so that if the dialog + box is closed without saving, all changes are discarded. It should also now detect any change + made to properly raise a confirmation prompt when closing without saving. Issue #2350. PR #2351. + +**Documentation** + +* The user documentation has been restructured, and the Getting Started section has been made less + technical. The install instructions have been moved out and into the main website. The technical + and in-depth parts of the documentation have been kept, but moved further back so that the + documentation can be read from the start and to the point where the user has enough information. + The larger sections have also been split up so that it should be easier to find the wanted + information directly from the menu. Issue #2345. PR #2355. + +**Internationalisation** + +* Updated US English, Japanese, Norwegian. German, Italian, Polish, Brazilian Portuguese and + Chinese translation files. PR #2353. +* French documentation updated by @Karduin. Issue #2360. PR #2361. + +---- + ## Version 2.7 RC 1 [2025-05-19] ### Release Notes diff --git a/sample/nwProject.nwx b/sample/nwProject.nwx index 27f7c5c3..ec7fe909 100644 --- a/sample/nwProject.nwx +++ b/sample/nwProject.nwx @@ -1,6 +1,6 @@ - - + + Sample Project Jane Smith From 41b9219d6613c058296d4cdf1fb0b5a7338add04 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sat, 31 May 2025 23:37:33 +0200 Subject: [PATCH 3/4] Correct note copied from previous release --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48e35266..e4b578fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ ### Release Notes -The 2.7 release fixes a few minor issues from the RC 1 pre-release, and updates most translations. +The 2.7 release updates the 2.7 RC 1 release and makes an improvement to the build settings tool. +It also updates most translations and updates the French version of the documentation. See the website for complete [Release Notes](https://novelwriter.io/releases/release_2_7.html). From 9cec3bf4cad4edc25d715265997ffb8f40ea15b7 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sat, 31 May 2025 23:43:24 +0200 Subject: [PATCH 4/4] Update credits --- CREDITS.md | 4 ++++ novelwriter/assets/text/credits_en.htm | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/CREDITS.md b/CREDITS.md index 19884fa1..9ac3b34a 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -39,6 +39,10 @@ Additional larger translation contributions: * **French:** Albert Aribaud (aaribaud) * **Portuguese:** Oli Maia (olimaia) +Translations of the documentation: + +* **French:** Jean-Michel Heras (Karduin) + Translations are managed on [Crowdin](https://crowdin.com/project/novelwriter), and more contributions are listed on the project's Members page. diff --git a/novelwriter/assets/text/credits_en.htm b/novelwriter/assets/text/credits_en.htm index 621cbb07..88b3887d 100644 --- a/novelwriter/assets/text/credits_en.htm +++ b/novelwriter/assets/text/credits_en.htm @@ -47,6 +47,12 @@ translators for the languages currently available:

  • Portuguese: Oli Maia (olimaia)
  • +

    Translations of the documentation:

    + +
      +
    • French: Jean-Michel Heras (Karduin)
    • +
    +

    Translations are managed on Crowdin, and more contributions are listed on the project's Members page.