summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG29
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 000000000..f00258ead
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,29 @@
+ownCloud-news (1.0~beta)
+
+* Add all methods for the current API spec
+* API Specification Draft
+* Fix a bug that would cause words in the headlines to always be wrapped
+* Fix a bug that would cause the elipsis on the "Add Website" entry to be to short
+* Provide undo dialog for feed and folder deletion
+* Order by pubdate descending instead of id
+* Do not preload audio in podcast feed
+* Use utf-8 charset header in JSON responses to prevent broken headlines
+* Move the rss cache files into the ownCloud data directory
+* Autopurge: limit read articles per feed instead of using a global limit
+* Use tooltips for delete and mark read button
+* Also load the newest unread count when a feed is loaded
+* Do not request updates from the client but only use the background job to make the app faster
+* Add a way to import articles from Google Reader Takeout Archive
+* Fix a bug in favicon fetcher that would not fetch certain favicons
+* Add OPML export
+* Show translated relative dates for articles
+* Show immediate feedback when adding a feed or folder
+* Add keyboard shortcuts
+* Do not show unread articles feed when there are no feeds
+* Filter HTML tags from headlines and authors
+* If there the article author has no name use the mail
+* Show full feed name on hover
+* If feed has no name, use its URL
+* Do not update articles all the time that have no pubdate
+* Prevent app from making ownCloud unusable if the Appframework is not installed
+* Focus the articles area when a feed is being clicked so page up/page down work \ No newline at end of file