Skip to content

Commit 02fda08

Browse files
authored
Release 2.6.3 (#2250)
2 parents c5e0258 + bbf1870 commit 02fda08

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# novelWriter Changelog
22

3+
## Version 2.6.3 [2025-02-16]
4+
5+
### Release Notes
6+
7+
This is a patch release that fixes a translation issue that affected several labels on the user
8+
interface where the wrong or no translation was used. The bug affected all languages except for
9+
English.
10+
11+
### Detailed Changelog
12+
13+
**Bugfixes**
14+
15+
* Fix retrieval of translation string for stats and shape constants. This particularly affected the
16+
details panel below the project tree, some labels on the outline, the statics panel on the
17+
Manuscript tool and the status icon shape menu in Project Settings. It also affected the
18+
statistics submenu in the Insert menu. Issue #2246. PRs #2247 and #2249.
19+
20+
----
21+
322
## Version 2.6.2 [2025-02-16]
423

524
### Release Notes

novelwriter/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
__author__ = "Veronica Berglyd Olsen"
4848
__maintainer__ = "Veronica Berglyd Olsen"
4949
__email__ = "code@vkbo.net"
50-
__version__ = "2.6.2"
51-
__hexversion__ = "0x020602f0"
50+
__version__ = "2.6.3"
51+
__hexversion__ = "0x020603f0"
5252
__date__ = "2025-02-16"
5353
__status__ = "Stable"
5454
__domain__ = "novelwriter.io"

sample/nwProject.nwx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<novelWriterXML appVersion="2.6.1" hexVersion="0x020601f0" fileVersion="1.5" fileRevision="4" timeStamp="2025-02-02 17:52:51">
3-
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="2151" autoCount="281" editTime="95629">
2+
<novelWriterXML appVersion="2.6.3" hexVersion="0x020603f0" fileVersion="1.5" fileRevision="4" timeStamp="2025-02-16 20:45:43">
3+
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="2152" autoCount="281" editTime="95646">
44
<name>Sample Project</name>
55
<author>Jane Smith</author>
66
</project>

0 commit comments

Comments
 (0)