Release 2.0.3

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2020-04-09 15:39:42 +02:00
parent ab265b73d8
commit 411e385a81
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
4 changed files with 39 additions and 3 deletions

View File

@ -1,3 +1,39 @@
# 2.0.3 - 2020-04-09
### Added
- Show week number in Datepicker
[#2060](https://github.com/nextcloud/calendar/pull/2060)
- Support am/pm in Datepicker
[#2060](https://github.com/nextcloud/calendar/pull/2060)
- Allow to jump to timepicker, without reselecting the date
[#2060](https://github.com/nextcloud/calendar/pull/2060)
### Fixed
- Calendar list has trouble loading when shared from account or group with non-latin characters.
[#1894](https://github.com/nextcloud/calendar/issues/1894)
- CSP Issue when embedding calendar
[#13627](https://github.com/nextcloud/server/issues/13627)
[#169](https://github.com/nextcloud/calendar/issues/169)
- Alarm trigger was a date in all-day event
[#2128](https://github.com/nextcloud/calendar/issues/2128)
- Blank screen when create new date by opened editor
[#2051](https://github.com/nextcloud/calendar/issues/2051)
- Popover outside viewport when double-clicking event
[#1925](https://github.com/nextcloud/calendar/issues/1925)
- Popover outside viewport when event is hidden behind "More"
[#1934](https://github.com/nextcloud/calendar/issues/1934)
- Popover outside viewport in day-view
[#2109](https://github.com/nextcloud/calendar/issues/2109)
- Optimized view icons
[#2154](https://github.com/nextcloud/calendar/pull/2154)
- Always allow editing an alarm when it is absolute
[#2001](https://github.com/nextcloud/calendar/issues/2001)
- Fix opening animation of sidebar editor
[#2089](https://github.com/nextcloud/calendar/pull/2089)
- Long repeating events not correctly shown on web-calender under certain conditions
[#2048](https://github.com/nextcloud/calendar/issues/2048)
- Repeating events not displayed on first day of monthly calendar
[#1913](https://github.com/nextcloud/calendar/issues/1913)
# 2.0.2 - 2020-03-02
### Added
- Recognize Gym as event title for illustrations

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