summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-05-13 00:09:06 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-05-13 00:09:06 +0200
commit68d3deee1e1d5480bff1a61547188576e13ffcb4 (patch)
treeeb1aa893b67ada2d5b04793a90f133695e1f1472
parente4ffbd3dade28f6263f143437b9865b1c640b269 (diff)
Readme 1531
https://github.com/FreshRSS/FreshRSS/issues/1531 https://github.com/FreshRSS/FreshRSS/pull/1532
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16234e159..211947258 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,9 @@
* I18n
* Improve English [#1465](https://github.com/FreshRSS/FreshRSS/pull/1465)
* Misc.
+ * Moved `./data/force-https.default.txt` to `./force-https.default.txt`,
+ `./data/config.default.php` to `./config.default.php`,
+ and `./data/users/_/config.default.php` to `./config-user.default.php` [#1531](https://github.com/FreshRSS/FreshRSS/issues/1531)
* Fall back to article URL when the article GUID is empty [#1482](https://github.com/FreshRSS/FreshRSS/issues/1482)
* Rewritten Favicon library using cURL [#1504](https://github.com/FreshRSS/FreshRSS/pull/1504)
* Fix SimplePie option to disable syslog [#1528](https://github.com/FreshRSS/FreshRSS/pull/1528)
@@ -200,7 +203,7 @@
* Cookie with `Secure` tag when used over HTTPS [#1117](https://github.com/FreshRSS/FreshRSS/pull/1117)
* Limit API post input to 1MB [#1118](https://github.com/FreshRSS/FreshRSS/pull/1118)
* Features
- * New list of domains for which to force HTTPS (for images, videos, iframes…) defined in `./force-https.default.txt` and `./data/force-https.txt` [#1083](https://github.com/FreshRSS/FreshRSS/issues/1083)
+ * New list of domains for which to force HTTPS (for images, videos, iframes…) defined in `./data/force-https.default.txt` and `./data/force-https.txt` [#1083](https://github.com/FreshRSS/FreshRSS/issues/1083)
* In particular useful for privacy and to avoid mixed content errors, e.g. to see YouTube videos when FreshRSS is in HTTPS
* Add sharing with “Journal du Hacker” [#1056](https://github.com/FreshRSS/FreshRSS/pull/1056)
* UI