aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-08-21 22:52:18 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-08-21 22:52:18 +0200
commit48dda9a803d4c461b6e8b1d2484aaa803ee25462 (patch)
tree07ffb893b775e00fb343e6428263e95a0efb158f
parentd37032121b09dc6acdcd72b2eac727f29b074f24 (diff)
Changelog
-rw-r--r--CHANGELOG.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0b3745ed..443302273 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,28 @@
## 2019-XX-XX FreshRSS 1.14.4-dev
+* Features
+ * New option to display article authors underneath the article title [#2487](https://github.com/FreshRSS/FreshRSS/pull/2487)
+ * Add e-mail capability [#2476](https://github.com/FreshRSS/FreshRSS/pull/2476)
+* Compatibility
+ * Require at least PHP 5.5+ [#2495](https://github.com/FreshRSS/FreshRSS/pull/2495)
+* Deployment
+ * Take advantage of `mod_authz_core` instead of `mod_access_compat` when running on Apache 2.4+ [#2461](https://github.com/FreshRSS/FreshRSS/pull/2461)
+ * Docker: Alpine image updated to 3.10 with PHP 7.3.8 and Apache 2.4.41 [#2238](https://github.com/FreshRSS/FreshRSS/pull/2238)
+* Bug fixing
+ * Fix missing PHP `opcache` package in Docker Alpine [#2498](https://github.com/FreshRSS/FreshRSS/pull/2498)
+* Security
+ * Fix referrer vulnerability when opening an article original link with a shortcut [#2506](https://github.com/FreshRSS/FreshRSS/pull/2506)
+ * Slight refactoring of access check [#2471](https://github.com/FreshRSS/FreshRSS/pull/2471)
+* I18n
+ * Improve Dutch [#2503](https://github.com/FreshRSS/FreshRSS/pull/2503)
+ * Add Slovak [#2497](https://github.com/FreshRSS/FreshRSS/pull/2497)
+* Extensions
+ * Additional hooks [#2482](https://github.com/FreshRSS/FreshRSS/pull/2482)
+ * New call to change the layout [#2467](https://github.com/FreshRSS/FreshRSS/pull/2467)
+* Misc.
+ * Automatic check of CSS syntax in Travis CI [#2477](https://github.com/FreshRSS/FreshRSS/pull/2477)
+ * Remove support for sharing with Google+ [#2464](https://github.com/FreshRSS/FreshRSS/pull/2464)
## 2019-07-25 FreshRSS 1.14.3
@@ -24,7 +46,7 @@
* Docker: Add automatic health check [#2438](https://github.com/FreshRSS/FreshRSS/pull/2438), [#2455](https://github.com/FreshRSS/FreshRSS/pull/2455)
* Docker: Add a version for ARM architecture such as for Raspberry Pi [#2436](https://github.com/FreshRSS/FreshRSS/pull/2436)
* Docker: Ubuntu image updated to 19.04 with PHP 7.2.19 and Apache 2.4.38 [#2422](https://github.com/FreshRSS/FreshRSS/pull/2422)
- * Docker: Alpine image updated to 3.10 with PHP 7.3.8 and Apache 2.4.41 [#2238](https://github.com/FreshRSS/FreshRSS/pull/2238)
+ * Docker: Alpine image updated to 3.10 with PHP 7.3.7 and Apache 2.4.39 [#2238](https://github.com/FreshRSS/FreshRSS/pull/2238)
* Add `hadolint` automatic check of Docker files in Travis [#2456](https://github.com/FreshRSS/FreshRSS/pull/2456)
* Security
* Allow `@-` as valid characters in usernames (i.e. allow most e-mails) [#2391](https://github.com/FreshRSS/FreshRSS/issues/2391)