summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-27 15:00:13 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-27 15:00:13 +0100
commitf11e4cff46ad6b41f53c2354ca189186b1dd421e (patch)
treeb4cac763bd29acd02d2b5c4d1bd51eb37acaf182 /CHANGELOG.md
parent7b058820f5cd34666b389de28afe3a11f451f742 (diff)
semantic versioning
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8267cf14..5fe36c861 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,12 @@
-owncloud-news (4.001)
+owncloud-news (4.0.0)
+* **Enhancement**: Calculate item ids differently which leads to unpreventable readding of read articles
* **Enhancement**: Get rid of cacheCuration setting and add maxRedirects setting in config.ini
* **Enhancement**: Get rid SimplePie feed parser library and switch to PicoFeed because SimplePie is unmaintained and full of bugs
+* **Enhancement**: Faster feed updates due to proper HTTP cache headers thanks to picoFeed
* **Enhancement**: Use ownCloud internal proxy settings
* **Enhancement**: Also provide feed last modified and etag headers over API
* **Enhancement**: Allow to turn off article purging by setting a negative number
+* **Enhancement**: Switch to semantic versioning
owncloud-news (3.406)
* **Enhancement**: Make config.ini editable in the admin interface