Skip to content

v0.7.9

Choose a tag to compare

@github-actions github-actions released this 19 Aug 20:55
· 248 commits to master since this release

About this release

This release fixes CalDAV account links, sync, and free/busy results.

  • An account that returns now links back to its local calendars.
  • event update --recurrence-id now creates an override for one occurrence.
  • Sync now finishes despite a stale 404 from the server for a deleted event.
  • Free/busy data from Radicale now loads. An empty VFREEBUSY no longer marks the window busy.

📦 Install: see the README. Prebuilt binaries and checksums.txt are attached below.

Changelog

🐛 Bug fixes

  • 41e65a8 fix(account): apply live discovery metadata on calendar re-link
  • 7c9b1da fix(account): keep sync identity so a re-link does not recreate hrefs
  • 22685c9 fix(account): re-link local calendars when the same account returns
  • 6d4677d fix(caldav): keep Radicale free/busy intervals from a REPORT
  • af51e7f fix(cli): create an override from event update --recurrence-id
  • 896c896 fix(freebusy): do not treat an RFC empty VFREEBUSY as busy
  • e7e9e7c fix(sync): converge despite stale Google multiget 404s

Full Changelog: v0.7.8...v0.7.9