Release 2.7.1 (#2393)
This commit is contained in:
@@ -1,5 +1,38 @@
|
|||||||
# novelWriter Changelog
|
# novelWriter Changelog
|
||||||
|
|
||||||
|
## Version 2.7.1 [2025-06-09]
|
||||||
|
|
||||||
|
### Release Notes
|
||||||
|
|
||||||
|
This is a patch release that fixes some issues with tags and references, and issue with the
|
||||||
|
auto-complete menu on Windows, and issues with the AppImage on Linux. The Czech translation for
|
||||||
|
2.7 has been completed.
|
||||||
|
|
||||||
|
### Detailed Changelog
|
||||||
|
|
||||||
|
**Bugfixes**
|
||||||
|
|
||||||
|
* Fix a bug where tags would be listed in the auto-complete menu for mentions even if the file
|
||||||
|
defining it had been moved to Archive or Trash. Issue #2387. PR #2389.
|
||||||
|
* Fixed a bug that seems to only have occurred on Windows where the auto-complete menu would hold
|
||||||
|
on to the return and arrow keys even when it was hidden. Issue #2386. PR #2389.
|
||||||
|
|
||||||
|
**Improvements**
|
||||||
|
|
||||||
|
* The auto-complete menu in the editor no longer shows any suggestions when defining the tag.
|
||||||
|
This never made sense anyway. PR #2389.
|
||||||
|
|
||||||
|
**Internationalisation**
|
||||||
|
|
||||||
|
* Updated the Czech. PR #2393.
|
||||||
|
|
||||||
|
**Packaging**
|
||||||
|
|
||||||
|
* Fixed an issue with the AppImage release where on some platforms `libxcb-cursor0` was missing.
|
||||||
|
The library is now included in the AppImage. Issue #2374. PR #2392.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
## Version 2.7 [2025-06-01]
|
## Version 2.7 [2025-06-01]
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|||||||
+184
-184
File diff suppressed because it is too large
Load Diff
+235
-235
File diff suppressed because it is too large
Load Diff
+184
-184
File diff suppressed because it is too large
Load Diff
+184
-184
File diff suppressed because it is too large
Load Diff
+184
-184
File diff suppressed because it is too large
Load Diff
+184
-184
File diff suppressed because it is too large
Load Diff
+184
-184
File diff suppressed because it is too large
Load Diff
+184
-184
File diff suppressed because it is too large
Load Diff
+184
-184
File diff suppressed because it is too large
Load Diff
+184
-184
File diff suppressed because it is too large
Load Diff
@@ -49,9 +49,9 @@ __license__ = "GPLv3"
|
|||||||
__author__ = "Veronica Berglyd Olsen"
|
__author__ = "Veronica Berglyd Olsen"
|
||||||
__maintainer__ = "Veronica Berglyd Olsen"
|
__maintainer__ = "Veronica Berglyd Olsen"
|
||||||
__email__ = "code@vkbo.net"
|
__email__ = "code@vkbo.net"
|
||||||
__version__ = "2.7"
|
__version__ = "2.7.1"
|
||||||
__hexversion__ = "0x020700f0"
|
__hexversion__ = "0x020701f0"
|
||||||
__date__ = "2025-06-01"
|
__date__ = "2025-06-09"
|
||||||
__status__ = "Stable"
|
__status__ = "Stable"
|
||||||
__domain__ = "novelwriter.io"
|
__domain__ = "novelwriter.io"
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
"Short Description": "Krátký popis",
|
"Short Description": "Krátký popis",
|
||||||
"Footnotes": "Poznámky pod čarou",
|
"Footnotes": "Poznámky pod čarou",
|
||||||
"Comment": "Komentář",
|
"Comment": "Komentář",
|
||||||
|
"Story Structure": "Struktura příběhu",
|
||||||
|
"Note": "Poznámka",
|
||||||
"Notes": "Poznámka",
|
"Notes": "Poznámka",
|
||||||
"Tag": "Štítek",
|
"Tag": "Štítek",
|
||||||
"Point of View": "Úhel pohledu",
|
"Point of View": "Úhel pohledu",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<novelWriterXML appVersion="2.7" hexVersion="0x020700f0" fileVersion="1.5" fileRevision="5" timeStamp="2025-05-31 23:25:11">
|
<novelWriterXML appVersion="2.7.1" hexVersion="0x020701f0" fileVersion="1.5" fileRevision="5" timeStamp="2025-06-09 22:54:50">
|
||||||
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="2193" autoCount="286" editTime="96887">
|
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="2194" autoCount="286" editTime="96892">
|
||||||
<name>Sample Project</name>
|
<name>Sample Project</name>
|
||||||
<author>Jane Smith</author>
|
<author>Jane Smith</author>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user