File tree Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 11# novelWriter Changelog
22
3+ ## Version 1.5.4 [ 2022-01-04]
4+
5+ ### Release Notes
6+
7+ This is a bugfix release that fixes an issues with rendering HTML from a document, either in the
8+ viewer or the build tool, when there is a greater or lesser than symbol in a text block that isn't
9+ a plain text paragraph, like for instance a comment or a heading. Any such document would fail to
10+ render.
11+
12+ ### Detailed Changelog
13+
14+ ** Bugfixes**
15+
16+ * Fixed a bug where a greater or lesser than symbol would crash the html converter loop if the text
17+ block did not have a format with a 'NoneType is not iterable' error. Most blocks that are not
18+ plain text have the format set to 'None'. Issue #950 , PR #951 .
19+
20+ ----
21+
322## Version 1.5.3 [ 2021-12-31]
423
524### Release Notes
Original file line number Diff line number Diff line change 22< html >
33< body >
44
5+ < h2 > Release Notes for 1.5.4</ h2 >
6+ < p > < i > Released on 4 January 2022</ i > </ p >
7+
8+ < p > This is a bugfix release that fixes an issues with rendering HTML from a document, either in
9+ the viewer or the build tool, when there is a greater or lesser than symbol in a text block that
10+ isn't a plain text paragraph, like for instance a comment or a heading. Any such document would
11+ fail to render.</ p >
12+
13+ < p > < i > See also the < a href ="https://github.com/vkbo/novelWriter/releases "> Releases</ a > page.</ i > </ p >
14+
15+ < hr />
16+
517< h2 > Release Notes for 1.5.3</ h2 >
618< p > < i > Released on 31 December 2021</ i > </ p >
719
@@ -11,8 +23,6 @@ <h2>Release Notes for 1.5.3</h2>
1123of disabling the menu entries that are no longer available, they are instead removed. Disabled menu
1224entries are not displayed correctly in all colour themes.</ p >
1325
14- < p > < i > See also the < a href ="https://github.com/vkbo/novelWriter/releases "> Releases</ a > page.</ i > </ p >
15-
1626< hr />
1727
1828< h2 > Release Notes for 1.5.2</ h2 >
You can’t perform that action at this time.
0 commit comments