release 1.6.1 (#757)

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2018-03-06 13:54:24 +01:00 committed by GitHub
parent fa87083cfc
commit c2807aacb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -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

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.6.0</version>
<version>1.6.1</version>
<licence>agpl</licence>
<author homepage="https://georg.coffee">Georg Ehrke</author>
<author homepage="http://raghunayyar.com">Raghu Nayyar</author>