Skip to content

Releases: fphammerle/ical2vdir

tasks

08 Feb 07:36
v2.1.0
ce9b8fc

Choose a tag to compare

Added

  • support for tasks (VTODO)
  • support for icalendar library v5 & v6

Fixed

  • _event_prop_equal: fix "TypeError: object of type 'vDDDLists' has no len()"

support date as recurrence id

14 Jan 20:03
v2.0.0
d391472

Choose a tag to compare

Added

  • declare compatibility with python3.11, python3.12 & python3.13

Removed

  • compatibility with python3.7, python3.8 & python3.9

Fixed

  • assertion error on "RECURRENCE-ID;VALUE=DATE:…"

cross filesystems

01 Aug 19:08
v1.0.0
e90f3db

Choose a tag to compare

Added

  • pyproject.toml to specify build dependencies & build backend

Removed

  • compatibility with python3.5 & python3.6

Fixed

  • fix export when output and temporary directory are on different filesystems (#85)

restore python3.5 compatibility

18 Jun 09:26
v0.1.2
a07bd37

Choose a tag to compare

Fixed

  • python3.5:
    • TypeError in _write_event when renaming temporary file
    • TypeError in _sync_event when reading file
    • tests: TypeError when converting to pathlib.Path
    • tests: AttributeError due to unavailable MagicMock.assert_called_once