From 6949ec9e8b84277166547c2d786bfbcbea383bfa Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Tue, 23 Jul 2024 18:48:29 +0200 Subject: [PATCH] release: v5.0.0-alpha.1 Signed-off-by: Anna Larch --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e9e42eb..c287f860d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ --> # Changelog +## 5.0.0 - Unreleased +### Added +- Nextcloud 30 support +- PHP8.1 minimum requirement +- Rooms and resources overview +- New sidebar organisation +- Calendar-wide transparency settings +- Calendar refresh on remote changes +- Widget for private calendars +- Caldav backend requirement +### Changed +- Dropped Nextcloud 29 support +- Dropped support for PHP 8.0 +- New design: Material Symbols, general design overhaul +- Reduced CSS opacity for past events +- Circles renamed to Teams +- Automatic widget reloading +- More translations for appointments +- ### Fixed +- Teams missing from placeholder text + ## 4.7.12 - 2024-07-17 ### Fixed - Localisation for Appointments diff --git a/package-lock.json b/package-lock.json index 2d3bbd4b2..e0e64c6ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "4.8.0-alpha.1", + "version": "5.0.0-alpha.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendar", - "version": "4.8.0-alpha.1", + "version": "5.0.0-alpha.1", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.14", diff --git a/package.json b/package.json index 86144b94d..8de253a5a 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.8.0-alpha.1", + "version": "5.0.0-alpha.1", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",