Releases: waldbaer/icalendar-events-cli
Releases · waldbaer/icalendar-events-cli
1.0.1 (2025-04-02)
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)
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
- Rework to hyper-modern structure with python-pdm
- Implement tests (100% coverage)
- Publish to PyPI index
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)
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