Skip to content

Version 0.12.1

Compare
Choose a tag to compare
@vkbo vkbo released this 16 Aug 10:03
· 3831 commits to main since this release
1a9e54d

Changes

Bugfixes

  • Some of the insert menu functions were broken due to a left-over comma in the insert source code converting the insert text from a string to a tuple. This is a quirk of the Python language and unfortunately not caught as a syntax error. Issue #409, PR #410.

Feature Improvements

  • The Select Paragraph feature in the Edit menu now selects only the paragraph itself, without the leading line break. This was previously handled entirely by the Qt library, which does this for some reason. Issue #395, PR #405.
  • A chapter heading in a file with a different layout than Unnumbered can now also be flagged as an unnumbered chapter heading by adding an asterisk to the begfinning of the title text. This only affects the number assignment and counter when running the Build Novel Project tool. The rest of the app ignores the asterisk. Issue #402, PR #406.