You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a beta release of the next release version, and is intended for testing purposes. Please be careful when using this version on live writing projects, and make sure you take frequent backups.
Four dashes in the editor are now replaced by a horizontal bar. This is useful as a replacement symbol for em dash when using dialogue highlighting to avoid triggering it. The horizontal bar is replaced with an em dash in the manuscript. Issue Add syntax to auto-replace with horizontal bar #2070. PR Add a dialogue parser #2079.
The Manuscript Build settings have now been moved into a single scrollable page, using the same layout as in Preferences. The heading and filtering pages are still separate forms, as they are of a more complex nature. PR Refactor build settings #2031.
Preparation for Qt6: Replace Qt regular expression tools with the internal Python re module for markup processing and syntax highlighting. It is both slightly faster, and there are issues with text encoding in at least some versions of Qt6 or PyQt6. PRs Replace Qt RegEx with Python RegEx #2028 and Don't use "match" as a variable #2043.
Preparation for Qt6: Added a wrapper function for connecting signals to slots that has a different function signature. Python lambdas generate warnings inn Qt6. PR Refactor main menu #2075.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Release Notes
This is a beta release of the next release version, and is intended for testing purposes. Please be careful when using this version on live writing projects, and make sure you take frequent backups.
Detailed Changelog
New Features
@mentions
keyword has been added that can list any tag in the project as being mentioned in the current section. These are listed separately from tags present in the story section. Issue Add a mentions kewword #1822. PR Add support for mentions references #2064.@story
keyword. Issue Tag Definitions in a Novel Document #1990. PR Add support for referencing tags in novel documents #2072.User Interface
Improvements
Code Improvements
This discussion was created from the release Version 2.6 Beta 1.
Beta Was this translation helpful? Give feedback.
All reactions