From 1e054ac053e91b19191ead694acee4304272cde1 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Wed, 15 Jan 2020 10:01:19 +0100 Subject: [PATCH] Release 2.0.0 RC Signed-off-by: Georg Ehrke --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ appinfo/info.xml | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48718afc5..df10bb1e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +## 2.0.0 RC1 - 2020-01-15 +### Fixed +- Hide horizontal scrollbar in Firefox + [#1809](https://github.com/nextcloud/calendar/pull/1809) +- Cannot enter minutes off slot + [#1756](https://github.com/nextcloud/calendar/issues/1756) +- Fix downsizing calendar-grid when making window smaller + [#1806](https://github.com/nextcloud/calendar/pull/1806) +- Always make all-day DTEND exclusive + [#1810](https://github.com/nextcloud/calendar/pull/1810) +- Convert eventRenderer from event to property + [#1807](https://github.com/nextcloud/calendar/pull/1807) +- Fix opening calendar when not logged in + [#1803](https://github.com/nextcloud/calendar/pull/1803) +- Style of today indicator in agendaDay and agendaWeek + [#1804](https://github.com/nextcloud/calendar/issues/1804) +- Fix double-escape of ampersand of settings title + [#1760](https://github.com/nextcloud/calendar/pull/1760) + +### Added +- Editing event-time without punctuation + [#1621](https://github.com/nextcloud/calendar/issues/1621) +- Allow entering incomplete time-values + [#1144](https://github.com/nextcloud/calendar/issues/1144) +- Add reminder icon to events with an alarm + [#1197](https://github.com/nextcloud/calendar/issues/1197) +- Free/Busy UI + [#1731](https://github.com/nextcloud/calendar/pull/1731) +- Event-limit in calendar-grid + [#1800](https://github.com/nextcloud/calendar/pull/1800) +- Add more illustration keywords + [#1780](https://github.com/nextcloud/calendar/pull/1780) +- Create talk rooms from event editor + [#1732](https://github.com/nextcloud/calendar/pull/1732) +- Allow to provide defaults for user-settings + [#1787](https://github.com/nextcloud/calendar/issues/1787) + ## 2.0.0 beta3 - 2019-12-09 ### Fixed - Hide the resize handler of textareas, whenever we use autosize diff --git a/appinfo/info.xml b/appinfo/info.xml index 353a89440..35c9f662d 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.0-beta3 + 2.0.0-rc1 agpl Georg Ehrke Thomas Citharel