summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-04-29 10:31:27 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-04-29 10:31:27 +0200
commit3c8c50282ed34c3c4d3b1911438c91a8b515ac2d (patch)
tree19d14589e87a2ec4021f6ad826fa830e7e96c833 /CHANGELOG.md
parentc5874b38c23976bc045d4d594b46122a1bccf650 (diff)
fix #774
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 244c15b20..038ee32e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,10 @@
owncloud-news (5.3.1)
* **Enhancement**: Make entire area for adding feeds and folders clickable
* **Enhancement**: Do not use as much space for longer headings in compact mode
+* **Enhancement**: Disable expand on key navigation setting if compact view is not enabled, #774
* **Bugfix**: Also use the set curl timeout in addition to the connect timeout to react to timeouts after connections which is important for slow feeds, #763
* **Bugfix**: Update picoFeed to the latest version to fix a bug that would cause the fetcher timeout setting to be ignored
+* **Bugfix**: Make settings checkboxes clickable by themselves
owncloud-news (5.3.0)
* **Enhancement**: Make it possible to search articles in the search field. To migrate older articles to this functionality, check the README section "Updating from versions prior to 5.3.0", #185