Release 2.6.2 (#2244)
This commit is contained in:
@@ -1,5 +1,43 @@
|
||||
# novelWriter Changelog
|
||||
|
||||
## Version 2.6.2 [2025-02-16]
|
||||
|
||||
### Release Notes
|
||||
|
||||
This is a patch release that fixes a few issues with the project tree: The Empty Trash option in
|
||||
the menu now works again, and it is no longer possible to accidentally drag and drop project items
|
||||
onto the root of the project tree.
|
||||
|
||||
In addition, a Czech translation has been added by Tomáš Zmek, and the Italian, Polish and
|
||||
Brazilian Portuguese translations have been updated.
|
||||
|
||||
### Detailed Changelog
|
||||
|
||||
**Bugfixes**
|
||||
|
||||
* Fixed a bug where alternative scene formats were ignored when splitting a document. Issue #2233.
|
||||
PR #2234.
|
||||
* Fixed the Empty Trash menu entry in the Project menu. It was not connected to the project tree
|
||||
and therefore selecting it did nothing. Issue #2239. PR #2242.
|
||||
* Fixed a bug where it was possible to drag items to the root levels as long as they were dropped
|
||||
between existing root items. This action is now properly blocked. PR #2242.
|
||||
|
||||
**Improvements**
|
||||
|
||||
* Added an extra check in the project tree item model that can prevent a crash in certain
|
||||
circumstances when moving multiple project items. It is probably a corner case caused by
|
||||
competing garbage collectors in Python and Qt, but the additional check should handle. PR #2242.
|
||||
|
||||
**Internationalisation**
|
||||
|
||||
* Add Czech translation by Tomáš Zmek. PR #2244.
|
||||
* Updated Italian, Polish and Brazilian Portuguese translations. PR #2244.
|
||||
|
||||
See the [translation activity stream](https://crowdin.com/project/novelwriter/activity-stream) for
|
||||
more details.
|
||||
|
||||
----
|
||||
|
||||
## Version 2.6.1 [2025-02-02]
|
||||
|
||||
### Release Notes
|
||||
|
||||
@@ -21,6 +21,7 @@ The artwork on the Welcome dialog was created by Louis Durrant.
|
||||
The default language is English (UK) with English (US) as an option. These are the original
|
||||
translators for the languages currently available:
|
||||
|
||||
* **Czech:** Tomáš Zmek (perteus)
|
||||
* **Dutch:** Martijn van der Kleijn (mvdkleijn)
|
||||
* **French:** Jan Lüdke (jyhelle)
|
||||
* **German:** Myian (HeyMyian)
|
||||
|
||||
+5112
File diff suppressed because it is too large
Load Diff
+267
-267
File diff suppressed because it is too large
Load Diff
+267
-267
File diff suppressed because it is too large
Load Diff
+267
-267
File diff suppressed because it is too large
Load Diff
@@ -47,9 +47,9 @@ __license__ = "GPLv3"
|
||||
__author__ = "Veronica Berglyd Olsen"
|
||||
__maintainer__ = "Veronica Berglyd Olsen"
|
||||
__email__ = "code@vkbo.net"
|
||||
__version__ = "2.6.1"
|
||||
__hexversion__ = "0x020601f0"
|
||||
__date__ = "2025-02-02"
|
||||
__version__ = "2.6.2"
|
||||
__hexversion__ = "0x020602f0"
|
||||
__date__ = "2025-02-16"
|
||||
__status__ = "Stable"
|
||||
__domain__ = "novelwriter.io"
|
||||
|
||||
|
||||
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"Synopsis": "Synopse",
|
||||
"Short Description": "Krátký popis",
|
||||
"Footnotes": "Poznámky pod čarou",
|
||||
"Comment": "Komentář",
|
||||
"Notes": "Poznámka",
|
||||
"Tag": "Štítek",
|
||||
"Point of View": "Úhel pohledu",
|
||||
"Focus": "Zaměření",
|
||||
"Characters": "Postavy",
|
||||
"Plot": "Zápletka",
|
||||
"Timeline": "Časová osa",
|
||||
"Locations": "Lokality",
|
||||
"Objects": "Objekty",
|
||||
"Entities": "Subjekty",
|
||||
"Custom": "Vlastní",
|
||||
"New Page": "Nová stránka",
|
||||
"0": "Nula",
|
||||
"1": "Jedna",
|
||||
"2": "Dva",
|
||||
"3": "Tři",
|
||||
"4": "Čtyři",
|
||||
"5": "Pět",
|
||||
"6": "Šest",
|
||||
"7": "Sedm",
|
||||
"8": "Osm",
|
||||
"9": "Devět",
|
||||
"10": "Deset",
|
||||
"11": "Jedenáct",
|
||||
"12": "Dvanáct",
|
||||
"13": "Třináct",
|
||||
"14": "Čtrnáct",
|
||||
"15": "Patnáct",
|
||||
"16": "Šestnáct",
|
||||
"17": "Sedmnáct",
|
||||
"18": "Osmnáct",
|
||||
"19": "Devatenáct",
|
||||
"20": "Dvacet",
|
||||
"21": "Dvacet jedna",
|
||||
"22": "Dvacet dva",
|
||||
"23": "Dvacet tři",
|
||||
"24": "Dvacet čtyři",
|
||||
"25": "Dvacet pět",
|
||||
"26": "Dvacet šest",
|
||||
"27": "Dvacet sedm",
|
||||
"28": "Dvacet osm",
|
||||
"29": "Dvacet devět",
|
||||
"30": "Třicet",
|
||||
"31": "Třicet jedna",
|
||||
"32": "Třicet dva",
|
||||
"33": "Třicet tři",
|
||||
"34": "Třicet čtyři",
|
||||
"35": "Třicet pět",
|
||||
"36": "Třicet šest",
|
||||
"37": "Třicet sedm",
|
||||
"38": "Třicet osm",
|
||||
"39": "Třicet devět",
|
||||
"40": "Čtyřicet",
|
||||
"41": "Čtyřicet jedna",
|
||||
"42": "Čtyřicet dva",
|
||||
"43": "Čtyřicet tři",
|
||||
"44": "Čtyřicet čtyři",
|
||||
"45": "Čtyřicet pět",
|
||||
"46": "Čtyřicet šest",
|
||||
"47": "Čtyřicet sedm",
|
||||
"48": "Deset osm",
|
||||
"49": "Čtyřicet devět",
|
||||
"50": "Padesát",
|
||||
"51": "Padesát jedna",
|
||||
"52": "Padesát dva",
|
||||
"53": "Padesát tři",
|
||||
"54": "Padesát čtyři",
|
||||
"55": "Padesát pět",
|
||||
"56": "Padesát šest",
|
||||
"57": "Padesát sedm",
|
||||
"58": "Padesát osm",
|
||||
"59": "Padesát devět",
|
||||
"60": "Šedesát",
|
||||
"61": "Šedesát jedna",
|
||||
"62": "Šedesát dva",
|
||||
"63": "Šedesát tři",
|
||||
"64": "Šedesát čtyři",
|
||||
"65": "Šedesát pět",
|
||||
"66": "Šedesát šest",
|
||||
"67": "Šedesát sedm",
|
||||
"68": "Šedesát osm",
|
||||
"69": "Šedesát devět",
|
||||
"70": "Sedmdesát",
|
||||
"71": "Sedmdesát jedna",
|
||||
"72": "Sedmdesát dva",
|
||||
"73": "Sedmdesát tři",
|
||||
"74": "Sedmdesát čtyři",
|
||||
"75": "Sedmdesát pět",
|
||||
"76": "Sedmdesát šest",
|
||||
"77": "Sedmdesát sedm",
|
||||
"78": "Sedmnáct osm",
|
||||
"79": "Sedmdesát devět",
|
||||
"80": "Osmdesát",
|
||||
"81": "Osmdesát jedna",
|
||||
"82": "Osmdesát dva",
|
||||
"83": "Osmdesát tři",
|
||||
"84": "Osmdesát čtyři",
|
||||
"85": "Osmdesát pět",
|
||||
"86": "Osmdesát šest",
|
||||
"87": "Osmdesát sedm",
|
||||
"88": "Osmdesát osum",
|
||||
"89": "Osmdesát devět",
|
||||
"90": "Devadesát",
|
||||
"91": "Devadesát jedna",
|
||||
"92": "Devadesát dva",
|
||||
"93": "Devadesát tři",
|
||||
"94": "Devadesát čtyři",
|
||||
"95": "Devadesát pět",
|
||||
"96": "Devadesát šest",
|
||||
"97": "Devadesát sedm",
|
||||
"98": "Devadesát osm",
|
||||
"99": "Devadesát devět"
|
||||
}
|
||||
@@ -26,6 +26,7 @@
|
||||
translators for the languages currently available:</p>
|
||||
|
||||
<ul>
|
||||
<li><b>Czech:</b> Tomáš Zmek (perteus)</li>
|
||||
<li><b>Dutch:</b> Martijn van der Kleijn (mvdkleijn)</li>
|
||||
<li><b>French:</b> Jan Lüdke (jyhelle)</li>
|
||||
<li><b>German:</b> Myian (HeyMyian)</li>
|
||||
|
||||
Reference in New Issue
Block a user