Skip to content

Releases: b1rger/carl

v0.5.1

17 Dec 17:51

Choose a tag to compare

0.5.1 (2025-12-17)

Bug Fixes

  • deps: bump icalendar version to 0.17.6 (a943942), closes #182

v0.5.0

07 Dec 16:45

Choose a tag to compare

0.5.0 (2025-12-07)

Features

  • dateproperties: add "today" related date properties (6457745)
  • properties: add "specified date" related properties (db79c1a)
  • theme: adapt default theme (f326dbf)

v0.4.0

28 Sep 07:16

Choose a tag to compare

0.4.0 (2025-09-28)

Features

  • add a simple style template method (8219932)
  • implement -n, --months <num> (0bf5887)
  • templates: use style template method instead of terminal seq (643f138)
  • use jinja templates to render output of carl (c175ec3)

Bug Fixes

  • don't print more weekdays headers than we have months in the chunk (ad60895)

v0.3.1

31 Aug 11:18

Choose a tag to compare

0.3.1 (2024-08-31)

Bug Fixes

  • correct getting months for -3 (7cdeda0)

v0.3.0

13 Jan 13:19

Choose a tag to compare

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)

v0.2.1

06 Jan 10:53

Choose a tag to compare

0.2.1 (2024-01-06)

Bug Fixes

  • replace wildcard dependency with versioned one (b3f40ca)

v0.2.0

06 Jan 10:45

Choose a tag to compare

0.2.0 (2024-01-06)

Features

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

v0.1.2

05 Dec 12:19

Choose a tag to compare

0.1.2 (2023-12-05)

Bug Fixes

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

v0.1.1

05 Dec 12:12

Choose a tag to compare

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)

v0.1.0

29 Jul 08:04

Choose a tag to compare

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)