From c5f636cad5b9d66b3406090af5a26238968b9c91 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 9 Jun 2026 23:42:27 +0200 Subject: Add .ico and update CHANGELOG --- CHANGELOG | 4 ++++ icons/scorecounter.ico | Bin 0 -> 62661 bytes pyproject.toml | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 icons/scorecounter.ico diff --git a/CHANGELOG b/CHANGELOG index c799df7..7253553 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # scorecounter Release Notes +## 1.2.0 (05 Jun 2026) + +* Add support for storing score and team names permanently + ## 1.1.0 (25 Dec 2025) * Add support for changing the name of the teams diff --git a/icons/scorecounter.ico b/icons/scorecounter.ico new file mode 100644 index 0000000..791f0b6 Binary files /dev/null and b/icons/scorecounter.ico differ diff --git a/pyproject.toml b/pyproject.toml index 449c6ee..039e930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,9 @@ long_description = """Simple application for counting scores for two teams sources = [ "src/scorecounter", ] + +icon = "icons/scorecounter" + test_sources = [ "tests", ] -- cgit v1.3