Skip to content

Commit 512e969

Browse files
authored
Prepare for 2.0.17 (#1727)
1 parent d44dd54 commit 512e969

3 files changed

Lines changed: 37 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22

33

4+
## Version 2.0.17
5+
6+
- PPcomp has a `Switch File` button to facilitate switching between editing
7+
text and HTML files
8+
- PPcomp listing improved to consolidate some italic differences
9+
- Number of Bookloupe & PPtext false positives reduced
10+
- Basic Fixup no longer reports multiple spaces in thought breaks
11+
- `LaTeX-->Convert using m2svg` entry added to File menu
12+
- `LaTeX-->Revert unwanted autogen changes` also added
13+
14+
### Bug fixes
15+
16+
- In `/$` blocks, multiple spaces were not being preserved using ` `
17+
- Auto-illus dialog `px` mode was not using the correct pixel width value
18+
- PPcomp sometimes appeared busy/working, even when finished processing
19+
- PPhtml highlighted "ERROR" in the word "TERROR" in a chapter title
20+
21+
422
## Version 2.0.16
523

624
- Fix All and Hide All in Regex Library reverted to work on all messages

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "guiguts"
3-
version = "2.0.16"
3+
version = "2.0.17"
44
description = "Guiguts version 2, Python/tkinter version"
55
authors = ["DP Guiguts Dev Team <windymilla@users.noreply.github.com>"]
66
readme = "README.md"

src/guiguts/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22

33

4+
## Version 2.0.17
5+
6+
- PPcomp has a `Switch File` button to facilitate switching between editing
7+
text and HTML files
8+
- PPcomp listing improved to consolidate some italic differences
9+
- Number of Bookloupe & PPtext false positives reduced
10+
- Basic Fixup no longer reports multiple spaces in thought breaks
11+
- `LaTeX-->Convert using m2svg` entry added to File menu
12+
- `LaTeX-->Revert unwanted autogen changes` also added
13+
14+
### Bug fixes
15+
16+
- In `/$` blocks, multiple spaces were not being preserved using `&nbsp;`
17+
- Auto-illus dialog `px` mode was not using the correct pixel width value
18+
- PPcomp sometimes appeared busy/working, even when finished processing
19+
- PPhtml highlighted "ERROR" in the word "TERROR" in a chapter title
20+
21+
422
## Version 2.0.16
523

624
- Fix All and Hide All in Regex Library reverted to work on all messages

0 commit comments

Comments
 (0)