Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2021-03-24 12:35:03 +01:00
parent 9932339ce2
commit b1713b746f
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
4 changed files with 23 additions and 3 deletions

View File

@ -1,5 +1,25 @@
# Changelog
## 2.2.0 2021-03-24
### Added
- Datepicker in free/busy view
- Grey background for all attendees in free/busy when at least one person is busy
- Free/busy view shows day of the week
- Nextcloud 22 (dev) support
### Changed
- Improved dashboard widget styling
- Updated translations
- Updated dependencies
- Vary event illustrations when multiple illustrations match
### Fixed
- Hide cancelled events on dashboard
- Styling of free/busy slots
- Browser compatibility issues
- Search DAV principal as display name or email
- Handling of invalid calendar objects when rending a calendar
- Sorting of free/busy resources
- Hover background in list view with Nextcloud's dark theme
## 2.1.3 - 2021-01-04
### Fixed
- Let apps handle clicks on todo entries #2478

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>2.1.3</version>
<version>2.2.0</version>
<licence>agpl</licence>
<author homepage="https://georg.coffee">Georg Ehrke</author>
<author homepage="https://tcit.fr">Thomas Citharel</author>

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "calendar",
"version": "2.1.1",
"version": "2.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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": "2.1.1",
"version": "2.2.0",
"author": "Georg Ehrke <oc.list@georgehrke.com>",
"contributors": [
"Georg Ehrke <oc.list@georgehrke.com>",