diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8b5f581..13ecc7c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 1.6.4 - 2018-11-23 +### Fixed +- Use clearer color to easier locate today + [#850](https://github.com/nextcloud/calendar/pull/850) +- Styling broken with Nextcloud 14 using Dark theme + [#938](https://github.com/nextcloud/calendar/issues/938) +- Missing name when using the dropdown for location -> contacts + [#776](https://github.com/nextcloud/calendar/issues/776) +- Public calendar iframe has issues on some browser (requires Nextcloud 15+) + [#169](https://github.com/nextcloud/calendar/issues/169) +- Broken positioning of New calendar button in Internet explorer 11 + [#949](https://github.com/nextcloud/calendar/pull/949) +- Provide autocompletion addresses as a single line + [#933](https://github.com/nextcloud/calendar/issues/933) + ## 1.6.3 - 2018-10-16 ### Fixed - Incorrect creation of attendees that led to duplicate entries after invitation response diff --git a/appinfo/info.xml b/appinfo/info.xml index a779dd992..0b9052e59 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.3 + 1.6.4 agpl Georg Ehrke Raghu Nayyar