Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2021-07-14 14:53:03 +02:00
parent 551ba87e94
commit 77a26fde42
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
4 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## 2.3.1 2021-07-14
### Fixed
* Create Talk room for event
* Searching for sharees when resources exist on the back-end
* Removing recurrence rule
* 'Add reminder' dropdown position
* Event repeat multiselect and position on low resolutions
* Timestamps in trash bin view
* Vue prop validation error
## 2.3.0 2021-06-29
### Added
- Trash bin for calendars and their events

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