add Changelog.md and increment to 1.5.0

This commit is contained in:
Georg Ehrke 2017-01-16 14:50:08 +01:00
parent 61a4a964c7
commit 948af10c55
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
3 changed files with 64 additions and 1 deletions

61
CHANGELOG.md Normal file
View File

@ -0,0 +1,61 @@
## 1.5.0 - 2017-01-17
### Added
- enable calendar when selecting it in editor
[#24](https://github.com/nextcloud/calendar/issues/24)
- autoresize input for title, description and location
[#72](https://github.com/nextcloud/calendar/issues/72)
- disable all-day when clicking on time-input
[#72](https://github.com/nextcloud/calendar/issues/72)
- save 301 responses from webcal subscriptions
[#42](https://github.com/nextcloud/calendar/issues/42)
- add web-based protocol handlers for WebCAL
[#41](https://github.com/nextcloud/calendar/issues/41)
- better tabindex for event editors
[#25](https://github.com/nextcloud/calendar/issues/25)
- lazy load timezones when rendering events
[#14](https://github.com/nextcloud/calendar/issues/14)
- hide sidepanel on print view
- replace TRIGGER:P with TRIGGER:P0D
[#251](https://github.com/nextcloud/calendar/issues/251)
### Fixed
- Require sharing api for creating new shares
[#205](https://github.com/nextcloud/calendar/issues/205)
- Importing empty calendars
[#194](https://github.com/nextcloud/calendar/issues/194)
- List app in office category
- fix sending the RSVP parameter for attendees
[#102](https://github.com/nextcloud/calendar/issues/102)
- fix styling issue with too long group names / too long translations
[#99](https://github.com/nextcloud/calendar/issues/99)
- fix capitalization of Settings & import
- fix icon share padding
- fix glitchy looking whitespace in event details
[#242](https://github.com/nextcloud/calendar/issues/242)
## 1.4.1 - 2016-11-22
### Fixed
- more consistent styles with Nextcloud
- fixed scrolling of calendar-list
- added details tab in sidebar
- improved ARIA support
- publishing calendars (requires Nextcloud 11)
- removed eventLimit, all events will be displayed in month view
- better border styles for calendar grid to enhance usability
- fixed drag and drop between grid and allday area
- fixed issue that prevented users from creating events in UTC
- fixed issue with expanding repeating events on first day of week
- expand settings area on first run
- sanitize malformed dates, fixes compatibility with FB birthday webcal
- attendee: show email address when user has multiple email addresses
## 1.4.0 - 2016-09-19
### Added
- WebCal
- Random color picker
- Display week numbers
### Fixed
- Delete alarms from events
- Adjusted colors to Nextcloud
- Properly display line breaks in agenda views

View File

@ -156,6 +156,8 @@ appstore:
"js/vendor/fullcalendar/dist/locale-all.js" \
"js/vendor/davclient.js/lib/client.js" \
"js/vendor/hsl_rgb_converter/converter.js" \
"COPYING" \
"CHANGELOG.md" \
$(appstore_build_directory)
ifdef CAN_SIGN
mv $(configdir)/config.php $(configdir)/config-2.php

View File

@ -7,7 +7,7 @@
<description><![CDATA[The Nextcloud calendar app is a user interface for Nextcloud's CalDAV server.
It integrates with other apps, allows you to manage calendars and events, display external calendars and invite attendees to your events]]></description>
<version>1.4.1</version>
<version>1.5.0</version>
<licence>AGPL</licence>
<namespace>Calendar</namespace>
<author homepage="https://georg.coffee">Georg Ehrke</author>