From ad769eaa3a13952f393acf53bd3b8e601faa00ca Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 24 Oct 2018 23:44:09 +0200 Subject: [PATCH] updating changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ed6b343..ec2099319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========== +Version 5.1.0 *(2018-10-24)* +---------------------------- + + * Add optional pull-to-refresh for refreshing CalDAV events on some views (by azisuazusa) + * Allow setting a default view to be opened from the Event List widget (by knusprjg) + * Apply selected filters on all views, including widgets + * Allow changing any CalDAV calendars color, even if only locally + * Fix some glitches related to saving CalDAV events in a wrong calendar + * Some performance improvements related to fetching events + * Couple other smaller stability/ux improvements + Version 5.0.1 *(2018-10-17)* ----------------------------