Release v4.3.0-rc1

Signed-off-by: Anna Larch <anna@nextcloud.com>
This commit is contained in:
Anna Larch 2023-02-16 14:15:42 +01:00
parent 6ab1e58eb4
commit 4e9dbb3661
4 changed files with 16 additions and 4 deletions

View File

@ -1,5 +1,17 @@
# Changelog
## 4.3.0 - unreleased
### Added
- File attachments for calendar events
### Changed
- Lazy load dashboard component
- Wider input for recurrences
### Fixed
- Exception handing for booking controller
- Current day color sticker
- Calendar export button
- Share dialogue focus loss
- Disabling appointments
## 4.2.2 - 2023-01-26
### Fixed

View File

@ -15,7 +15,7 @@
* ☑️ Tasks! See tasks with a due date directly in the calendar
* 🙈 **Were 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.
]]></description>
<version>4.3.0-alpha.0</version>
<version>4.3.0-alpha.1</version>
<licence>agpl</licence>
<author>Anna Larch</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "calendar",
"version": "4.3.0-alpha0",
"version": "4.3.0-alpha1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "calendar",
"version": "4.3.0-alpha0",
"version": "4.3.0-alpha1",
"license": "agpl",
"dependencies": {
"@fullcalendar/core": "^6.1.4",

View File

@ -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.3.0-alpha0",
"version": "4.3.0-alpha1",
"author": "Georg Ehrke <oc.list@georgehrke.com>",
"contributors": [
"Georg Ehrke <oc.list@georgehrke.com>",