summarylogtreecommitdiffstats
path: root/CHANGELOG.md
blob: a896dfe9c684e86ed4c46a44ab615b1fd0fa6570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Changelog and Release Notes

## [v1.00.03]

### 🚀 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]

### 🛠 Fixes

- added `dunst` as a dependency