Skip to content

Releases: allenporter/ical

8.1.0

14 May 15:06
a4f0044
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.0.2...8.1.0

8.0.2

13 May 00:05
93d42ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.0.1...8.0.2

8.0.1

11 May 00:02
fc8fc31
Compare
Choose a tag to compare

What's Changed

Developer updates

  • Update pre-commit hook psf/black to v24.4.1 by @renovate in #325
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.4.2 by @renovate in #326
  • Update pre-commit hook psf/black to v24.4.2 by @renovate in #329
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.4.3 by @renovate in #330

New Contributors

Full Changelog: 8.0.0...8.0.1

8.0.0

21 Apr 03:09
da762fc
Compare
Choose a tag to compare

What's Changed

This release contains a backwards incompatible change to remove an invalid attribute from the API. rfc5545 does not include DTSTAMP for VTIMEZONE so it has been removed to better follow the correct behavior.

Developer updates

  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.3.3 by @renovate in #314
  • Update pre-commit hook psf/black to v24.3.0 by @renovate in #315
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.3.4 by @renovate in #316
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.3.5 by @renovate in #318
  • Update pre-commit hook pre-commit/pre-commit-hooks to v4.6.0 by @renovate in #319
  • Update actions/configure-pages action to v5 by @renovate in #317
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.3.7 by @renovate in #320
  • Update pre-commit hook psf/black to v24.4.0 by @renovate in #321
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.4.1 by @renovate in #322

Full Changelog: 7.0.3...8.0.0

7.0.3

15 Mar 15:49
219071f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.0.2...7.0.3

7.0.2

15 Mar 15:34
7f1e660
Compare
Choose a tag to compare

What's Changed

Developer updates

Full Changelog: 7.0.1...7.0.2

7.0.1

11 Mar 00:06
e5ac4cf
Compare
Choose a tag to compare

What's Changed

  • Fix error message when Timezone is not found by @allenporter in #303
  • Repair dtstart and due date mismatched types previously allowed by the Store by @allenporter in #305
  • Allow users to pass in a timezone to TodoStore when computing implicit dtstart values by @allenporter in #306

Developer dependency bumps

  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.2.2 by @renovate in #297
  • Update pypa/gh-action-pypi-publish action to v1.8.12 by @renovate in #300
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.3.0 by @renovate in #301
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.3.1 by @renovate in #302
  • Update pypa/gh-action-pypi-publish action to v1.8.14 by @renovate in #304

Full Changelog: 7.0.0...7.0.1

7.0.0

17 Feb 18:43
261dfb8
Compare
Choose a tag to compare

What's Changed

Recurring Todo lists

We now support managing recurring Todo items. These require a new list concept with a flattened view of the currently pending todo items (e.g. managing completed instances and when they need to re-appear in the list) See the TodoStore APIs for updating recurring instances as well as viewing the flattened list.

Notable API Changes

  • This release introduces new APIs and some behavior changes for natively supporting recurring Todo lists. The primary change is that edits to recurring calendar objects now correctly preserve the uid and recurrence_id across edits. This allows tracking items together in a series even after they have edits, which is required to collapse To-do items into a single list item.
  • The calendar timeline view methods are now available in the EventStore and should be used instead of the timeline view on the calendar. The old methods are deprecated and will be removed in a future release.

Changes

Developer updates

  • Update pre-commit hook psf/black to v23.12.0 by @renovate in #261
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.8 by @renovate in #262
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.9 by @renovate in #265
  • Update pre-commit hook psf/black to v23.12.1 by @renovate in #266
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.11 by @renovate in #267
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.13 by @renovate in #268
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.14 by @renovate in #269
  • Update actions/upload-pages-artifact action to v3 by @renovate in #264
  • Update actions/deploy-pages action to v4 - autoclosed by @renovate in #263
  • Update CI documentation deployment permissions by @allenporter in #273
  • Update pre-commit hook psf/black to v24 by @renovate in #274
  • Update pre-commit hook psf/black to v24.1.1 by @renovate in #275
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.15 by @renovate in #276
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.2.0 by @renovate in #280
  • Update codecov/codecov-action action to v4 by @renovate in #277
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.2.1 by @renovate in #290
  • Update pre-commit hook psf/black to v24.2.0 by @renovate in #294

Full Changelog: 6.1.1...7.0.0

6.1.1

10 Dec 22:41
1509c95
Compare
Choose a tag to compare

What's Changed

  • Fix bug handling case where exdate and dtstart are different date types by @allenporter in #259
  • Add default end date/time for events with no end time or duration by @dannycjones in #258

Developer dependency updates

  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.5 by @renovate in #250
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.6 by @renovate in #251
  • Update pypa/gh-action-pypi-publish action to v1.8.11 by @renovate in #252
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.7 by @renovate in #255
  • Update actions/configure-pages action to v4 by @renovate in #253
  • Update actions/deploy-pages action to v3 by @renovate in #254
  • Update actions/setup-python action to v5 by @renovate in #256

New Contributors

Full Changelog: 6.1.0...6.1.1

6.1.0

10 Nov 15:24
ca06e05
Compare
Choose a tag to compare

What's Changed

Developer dependency updates

Full Changelog: 6.0.0...6.1.0