Novelwriter

Latest version: v2.6.3

Safety actively analyzes 723976 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 17

2.5.1

Release Notes

This is a patch release that fixes an issue with the lock file being left in the project when the
project open is cancelled, a few issues with custom input boxes in Preferences, and a usability
issue when selecting to edit a tag or reference from the Tags and References panel as well as fixed
an issue with the Importance labels not being updated in the tabs for tags.

Detailed Changelog

**Bugfixes**

* Fixes an issue where the project lock file was created before certain checks where the user could
cancel the project open process, leaving a lock file in the project folder behind. Issue 1977.
PR 1978.
* Fixes an issue where the user could add spaces to the pad before and after Preference settings,
which would pad every space entered into the text. The Preferences settings no longer accept any
white spaces in these boxes (they are removed on save) and also strips duplicate character
entries. Issue 1985. PR 1986.
* The narrator break and dialog symbol Preference text boxes will now be cleared if the settings is
a white space. PR 1986.
* Fixed an issue where Importance labels were not updated in the viewer panel's tags tabs when they
where changed in Project Settings. Issue 1992. PR 1993.

**Usability**

* When selecting to edit a tag or reference from the panel below the Document Viewer, the editor
now scrolls to the relevant heading as it does in the viewer. Issue 1983. PR 1987.

**Internationalisation**

* Latin American Spanish translation updated by Tommy Marplatt (tmarplatt). PR 1989.

----

2.5

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

**General Changes**

* novelWriter now requires Python 3.9 and Qt 5.15 as a minimum. That means Ubuntu 20.04 and older
are no longer supported for the Debian packages. Users on Ubuntu 20.04 and equivalent Linux
distros must use the AppImage. PRs 1826 and 1833.

**Major Features**

* Status and Importance icons can now be assigned a shape in addition to a colour. Issue 1786.
PRs 1810 and 1819.
* Footnotes have been added. They use a modified comment format for specifying the footnote text,
and a shortcode for inserting the footnote into the text. They are linked via a key. If the
footnote is inserted via the **Insert** menu, a unique key is generated. Issue 342. PR 1832.
* Comments in general now support formatting, so format tags work just like in regular text. This
was needed for footnotes, but has been expanded to include all comments. PR 1832.
* Two new themes have been added. Dracula is available as a set for both the GUI and the editor.
Snazzy Light is available for syntax only, but works well with the default light GUI theme.
PR 1840.
* Character dialogue highlighting has been completely redesigned. The highlighting rule now
specifically relates to dialogue, and not just quoted text in general. To that effect, more rules
for detecting what is and isn't dialogue has been added. This is designed to support difference
between dialogue conventions in different languages. Issues 1770 and 1771. PR 1864.
* The font settings in Preferences now considers the full range of font options, in particular font
style and weight. The changes include the font size in these settings, so the additional setting
for font size has been removed. Use the font dialog to pick size as well. Due to this removal,
the font size has been reset to default and must be set again by the user. Issue 1733. PR 1881.
* The document viewer and the manuscript preview now uses a completely new class to generate the
formatted text. The old method used an outdated HTML format as the go-between, which restricted
what formatting could be applied. The main noticeable change to users at the moment should be the
size of headings, that now match the size in the editor. Issue 1882. PR 1892.

**Improvements**

* The default dark theme has been redesigned to match the GUI theme a little better, and is now
also consistent with the default light themes. PRs 1836 and 1840.
* Special comments now have a different text colour than plain comments. PR 1836.
* The various Tomorrow themes are now a little more consistent in what colours are used for which
components. More variation has also been added. PR 1840.
* The Tango theme has been updated. PR 1840.
* The last cursor position is now always saved when a document is closed in the editor, even if the
content has not been changed. PR 1849.
* The settings for first line indent have now been extended to allow setting how deep the indents
are and whether or not to indent the first paragraph after a heading or break. The settings have
also moved from being Open Document specific to the general formatting tab for manuscripts.
PR 1857.
* Preserving in-paragraph line breaks is now a general Manuscript setting that applies to all
output formats. PR 1891.
* The Manuscript builds now also uses the full font settings of the selected output font, not just
the font family and size option. Since the size option has been merged into the general font
choice, the separate font size setting has been dropped and users must set it again. PR 1891.
* It is now possible to disable the usage of the font selection dialog from your operating system.
At least on Linux Gnome desktops, the system's font dialog lacks a lot of the selection options
available in the font dialog provided with Qt. PR 1891.

**Bugfixes**

* Fixed an issue where Manuscript dialogs would be left open if the project was closed. PR 1844.
* First line indents are no longer reset after a comment. Issue 1852. PR 1857.

**Packaging**

* Minimal zip file release packages can no longer be built from the package utility script. The zip
file needed for building the Windows installer is still available. PR 1826.
* Added build packages for AARCH64 on MacOS. It seems some dependencies still prevents it from
being installed cleanly without requiring some virtualisation feature, but it works. PR 1829.
* AppImages are now released with Python 3.12. PR 1829.

**Other Changes**

* A new GUI theme setting for error text has been added. It is used when error messages need to be
displayed on the GUI. PR 1880.

**Code Improvements**

* The behaviour of dialogs across various platforms has been unified and improved a little to
ensure more consistent behaviour. It is mostly related to modality and z-order. There are still
limitations due to platform restrictions, like non-modal dialogs being stuck on top on Linux
Wayland. PR 1844.
* Some GUI components have been improved and refactored to rely more on signals and slots rather
than reaching into each other's classes and calling methods. This is a little more robust.
PR 1849.
* The text tokenizer used to parse the formatting codes in novelWriter has been refactored and
improved. In particular, multi-line paragraphs are now processed during the second pass of
tokenization rather than when the final format is applied. This allows a much more compact format
of the token data, and avoid potential inconsistencies between the various output formats.
PR 1885.

----

2.4.4

Release Notes

This is a patch release that fixes a usage issue when setting document label from an unsaved
document, fixes a rare chance of a crash when closing the Manuscript tool, and updates the
Portuguese translation.

Detailed Changelog

**Bugfixes**

* Backported some memory improvements from the upcoming 2.5 release. This also fixes a potential,
but low probability crash in the Manuscript tool. If the tool is closed during the milliseconds
long window when the clock on the yellow label is updated, the app can crash with a segmentation
fault. PRs 1903 and 1905.
* Fixed an issue where changing a document's label to match the document heading would suggest the
wrong title if the document was open in the editor, but in an unsaved state. An easy condition to
encounter when creating a new document and setting the heading first. Issue 1914. PR 1923.

**Internationalisation**

* Portuguese translation updated by Oli Maia. PR 1904.

----

2.4.3

Release Notes

This is a patch release that fixes issues with the document font in the editor, viewer and
manuscript preview on some Linux distros, and also fixes a potential crash on Windows when using
the spell check dictionary install tool.

Detailed Changelog

**Bugfixes**

* Fixed a crash in the dictionaries install tool on Windows if the config folder reported by the
third party Enchant spell checker tool didn't already exist prior to adding new dictionaries.
The folder is now created when the tool is opened if it doesn't exist. Issue 1874. PR 1876.
* Fixed issues when setting a different text font for the editor and viewer, and related issues
with the preview in the Manuscript Build tool, on certain platforms. Changing the font and
setting non-standard font sizes produced unexpected results when reloading. The issue seems to be
related to Qt 5.15.3, but that is not fully confirmed. However, the only place so far where the
issue is observed is on Mint 21.3. Issues 1862 and 1875. PR 1877.

----

2.4.2

Release Notes

This is a patch release that fixes two minor font issues and updates the Dutch and Chinese
translations.

Detailed Changelog

**Bugfixes**

* Change the preview widget in the Manuscript Build tool to use the document font only for the
document itself, not the yellow heading stating the age of the previewed text. PR 1863.
* Fixes the syntax highlighter so that it is re-initialised when the document editor is
re-initialised, so that changes to document font size regenerates the heading font sizes as well.
Issue 1865. PR 1866.

**Internationalisation**

* Dutch translation updated by Martijn van der Kleijn (mvdkleijn). PR 1872.
* Chinese translation updated by longqzh. PR 1872.

----

2.4.1

Release Notes

This is a patch release that fixes a number of minor issues with the Manuscript Build tool. The
only critical fix is related to a potential crash when deleting a build entry when its settings
dialog is still open.

Detailed Changelog

**Bugfixes**

* Fixed an issue that could crash novelWriter if a build settings entry was deleted from the
Manuscript tool while its settings window was open. PR 1845.

**Improvements**

* Changed the font used for the document editor and viewer header and footer from the one used for
the document text to the one used for the user interface. Issue 1842. PR 1843.
* Added a save document step in the editor before running a manuscript build or a preview job. This
ensures that the text in the editor is included in the manuscript. Issue 1835. PR 1846.
* Restore preview panel scroll bar position after updating the preview on the Manuscript tool.
Issue 1837. PR 1846.
* Close all non-modal dialogs when a project is closed. PR 1848.

**Code Improvements**

* Fixed an issue with the Build Settings dialog that blocks the garbage collector from deleting the
dialog after it's been closed. PR 1843.
* Remove some deprecated translation entries from the translation files. PR 1850.

----

Page 2 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.