mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-19 05:44:39 -04:00
Merge pull request #1440 from Alkarex/Changelog-1436-1439
Changelog 1436, 1439
This commit is contained in:
@@ -3,8 +3,11 @@
|
||||
## 2017-03-xx FreshRSS 1.6.3-dev
|
||||
|
||||
* Features
|
||||
* New option `disable_update` (also from CLI) to hide the system to update to new FreshRSS versions [#1436](https://github.com/FreshRSS/FreshRSS/pull/1436)
|
||||
* Share with Ⓚnown [#1420](https://github.com/FreshRSS/FreshRSS/pull/1420)
|
||||
* Share with GNU social [#1422](https://github.com/FreshRSS/FreshRSS/issues/1422)
|
||||
* CLI
|
||||
* New command `./cli/reconfigure.php` to update an existing installation [#1439](https://github.com/FreshRSS/FreshRSS/pull/1439)
|
||||
* UI
|
||||
* Chrome parity with Firefox: auto-focus tab when clicking on notification [#1409](https://github.com/FreshRSS/FreshRSS/pull/1409)
|
||||
* Bug fixing
|
||||
|
||||
@@ -39,6 +39,9 @@ cd /usr/share/FreshRSS
|
||||
# --db-prefix is an optional prefix in front of the names of the tables. We suggest using 'freshrss_'
|
||||
# This command does not create the default user. Do that with ./cli/create-user.php
|
||||
|
||||
./cli/reconfigure.php
|
||||
# Same parameters as for do-install.php. Used to update an existing installation.
|
||||
|
||||
./cli/create-user.php --user username ( --password 'password' --api-password 'api_password' --language en --email user@example.net --token 'longRandomString' --no-default-feeds )
|
||||
# --language can be: 'en' (default), 'fr', or one of the [supported languages](../app/i18n/)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user