v1.5.4
saga-soft/novelWriterv1.5.4Jan 4, 2022by vkbo
AI Summary
A bugfix release addressing crashes in the HTML converter caused by the presence of greater-than or less-than symbols in non-plain text blocks.
Key Highlights
- Fixed HTML rendering crash when encountering `<` or `>` symbols in comments or headings.
Full Release Notes
### Release Notes This is a bugfix release that fixes an issues with rendering HTML from a document, either in the viewer or the build tool, when there is a greater or lesser than symbol in a text block that isn't a plain text paragraph, like for instance a comment or a heading. Any such document would fail to render. ### Detailed Changelog **Bugfixes** * Fixed a bug where a greater or lesser than symbol would crash the html converter loop if the text block did not have a format with a 'NoneType is not iterable' error. Most blocks that are not plain text have the format set to 'None'. Issue #950, PR #951.