Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog


## Version 2.0.19

- PPcomp now accepts two text files, or two HTML files, or one of each
- PPcomp text file can now be the original file from the rounds, and additional
checkboxes allow processing relevant to these files

### Bug fixes

- PPcomp sometimes split purple/green mid-word where the start of the word was
the same in both files
- Stealth Scanno regex 18 reported a period followed on the next line by the
end of lowercase block markup, e.g. `p/`
- Stealth Scanno regexes 18 & 19 had incorrect replacement strings


## Version 2.0.18

- Ebookmaker no longer runs immediately the dialog is opened, thus allowing
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "guiguts"
version = "2.0.18"
version = "2.0.19"
description = "Guiguts version 2, Python/tkinter version"
authors = ["DP Guiguts Dev Team <windymilla@users.noreply.github.com>"]
readme = "README.md"
Expand Down
15 changes: 15 additions & 0 deletions src/guiguts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog


## Version 2.0.19

- PPcomp now accepts two text files, or two HTML files, or one of each
- PPcomp text file can now be the original file from the rounds, and additional
checkboxes allow processing relevant to these files

### Bug fixes

- PPcomp sometimes split purple/green mid-word where the start of the word was
the same in both files
- Stealth Scanno regex 18 reported a period followed on the next line by the
end of lowercase block markup, e.g. `p/`
- Stealth Scanno regexes 18 & 19 had incorrect replacement strings


## Version 2.0.18

- Ebookmaker no longer runs immediately the dialog is opened, thus allowing
Expand Down