File tree Expand file tree Collapse file tree 4 files changed +40
-7
lines changed Expand file tree Collapse file tree 4 files changed +40
-7
lines changed Original file line number Diff line number Diff line change 11# novelWriter Changelog
22
3+ ## Version 1.5.2 [ 2021-12-12]
4+
5+ ### Release Notes
6+
7+ This is a bugfix release that fixes two issues. The first is an issue with an error in the HTML
8+ output if a paragraph has alignment or indentation tags while at the same time containing
9+ emphasised text. The second is an issue where the application cannot load a project with spell
10+ checking enabled if there is something wrong with the spell check package.
11+
12+ ### Detailed Changelog
13+
14+ ** Bugfixes**
15+
16+ * When the HTML converter replaced grater than or smaller than symbols with the corresponding HTML
17+ entities. the poisition of the formatting tags following in the text would be shifted, but the
18+ positions were not updated. This is now solved by updating these positions when such a symbol is
19+ encountered. This issue has been backported from 1.6 development. Issue #929 .
20+ * If the pyenchant package is installed, but the underlying enchant library is broken in one way or
21+ another, the pyenchant package will error, causing novelWriter to crash. All calls to the
22+ pyenchant package has now been wrapped in try/except blocks to prevent this. Issue #933 .
23+
24+ ----
25+
326## Version 1.5.1 [ 2021-10-23]
427
528### Release Notes
Original file line number Diff line number Diff line change 1919author = "Veronica Berglyd Olsen"
2020
2121# The short X.Y version
22- version = "1.5.1 "
22+ version = "1.5.2 "
2323# The full version, including alpha/beta/rc tags
24- release = "1.5.1 "
24+ release = "1.5.2 "
2525
2626# -- General Configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 6161__author__ = "Veronica Berglyd Olsen"
6262__maintainer__ = "Veronica Berglyd Olsen"
636364- __version__ = "1.5.1 "
65- __hexversion__ = "0x010501f0 "
66- __date__ = "2021-10-23 "
64+ __version__ = "1.5.2 "
65+ __hexversion__ = "0x010502f0 "
66+ __date__ = "2021-12-12 "
6767__status__ = "Stable"
6868__domain__ = "novelwriter.io"
6969__url__ = "https://novelwriter.io"
Original file line number Diff line number Diff line change 22< html >
33< body >
44
5+ < h2 > Release Notes for 1.5.2</ h2 >
6+ < p > < i > Released on 12 December 2021</ i > </ p >
7+
8+ < p > This is a bugfix release that fixes two issues. The first is an issue with an error in the HTML
9+ output if a paragraph has alignment or indentation tags while at the same time containing
10+ emphasised text. The second is an issue where the application cannot load a project with spell
11+ checking enabled if there is something wrong with the spell check package.</ 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.1</ h2 >
618< p > < i > Released on 23 October 2021</ i > </ p >
719
@@ -10,8 +22,6 @@ <h2>Release Notes for 1.5.1</h2>
1022the project tree when the Novel tab is visible. If the Novel tab is selected, the focus shift now
1123correctly gives focus to the Novel tree.</ p >
1224
13- < p > < i > See also the < a href ="https://github.com/vkbo/novelWriter/releases "> Releases</ a > page.</ i > </ p >
14-
1525< hr />
1626
1727< h2 > Release Notes for 1.5</ h2 >
You can’t perform that action at this time.
0 commit comments