Merge changes from 1.5.4 (#952)

* Backport fix to issue #950
* Bump version and update changelog and release notes
This commit is contained in:
Veronica Berglyd Olsen
2022-01-04 21:12:32 +01:00
committed by GitHub
parent 9be2519406
commit 52efbcc89f
2 changed files with 31 additions and 2 deletions
+19
View File
@@ -1,5 +1,24 @@
# novelWriter Changelog
## Version 1.5.4 [2022-01-04]
### 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.
----
## Version 1.5.3 [2021-12-31]
### Release Notes