|
|
@@ -18,12 +18,14 @@
|
|
|
* 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)
|
|
|
+ * Check PHP requirements before running `actualize_script.php` (cron for refreshing feeds) [#1711](https://github.com/FreshRSS/FreshRSS/pull/1711)
|
|
|
* 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)
|
|
|
* Extensions
|
|
|
- * New function `$entry->_hash($hex)` for extensios that change the content of entries [#1707](https://github.com/FreshRSS/FreshRSS/pull/1707)
|
|
|
+ * Show existing extensions in admin panel [#1708](https://github.com/FreshRSS/FreshRSS/pull/1708)
|
|
|
+ * New function `$entry->_hash($hex)` for extensions that change the content of entries [#1707](https://github.com/FreshRSS/FreshRSS/pull/1707)
|
|
|
* Misc.
|
|
|
* Translation validation tool [#1653](https://github.com/FreshRSS/FreshRSS/pull/1653)
|
|
|
* Translation manipulation tool [#1658](https://github.com/FreshRSS/FreshRSS/pull/1658)
|