chore(deps): update ghcr.io/lennart-k/rustical docker tag to v0.12.1 #559
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/ghcr.io-lennart-k-rustical-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.12.0→0.12.1Release Notes
lennart-k/rustical (ghcr.io/lennart-k/rustical)
v0.12.1Compare Source
What's Changed
MKCALENDAR: Handle invalid timezonesPROPPATCH: Return invalid props with correct namespacesNew Contributors
Full Changelog: https://github.com/lennart-k/rustical/compare/v0.12.0...v0.12.1
v0.12.0 Notes
This release contains a completely revamped ical parser which is much stricter than the previous one
but in turn offers less error-prone recurrence expansion and better future-proofness for JMAP support in the future.
Breaking changes
You can configure whether rustical should skip broken objects or panic on startup:
or
By default this is set to true.
In case too many issues arise you can safely revert to
v0.11.Known issues
The Etar Calendar app generates invalid calendar data when creating a recurring event with an end date.
These events will be rejected in this version since they are wrong and some other clients also don't know how to handle them.
I've submitted a PR to Etar hoping that this will be fixed soon. Etar-Group/Etar-Calendar#2024
What's Changed
calendar-queryreport to be correct in more casesPRODIDFull Changelog: https://github.com/lennart-k/rustical/compare/v0.11.17...v0.12.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.