From 3f69e27c7e401b945b9ae0de75efbecd95072b6d Mon Sep 17 00:00:00 2001 From: Stephen L Arnold Date: Sun, 13 Oct 2024 16:04:04 -0700 Subject: [PATCH] chg: usr: update changelog for new release !minor Signed-off-by: Stephen L Arnold --- CHANGELOG.rst | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aafe36e..b9d8347 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,35 @@ Changelog ========= -0.2.1 (2024-08-28) +0.3.0 (2024-10-13) +------------------ + +Changes +~~~~~~~ +- Use future annotations workaround on python 3.8. [Stephen Arnold] + + * the above import trick is correct for ``get_state_str()`` signature +- Cleanup docstrings and desktop file, update pkg metadata and readme. + [Stephen Arnold] + +Fixes +~~~~~ +- Add still more annotations, adjust and apply pre-commit fixes. + [Stephen Arnold] +- Complete error fix, more import cleanup, add helper func and a test. + [Stephen Arnold] + + * this commit removes support for legacy AppIndicator3 in favor of + AyatanaAppIndicator3 only +- Refactoring cleanup, add type hints/ignores and fix an error. [Stephen + Arnold] + + * mypy helped find an error, but we still need to ignore the optional + munch YAML attributes + * update flake8 config bits to allow one more char of line length + + +0.2.1 (2024-08-29) ------------------ Changes @@ -13,6 +41,8 @@ Fixes ~~~~~ - Use correct signature for about dialog, cleanup app string. [Stephen Arnold] +- Use correct signature for about dialog, cleanup app string. [Stephen + Arnold] 0.2.0 (2024-08-27)