diff options
| author | 2020-09-16 01:02:45 +0200 | |
|---|---|---|
| committer | 2020-09-16 01:02:45 +0200 | |
| commit | f1fe2147a1f551e4d1e5c06421744dc75be0d4ea (patch) | |
| tree | 81f0a3c011f256bb9188d03a5bd7424fa701e9b9 | |
| parent | 5389dd5ddb4a164d0df5e2144442b136ec4fe947 (diff) | |
Readme + Travis
| -rw-r--r-- | CHANGELOG.md | 17 | ||||
| -rw-r--r-- | p/themes/Ansum/_layout.scss | 1 | ||||
| -rw-r--r-- | p/themes/Mapco/_layout.scss | 1 |
3 files changed, 9 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 44764f0fa..d9db19acf 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/p/themes/Ansum/_layout.scss b/p/themes/Ansum/_layout.scss index bdb0b61e7..861b9e471 100644 --- a/p/themes/Ansum/_layout.scss +++ b/p/themes/Ansum/_layout.scss @@ -101,7 +101,6 @@ // border-left-width: 0; // width: 3rem; - &:hover { // background-color: $main-first-alt; } diff --git a/p/themes/Mapco/_layout.scss b/p/themes/Mapco/_layout.scss index 826c74590..94e9d7f40 100644 --- a/p/themes/Mapco/_layout.scss +++ b/p/themes/Mapco/_layout.scss @@ -101,7 +101,6 @@ // border-left-width: 0; // width: 3rem; - &:hover { // background-color: $main-first-alt; } |
