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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## Version 2.1.3

- PPcomp Expanded output is clearer for multi-line differences
- Page Separator Fixup is up to 20 times faster on large files and correctly
shows the "Working" label
- HTML Autogeneration no longer automatically adds `<main>` tags
- Content Providing Header/Footer tool lists headers/footers alphabetically
when used with Alpha/Type sorting
- Curly Quote Check no longer reports an unexpected single quote when it is an
apostrophe at the start of a common word, e.g. `’tis`, `’twould`, etc.

### Bug fixes

- PPhtml didn't recognize classes defined with `::first-letter`, etc.
- Cmd/Ctrl-A in text fields of Spelling dialog did not select all text


## Version 2.1.2

- Alt-text editor added using a stripped down version of the Auto-illus dialog.
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.1.2"
version = "2.1.3"
description = "Guiguts version 2, Python/tkinter version"
authors = ["DP Guiguts Dev Team <windymilla@users.noreply.github.com>"]
readme = "README.md"
Expand Down
17 changes: 17 additions & 0 deletions src/guiguts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## Version 2.1.3

- PPcomp Expanded output is clearer for multi-line differences
- Page Separator Fixup is up to 20 times faster on large files and correctly
shows the "Working" label
- HTML Autogeneration no longer automatically adds `<main>` tags
- Content Providing Header/Footer tool lists headers/footers alphabetically
when used with Alpha/Type sorting
- Curly Quote Check no longer reports an unexpected single quote when it is an
apostrophe at the start of a common word, e.g. `’tis`, `’twould`, etc.

### Bug fixes

- PPhtml didn't recognize classes defined with `::first-letter`, etc.
- Cmd/Ctrl-A in text fields of Spelling dialog did not select all text


## Version 2.1.2

- Alt-text editor added using a stripped down version of the Auto-illus dialog.
Expand Down
Loading