Skip to content

Latest commit

 

History

History
153 lines (110 loc) · 10.5 KB

File metadata and controls

153 lines (110 loc) · 10.5 KB

Changelog for yaml2ics

Enhancements

  • Print concise error messages when invoking yaml2ics command (#55).
  • Default to UTC timezone (#116).

Bug Fixes

  • Unpin pytest (#88).
  • BUG: include timezone info in datetime_to_str converter (#115).
  • Correctly infer timezone from event begin time (#125).

Maintenance

  • Test on Python 3.12.0-beta.2 (#56).
  • Use label-check and attach-next-milestone-action (#58).
  • Use setuptools (#59).
  • Specify what goes in sdist (#60).
  • Use changelist (#61).
  • Use dependabot (#62).
  • Use trusted publisher (#70).
  • Pin ics-vtimezones to 2020.1 (#78).
  • Pin pytest (#85).
  • Use setup-python pip caching (#87).
  • Add changelist config (#94).
  • Update pre-commit repos (#95).
  • Update ruff config (#96).
  • Update GH actions (#97).
  • Add codespell pre-commit (#98).
  • Test on Python 3.13-dev (#99).
  • Fix cli and inclusion file tests (#104).
  • Update pytest config (#100).
  • Update pre-commit (12/2024) (#107).
  • Support for Python: added 3.13, 3.14, removed 3.8 (#119).
  • MAINT: actually bumping minimum python to 3.9 #126).

Other

  • CI: adding workflow_dispatch (#84).

Contributors

3 authors added to this release (alphabetically):

3 reviewers added to this release (alphabetically):

Full Changelog

Merged pull requests:

Full Changelog

Closed issues:

  • Release please #42

Merged pull requests:

v0.1rc3 (2022-08-21)

Full Changelog

Merged pull requests:

v0.1rc2 (2022-08-12)

Full Changelog

Closed issues:

  • Add the possibility to skip dates for recurring events #23

Merged pull requests:

v0.1rc1 (2022-03-02)

Full Changelog

Implemented enhancements:

  • Add X-WR-CALNAME in extras on top of NAME #16 (tupui)

Closed issues:

  • Build system #20
  • Make installable? #17
  • Intervals between events is not respected #14
  • Updating to ICS 0.8 #3
  • Roadmap of this project #1

Merged pull requests:

  • Package library #19 (tupui)
  • Add missing interval to RRULE #15 (stefanv)
  • Add calendar name field #13 (stefanv)
  • Update black #12 (stefanv)
  • Add 'include' to metadata to include other files. #11 (rkdarst)
  • Add Github Actions to run tests #10 (rkdarst)
  • Fix several tests #9 (rkdarst)
  • Add per-calendar default timezone (in meta header) #8 (rkdarst)
  • Don't set end=None for recurring events #7 (rkdarst)
  • Fix rrule creation: use name= and value= for more correct syntax. #6 (rkdarst)
  • Print error messages to stderr, not stdout #5 (rkdarst)
  • Port yaml2ics to ics 0.8.0 #4 (rkdarst)
  • requirements: Add PyYAML #2 (rkdarst)

* This Changelog was automatically generated by github_changelog_generator