Skip to content

Latest commit

 

History

History
82 lines (42 loc) · 4.03 KB

CHANGELOG.md

File metadata and controls

82 lines (42 loc) · 4.03 KB

Changelog

0.3.1 (2024-08-31)

Bug Fixes

  • correct getting months for -3 (7cdeda0)

0.3.0 (2024-01-13)

⚠ BREAKING CHANGES

  • cli: allow exclusive actions

Features

  • agenda: implement agenda with eventinstances (8b008aa)
  • cli: allow exclusive actions (1f2a7c0), closes #97
  • implement year progress feature (9652441), closes #92

Bug Fixes

  • also show julian date in agenda (3ca35b3), closes #100
  • readd agenda header and style it (a74337a)

0.2.1 (2024-01-06)

Bug Fixes

  • replace wildcard dependency with versioned one (b3f40ca)

0.2.0 (2024-01-06)

Features

  • implement calendar parsing using icalendar (9705c2b)
  • implement DateRange (500c685)
  • use rrule instead of parsing RRULE manually (7480a89)

0.1.2 (2023-12-05)

Bug Fixes

  • drop colors keyword, because there can only be 5 keywords (b1ad930)

0.1.1 (2023-12-05)

Bug Fixes

  • 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)

Features

  • add new date properties (0e2b0ee)
  • dependencies: update clap to 4.0.0 (7caaf64)

Bug Fixes

  • 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)

0.0.4 (2023-07-03)

Bug Fixes

  • dependencies: downgrade toml dependency (d021a30)
  • dependencies: switch from ansi_term to nu-ansi-term (11e5790), closes #10