version 1.6.0

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2018-02-05 21:53:45 +01:00
parent f5b70bdbfd
commit ead2d7ba21
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
2 changed files with 24 additions and 6 deletions

View File

@ -1,3 +1,19 @@
## 1.6.0 - 2018-02-05
### Fixed
- Compatibility with 13
- Enter in new attendee field closes sidebar
[#502](https://github.com/nextcloud/calendar/issues/502)
- Displayname is missing on public sharing site
[#596](https://github.com/nextcloud/calendar/issues/596)
- Small / short dates not usable in any agenda view
[#221](https://github.com/nextcloud/calendar/issues/221)
- Missing 'Nextcloud' logo when accessing shared calendar
[#571](https://github.com/nextcloud/calendar/issues/571)
### Informational:
- Shortcut changed: The events editor can be closed with CTRL / CMD + Enter now
- 1.6.0 does not support Nextcloud 12 and below, the 1.5 tree will be maintained till Nextcloud 12 is end of life
## 1.5.7 - 2017-12-08
### Fixed
- Issue with displaying wrong year in upper left corner for certain cases

View File

@ -11,23 +11,25 @@
* 🙋 **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.7</version>
<version>1.6.0</version>
<licence>agpl</licence>
<namespace>Calendar</namespace>
<author homepage="https://georg.coffee">Georg Ehrke</author>
<author homepage="http://raghunayyar.com">Raghu Nayyar</author>
<author homepage="https://tcit.fr">Thomas Citharel</author>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/3.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/4.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/view_week.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/sidebar.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/public_sharing.png</screenshot>
<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="12" max-version="14" />
<nextcloud min-version="13" max-version="14" />
</dependencies>
<documentation>
<user>https://docs.nextcloud.com/server/11/user_manual/pim/calendar.html</user>
</documentation>
<category>office</category>
<category>organization</category>
<website>https://github.com/nextcloud/calendar/</website>
<bugs>https://github.com/nextcloud/calendar/issues</bugs>
<repository type="git">https://github.com/nextcloud/calendar.git</repository>