From 6967dab4e58a32ded053224f228079e2f2bc1619 Mon Sep 17 00:00:00 2001 From: Nigel Date: Wed, 5 Aug 2026 16:57:38 +0100 Subject: [PATCH] Prepare for release 2.1.3 --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- src/guiguts/CHANGELOG.md | 17 +++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8587bb8e..8b15e54b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `
` 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. diff --git a/pyproject.toml b/pyproject.toml index 175cb81e..1cd7c6cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md" diff --git a/src/guiguts/CHANGELOG.md b/src/guiguts/CHANGELOG.md index 8587bb8e..8b15e54b 100644 --- a/src/guiguts/CHANGELOG.md +++ b/src/guiguts/CHANGELOG.md @@ -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 `
` 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.