]> git.mxchange.org Git - friendica-addons.git/blob - dav/Changelog.txt
Merge branch 'master' of github.com:CatoTH/friendica-addons
[friendica-addons.git] / dav / Changelog.txt
1 v0.2.1
2 [REFACTOR] Remove some Friendica-specific code out of the "common"-folder
3
4 v0.2.0
5 ======
6 [FEATURE] Multiple private Calendars can be created. Each calendar can have its own default color; single events of a calendar can override this setting.
7 [FEATURE] Support for recurring events.
8 [FEATURE] ICS files can be imported to and exported from a calendar.
9 [FEATURE] Notification by e-mail is supported.
10 [COMPATIBILITY] When creating or updating an event using CalDAV, the etag is returned.
11
12 v0.1.1
13 ======
14 [FEATURE] A "New Event" Button in the navigation bar of the calendar is added.
15 [FEATURE] When creating an event by dragging in the calendar, the "Edit Details"-Link leads to a page where the details can be added before actually creating the event.
16 [BUGFIX] When editing a event, the start time cannot be set befor the end time anymore.
17 [BUGFIX] Fixed some problems with Magic Quotes
18
19 v0.1.0
20 ======
21 Initial Release