summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-18 08:56:54 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-18 08:56:54 +0200
commit7ba16780c74875a6af885bbdc1dddd10775d81a9 (patch)
tree372f0dc5347d0dc01cf42a9157056992b931fd8d
parent3eaad2d78d0de46859d160e90e0ff5ff355c79d4 (diff)
changelog + readme fixes
-rw-r--r--CHANGELOG.md8
-rw-r--r--README.md3
2 files changed, 4 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f395df3f..4af542cf5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,15 +3,16 @@ owncloud-news (3.001)
* **New dependency**: Minimum PHP version: 5.4
* **Breaking Change**: Plugin API: BusinessLayer has been renamed to Service, (FeedBusinessLayer -> FeedService) and different exceptions are now thrown to make failure better distinguishable, accessing the BusinessLayer links to the Service equivalents to keep compability
* **Bugfix**: Disable drag and drop if a feed is in an invalid state
-* **Bugfix**: Also focus scrollable area if the page is loaded
+* **Bugfix**: Focus scrollable area if the page is loaded initially
* **Bugfix**: Immediate feedback if folder/feed exists already on the client side
* **Bugfix**: Reload current folder if a feed is moved into or out of it
* **Bugfix**: Pixel perfect folder and feed inputs
* **Bugfix**: Do not include starred count of deleted folders and feeds
* **Bugfix**: Display error messages when folder rename failed
-* **Bugfix**: Enter works now as submitting the form for every input
+* **Bugfix**: Enter works now as submitting a form for every input
* **Bugfix**: Import feeds from a very large OPML file in chunks to prevent server slowdown
-* **Bugfix**: Folder names are not uppercased anymore due to possible conflicts from folders being created through the API
+* **Bugfix**: Folder names are not uppercased anymore due to possible naming conflicts caused by folders being created through the API
+* **Bugfix**: Loading icon is now displayed until all feeds and folders are loaded
* **Enhancement**: Allow to turn off marking read when scrolling
* **Enhancement**: Allow to order by oldest first
* **Enhancement**: Add clientside routing
@@ -25,7 +26,6 @@ owncloud-news (3.001)
* **Enhancement**: Compact view: Expand item when jumping to it with a keyboard shortcut
* **Enhancement**: Move undo feed/folder deletion button into the navigation bar
* **Enhancement**: Add create folder form in addition to the subscribe form
-* **Enhancement**: Loading icon is now displayed until all feeds and folders are loaded
* **Enhancement**: Optimize for mobile
* **Enhancement**: Move show unread articles setting into the settings area
* **Enhancement**: New add feed design
diff --git a/README.md b/README.md
index b577e1283..ce7faaa32 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,6 @@
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/owncloud/news/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/owncloud/news/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/owncloud/news/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/owncloud/news/?branch=master)
-[![Build with PHPStorm](http://www.jetbrains.com/img/banners/ps7.png)](http://www.jetbrains.com/phpstorm/)
-
-
The News app is an RSS/Atom feed aggregator. It offers a [RESTful API](https://github.com/owncloud/news/wiki/API-1.2) for app developers. The source code is [available on GitHub](https://github.com/owncloud/news)
For further developer and user documentation please visit [the wiki](https://github.com/owncloud/news/wiki)