diff --git a/CHANGELOG.md b/CHANGELOG.md index 03242f6..151e89f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Changelog +- [24-10-26] Clear inputs when seeking to a call from the bandmap via the arrow up and down. Fixed bandmap crash from bad telnet data. Drop beacons from bandmap. - [24-10-25] Add File Menu option to create either an ASCII or UTF8 Cabrillo. - [24-10-24-1] Make all Cabrillo files with UTF-8. - [24-10-24] Forgot to convert the VFO dockwidget along with the rest. CQ WW CW, Dupes now score 0. diff --git a/README.md b/README.md index 0c76ad4..199c71f 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's. ## Recent Changes (Polishing the Turd) +- [24-10-26] Clear inputs when seeking to a call from the bandmap via the arrow up and down. Fixed bandmap crash from bad telnet data. Drop beacons from bandmap. - [24-10-25] Add File Menu option to create either an ASCII or UTF8 Cabrillo. - [24-10-24-1] Make all Cabrillo files with UTF-8. - [24-10-24] Forgot to convert the VFO dockwidget along with the rest. CQ WW CW, Dupes now score 0. diff --git a/not1mm/lib/version.py b/not1mm/lib/version.py index c0fb0ca..d5ad242 100644 --- a/not1mm/lib/version.py +++ b/not1mm/lib/version.py @@ -1,3 +1,3 @@ """It's the version""" -__version__ = "24.10.25" +__version__ = "24.10.26" diff --git a/pyproject.toml b/pyproject.toml index 6008a25..bf297c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "not1mm" -version = "24.10.25" +version = "24.10.26" description = "NOT1MM Logger" readme = "README.md" requires-python = ">=3.9"