| Name | Modified | Size | Downloads / Week | 
|---|---|---|---|
| Parent folder | |||
| novelwriter_2.7.5_all.deb.sha256 | 2025-09-14 | 92 Bytes | |
| novelwriter-2.7.5-x86_64.dmg.sha256 | 2025-09-14 | 95 Bytes | |
| novelwriter_2.7.5_all.deb | 2025-09-14 | 3.6 MB | |
| novelwriter-2.7.5-x86_64.AppImage.zsync | 2025-09-14 | 286.7 kB | |
| novelwriter-2.7.5-x86_64.dmg | 2025-09-14 | 104.9 MB | |
| novelwriter-2.7.5-x86_64.AppImage.sha256 | 2025-09-14 | 100 Bytes | |
| novelwriter-2.7.5-py3-none-any.whl.sha256 | 2025-09-14 | 101 Bytes | |
| novelwriter-2.7.5-x86_64.AppImage | 2025-09-14 | 83.8 MB | |
| novelwriter-2.7.5-py3-none-any.whl | 2025-09-14 | 5.7 MB | |
| novelwriter-2.7.5-amd64-setup.exe.sha256 | 2025-09-14 | 100 Bytes | |
| novelwriter-2.7.5-aarch64.dmg.sha256 | 2025-09-14 | 96 Bytes | |
| novelwriter-2.7.5-amd64-setup.exe | 2025-09-14 | 102.9 MB | |
| novelwriter-2.7.5-aarch64.dmg | 2025-09-14 | 114.6 MB | |
| README.md | 2025-09-14 | 1.0 kB | |
| Version 2.7.5 source code.tar.gz | 2025-09-14 | 5.0 MB | |
| Version 2.7.5 source code.zip | 2025-09-14 | 5.4 MB | |
| Totals: 16 Items | 426.2 MB | 7 | |
Release Notes
This is a patch release that fixes an issue related to crashes when using the completer menu under certain conditions, and improves positioning of the input box for CJK languages.
Detailed Changelog
Bugfixes
- Fixes an issue where the app would crash of deleting the 
@character with the completer menu visible and the text margins of the editor set to "justified". This is likely crashing due to some unhandled corner case in the Qt library, but the implementation of the completer menu in novelWriter uses a small hack to bypass some intended behaviour of the menu. Extra steps have been added to the implementation that seems to avoid the crash. Issue [#2510]. PR [#2511]. - Fixes an issue where the input box that shows up when typing CJK languages were covering the text due to an incorrect offset of the box location. The incorrect offset is caused by the text margins not being taken into account. Fix by @Euophrys based on solution by @Jack-name. Issues [#2267] and [#2517]. PR [#2518].