summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-18 20:42:16 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-18 20:42:16 +0100
commit5e9943a2c5fce89659f1276667b92c2ec248c01d (patch)
tree250039d867363bc5e9ce9fe3139adef9fc46aac7
parent36ad80b7f60047e44aab3974a9f1e370bb9516e8 (diff)
version bump4.1.3
-rw-r--r--CHANGELOG.md2
-rw-r--r--appinfo/app.json2
-rw-r--r--appinfo/info.xml2
-rw-r--r--js/bower.json2
-rw-r--r--js/package.json2
5 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f57670c5e..5728c0590 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,5 @@
owncloud-news (4.1.3)
-* **Enhancement**: Fade out folders and feeds instead of just hiding them
+* **Enhancement**: Fade out folders and feeds instead of just hiding them when the unread count drops to 0 and only unread articles should be shown
owncloud-news (4.1.2)
* **Enhancement**: Order feeds and folder sorting by title and name rather than by id
diff --git a/appinfo/app.json b/appinfo/app.json
index 57cfa3b40..10a9ccdef 100644
--- a/appinfo/app.json
+++ b/appinfo/app.json
@@ -3,7 +3,7 @@
"id": "news",
"description": "An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.md in the apps top directory",
"licence": "AGPL",
- "version": "4.1.2",
+ "version": "4.1.3",
"authors": [
{
"name": "Bernhard Posselt",
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5089703e9..97f790fb5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>News</name>
<description>An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.md in the apps top directory</description>
<licence>AGPL</licence>
- <version>4.1.2</version>
+ <version>4.1.3</version>
<requiremin>7.0.3</requiremin>
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
</info>
diff --git a/js/bower.json b/js/bower.json
index b35796717..20b001a7f 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "4.1.2",
+ "version": "4.1.3",
"homepage": "https://github.com/owncloud/news",
"authors": [
"Bernhard Posselt <dev@bernhard-posselt.com>"
diff --git a/js/package.json b/js/package.json
index a488f708c..11e43ce18 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "4.1.2",
+ "version": "4.1.3",
"description": "An RSS/Atom feed reader",
"main": "build/app.js",
"scripts": {