Skip to content

Commit

Permalink
Relase 2.6.1 (#2221)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo authored Feb 2, 2025
2 parents 7adf025 + d0ea15c commit 2401fc2
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 5 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# novelWriter Changelog

## Version 2.6.1 [2025-02-02]

### Release Notes

This is a patch release that fixes an issue with creating new notes from the editor context menu,
adds an option to turn off the confirmation box that pops up when closing novelWriter, and improves
the recent project list on the Welcome dialog.

A French version of the user guide is now also available when the localisation is set to French,
and the French, Latin American Spanish, Norwegian, US English, German and Japanese translations of
the application have been updated.

### Detailed Changelog

**Bugfixes**

* Fixed an issue where the "Create Note from Tag" would also show up for `@story` references. These
should not create new novel documents. The same menu entry was also removed for `@mention`
references, as it is not known what category the would belong to. Issue #2212. PR #2215.

**Improvements**

* A setting was added to Preferences to disable the dialog box when exiting novelWriter. It is
available under the "Behaviour" section. Issue #2209. PR#2213.
* Recent projects on the Welcome dialog box are now tracked using their unique ID as well as their
path. This means that if a project is moved, it should not show up twice in the list, but the
path should be updated. Issue #2217. PR #2218.

**Documentation**

* A French version of the user guide is nov available from the Help menu if the GUi language is set
to French. The French translation was contributed by @Karduin. It is currently directly added to
the source, but from 2.7 it will be generated automatically in the same way the English user
guide is. Discussion #1834. PR #2220.

**Internationalisation**

* French translations are available up to the 2.6 release. That is, the new exit dialog setting is
not translated yet. PR #2214.
* Latin American Spanish, Norwegian, US English, German and Japanese translations are fully
updated. PR #2214.

See the [translation activity stream](https://crowdin.com/project/novelwriter/activity-stream) for
more details.

----

## Version 2.6 [2025-01-26]

### Release Notes
Expand Down
6 changes: 3 additions & 3 deletions novelwriter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
__author__ = "Veronica Berglyd Olsen"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "[email protected]"
__version__ = "2.6"
__hexversion__ = "0x020600f0"
__date__ = "2025-01-26"
__version__ = "2.6.1"
__hexversion__ = "0x020601f0"
__date__ = "2025-02-02"
__status__ = "Stable"
__domain__ = "novelwriter.io"

Expand Down
4 changes: 2 additions & 2 deletions sample/nwProject.nwx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<novelWriterXML appVersion="2.6" hexVersion="0x020600f0" fileVersion="1.5" fileRevision="4" timeStamp="2025-01-25 21:59:39">
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="2149" autoCount="281" editTime="95622">
<novelWriterXML appVersion="2.6.1" hexVersion="0x020601f0" fileVersion="1.5" fileRevision="4" timeStamp="2025-02-02 17:52:51">
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="2151" autoCount="281" editTime="95629">
<name>Sample Project</name>
<author>Jane Smith</author>
</project>
Expand Down

0 comments on commit 2401fc2

Please sign in to comment.