Release 1.5.4

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2017-09-12 19:18:03 +02:00
parent 628afd83db
commit c7e7af13f0
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
2 changed files with 28 additions and 1 deletions

View File

@ -1,3 +1,30 @@
## 1.5.4 - 2017-09-12
### Fixed
- Wrong timezone for Europe/Moscow
[#82](https://github.com/nextcloud/calendar/issues/82)
- Double scrollbar in advanced event editor
[#468](https://github.com/nextcloud/calendar/pull/468)
- Show displayname when creating a new calendar share
[#459](https://github.com/nextcloud/calendar/issues/459)
- Better looking public-share notification emails on Nextcloud 12
[#427](https://github.com/nextcloud/calendar/issues/427)
- Readable public sharing links
[#239](https://github.com/nextcloud/calendar/issues/239)
- Today button overlapped with new calendar button in some localizations
[#312](https://github.com/nextcloud/calendar/issues/312)
- Respect admin option to disable public sharing
[#525](https://github.com/nextcloud/calendar/issues/525)
- Highlight current day in left sidebar datepicker
[#513](https://github.com/nextcloud/calendar/issues/513)
- mispositioned buttons on public sharing site (only affected Nextcloud 11)
[#509](https://github.com/nextcloud/calendar/issues/509)
- Fix checkbox style for attendee input
[#580](https://github.com/nextcloud/calendar/pull/580)
- Spelling fixes
[#469](https://github.com/nextcloud/calendar/pull/469)
[#473](https://github.com/nextcloud/calendar/pull/473)
[#474](https://github.com/nextcloud/calendar/pull/474)
## 1.5.3 - 2017-05-21
### Added
- allow editing props of shared calendars (Nextcloud 12 and above only)

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.3</version>
<version>1.5.4</version>
<licence>AGPL</licence>
<namespace>Calendar</namespace>
<author homepage="https://georg.coffee">Georg Ehrke</author>