Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 4686ae07 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #3988 from nextcloud/release/3.1.0-rc1

v3.1.0 rc1
parents 26cd317e 43968d33
Loading
Loading
Loading
Loading
+24 −3
Original line number Diff line number Diff line
# Changelog

## 3.1.0 - 2022-02-28
### Added
- Accept & decline invitations from web
- Conflict calendars for appointments
- Limit how far in the future appointments can be booked
### Changed
- Time-insensitive background jobs are now run at off-peak times
- Illustrations for Voting, BBQ, Weddings, etc.
- Calendar monthly and weekly view now grey out days of other months
- Full calendar week view now highlights "Today"
- Date & time picker enhancements - end time now influences start time, lets you choose a time first
- Show the whole title of an event if the display field is large enough
- Metadata for appointments config prep- and followup time
### Removed
- Nextcloud 20 support
- PHP7.2 support
### Fixed
- Accessibility
- Broken appointment modal if destination calendar was deleted
- Fix vertical scrolling issues on mobile devices

## 3.0.6 – 2022-02-16
### Fixed
- Fix invalid X-APPLE-STRUCTURED-LOCATION on location update
- Fix trashbin being unavaliable
- FIx previously ignored DESCRIPTION;ALTREP property
- Invalid X-APPLE-STRUCTURED-LOCATION on location update
- Trashbin being unavaliable
- Previously ignored DESCRIPTION;ALTREP property

## 3.0.5 – 2022-01-18
### Fixed
+1 −1
Original line number Diff line number Diff line
@@ -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.
	]]></description>
	<version>3.1.0-alpha.2</version>
	<version>3.1.0-rc.1</version>
	<licence>agpl</licence>
	<author>Anna Larch</author>
	<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
+2 −2
Original line number Diff line number Diff line
{
	"name": "calendar",
	"version": "3.0.0",
	"version": "3.1.0",
	"lockfileVersion": 2,
	"requires": true,
	"packages": {
		"": {
			"name": "calendar",
			"version": "3.0.0",
			"version": "3.1.0",
			"license": "agpl",
			"dependencies": {
				"@fullcalendar/core": "5.10.1",
+1 −1
Original line number Diff line number Diff line
{
	"name": "calendar",
	"description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.",
	"version": "3.0.0",
	"version": "3.1.0",
	"author": "Georg Ehrke <oc.list@georgehrke.com>",
	"contributors": [
		"Georg Ehrke <oc.list@georgehrke.com>",