From 094478ff73fc93d090e0c01b2739dc605f9a2b71 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Thu, 2 Nov 2023 18:28:17 +0100 Subject: [PATCH] release v4.6.0-beta.1 Signed-off-by: Anna Larch --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++++- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 38 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee7acf237a..29c20b92cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,35 @@ # Changelog -## 4.5.0 - unreleased +## 4.6.0 - unreleased +### Added +- v2 for widget API +- PHP8.3 support +### Changed +- Appointment UI error handling +- Disable adding attendees on shared calendars +- Appointment rooms are now public +### Fixed +- Recurring events on the dashboard +- Event participation when event is updated +- Timezone overlap (Firefox) +- Recurrence error handling +- Toggle overlap +- Locale fallback +- Leaked internal exceptions + +## 4.5.2 - 2023-10-02 +### Changed +- Reverted persistent custom categories (for now) +### Fixed +- Sidebar toggle overlay for Firefox +- Reocurring events on the dashboard + +## 4.5.1 - 2023-09-21 +### Fixed +- Sidebar toggle overlay + +## 4.5.0 - 2023-09-14 ### Added - Year grid view - Talk rooms for appointments are back @@ -14,6 +42,11 @@ ### Fixed - Categories for public calendars +## 4.4.5 – 2023–09-07 +### Fixed +- Avatars now use placeholders for attendees +- FreeBusy disabled for attendees + ## 4.4.4 – 2023–08-03 ### Fixed - Navigation button positioning diff --git a/appinfo/info.xml b/appinfo/info.xml index 08d4b8c906..a85033cad2 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -15,7 +15,7 @@ * ☑️ Tasks! See tasks with a due date directly in the calendar * 🙈 **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. ]]> - 4.6.0-alpha.1 + 4.6.0-beta.1 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 2bc149f2f5..ed2fa9db73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "4.6.0-alpha.1", + "version": "4.6.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "calendar", - "version": "4.6.0-alpha.1", + "version": "4.6.0-beta.1", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.9", diff --git a/package.json b/package.json index 02cb78a245..3fd70653ab 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": "4.6.0-alpha.1", + "version": "4.6.0-beta.1", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",