Release 2.1.0

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2020-09-01 16:34:29 +02:00
parent d3a3ab2f70
commit 0f6fdc453c
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
3 changed files with 25 additions and 2 deletions

View File

@ -1,3 +1,26 @@
# 2.1.0 - 2020-09-02
### Added
- Dashboard integration
[#2414](https://github.com/nextcloud/calendar/pull/2414)
- Better routes to link to calendar from outside
[#2483](https://github.com/nextcloud/calendar/pull/2483)
- Different style for all-day / timed events
[#30](https://github.com/nextcloud/calendar/issues/30)
- List view
[#402](https://github.com/nextcloud/calendar/issues/402)
- Search
[#8](https://github.com/nextcloud/calendar/issues/8)
### Fixed
- Better localization of calendar-grid
[#1844](https://github.com/nextcloud/calendar/issues/1844)
- Remove double scrollbars in Firefox
[#1815](https://github.com/nextcloud/calendar/issues/1815)
- Better error handling for missing events
[#2459](https://github.com/nextcloud/calendar/issues/2459)
- Long description box
[#2187](https://github.com/nextcloud/calendar/issues/2187)
# 2.0.4 - 2020-08-27
### Added
- Center date in month view cell

View File

@ -13,7 +13,7 @@
* ⏰ **Reminders!** Get alarms for events inside your browser and via email.
* 🙈 **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.0.4</version>
<version>2.1.0</version>
<licence>agpl</licence>
<author homepage="https://georg.coffee">Georg Ehrke</author>
<author homepage="https://tcit.fr">Thomas Citharel</author>

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