forked from owncloud/notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
37 lines (29 loc) · 1.5 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
owncloud-notes (1.1.0)
* **New Dependency**: Require ownCloud 8.1
* **Enhancement**: Add back markdown support because a secure enough library was available. The supported markdown dialect is GitHub flavored markdown and includes syntax highlightning
owncloud-notes (1.0.0)
* **Bugfix**: Remove flying loading icon
* **Enhancement**: Make app ready for ownCloud 8
* **Enhancement**: Show a spinner to signal when app is saving
* **Enhancement**: Prevent closing the window when app is saving
owncloud-notes (0.9)
* **Security**: Remove markdown support because of [XSS in markdown-js library](https://github.com/evilstreak/markdown-js/pull/52)
owncloud-notes (0.7)
* Port to ownCloud internal app framework. Additional installation of the appframework app is not needed anymore
* Require ownCloud 6.0.3
owncloud-notes (0.6)
* Use markdown-js instead of showdown for rendering markdown because showdown has XSS problems and doesn't seem to be maintained anymore
* Provide option to exclude fields when getting a single note through the API
owncloud-notes (0.5)
* Support Markdown preview when editing
* Provide option to exclude fields when getting all notes through the API
* Fix error that renders notes twice when selected
owncloud-notes (0.4)
* remove shipped flag to make it install fine in owncloud 6 and owncloud 5.13+
owncloud-notes (0.3)
* Adjust to work on ownCloud 5 after bugfix was backported
* Add a delete button
owncloud-notes (0.2)
* Move to App Framework and AngularJS
* Remember last note
* Fixed various bugs