release 1.7.0

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2019-03-24 23:36:47 +01:00
parent 1f1f17785d
commit eb2cc0d379
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,14 @@
## 1.7.0 - 2019-03-25
### Added
- Share calendars with circles
[#602](https://github.com/nextcloud/calendar/pull/602)
### Fixed
- compatibility with Nextcloud 16
- Buttons not visible in dark theme
[#1042](https://github.com/nextcloud/calendar/issues/1042)
- Fix datepicker alignment
[#1085](https://github.com/nextcloud/calendar/pull/1085)
## 1.6.4 - 2018-11-23
### Fixed
- Use clearer color to easier locate today

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.4</version>
<version>1.7.0</version>
<licence>agpl</licence>
<author homepage="https://georg.coffee">Georg Ehrke</author>
<author homepage="http://raghunayyar.com">Raghu Nayyar</author>
@ -31,6 +31,6 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/sidebar_attendees.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/sidebar_reminders.png</screenshot>
<dependencies>
<nextcloud min-version="14" max-version="16" />
<nextcloud min-version="16" max-version="16" />
</dependencies>
</info>