Просмотр исходного кода

Changelog
+ Forgotten IE11 in readme

Alexandre Alapetite 4 лет назад
Родитель
Сommit
7728b346d3
2 измененных файлов с 18 добавлено и 3 удалено
  1. 17 2
      CHANGELOG.md
  2. 1 1
      README.md

+ 17 - 2
CHANGELOG.md

@@ -8,21 +8,36 @@
 		* Search articles with any label: `L:*` or no label: `!L:*`
 		* Search articles with any label: `L:*` or no label: `!L:*`
 * Bug fixing
 * Bug fixing
 	* Fix marking as read a label with SQLite and PostgreSQL [#3711](https://github.com/FreshRSS/FreshRSS/pull/3711)
 	* Fix marking as read a label with SQLite and PostgreSQL [#3711](https://github.com/FreshRSS/FreshRSS/pull/3711)
+* Security
+	* Better error handling when a user does not exist (especially for API) [#3751](https://github.com/FreshRSS/FreshRSS/pull/3751)
 * Compatibility
 * Compatibility
 	* Require PHP 7.0+ (drop support for PHP 5.x) [#3666](https://github.com/FreshRSS/FreshRSS/pull/3666)
 	* Require PHP 7.0+ (drop support for PHP 5.x) [#3666](https://github.com/FreshRSS/FreshRSS/pull/3666)
 	* Drop support for Microsoft Internet Explorer (IE11) [#3666](https://github.com/FreshRSS/FreshRSS/pull/3666)
 	* Drop support for Microsoft Internet Explorer (IE11) [#3666](https://github.com/FreshRSS/FreshRSS/pull/3666)
 	* Fix back-compatibility with Git 2.21- for automatic updates [#3669](https://github.com/FreshRSS/FreshRSS/pull/3669)
 	* Fix back-compatibility with Git 2.21- for automatic updates [#3669](https://github.com/FreshRSS/FreshRSS/pull/3669)
 * Deployment
 * Deployment
 	* Docker: development image `:oldest` is now based on `alpine:3.5` with PHP 7.0.33 and Apache 2.4.35 [#3666](https://github.com/FreshRSS/FreshRSS/pull/3666)
 	* Docker: development image `:oldest` is now based on `alpine:3.5` with PHP 7.0.33 and Apache 2.4.35 [#3666](https://github.com/FreshRSS/FreshRSS/pull/3666)
-	* Docker: Alpine image updated to 3.14 with PHP 8.0.8 and Apache 2.4.48 [#3715](https://github.com/FreshRSS/FreshRSS/pull/3715)
+	* Docker: default image updated to Debian 11 Bullseye with PHP 7.4.21 and Apache 2.4.48 [#3782](https://github.com/FreshRSS/FreshRSS/pull/3782)
+	* Docker: alternative image updated to Alpine 3.14 with PHP 8.0.8 and Apache 2.4.48 [#3715](https://github.com/FreshRSS/FreshRSS/pull/3715)
 	* Images on Docker Hub are automatically scanned for software vulnerabilities
 	* Images on Docker Hub are automatically scanned for software vulnerabilities
 * Extensions
 * Extensions
 	* Add system configuration for extension [#3626](https://github.com/FreshRSS/FreshRSS/pull/3626)
 	* Add system configuration for extension [#3626](https://github.com/FreshRSS/FreshRSS/pull/3626)
 * UI
 * UI
-	* Use HTML5 tags with better semantics [#3651](https://github.com/FreshRSS/FreshRSS/pull/3651), [#3676](https://github.com/FreshRSS/FreshRSS/pull/3676), [#3713](https://github.com/FreshRSS/FreshRSS/pull/3713)
+	* Use HTML5 tags with better semantics [#3651](https://github.com/FreshRSS/FreshRSS/pull/3651), [#3676](https://github.com/FreshRSS/FreshRSS/pull/3676), [#3713](https://github.com/FreshRSS/FreshRSS/pull/3713), [#3747](https://github.com/FreshRSS/FreshRSS/pull/3747)
+	* Allow JavaScript in themes [#3739](https://github.com/FreshRSS/FreshRSS/pull/3739)
+	* Fix *alternative-dark* theme to avoid bright elements [#3774](https://github.com/FreshRSS/FreshRSS/pull/3774)
+	* Improve the contrast of message boxes for the *Origine* theme [#3725](https://github.com/FreshRSS/FreshRSS/pull/3725)
+	* Uniformize the size of `input`and `select` elements for the *Origine* theme [#3727](https://github.com/FreshRSS/FreshRSS/pull/3727)
+	* Fix style of banner text for the *Origine* theme [#3731](https://github.com/FreshRSS/FreshRSS/pull/3731)
+	* Improve style of install procedure [#3721](https://github.com/FreshRSS/FreshRSS/pull/3721)
 	* Improved notification icon [#3678](https://github.com/FreshRSS/FreshRSS/pull/3678)
 	* Improved notification icon [#3678](https://github.com/FreshRSS/FreshRSS/pull/3678)
+	* Add CSS class to back links [#3761](https://github.com/FreshRSS/FreshRSS/pull/3761)
 * i18n
 * i18n
 	* Fix bug in French and German translations of new/old tags [#3703](https://github.com/FreshRSS/FreshRSS/pull/3703), [#3668](https://github.com/FreshRSS/FreshRSS/pull/3668)
 	* Fix bug in French and German translations of new/old tags [#3703](https://github.com/FreshRSS/FreshRSS/pull/3703), [#3668](https://github.com/FreshRSS/FreshRSS/pull/3668)
+	* Improve German [#3720](https://github.com/FreshRSS/FreshRSS/pull/3720)
+* Misc.
+	* Add retry button when checking requirements during install [#3771](https://github.com/FreshRSS/FreshRSS/pull/3771)
+	* Do not show back link on error pages if the user does not have access [#3765](https://github.com/FreshRSS/FreshRSS/pull/3765)
+	* Added Raindrop.io as sharing option [#3717](https://github.com/FreshRSS/FreshRSS/pull/3717)
 
 
 
 
 ## 2021-06-06 FreshRSS 1.18.1
 ## 2021-06-06 FreshRSS 1.18.1

+ 1 - 1
README.md

@@ -42,7 +42,7 @@ FreshRSS comes with absolutely no warranty.
 
 
 # Requirements
 # Requirements
 
 
-* A recent browser like Firefox / IceCat, Internet Explorer 11 / Edge (minus a few details), Chromium / Chrome, Opera, Safari.
+* A recent browser like Firefox / IceCat, Edge, Chromium / Chrome, Opera, Safari.
 	* Works on mobile (except a few features)
 	* Works on mobile (except a few features)
 * Light server running Linux or Windows
 * Light server running Linux or Windows
 	* It even works on Raspberry Pi 1 with response time under a second (tested with 150 feeds, 22k articles)
 	* It even works on Raspberry Pi 1 with response time under a second (tested with 150 feeds, 22k articles)