Skip to content

Releases: waldbaer/icalendar-events-cli

1.0.1 (2025-04-02)

02 Apr 20:06
Compare
Choose a tag to compare

Dependencies

  • Bump tzlocal from 5.2 to 5.3.1
  • Bump pytz from 2024.2 to 2025.2
  • Bump recurring-ical-events from 3.4.1 to 3.6.0
  • Bump jsonargparse from 4.36.0 to 4.38.0
  • Bump rich-argparse from 1.6.0 to 1.7.0
  • Bump pydantic from 2.10.5 to 2.11.1

1.0.0 - (2025-01-25)

25 Jan 11:02
Compare
Choose a tag to compare

Features

  • Filter events by description and location
  • Support local file URLs (file://<abs. path to local file>)
  • Support configuration via JSON (based on jsonargparse)

Infrastructure

Fixes

  • Invalid start- and end-date in #7

Dependencies

  • Bump recurring-ical-events from 3.3.3 to 3.4.1 in #4

0.1.0 (2024-11-26)

26 Nov 20:24
Compare
Choose a tag to compare

Initial Release

Key features

  • Download and parse iCalendar files.
  • Filter events with start- and end date.
  • Filter events with RegEx on the summary (title) text.
  • Different output formats: JSON, logger