From 284291a7847bf9fe3b1948134030e03ac9585b84 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Mon, 4 Nov 2019 16:32:27 +0100 Subject: [PATCH] Release 2.0.0 beta2 Signed-off-by: Georg Ehrke --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 47 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 612453a2b..3fa22eb51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,47 @@ +## 2.0.0 beta2 - 2019-11-04 +### Added +- Consider categories for illustrations if title doesn't match any illustration + [#1509](https://github.com/nextcloud/calendar/issues/1509) +- Update Today in calendar-view on day-change + [#678](https://github.com/nextcloud/calendar/issues/678) +- Show warning when detected timezone is UTC + [#711](https://github.com/nextcloud/calendar/issues/711) +- Allow to edit location and description in popover editor, if already set + [#680](https://github.com/nextcloud/calendar/issues/680) +- Better default times when switching from all-day to timed event + [#532](https://github.com/nextcloud/calendar/issues/532) +- Nicer integration of week-number into calendar-view + [#1571](https://github.com/nextcloud/calendar/issues/1571) +- Simpler design for upper part of app navigation + [#1021](https://github.com/nextcloud/calendar/issues/1021) +- Merged calendar-list and subscription list +- Categories + [#107](https://github.com/nextcloud/calendar/issues/107) +- Hide property info in read-only mode + [#1585](https://github.com/nextcloud/calendar/issues/1585) +- Do not show all-day checkbox in read-only mode + [#1589](https://github.com/nextcloud/calendar/issues/1589) +- Add timezone at creation of calendar + [#223](https://github.com/nextcloud/calendar/issues/223) +- Allow to link to event + [#21](https://github.com/nextcloud/calendar/issues/21) + +### Fixed +- Respect the user's locale + [#1569](https://github.com/nextcloud/calendar/issues/1569) +- Mixup of locale and language + [#920](https://github.com/nextcloud/calendar/issues/920) +- Error when selecting visibility in Editor + [#1591](https://github.com/nextcloud/calendar/issues/1591) +- Show private calendars by default if no visibility is set + [#1588](https://github.com/nextcloud/calendar/issues/1588) +- Remove title tag from illustration svg + [#1593](https://github.com/nextcloud/calendar/issues/1593) +- Show more button in upper right corner in popover for read-only events + [#1592](https://github.com/nextcloud/calendar/issues/1592) +- Event details are not transferred from popover to sidebar + [#1590](https://github.com/nextcloud/calendar/issues/1590) + ## 2.0.0 beta1 - 2019-10-21 Version 2.0 of the calendar has been fully rewritten with a different technology, switching from the legacy AngularJS framework to Vue.js. Nextcloud is using more and more Vue.js throughout apps and server, which makes it easy to use common components everywhere. This allows faster development and a more coherent experience in all of Nextcloud. diff --git a/appinfo/info.xml b/appinfo/info.xml index 289dab08d..0e5d2e22d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ * πŸ™‹ **Attendees!** Invite people to your events. * πŸ™ˆ **We’re 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. ]]> - 2.0.0-beta1 + 2.0.0-beta2 agpl Georg Ehrke Raghu Nayyar diff --git a/package-lock.json b/package-lock.json index 180a42db0..10be60634 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar", - "version": "2.0.0-alpha2", + "version": "2.0.0-beta2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1e62e1f6b..5edebc856 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.0-alpha2", + "version": "2.0.0-beta2", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",