diff --git a/CHANGELOG.md b/CHANGELOG.md index eda0ae390..b70529d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 1.6.1 - 2018-03-06 +### Fixed +- Double the height of the description textarea + [#675](https://github.com/nextcloud/calendar/issues/675) +- Fix parsing for all-day VEvents that + [#692](https://github.com/nextcloud/calendar/issues/692) +- Manual override for timezone + [#586](https://github.com/nextcloud/calendar/issues/586) +- Improved error handling for parsing of events when importing + [#598](https://github.com/nextcloud/calendar/issues/598) +- Fix correct highlighting of today on weekends + [#726](https://github.com/nextcloud/calendar/issues/726) +- Fix handling of VEvents that contain only Recurrence-IDs + [#722](https://github.com/nextcloud/calendar/issues/722) + ## 1.6.0 - 2018-02-05 ### Fixed - Compatibility with 13 diff --git a/appinfo/info.xml b/appinfo/info.xml index 565ad6d89..90c51b510 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ * πŸ™‹ **Attendees!** Invite people to your events. * πŸ™ˆ **We’re not reinventing the wheel!** Based on the great [davclient.js](https://github.com/evert/davclient.js), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries. ]]> - 1.6.0 + 1.6.1 agpl Georg Ehrke Raghu Nayyar