From e84b8d4d1dbb1bb3a17d179b8fb872b9b935f135 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Fri, 25 Nov 2022 22:57:05 +0100 Subject: [PATCH] Fix versions in module docstrings, more --- novelwriter/core/index.py | 6 ++++-- novelwriter/core/status.py | 2 +- novelwriter/core/tomd.py | 2 +- novelwriter/core/toodt.py | 2 +- novelwriter/dialogs/docmerge.py | 2 +- novelwriter/dialogs/docsplit.py | 2 +- novelwriter/dialogs/projdetails.py | 2 +- novelwriter/dialogs/updates.py | 2 +- novelwriter/dialogs/wordlist.py | 2 +- novelwriter/gui/doceditor.py | 14 +++++++------- novelwriter/gui/noveltree.py | 2 +- novelwriter/gui/outline.py | 2 +- novelwriter/tools/lipsum.py | 2 +- 13 files changed, 22 insertions(+), 20 deletions(-) diff --git a/novelwriter/core/index.py b/novelwriter/core/index.py index 770b1247..7d292af4 100644 --- a/novelwriter/core/index.py +++ b/novelwriter/core/index.py @@ -6,8 +6,10 @@ 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 [2.0rc1] IndexItem, IndexHeading -Created: 2022-05-29 [2.0rc1] TagsIndex, ItemIndex +Created: 2022-05-28 [2.0rc1] IndexItem +Created: 2022-05-28 [2.0rc1] IndexHeading +Created: 2022-05-29 [2.0rc1] TagsIndex +Created: 2022-05-29 [2.0rc1] ItemIndex This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/core/status.py b/novelwriter/core/status.py index fea6397d..2dbd5568 100644 --- a/novelwriter/core/status.py +++ b/novelwriter/core/status.py @@ -5,7 +5,7 @@ Data class for the status/importance settings of a project item File History: Created: 2019-05-19 [0.1.3] -Rewritten: 2022-04-05 [1.7a0] +Rewritten: 2022-04-05 [2.0b1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/core/tomd.py b/novelwriter/core/tomd.py index 89ae9e4f..14698cd1 100644 --- a/novelwriter/core/tomd.py +++ b/novelwriter/core/tomd.py @@ -4,7 +4,7 @@ novelWriter – Markdown Text Converter Extends the Tokenizer class to generate Makrdown output File History: -Created: 2021-02-06 [1.2a0] +Created: 2021-02-06 [1.2b1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/core/toodt.py b/novelwriter/core/toodt.py index 594074ff..eaf16b03 100644 --- a/novelwriter/core/toodt.py +++ b/novelwriter/core/toodt.py @@ -4,7 +4,7 @@ novelWriter – ODT Text Converter Extends the Tokenizer class to generate ODT and FODT files File History: -Created: 2021-01-26 [1.2a0] +Created: 2021-01-26 [1.2b1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/dialogs/docmerge.py b/novelwriter/dialogs/docmerge.py index b6fd8381..ed2b2dde 100644 --- a/novelwriter/dialogs/docmerge.py +++ b/novelwriter/dialogs/docmerge.py @@ -5,7 +5,7 @@ Custom dialog class for merging documents. File History: Created: 2020-01-23 [0.4.3] -Rewritten: 2022-10-06 [2.0b1] +Rewritten: 2022-10-06 [2.0rc1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/dialogs/docsplit.py b/novelwriter/dialogs/docsplit.py index 314ef8d8..e7fabeee 100644 --- a/novelwriter/dialogs/docsplit.py +++ b/novelwriter/dialogs/docsplit.py @@ -5,7 +5,7 @@ Custom dialog class for splitting documents. File History: Created: 2020-02-01 [0.4.3] -Rewritten: 2022-10-12 [2.0b1] +Rewritten: 2022-10-12 [2.0rc1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/dialogs/projdetails.py b/novelwriter/dialogs/projdetails.py index 00d3d4df..5a730334 100644 --- a/novelwriter/dialogs/projdetails.py +++ b/novelwriter/dialogs/projdetails.py @@ -4,7 +4,7 @@ novelWriter – GUI Project Details Class holding the project details dialog File History: -Created: 2021-01-03 [1.1a0] +Created: 2021-01-03 [1.1rc1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/dialogs/updates.py b/novelwriter/dialogs/updates.py index 1e79dc26..020e2338 100644 --- a/novelwriter/dialogs/updates.py +++ b/novelwriter/dialogs/updates.py @@ -4,7 +4,7 @@ novelWriter – GUI Updates A dialog box for checking for latest updates File History: -Created: 2021-08-21 [1.5a0] +Created: 2021-08-21 [1.5b1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/dialogs/wordlist.py b/novelwriter/dialogs/wordlist.py index 9281df0a..a8994887 100644 --- a/novelwriter/dialogs/wordlist.py +++ b/novelwriter/dialogs/wordlist.py @@ -4,7 +4,7 @@ novelWriter – GUI User Wordlist Class holding the user's wordlist dialog File History: -Created: 2021-02-12 [1.2b1] +Created: 2021-02-12 [1.2rc1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen diff --git a/novelwriter/gui/doceditor.py b/novelwriter/gui/doceditor.py index af150b85..e5d87502 100644 --- a/novelwriter/gui/doceditor.py +++ b/novelwriter/gui/doceditor.py @@ -4,13 +4,13 @@ novelWriter – GUI Document Editor GUI classes for the main document editor File History: -Created: 2018-09-29 [0.0.1] GuiDocEditor -Created: 2019-04-22 [0.0.1] BackgroundWordCounter -Created: 2019-09-29 [0.2.1] GuiDocEditSearch -Created: 2020-04-25 [0.4.5] GuiDocEditHeader -Rewritten: 2020-06-15 [0.9] GuiDocEditSearch -Created: 2020-06-27 [0.10] GuiDocEditFooter -Rewritten: 2020-10-07 [1.0b3] BackgroundWordCounter +Created: 2018-09-29 [0.0.1] GuiDocEditor +Created: 2019-04-22 [0.0.1] BackgroundWordCounter +Created: 2019-09-29 [0.2.1] GuiDocEditSearch +Created: 2020-04-25 [0.4.5] GuiDocEditHeader +Rewritten: 2020-06-15 [0.9] GuiDocEditSearch +Created: 2020-06-27 [0.10] GuiDocEditFooter +Rewritten: 2020-10-07 [1.0b3] BackgroundWordCounter 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 da632b32..eae204c1 100644 --- a/novelwriter/gui/noveltree.py +++ b/novelwriter/gui/noveltree.py @@ -4,7 +4,7 @@ novelWriter – GUI Novel Tree GUI classe for the main window novel tree File History: -Created: 2020-12-20 [1.1a0] GuiNovelTree +Created: 2020-12-20 [1.1rc1] GuiNovelTree Created: 2022-06-12 [2.0rc1] GuiNovelView Created: 2022-06-12 [2.0rc1] GuiNovelToolBar diff --git a/novelwriter/gui/outline.py b/novelwriter/gui/outline.py index 6e8df3c6..b04f44c9 100644 --- a/novelwriter/gui/outline.py +++ b/novelwriter/gui/outline.py @@ -8,7 +8,7 @@ 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 +Created: 2020-06-02 [0.7] GuiOutlineDetails 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 2c5a5107..f084dfa2 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 [2.0b1] +Created: 2022-04-02 [2.0rc1] This file is a part of novelWriter Copyright 2018–2022, Veronica Berglyd Olsen