0.3.1 (2024-08-31)
- correct getting months for -3 (7cdeda0)
0.3.0 (2024-01-13)
- cli: allow exclusive actions
- agenda: implement agenda with eventinstances (8b008aa)
- cli: allow exclusive actions (1f2a7c0), closes #97
- implement year progress feature (9652441), closes #92
0.2.1 (2024-01-06)
- replace wildcard dependency with versioned one (b3f40ca)
0.2.0 (2024-01-06)
- implement calendar parsing using icalendar (9705c2b)
- implement DateRange (500c685)
- use rrule instead of parsing RRULE manually (7480a89)
0.1.2 (2023-12-05)
- drop
colors
keyword, because there can only be 5 keywords (b1ad930)
0.1.1 (2023-12-05)
- cargo: update metadata in Cargo.toml (42159e1)
- don't crash when dealing with weekly events (5108474), closes #46
- unnecessarily eager cloning of iterator items (bdc334b)
0.1.0 (2023-07-29)
- dependencies: move from nu_ansi_term to anstyle (56bbd91), closes #13
- dependencies: use chrono without standard features (bd913f8), closes #9
- doc: update default.theme link in README (bdabdf2)