diff --git a/README.md b/README.md index dae83a1..4a7b289 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,15 @@ An efficient but powerful RSS aggregator with a nice and mobile-friendly design, [![Install FreshRSS with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=freshrss) Changelog: -* Update to FreshRSS 1.8.0 -* Update to FreshRSS 1.7.0 -* Update to FreshRSS 1.6.3 -* Complete package refactoring -* Update to FreshRSS 1.6.2 -* Update to FreshRSS 1.5 -* Refactoring of yunohost scripts -* Update to FreshRSS 1.4 -* Update to FreshRSS 1.2 +* 2017-12-27 : Update to FreshRSS 1.9.0 +* 2017-12-03 : Update to FreshRSS 1.8.0 +* 2017-06-03 : Update to FreshRSS 1.7.0 +* 2017-03-13 : Update to FreshRSS 1.6.3 +* 2017-03-13 : Complete package refactoring +* 2017-01-22 : Update to FreshRSS 1.6.2 + +API (mini) How To : +* Into your user profile : Settings > profil +* Setup an API password +* Check the API is working : https://exemple.tld/rss/i/api/greader.php +* Setup your client with : username : ynh user, password : the password you just setup, url https://exemple.tld/rss/i/api/greader.php diff --git a/scripts/_common.sh b/scripts/_common.sh index 378a19b..58702f2 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # APPNAME="freshrss" # FreshRSS version -VERSION="1.8.0" +VERSION="1.9.0" # FreshRSS complete tarball checksum -FRESHRSS_SOURCE_SHA256="004e67484b41e78adb89d19df5c326d0290896c17f9f7b7e60e8f22a13f88db9" +FRESHRSS_SOURCE_SHA256="9bdff002f6f8ef7daea1d7fea92c31a57c0d8c204571e3933038eccbe82bf3b4" # Remote URL to fetch FreshRSS source tarball -FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.8.0.tar.gz" +FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.9.0.tar.gz" PKGDIR=$(cd ../; pwd)