diff options
| author | Simeon Simeonov | 2026-06-09 23:42:27 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2026-06-09 23:42:27 +0200 |
| commit | c5f636cad5b9d66b3406090af5a26238968b9c91 (patch) | |
| tree | ee4ed091118b84b4cf56f9af93d50dcab57be031 | |
| parent | 0d2263e9fa4d896deefe20665ce5bc37d16fe316 (diff) | |
Add .ico and update CHANGELOG
| -rw-r--r-- | CHANGELOG | 4 | ||||
| -rw-r--r-- | icons/scorecounter.ico | bin | 0 -> 62661 bytes | |||
| -rw-r--r-- | pyproject.toml | 3 |
3 files changed, 7 insertions, 0 deletions
| @@ -1,5 +1,9 @@ | |||
| 1 | # scorecounter Release Notes | 1 | # scorecounter Release Notes |
| 2 | 2 | ||
| 3 | ## 1.2.0 (05 Jun 2026) | ||
| 4 | |||
| 5 | * Add support for storing score and team names permanently | ||
| 6 | |||
| 3 | ## 1.1.0 (25 Dec 2025) | 7 | ## 1.1.0 (25 Dec 2025) |
| 4 | 8 | ||
| 5 | * Add support for changing the name of the teams | 9 | * 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 --- /dev/null +++ b/icons/scorecounter.ico | |||
| Binary files 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 | |||
| 17 | sources = [ | 17 | sources = [ |
| 18 | "src/scorecounter", | 18 | "src/scorecounter", |
| 19 | ] | 19 | ] |
| 20 | |||
| 21 | icon = "icons/scorecounter" | ||
| 22 | |||
| 20 | test_sources = [ | 23 | test_sources = [ |
| 21 | "tests", | 24 | "tests", |
| 22 | ] | 25 | ] |
