diff --git a/CHANGELOG.md b/CHANGELOG.md index fb4d45592..4310e3335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 2.0.1 - 2020-01-20 +### Fixed +- Sort categories alphabetically + [#1827](https://github.com/nextcloud/calendar/issues/1827) +- Missing styles of "more events" popover + [#1865](https://github.com/nextcloud/calendar/pull/1865) +- Resolving timezone aliases not working + [#1841](https://github.com/nextcloud/calendar/issues/1841) +- Generated embed code for public calendar contains wrong link + [#1861](https://github.com/nextcloud/calendar/issues/1861) +- Add sanity check for route name in case migration didn't run + [#1831](https://github.com/nextcloud/calendar/issues/1831) +- Positioning of new-event popover in day and week view + [#1818](https://github.com/nextcloud/calendar/issues/1818) +- Display self-added categories in list, making it easier to remove them again + [#1819](https://github.com/nextcloud/calendar/issues/1819) + ## 2.0.0 - 2020-01-17 ### Fixed - Do not include index.php in the url of sharing links if url rewrite is enabled diff --git a/appinfo/info.xml b/appinfo/info.xml index 5bcf00825..ccb044cc8 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -13,7 +13,7 @@ * ⏰ **Reminders!** Get alarms for events inside your browser and via email. * 🙈 **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries. ]]> - 2.0.0 + 2.0.1 agpl Georg Ehrke Thomas Citharel diff --git a/package.json b/package.json index f11e9673e..5f7bb3209 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "calendar", "description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.", - "version": "2.0.0", + "version": "2.0.1", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",