File tree 3 files changed +23
-4
lines changed
3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
1
# novelWriter Changelog
2
2
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
+
3
22
## Version 2.6.2 [ 2025-02-16]
4
23
5
24
### Release Notes
Original file line number Diff line number Diff line change 47
47
__author__ = "Veronica Berglyd Olsen"
48
48
__maintainer__ = "Veronica Berglyd Olsen"
49
49
__email__ = "code@vkbo.net"
50
- __version__ = "2.6.2 "
51
- __hexversion__ = "0x020602f0 "
50
+ __version__ = "2.6.3 "
51
+ __hexversion__ = "0x020603f0 "
52
52
__date__ = "2025-02-16"
53
53
__status__ = "Stable"
54
54
__domain__ = "novelwriter.io"
Original file line number Diff line number Diff line change 1
1
<?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 " >
4
4
<name >Sample Project</name >
5
5
<author >Jane Smith</author >
6
6
</project >
You can’t perform that action at this time.
0 commit comments