v2.5.3
saga-soft/novelWriterv2.5.3Nov 26, 2024by vkbo
AI Summary
A patch release that resolves UI bugs, fixes HTML manuscript formatting, and introduces the Russian language.
Key Highlights
- Fixed the swapped red/green LEDs on the statusbar
- Moved styles tag to the head tag for HTML output
- Fixed project tree drag-and-drop restrictions on certain Qt versions
- Added Russian translation
Full Release Notes
### Release Notes This is a patch release that fixes a few minor bugs in the user interface, and with the HTML manuscript format. This patch also adds a Russian translation, and updates the German and Portuguese translations. ### Detailed Changelog **Bugfixes** * Fixed the red/green LEDs on the statusbar for the Default Light theme. The colours were swapped. Issue #2057. PR #2059. * Moved the styles tag into the head tag for HTML manuscript output, which is the correct placement for them. Issue #2080. PR #2085. * Fixed a bug in the project tree where it was possible to drag content to root level on some Qt versions where the disallow flag is not obeyed. The illegal action is now additionally blocked by code. Issue #2108. PR #2109. **Documentation** * Updated a dead link to the spell check library with the new one. Issue #2042. PR #2059. **Internationalisation** * Russian translation added by Konstantin Tan (@k1kimosha). PR #2126 * Updated German and Portuguese translations. PR #2126