diff --git a/CHANGELOG.md b/CHANGELOG.md index 634ed655d..2e22b9b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,10 +24,14 @@ - Circles renamed to Teams - Automatic widget reloading - More translations for appointments +- Display an error when attached files are not compatible with Windows ### Fixed - Teams missing from placeholder texts - Free/busy slot suggestion breaking with duplicate events - Overlapping events +- Clipping avatar status +- Calendar header overlapping in embedded view +- Reset attendee participation status after duplicating an event ## 4.7.12 - 2024-07-17 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index e5dea9df1..dcf28a23c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -20,7 +20,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. ]]> - 5.0.0-beta.3 + 5.0.0-rc.1 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index cc1f671f9..12d262ea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "5.0.0-beta.3", + "version": "5.0.0-rc.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendar", - "version": "5.0.0-beta.3", + "version": "5.0.0-rc.1", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.14", diff --git a/package.json b/package.json index 5d839f480..f1e0ca578 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": "5.0.0-beta.3", + "version": "5.0.0-rc.1", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",