aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-12-02 14:12:55 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-12-02 14:12:55 +0100
commite16a20c8925c5aaf737e94f45ebf5a0508f108de (patch)
tree72565a7a51ee069ce9727aa0ad6706337e826e5b
parente719cf85282f2c971adaaba7902ad23cfab73762 (diff)
Changelog 1586 1698 1699
https://github.com/FreshRSS/FreshRSS/issues/1586 https://github.com/FreshRSS/FreshRSS/pull/1701 https://github.com/FreshRSS/FreshRSS/pull/1698 https://github.com/FreshRSS/FreshRSS/issues/1699 https://github.com/FreshRSS/FreshRSS/pull/1700
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 23414cfef..9e3b143dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,15 +8,19 @@
* Share with Mastodon [#1521](https://github.com/FreshRSS/FreshRSS/issues/1521)
* UI
* Show URL to add subscriptions from third-party tools [#1247](https://github.com/FreshRSS/FreshRSS/issues/1247)
+ * Improved message when checking for new versions [#1586](https://github.com/FreshRSS/FreshRSS/issues/1586)
* SimplePie
* Remove "SimplePie" name from HTTP User-Agent string [#1656](https://github.com/FreshRSS/FreshRSS/pull/1656)
* Bug fixing
* Work-around for `CURLOPT_FOLLOWLOCATION` `open_basedir` bug in favicons and PubSubHubbub [#1655](https://github.com/FreshRSS/FreshRSS/issues/1655)
* Fix PDO PostgreSQL detection [#1690](https://github.com/FreshRSS/FreshRSS/issues/1690)
+ * Fix punycode warning in PHP 7.2 [#1699](https://github.com/FreshRSS/FreshRSS/issues/1699)
* CLI
* New command `./cli/db-optimize.php` for database optimisation [#1583](https://github.com/FreshRSS/FreshRSS/issues/1583)
* SQL
* Perform `VACUUM` on SQLite and PostgreSQL databases when optimisation is requested [#918](https://github.com/FreshRSS/FreshRSS/issues/918)
+* I18n
+ * Improved German [#1698](https://github.com/FreshRSS/FreshRSS/pull/1698)
* Misc.
* Translation validation tool [#1653](https://github.com/FreshRSS/FreshRSS/pull/1653)
* Translation manipulation tool [#1658](https://github.com/FreshRSS/FreshRSS/pull/1658)