summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-03 23:59:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-03 23:59:42 +0200
commit19bab14274f516091b1985d44709f0ad678771c9 (patch)
tree28883f0b151c10cfca22f18a3ac201a547b30bd6 /CHANGELOG
parent4ab9494fc90d9131afd50048369b92c2e47a9b6a (diff)
Don't prevent shortcuts if a button (starred icon for instance) is focused (theres no input for buttons anyways), fix #497
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3b15e7437..adfc87b79 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ owncloud-news (1.808)
* Also focus article area when clicking on all unread link
* Autofocus article area by default on load
* Instantiate only one itemcontroller, prevents tons of requests when autopaging
+* Fix bug that would disable keyboard shortcuts after the star icon has been clicked
owncloud-news (1.807)
* Don't crash if an HttpException occurs in the python updater