diff --git a/novelwriter/core/coretools.py b/novelwriter/core/coretools.py index ff002935..b8058fb2 100644 --- a/novelwriter/core/coretools.py +++ b/novelwriter/core/coretools.py @@ -4,8 +4,8 @@ novelWriter – Project Document Tools A collection of tools to create and manipulate documents File History: -Created: 2022-10-02 [2.0b1] DocMerger -Created: 2022-10-11 [2.0b1] DocSplitter +Created: 2022-10-02 [2.0rc1] DocMerger +Created: 2022-10-11 [2.0rc1] DocSplitter This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/core/index.py b/novelwriter/core/index.py index 39c70c81..770b1247 100644 --- a/novelwriter/core/index.py +++ b/novelwriter/core/index.py @@ -6,8 +6,8 @@ Data class for the project index of tags, headers and references File History: Created: 2019-04-22 [0.0.1] countWords Created: 2019-05-27 [0.1.4] NWIndex -Created: 2022-05-28 [1.7rc1] IndexItem, IndexHeading -Created: 2022-05-29 [1.7rc1] TagsIndex, ItemIndex +Created: 2022-05-28 [2.0rc1] IndexItem, IndexHeading +Created: 2022-05-29 [2.0rc1] TagsIndex, ItemIndex This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/core/projectdata.py b/novelwriter/core/projectdata.py index 40bce1a7..8daa9818 100644 --- a/novelwriter/core/projectdata.py +++ b/novelwriter/core/projectdata.py @@ -4,7 +4,7 @@ novelWriter – Project Data Class Data class for novelWriter projects File History: -Created: 2022-10-30 [2.0rc1] +Created: 2022-10-30 [2.0rc2] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/core/projectxml.py b/novelwriter/core/projectxml.py index 5b1b72f4..3f0057dd 100644 --- a/novelwriter/core/projectxml.py +++ b/novelwriter/core/projectxml.py @@ -4,8 +4,9 @@ novelWriter – Project XML Read/Write Classes for reading and writing the project XML file File History: -Created: 2022-09-28 [2.0rc1] ProjectXMLReader -Created: 2022-09-28 [2.0rc1] XMLReadState +Created: 2022-09-28 [2.0rc2] XMLReadState +Created: 2022-09-28 [2.0rc2] ProjectXMLReader +Created: 2022-10-31 [2.0rc2] ProjectXMLWriter This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/core/storage.py b/novelwriter/core/storage.py index 9b28f31a..c9580522 100644 --- a/novelwriter/core/storage.py +++ b/novelwriter/core/storage.py @@ -4,7 +4,7 @@ novelWriter – Project Storage Class The main class handling the project storage File History: -Created: 2022-11-01 [2.0rc1] NWStorage +Created: 2022-11-01 [2.0rc2] NWStorage This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/dialogs/editlabel.py b/novelwriter/dialogs/editlabel.py index a1982ede..bc780898 100644 --- a/novelwriter/dialogs/editlabel.py +++ b/novelwriter/dialogs/editlabel.py @@ -4,7 +4,7 @@ novelWriter – Edit Label Dialog A simple dialog for editing a label File History: -Created: 2022-06-11 [1.7b1] +Created: 2022-06-11 [2.0rc1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/gui/components.py b/novelwriter/gui/components.py index 9b1cf2d4..ed8c91fb 100644 --- a/novelwriter/gui/components.py +++ b/novelwriter/gui/components.py @@ -4,8 +4,8 @@ novelWriter – GUI Components Module A module of various small GUI components File History: -Created: 2020-05-17 [0.5.1] StatusLED -Created: 2022-11-17 [2.0rc2] NovelSelector +Created: 2020-05-17 [0.5.1] StatusLED +Created: 2022-11-17 [2.0] NovelSelector This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/gui/noveltree.py b/novelwriter/gui/noveltree.py index 25cdc5f9..da632b32 100644 --- a/novelwriter/gui/noveltree.py +++ b/novelwriter/gui/noveltree.py @@ -4,9 +4,9 @@ novelWriter – GUI Novel Tree GUI classe for the main window novel tree File History: -Created: 2020-12-20 [1.1a0] GuiNovelTree -Created: 2022-06-12 [1.7b1] GuiNovelView -Created: 2022-06-12 [1.7b1] GuiNovelToolBar +Created: 2020-12-20 [1.1a0] GuiNovelTree +Created: 2022-06-12 [2.0rc1] GuiNovelView +Created: 2022-06-12 [2.0rc1] GuiNovelToolBar This file is a part of novelWriter Copyright 2018–2020, Veronica Berglyd Olsen diff --git a/novelwriter/gui/outline.py b/novelwriter/gui/outline.py index 16e8c0fe..6e8df3c6 100644 --- a/novelwriter/gui/outline.py +++ b/novelwriter/gui/outline.py @@ -4,11 +4,11 @@ novelWriter – GUI Project Outline GUI class for the project outline view File History: -Created: 2022-05-15 [1.7b1] GuiOutlineView -Created: 2022-05-22 [1.7b1] GuiOutlineToolBar -Created: 2019-11-16 [0.4.1] GuiOutlineTree -Created: 2019-11-16 [0.4.1] GuiOutlineHeaderMenu -Created: 2020-06-02 [0.7.0] GuiOutlineDetails +Created: 2022-05-15 [2.0rc1] GuiOutlineView +Created: 2022-05-22 [2.0rc1] GuiOutlineToolBar +Created: 2019-11-16 [0.4.1] GuiOutlineTree +Created: 2019-11-16 [0.4.1] GuiOutlineHeaderMenu +Created: 2020-06-02 [0.7.0] GuiOutlineDetails This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/gui/projtree.py b/novelwriter/gui/projtree.py index 3b6a38f0..b5ddc926 100644 --- a/novelwriter/gui/projtree.py +++ b/novelwriter/gui/projtree.py @@ -4,9 +4,9 @@ novelWriter – GUI Project Tree GUI classes for the main window project tree File History: -Created: 2018-09-29 [0.0.1] GuiProjectTree -Created: 2022-06-06 [1.7b1] GuiProjectView -Created: 2022-06-06 [1.7b1] GuiProjectToolBar +Created: 2018-09-29 [0.0.1] GuiProjectTree +Created: 2022-06-06 [2.0rc1] GuiProjectView +Created: 2022-06-06 [2.0rc1] GuiProjectToolBar This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/gui/sidebar.py b/novelwriter/gui/sidebar.py index 59d827b7..37a37538 100644 --- a/novelwriter/gui/sidebar.py +++ b/novelwriter/gui/sidebar.py @@ -4,7 +4,7 @@ novelWriter – GUI Main Window SideBar GUI class for the main window side bar File History: -Created: 2022-05-10 [1.7b1] +Created: 2022-05-10 [2.0rc1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/tools/lipsum.py b/novelwriter/tools/lipsum.py index def306c5..2c5a5107 100644 --- a/novelwriter/tools/lipsum.py +++ b/novelwriter/tools/lipsum.py @@ -4,7 +4,7 @@ novelWriter – Lorem Ipsum Tool Simple tool for inserting placeholder text in a document File History: -Created: 2022-04-02 [1.7a0] +Created: 2022-04-02 [2.0b1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen