Release 2.0.0 RC

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2020-01-15 10:01:19 +01:00
parent 17104d6010
commit 1e054ac053
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
2 changed files with 38 additions and 1 deletions

View File

@ -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

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-beta3</version>
<version>2.0.0-rc1</version>
<licence>agpl</licence>
<author homepage="https://georg.coffee">Georg Ehrke</author>
<author homepage="https://tcit.fr">Thomas Citharel</author>