blob: 1719c2f03994cb36b6d3f2e4542081615d961f8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Changelog and Release Notes
## [v1.00.03]
### 🚀 Features
- **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.
- the `-t` is optional, if not provided the title will be set to "Timer"
## [v1.00.02]
### 🛠Fixes
- added `dunst` as a dependency
|