Ver código fonte

Changelog 2153 2196

https://github.com/FreshRSS/FreshRSS/issues/2153
https://github.com/FreshRSS/FreshRSS/pull/2218
https://github.com/FreshRSS/FreshRSS/issues/2196
https://github.com/FreshRSS/FreshRSS/pull/2217
Alexandre Alapetite 7 anos atrás
pai
commit
2084e5fb7e
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4 1
      CHANGELOG.md

+ 4 - 1
CHANGELOG.md

@@ -2,10 +2,13 @@
 
 ## 2019-01-XX FreshRSS 1.13.1-dev
 
+* Features
+	* Include articles with custom labels during export [#2196](https://github.com/FreshRSS/FreshRSS/issues/2196)
 * Bug fixing
 	* Fix missing HTTP `X-Forwarded-Prefix` in cookie path behind a reverse-proxy [#2201](https://github.com/FreshRSS/FreshRSS/pull/2201)
 * Deployment
 	* Docker improvements [#2202](https://github.com/FreshRSS/FreshRSS/pull/2202)
+		* Add `TZ` timezone parameter [#2153](https://github.com/FreshRSS/FreshRSS/issues/2153)
 		* Performance: Hard-include Apache .htaccess to avoid having to scan for changes in those files
 		* Performance: Disable unused Apache security check of symlinks
 		* Performance: Disable unused Apache modules
@@ -16,7 +19,7 @@
 	* Accept HTTP header `X-WebAuth-User` for delegated HTTP Authentication [#2204](https://github.com/FreshRSS/FreshRSS/pull/2204)
 * API
 	* Automatic test of API configuration [#2207](https://github.com/FreshRSS/FreshRSS/pull/2207)
-	* Use Apache SetEnvIf module if available and fall-back to RewriteRule [#2202](https://github.com/FreshRSS/FreshRSS/pull/2202)
+	* Performance + compatibility: Use Apache `SetEnvIf` module if available and fall-back to `RewriteRule` [#2202](https://github.com/FreshRSS/FreshRSS/pull/2202)
 * Security
 	* Fixes when HTTP user does not exist in FreshRSS [#2204](https://github.com/FreshRSS/FreshRSS/pull/2204)