summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitSheriff2024-11-20 19:10:15 +0100
committerbitSheriff2024-11-20 19:10:15 +0100
commit8db2a9d911df6ef6f8794967eef484b54fce0a02 (patch)
tree7b44398c6078ae2935b4f4ee23513d1d0ac14699
parent2ad3e9503375f6aa1a193ee6dad14fbcde053661 (diff)
downloadaur-8db2a9d911df6ef6f8794967eef484b54fce0a02.tar.gz
link first issue too
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1719c2f03994..32484c4728aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@
- **Mixed Duration Parsing** ([Issue #2](https://github.com/bitSheriff/dunst-timer/issues/2)): The parse_duration function now supports parsing mixed duration strings like 1h5m8s. It can handle combinations of hours (h), minutes (m), and seconds (s) in a single input string.
- further the `HH:MM:SS` format is also supported
-- **Options**: The script now supports the `-t` for the title and `-d` for the duration option.
+- **Options** ([Issue #1](https://github.com/bitSheriff/dunst-timer/issues/1)): The script now supports the `-t` for the title and `-d` for the duration option.
- the `-t` is optional, if not provided the title will be set to "Timer"
## [v1.00.02]