Version 1.5.7

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2017-12-07 10:22:24 +01:00
parent d6240c1bde
commit c69cb3027c
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
## 1.5.7 0 2017-12-08
### Fixed
- Issue with displaying wrong year in upper left corner for certain cases
[#434](https://github.com/nextcloud/calendar/issues/434)
- Don't allow importing events with the same UID in a calendar
[#589](https://github.com/nextcloud/calendar/issues/589)
- Show warning about email reminders not being implemented in the server yet
[#676](https://github.com/nextcloud/calendar/pull/676)
- Double escaping of alarm types in the event editor
[#269](https://github.com/nextcloud/calendar/issues/269)
## 1.5.6 - 2017-10-18
### Fixed
- Issue with sharing read-write with users

View File

@ -11,7 +11,7 @@
* 🙋 **Attendees!** Invite people to your events.
* 🙈 **Were 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.
]]></description>
<version>1.5.6</version>
<version>1.5.7</version>
<licence>agpl</licence>
<namespace>Calendar</namespace>
<author homepage="https://georg.coffee">Georg Ehrke</author>