summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-28 21:52:33 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-28 21:52:33 +0200
commit3954af138134a155ee988b6a76108d999f867722 (patch)
tree2f80b79c1e27db3594247bac09fb6c9c1d8cca5d /CHANGELOG.md
parent59ca64902e9be76882db16c07e65dc342a336201 (diff)
adjust updater to be able to use the console based api
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c50708840..a399b8e67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+owncloud-news (8.1.0)
+* **Backwards incompatible change**: URLs for the Python updater must now start with either http:// or https://
+* **Enhancement**: Add console API to update feeds in parallel
+* **Enhancement**: Add an additional parameter to specify the loglevel for the Python updater
+* **Enhancement**: Adjust Python updater to be able to use the console API. If you pass an absolute directory as url (path to your ownCloud), the updater will try to use **occ** updater commands using php. This requires no user or password arguments which makes running the updater on the same system as your ownCloud more secure
+
owncloud-news (8.0.0)
* **Backwards incompatible change**: The git repository does not bundle composer and bower libraries anymore, nor does it contain compiled JavaScript. If you are running the git version, you now need to run **make** after cloning and pulling from the repository to install the depenencies and compile the JavaScript
* **New dependency**: Bump minimum ownCloud version to 9.0