diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e656c15..025de75e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# 2.1.0 - 2020-09-02 +### Added +- Dashboard integration + [#2414](https://github.com/nextcloud/calendar/pull/2414) +- Better routes to link to calendar from outside + [#2483](https://github.com/nextcloud/calendar/pull/2483) +- Different style for all-day / timed events + [#30](https://github.com/nextcloud/calendar/issues/30) +- List view + [#402](https://github.com/nextcloud/calendar/issues/402) +- Search + [#8](https://github.com/nextcloud/calendar/issues/8) + +### Fixed +- Better localization of calendar-grid + [#1844](https://github.com/nextcloud/calendar/issues/1844) +- Remove double scrollbars in Firefox + [#1815](https://github.com/nextcloud/calendar/issues/1815) +- Better error handling for missing events + [#2459](https://github.com/nextcloud/calendar/issues/2459) +- Long description box + [#2187](https://github.com/nextcloud/calendar/issues/2187) + # 2.0.4 - 2020-08-27 ### Added - Center date in month view cell diff --git a/appinfo/info.xml b/appinfo/info.xml index 47270ba01..7f7d6d170 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.4 + 2.1.0 agpl Georg Ehrke Thomas Citharel diff --git a/package.json b/package.json index de17a1246..23afdaa3e 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.4", + "version": "2.1.0", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",