From e07b53db2a8ce511d5397c4c3b243a070254f58d Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Wed, 19 Feb 2025 14:45:05 +0100 Subject: [PATCH] chore(release): v5.1.0 Signed-off-by: Richard Steinmetz --- CHANGELOG.md | 74 +++++++++++++++++++++++++++++++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 +-- package.json | 2 +- 4 files changed, 78 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8ecda5b..07be6b319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,80 @@ --> # Changelog +## 5.1.0 - 2025-02-19 +### Added +- Support for Nextcloud 31 +- Support for PHP 8.4 +- Add availability action to the contacts menu +- Add organizer selection +- Add overlay between calendar and open simple editor +- Add timezone to all emails +- Allow adding attendees in simple editor +- Allow inviting contact groups +- Allow shared calendars as appointment conflict calendars +- Disable autocompletion for event property field +- Fix dragging to order calendars +- Improve attendee and resource status display +- Improve the description text +- Select existing talk roomfor convesations +- Use native date and time picker +### Fixed +- Add an error message for when a file is not compatible for windows +- Add missing file picker confirm +- Adjust event click test to changed task url +- Adjust url for task links +- Align event title +- Allow adding self to shared event +- Appointment slots start and end time +- Avatar status icon text misalignment +- Avoid hotkeys in contenteditable +- Calendar header overlapping and adjust to compact design +- Close modal after creating conversation +- Color picker size +- Console-log errors thrown when saving an event +- Date selector resetting time +- Default reminder ui bug +- Do not show items from deleted calendars in widget +- Dragging to order calendars +- EditSideBar bug +- Enable directory selection in file picker +- Entity parameter types +- Events with overlapping time visually overlap +- Firefox avatar icon styling inconsistency +- Fix npm audit +- Force height for descr and location +- Free busy ignoring user's time zone +- Free busy not updating date +- Handle timezones with no transitions properly +- Ignore unnecessary files +- Improve layout +- Improve suggested slots +- Invert edit simple checkbox +- Invitees list +- Keyboard shortcut modal not being responsive +- Location and description not being saved +- Make avatar status not clip +- Make events in weekly view have the correct width +- Max-width for long timezones names +- Navigation buttons +- Notifier::prepare() threw \InvalidArgumentException which is deprecated +- Public Calendar Modal Opening +- Remove create talk room from attendees tab +- Remove toggle functionality from public view +- Reset attendee participation status on duplication of an event +- Resolve undefined variable error and add logging +- Restrict calendar visibility toggle to checkbox only +- Send date as sting instead of epoch +- Show display name instead of user id in availability integration +- Simple calendar view width +- Simple editor size and jumping +- Slot header format not respecting user's locale +- Sort talk conversations by most recent activity +- Specify committer for automated releases +- Undefined calendar +- Update axios +- Use folder icon as fallback + ## 5.0.0 - Unreleased ### Added - Nextcloud 30 support diff --git a/appinfo/info.xml b/appinfo/info.xml index 0a5cbee82..fb9e3b85b 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.1.0-rc.5 + 5.1.0 agpl Richard Steinmetz Sebastian Krupinski diff --git a/package-lock.json b/package-lock.json index 7a5663a3d..8039129c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "5.1.0-rc.5", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendar", - "version": "5.1.0-rc.5", + "version": "5.1.0", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.15", diff --git a/package.json b/package.json index ef46a7eef..d5f166a24 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.1.0-rc.5", + "version": "5.1.0", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",