Release 2.0.1

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2020-01-20 17:29:34 +01:00
parent 78cc716d95
commit 48d0e1b92c
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
3 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,20 @@
## 2.0.1 - 2020-01-20
### Fixed
- Sort categories alphabetically
[#1827](https://github.com/nextcloud/calendar/issues/1827)
- Missing styles of "more events" popover
[#1865](https://github.com/nextcloud/calendar/pull/1865)
- Resolving timezone aliases not working
[#1841](https://github.com/nextcloud/calendar/issues/1841)
- Generated embed code for public calendar contains wrong link
[#1861](https://github.com/nextcloud/calendar/issues/1861)
- Add sanity check for route name in case migration didn't run
[#1831](https://github.com/nextcloud/calendar/issues/1831)
- Positioning of new-event popover in day and week view
[#1818](https://github.com/nextcloud/calendar/issues/1818)
- Display self-added categories in list, making it easier to remove them again
[#1819](https://github.com/nextcloud/calendar/issues/1819)
## 2.0.0 - 2020-01-17
### Fixed
- Do not include index.php in the url of sharing links if url rewrite is enabled

View File

@ -13,7 +13,7 @@
* ⏰ **Reminders!** Get alarms for events inside your browser and via email.
* 🙈 **Were not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.
]]></description>
<version>2.0.0</version>
<version>2.0.1</version>
<licence>agpl</licence>
<author homepage="https://georg.coffee">Georg Ehrke</author>
<author homepage="https://tcit.fr">Thomas Citharel</author>

View File

@ -1,7 +1,7 @@
{
"name": "calendar",
"description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.",
"version": "2.0.0",
"version": "2.0.1",
"author": "Georg Ehrke <oc.list@georgehrke.com>",
"contributors": [
"Georg Ehrke <oc.list@georgehrke.com>",