summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG3
-rw-r--r--appinfo/info.xml2
-rw-r--r--appinfo/version2
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 73ea5eaf2..cfde4e801 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+owncloud-news (1.802)
+* Increase performance by not making auto page requests anymore if the last result didn't contain any articles
+
owncloud-news (1.801)
* Add ability to rename feeds
* Compact view
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ba932e480..83146b824 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,6 +5,6 @@
<description>An RSS/Atom feed reader. Requires the App Framework app and backgroundjobs need to be enabled. See the README.rst in the apps top directory</description>
<licence>AGPL</licence>
<author>Alessandro Cosentino, Bernhard Posselt, Jan-Christoph Borchardt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors).</author>
- <version>1.801</version>
+ <version>1.802</version>
<require>5.0.6</require>
</info>
diff --git a/appinfo/version b/appinfo/version
index 341a5924a..87b817daf 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-1.801 \ No newline at end of file
+1.802 \ No newline at end of file
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110