Kaynağa Gözat

Readme + Travis

Alexandre Alapetite 5 yıl önce
ebeveyn
işleme
f1fe2147a1
3 değiştirilmiş dosya ile 9 ekleme ve 10 silme
  1. 9 8
      CHANGELOG.md
  2. 0 1
      p/themes/Ansum/_layout.scss
  3. 0 1
      p/themes/Mapco/_layout.scss

+ 9 - 8
CHANGELOG.md

@@ -4,9 +4,16 @@
 
 * Features
 	* New tag management page [#3121](https://github.com/FreshRSS/FreshRSS/pull/3121)
+	* New page to add feeds and categories [#3027](https://github.com/FreshRSS/FreshRSS/pull/3027)
 	* Add a way to disable/enable users [#3056](https://github.com/FreshRSS/FreshRSS/pull/3056)
+* Security
+	* Add user auto-registration when using HTTP Basic authentication login method [#3003](https://github.com/FreshRSS/FreshRSS/pull/3003)
+	* Fix special characters in user queries [#3037](https://github.com/FreshRSS/FreshRSS/pull/3037)
+	* Hide feed credentials when adding a new feed [#3099](https://github.com/FreshRSS/FreshRSS/pull/3099)
+	* Trim whitespace for feed passwords [#3158](https://github.com/FreshRSS/FreshRSS/pull/3158)
+	* Updated PHPMailer library to 6.1.6 [#3024](https://github.com/FreshRSS/FreshRSS/pull/3024)
+	* Add blogger.com to the default list of forced HTTPS [#3088](https://github.com/FreshRSS/FreshRSS/pull/3088)
 * UI
-	* New page to add feeds and categories [#3027](https://github.com/FreshRSS/FreshRSS/pull/3027)
 	* Show feed name and date inside the article (especially good on mobile) [#3081](https://github.com/FreshRSS/FreshRSS/pull/3081)
 	* Add shortcut to control media elements (video, audio) [#3036](https://github.com/FreshRSS/FreshRSS/pull/3036)
 	* New option to disable shortcuts [#3114](https://github.com/FreshRSS/FreshRSS/pull/3114)
@@ -16,13 +23,6 @@
 	* Limit dropdown menus max-height [#3102](https://github.com/FreshRSS/FreshRSS/pull/3102)
 	* Fix inline code tag contrast in Ansum and Mapco themes [#3048](https://github.com/FreshRSS/FreshRSS/pull/3048), [#3050](https://github.com/FreshRSS/FreshRSS/pull/3050)
 	* Fix login form in BlueLagoon and Screwdriver themes [#3028](https://github.com/FreshRSS/FreshRSS/pull/3028)
-* Security
-	* Add user auto-registration when using HTTP Basic authentication login method [#3003](https://github.com/FreshRSS/FreshRSS/pull/3003)
-	* Fix special characters in user queries [#3037](https://github.com/FreshRSS/FreshRSS/pull/3037)
-	* Hide feed credentials when adding a new feed [#3099](https://github.com/FreshRSS/FreshRSS/pull/3099)
-	* Trim whitespace for feed passwords [#3158](https://github.com/FreshRSS/FreshRSS/pull/3158)
-	* Updated PHPMailer library to 6.1.6 [#3024](https://github.com/FreshRSS/FreshRSS/pull/3024)
-	* Add blogger.com to the default list of forced HTTPS [#3088](https://github.com/FreshRSS/FreshRSS/pull/3088)
 * API
 	* Supported by [Fluent Reader](https://hyliu.me/fluent-reader/) (Windows, Linux, MacOS) [#3140](https://github.com/FreshRSS/FreshRSS/pull/3140)
 	* Fix API `quickadd` [#3051](https://github.com/FreshRSS/FreshRSS/pull/3051)
@@ -36,6 +36,7 @@
 	* Docker: Alpine image updated to 3.12 with Apache/2.4.46 and PHP 7.3.21 [#3025](https://github.com/FreshRSS/FreshRSS/pull/3025)
 	* Update example of Dockerfile [#3108](https://github.com/FreshRSS/FreshRSS/pull/3108)
 * CLI
+	* Re-introduce `--api_password` option (vanished in 1.16.0) [#3179](https://github.com/FreshRSS/FreshRSS/pull/3179)
 	* Modify shebang to be more portable [#3038](https://github.com/FreshRSS/FreshRSS/pull/3038)
 * i18n
 	* Add language negotiation when the user is not logged in [#3022](https://github.com/FreshRSS/FreshRSS/pull/3022)

+ 0 - 1
p/themes/Ansum/_layout.scss

@@ -101,7 +101,6 @@
 				// border-left-width: 0;
 
 				// width: 3rem;
-
 				&:hover {
 					// background-color: $main-first-alt;
 				}

+ 0 - 1
p/themes/Mapco/_layout.scss

@@ -101,7 +101,6 @@
 				// border-left-width: 0;
 
 				// width: 3rem;
-
 				&:hover {
 					// background-color: $main-first-alt;
 				}