Skip to content

v0.47.1

Choose a tag to compare

@ulsklyc ulsklyc released this 04 May 20:28
· 827 commits to main since this release

Fixed

  • Settings page crash: fixed ReferenceError "loadCalDAVAccounts is not defined" when opening Settings. Root cause: loadCalDAVAccounts and loadCardDAVAccounts were defined inside the render function but called from bindIcsEvents (outside render scope). Functions are now top-level exports with user parameter.

Full Changelog: v0.47.0...v0.47.1