From 411e385a812e41057b5d218dada8b390a79a16be Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Thu, 9 Apr 2020 15:39:42 +0200 Subject: [PATCH] Release 2.0.3 Signed-off-by: Georg Ehrke --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 39 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a9d49bf..ad4939d77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ +# 2.0.3 - 2020-04-09 +### Added +- Show week number in Datepicker + [#2060](https://github.com/nextcloud/calendar/pull/2060) +- Support am/pm in Datepicker + [#2060](https://github.com/nextcloud/calendar/pull/2060) +- Allow to jump to timepicker, without reselecting the date + [#2060](https://github.com/nextcloud/calendar/pull/2060) + +### Fixed +- Calendar list has trouble loading when shared from account or group with non-latin characters. + [#1894](https://github.com/nextcloud/calendar/issues/1894) +- CSP Issue when embedding calendar + [#13627](https://github.com/nextcloud/server/issues/13627) + [#169](https://github.com/nextcloud/calendar/issues/169) +- Alarm trigger was a date in all-day event + [#2128](https://github.com/nextcloud/calendar/issues/2128) +- Blank screen when create new date by opened editor + [#2051](https://github.com/nextcloud/calendar/issues/2051) +- Popover outside viewport when double-clicking event + [#1925](https://github.com/nextcloud/calendar/issues/1925) +- Popover outside viewport when event is hidden behind "More" + [#1934](https://github.com/nextcloud/calendar/issues/1934) +- Popover outside viewport in day-view + [#2109](https://github.com/nextcloud/calendar/issues/2109) +- Optimized view icons + [#2154](https://github.com/nextcloud/calendar/pull/2154) +- Always allow editing an alarm when it is absolute + [#2001](https://github.com/nextcloud/calendar/issues/2001) +- Fix opening animation of sidebar editor + [#2089](https://github.com/nextcloud/calendar/pull/2089) +- Long repeating events not correctly shown on web-calender under certain conditions + [#2048](https://github.com/nextcloud/calendar/issues/2048) +- Repeating events not displayed on first day of monthly calendar + [#1913](https://github.com/nextcloud/calendar/issues/1913) + # 2.0.2 - 2020-03-02 ### Added - Recognize Gym as event title for illustrations diff --git a/appinfo/info.xml b/appinfo/info.xml index 6a87cb359..42c6a3da9 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -13,7 +13,7 @@ * ⏰ **Reminders!** Get alarms for events inside your browser and via email. * 🙈 **We’re 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. ]]> - 2.0.2 + 2.0.3 agpl Georg Ehrke Thomas Citharel diff --git a/package-lock.json b/package-lock.json index cf46ccb4a..df1da2ff1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f734a020b..fba990f5b 100644 --- a/package.json +++ b/package.json @@ -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.2", + "version": "2.0.3", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",