Set new revision number
This commit is contained in:
@@ -46,7 +46,7 @@ if TYPE_CHECKING: # pragma: no cover
|
|||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
FILE_VERSION = "1.5" # The current project file format version
|
FILE_VERSION = "1.5" # The current project file format version
|
||||||
FILE_REVISION = "2" # The current project file format revision
|
FILE_REVISION = "3" # The current project file format revision
|
||||||
HEX_VERSION = 0x0105
|
HEX_VERSION = 0x0105
|
||||||
|
|
||||||
NUM_VERSION = {
|
NUM_VERSION = {
|
||||||
@@ -108,6 +108,7 @@ class ProjectXMLReader:
|
|||||||
Rev 1: Drops the titleFormat node from settings. 2.1 Beta 1.
|
Rev 1: Drops the titleFormat node from settings. 2.1 Beta 1.
|
||||||
Rev 2: Drops the title node from project and adds the TEMPLATE
|
Rev 2: Drops the title node from project and adds the TEMPLATE
|
||||||
class for items. 2.3 Beta 1.
|
class for items. 2.3 Beta 1.
|
||||||
|
Rev 3: Added TEMPLATE class. 2.3.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, path: str | Path) -> None:
|
def __init__(self, path: str | Path) -> None:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<novelWriterXML appVersion="2.3" hexVersion="0x020300f0" fileVersion="1.5" fileRevision="2" timeStamp="2024-03-10 12:01:34">
|
<novelWriterXML appVersion="2.3" hexVersion="0x020300f0" fileVersion="1.5" fileRevision="3" timeStamp="2024-03-11 11:09:12">
|
||||||
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1682" autoCount="263" editTime="82757">
|
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1685" autoCount="263" editTime="82782">
|
||||||
<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