diff options
author | bitSheriff | 2024-11-20 19:02:18 +0100 |
---|---|---|
committer | bitSheriff | 2024-11-20 19:02:18 +0100 |
commit | 02afc4e169273848247b6fd12bbda674653e4235 (patch) | |
tree | 8d7a7fa4b60f1bd56907da2d986e25538216f67c | |
parent | 38e61922bd80552668eee74e77ec2bcd63290617 (diff) | |
download | aur-02afc4e169273848247b6fd12bbda674653e4235.tar.gz |
add option to the changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 605a9e84eec9..a896dfe9c684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ ### 🚀 Features - **Mixed Duration Parsing**: 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. +- **Options**: 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] |