Bump version to 2.1.3

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2021-01-04 17:25:19 +01:00
parent a1d0d42ee1
commit 85de768987
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,17 @@
# Changelog
## 2.1.3 - 2021-01-04
### Fixed
- Let apps handle clicks on todo entries #2478
- Fix calendar rendering with complex locale #2741
- Fix encoded display of names that contain a special character #2726
- Fix blank page on browsers without support for ResizeObserver #2620
- Fix broken link #2715
- RRULE UNTIL must be in UTC if DTSTART is timezone-aware #2709
- Add some margin for organizer hint in attendee list #2683
- Updated translations
- Updated dependencies
## 2.1.2 - 2020-09-24
### Added
- 21 compatibility

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