Update dependency FreshRSS/FreshRSS to v1.17.0 #2

Merged
xoxys merged 1 commits from renovate/freshrss-freshrss-1.x into master 2020-10-18 21:15:47 +02:00
Member

This PR contains the following updates:

Package Update Change
FreshRSS/FreshRSS minor v1.16.0 -> 1.17.0

Release Notes

FreshRSS/FreshRSS

v1.17.0

Compare Source

  • Features
    _ New tag management page #​3121
    _ New page to add feeds and categories #​3027
    * Add a way to disable/enable users #​3056
  • Security
    _ Add user auto-registration when using HTTP Basic authentication login method #​3003
    _ Fix special characters in user queries #​3037
    _ Hide feed credentials when adding a new feed #​3099
    _ Trim whitespace for feed passwords #​3158
    _ Updated PHPMailer library to 6.1.6 #​3024
    _ Add blogger.com to the default list of forced HTTPS #​3088
  • UI
    _ Show feed name and date inside the article (especially good on mobile) #​3081
    _ Add shortcut to control media elements (video, audio) #​3036
    _ New option to disable shortcuts #​3114
    _ Case-insensitive sort order of feeds in categories #​3131
    _ Use machine-readable <time datetime=""> for entry dates #​3106
    _ Add tooltips on entry icons #​3115
    _ Limit dropdown menus max-height #​3102
    _ Fix inline code tag contrast in Ansum and Mapco themes #​3048, #​3050
    * Fix login form in BlueLagoon and Screwdriver themes #​3028
  • API
    _ Supported by Fluent Reader (Windows, Linux, MacOS) #​3140
    _ Fix API quickadd #​3051
    _ Fix warning when adding a feed #​3075
    _ Work-around for common API address errors #​3061
  • Compatibility
    _ Add fall-backs for compatibility with OPMLs from The Old Reader #​3071
    _ Relaxed to allow underscore _ in feed addresses #​3133
  • Deployment
    _ Docker default image rebased on Debian 10 Buster, with Apache 2.4.38 and PHP 7.3.19 #​3159
    _ Docker: Alpine image updated to 3.12 with Apache/2.4.46 and PHP 7.3.21 #​3025
    * Update example of Dockerfile #​3108
  • CLI
    _ Re-introduce --api_password option (vanished in 1.16.0) #​3179
    _ Modify shebang to be more portable #​3038
  • Bug fixing
    * SimplePie: Fix compliance with HTTP 301 Moved Permanently #​3180
  • i18n
    _ Add language negotiation when the user is not logged in #​3022
    _ New United States English #​3060
    _ Improved British English #​3068
    _ Improved Dutch #​3063
    _ Improved Slovak #​3020
    _ Add a language reference when adding a new one #​3044
    _ Change how updating a key works #​3072
    _ Add missing translations #​3034
  • Misc.
    _ Return proper MIME type for favicons #​3032
    _ Add a migration system #​2760
    _ Makefile support for FreshRSS extensions #​3042
    _ Update rules to use Make syntax #​3062
    * Refactor the export feature #​3045

v1.16.2

Compare Source

  • Bug fixing (regressions)
    _ Fix migration of the preference Show categories unfolded (from ≤ 1.16.0) to the new _Categories to unfold* #​3019

v1.16.1

Compare Source

  • Features
    _ Add the possibility to filter by feed IDs #​2892
    _ like f:123 more-search or multiple feed IDs like f:123,234,345 more-search or an exclusion like !f:456,789 more-search
    _ Show users last activity date #​2936
    _ Ability to follow HTML redirections when retrieving full article content #​2985
  • API
    _ New table of compatible clients #​2942
    _ Expose podcasts in API (used by e.g. FeedMe) #​2898
    _ Workaround for clients not sending a clean login request #​2961
    _ Relaxed detection of GReader short/long ID form (for Reeder) #​2957
    _ Fix warning with FeedReader #​2947
    _ Fix GReader string type for Usec fields #​2935
    * Fix Fever integers type #​2946
  • CLI
    _ JSON output option for ./cli/user-info.php --json #​2968
    _ Add language and e-mail in ./cli/user-info.php #​2958
    * Fix filenames for exported files #​2932
  • UI
    _ Access to feed configuration in mobile view #​2938
    _ Use standard loading="lazy" for favicons #​2962
    _ New option to control which categories to unfold #​2888
    _ Turn off autocapitalization in login fields #​2907
    _ Minor layout improvement of help labels #​2911
    _ Minor layout improvement of checkbox labels #​2937
    _ Fix styling of search input fields in Safari #​2887
    _ Fix styling of .stick elements in older Webkit browsers #​2995
    _ Use common CSS template for Alternative-Dark theme #​3000
    _ Upgrade to jQuery 3.5.1 for statistics #​2982
  • Compatibility
    * Relax OPML parsing to allow importing not strictly-valid ones #​2983
  • Deployment
    _ Docker: Alpine image updated to PHP 7.3.17
    _ Add reference documentation for using Apache as a reverse proxy #​2919
    * Enforce Unix line endings when checking out via git #​2879
  • Bug fixing
    _ Fix regression when marking all articles as read, risking to mark newer articles as read #​2909
    _ Fix memory leak when using lib_phpQuery for full-content retrieval #​3004
    _ Fix preview of CSS selector to retrieve full article content #​2993
    _ Fix PostgreSQL install when user has limited connection rights #​3013
    _ Fix Docker make cron use FRESHRSS_ENV environment variable #​2963
    _ Fix e-mail validation bug for admins #​2917
    _ Fix some cases when WebSub-enabled feeds change address #​2922
    _ Fix ensuring that wrong login attempts generate HTTP 403 (e.g. for fail2ban) #​2903
    _ Fix archiving options layout in Edge #​2906
    _ Fix form in statistics for article repartition #​2896
    _ Fix double-HTML-encoding of category names in statistics #​2897
    _ Fix password reveal button during install #​2999
    * Fix Makefile rules when PHP is not installed #​3010
  • i18n
    _ Improve Simplified Chinese #​2891
    _ Improve Dutch #​3005
    _ Reformat i18n files #​2976
    _ Add a Makefile rule to produce PO4A i18n files #​3006
  • Misc.
    _ Reduce memory consumption during feed refresh #​2972, #​2955
    _ and improved logs containing memory consumption #​2964
    _ Reduce the risk of DB lock errors #​2899
    _ Update PHPMailer library to 6.1.5 #​2980
    _ Initial rules for Markdown linting #​2880
    _ Add a Makefile rule for linting #​2996
    * Add a Makefile rule to refresh feeds #​3014

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [FreshRSS/FreshRSS](https://github.com/FreshRSS/FreshRSS) | minor | `v1.16.0` -> `1.17.0` | --- ### Release Notes <details> <summary>FreshRSS/FreshRSS</summary> ### [`v1.17.0`](https://github.com/FreshRSS/FreshRSS/blob/master/CHANGELOG.md#&#8203;2020-09-22-FreshRSS-1170) [Compare Source](https://github.com/FreshRSS/FreshRSS/compare/1.16.2...1.17.0) - Features _ New tag management page [#&#8203;3121](https://github.com/FreshRSS/FreshRSS/pull/3121) _ New page to add feeds and categories [#&#8203;3027](https://github.com/FreshRSS/FreshRSS/pull/3027) \* Add a way to disable/enable users [#&#8203;3056](https://github.com/FreshRSS/FreshRSS/pull/3056) - Security _ Add user auto-registration when using HTTP Basic authentication login method [#&#8203;3003](https://github.com/FreshRSS/FreshRSS/pull/3003) _ Fix special characters in user queries [#&#8203;3037](https://github.com/FreshRSS/FreshRSS/pull/3037) _ Hide feed credentials when adding a new feed [#&#8203;3099](https://github.com/FreshRSS/FreshRSS/pull/3099) _ Trim whitespace for feed passwords [#&#8203;3158](https://github.com/FreshRSS/FreshRSS/pull/3158) _ Updated PHPMailer library to 6.1.6 [#&#8203;3024](https://github.com/FreshRSS/FreshRSS/pull/3024) _ Add blogger.com to the default list of forced HTTPS [#&#8203;3088](https://github.com/FreshRSS/FreshRSS/pull/3088) - UI _ Show feed name and date inside the article (especially good on mobile) [#&#8203;3081](https://github.com/FreshRSS/FreshRSS/pull/3081) _ Add shortcut to control media elements (video, audio) [#&#8203;3036](https://github.com/FreshRSS/FreshRSS/pull/3036) _ New option to disable shortcuts [#&#8203;3114](https://github.com/FreshRSS/FreshRSS/pull/3114) _ Case-insensitive sort order of feeds in categories [#&#8203;3131](https://github.com/FreshRSS/FreshRSS/pull/3131) _ Use machine-readable `<time datetime="">` for entry dates [#&#8203;3106](https://github.com/FreshRSS/FreshRSS/pull/3106) _ Add tooltips on entry icons [#&#8203;3115](https://github.com/FreshRSS/FreshRSS/pull/3115) _ Limit dropdown menus max-height [#&#8203;3102](https://github.com/FreshRSS/FreshRSS/pull/3102) _ Fix inline code tag contrast in Ansum and Mapco themes [#&#8203;3048](https://github.com/FreshRSS/FreshRSS/pull/3048), [#&#8203;3050](https://github.com/FreshRSS/FreshRSS/pull/3050) \* Fix login form in BlueLagoon and Screwdriver themes [#&#8203;3028](https://github.com/FreshRSS/FreshRSS/pull/3028) - API _ Supported by [Fluent Reader](https://hyliu.me/fluent-reader/) (Windows, Linux, MacOS) [#&#8203;3140](https://github.com/FreshRSS/FreshRSS/pull/3140) _ Fix API `quickadd` [#&#8203;3051](https://github.com/FreshRSS/FreshRSS/pull/3051) _ Fix warning when adding a feed [#&#8203;3075](https://github.com/FreshRSS/FreshRSS/pull/3075) _ Work-around for common API address errors [#&#8203;3061](https://github.com/FreshRSS/FreshRSS/pull/3061) - Compatibility _ Add fall-backs for compatibility with OPMLs from The Old Reader [#&#8203;3071](https://github.com/FreshRSS/FreshRSS/pull/3071) _ Relaxed to allow underscore `_` in feed addresses [#&#8203;3133](https://github.com/FreshRSS/FreshRSS/pull/3133) - Deployment _ Docker default image rebased on Debian 10 Buster, with Apache 2.4.38 and PHP 7.3.19 [#&#8203;3159](https://github.com/FreshRSS/FreshRSS/pull/3159) _ Docker: Alpine image updated to 3.12 with Apache/2.4.46 and PHP 7.3.21 [#&#8203;3025](https://github.com/FreshRSS/FreshRSS/pull/3025) \* Update example of Dockerfile [#&#8203;3108](https://github.com/FreshRSS/FreshRSS/pull/3108) - CLI _ Re-introduce `--api_password` option (vanished in 1.16.0) [#&#8203;3179](https://github.com/FreshRSS/FreshRSS/pull/3179) _ Modify shebang to be more portable [#&#8203;3038](https://github.com/FreshRSS/FreshRSS/pull/3038) - Bug fixing \* SimplePie: Fix compliance with HTTP 301 Moved Permanently [#&#8203;3180](https://github.com/FreshRSS/FreshRSS/pull/3180) - i18n _ Add language negotiation when the user is not logged in [#&#8203;3022](https://github.com/FreshRSS/FreshRSS/pull/3022) _ New United States English [#&#8203;3060](https://github.com/FreshRSS/FreshRSS/pull/3060) _ Improved British English [#&#8203;3068](https://github.com/FreshRSS/FreshRSS/pull/3068) _ Improved Dutch [#&#8203;3063](https://github.com/FreshRSS/FreshRSS/pull/3063) _ Improved Slovak [#&#8203;3020](https://github.com/FreshRSS/FreshRSS/pull/3020) _ Add a language reference when adding a new one [#&#8203;3044](https://github.com/FreshRSS/FreshRSS/pull/3044) _ Change how updating a key works [#&#8203;3072](https://github.com/FreshRSS/FreshRSS/pull/3072) _ Add missing translations [#&#8203;3034](https://github.com/FreshRSS/FreshRSS/pull/3034) - Misc. _ Return proper MIME type for favicons [#&#8203;3032](https://github.com/FreshRSS/FreshRSS/pull/3032) _ Add a migration system [#&#8203;2760](https://github.com/FreshRSS/FreshRSS/pull/2760) _ Makefile support for FreshRSS extensions [#&#8203;3042](https://github.com/FreshRSS/FreshRSS/pull/3042) _ Update rules to use Make syntax [#&#8203;3062](https://github.com/FreshRSS/FreshRSS/pull/3062) \* Refactor the export feature [#&#8203;3045](https://github.com/FreshRSS/FreshRSS/pull/3045) ### [`v1.16.2`](https://github.com/FreshRSS/FreshRSS/blob/master/CHANGELOG.md#&#8203;2020-05-31-FreshRSS-1162) [Compare Source](https://github.com/FreshRSS/FreshRSS/compare/1.16.1...1.16.2) - Bug fixing (regressions) _ Fix migration of the preference _Show categories unfolded_ (from ≤ 1.16.0) to the new _Categories to unfold\* [#&#8203;3019](https://github.com/FreshRSS/FreshRSS/pull/3019) ### [`v1.16.1`](https://github.com/FreshRSS/FreshRSS/blob/master/CHANGELOG.md#&#8203;2020-05-30-FreshRSS-1161) [Compare Source](https://github.com/FreshRSS/FreshRSS/compare/1.16.0...1.16.1) - Features _ Add the possibility to filter by feed IDs [#&#8203;2892](https://github.com/FreshRSS/FreshRSS/pull/2892) _ like `f:123 more-search` or multiple feed IDs like `f:123,234,345 more-search` or an exclusion like `!f:456,789 more-search` _ Show users last activity date [#&#8203;2936](https://github.com/FreshRSS/FreshRSS/pull/2936) _ Ability to follow HTML redirections when retrieving full article content [#&#8203;2985](https://github.com/FreshRSS/FreshRSS/pull/2985) - API _ New table of compatible clients [#&#8203;2942](https://github.com/FreshRSS/FreshRSS/pull/2942) _ Expose podcasts in API (used by e.g. FeedMe) [#&#8203;2898](https://github.com/FreshRSS/FreshRSS/pull/2898) _ Workaround for clients not sending a clean login request [#&#8203;2961](https://github.com/FreshRSS/FreshRSS/pull/2961) _ Relaxed detection of GReader short/long ID form (for Reeder) [#&#8203;2957](https://github.com/FreshRSS/FreshRSS/pull/2957) _ Fix warning with FeedReader [#&#8203;2947](https://github.com/FreshRSS/FreshRSS/pull/2947) _ Fix GReader string type for Usec fields [#&#8203;2935](https://github.com/FreshRSS/FreshRSS/pull/2935) \* Fix Fever integers type [#&#8203;2946](https://github.com/FreshRSS/FreshRSS/pull/2946) - CLI _ JSON output option for `./cli/user-info.php --json` [#&#8203;2968](https://github.com/FreshRSS/FreshRSS/pull/2968) _ Add language and e-mail in `./cli/user-info.php` [#&#8203;2958](https://github.com/FreshRSS/FreshRSS/pull/2958) \* Fix filenames for exported files [#&#8203;2932](https://github.com/FreshRSS/FreshRSS/pull/2932) - UI _ Access to feed configuration in mobile view [#&#8203;2938](https://github.com/FreshRSS/FreshRSS/pull/2938) _ Use standard `loading="lazy"` for favicons [#&#8203;2962](https://github.com/FreshRSS/FreshRSS/pull/2962) _ New option to control which categories to unfold [#&#8203;2888](https://github.com/FreshRSS/FreshRSS/pull/2888) _ Turn off autocapitalization in login fields [#&#8203;2907](https://github.com/FreshRSS/FreshRSS/pull/2907) _ Minor layout improvement of help labels [#&#8203;2911](https://github.com/FreshRSS/FreshRSS/pull/2911) _ Minor layout improvement of checkbox labels [#&#8203;2937](https://github.com/FreshRSS/FreshRSS/pull/2937) _ Fix styling of search input fields in Safari [#&#8203;2887](https://github.com/FreshRSS/FreshRSS/pull/2887) _ Fix styling of `.stick` elements in older Webkit browsers [#&#8203;2995](https://github.com/FreshRSS/FreshRSS/pull/2995) _ Use common CSS template for _Alternative-Dark_ theme [#&#8203;3000](https://github.com/FreshRSS/FreshRSS/pull/3000) _ Upgrade to jQuery 3.5.1 for statistics [#&#8203;2982](https://github.com/FreshRSS/FreshRSS/pull/2982) - Compatibility \* Relax OPML parsing to allow importing not strictly-valid ones [#&#8203;2983](https://github.com/FreshRSS/FreshRSS/pull/2983) - Deployment _ Docker: Alpine image updated to PHP 7.3.17 _ Add reference documentation for using Apache as a reverse proxy [#&#8203;2919](https://github.com/FreshRSS/FreshRSS/pull/2919) \* Enforce Unix line endings when checking out via git [#&#8203;2879](https://github.com/FreshRSS/FreshRSS/pull/2879) - Bug fixing _ Fix regression when marking all articles as read, risking to mark newer articles as read [#&#8203;2909](https://github.com/FreshRSS/FreshRSS/pull/2909) _ Fix memory leak when using `lib_phpQuery` for full-content retrieval [#&#8203;3004](https://github.com/FreshRSS/FreshRSS/pull/3004) _ Fix preview of CSS selector to retrieve full article content [#&#8203;2993](https://github.com/FreshRSS/FreshRSS/pull/2993) _ Fix PostgreSQL install when user has limited connection rights [#&#8203;3013](https://github.com/FreshRSS/FreshRSS/pull/3013) _ Fix Docker make cron use `FRESHRSS_ENV` environment variable [#&#8203;2963](https://github.com/FreshRSS/FreshRSS/pull/2963) _ Fix e-mail validation bug for admins [#&#8203;2917](https://github.com/FreshRSS/FreshRSS/pull/2917) _ Fix some cases when WebSub-enabled feeds change address [#&#8203;2922](https://github.com/FreshRSS/FreshRSS/pull/2922) _ Fix ensuring that wrong login attempts generate HTTP 403 (e.g. for fail2ban) [#&#8203;2903](https://github.com/FreshRSS/FreshRSS/pull/2903) _ Fix archiving options layout in Edge [#&#8203;2906](https://github.com/FreshRSS/FreshRSS/pull/2906) _ Fix form in statistics for article repartition [#&#8203;2896](https://github.com/FreshRSS/FreshRSS/pull/2896) _ Fix double-HTML-encoding of category names in statistics [#&#8203;2897](https://github.com/FreshRSS/FreshRSS/pull/2897) _ Fix password reveal button during install [#&#8203;2999](https://github.com/FreshRSS/FreshRSS/pull/2999) \* Fix Makefile rules when PHP is not installed [#&#8203;3010](https://github.com/FreshRSS/FreshRSS/pull/3010) - i18n _ Improve Simplified Chinese [#&#8203;2891](https://github.com/FreshRSS/FreshRSS/pull/2891) _ Improve Dutch [#&#8203;3005](https://github.com/FreshRSS/FreshRSS/pull/3005) _ Reformat i18n files [#&#8203;2976](https://github.com/FreshRSS/FreshRSS/pull/2976) _ Add a Makefile rule to produce PO4A i18n files [#&#8203;3006](https://github.com/FreshRSS/FreshRSS/pull/3006) - Misc. _ Reduce memory consumption during feed refresh [#&#8203;2972](https://github.com/FreshRSS/FreshRSS/pull/2972), [#&#8203;2955](https://github.com/FreshRSS/FreshRSS/pull/2955) _ and improved logs containing memory consumption [#&#8203;2964](https://github.com/FreshRSS/FreshRSS/pull/2964) _ Reduce the risk of DB lock errors [#&#8203;2899](https://github.com/FreshRSS/FreshRSS/pull/2899) _ Update PHPMailer library to 6.1.5 [#&#8203;2980](https://github.com/FreshRSS/FreshRSS/pull/2980) _ Initial rules for Markdown linting [#&#8203;2880](https://github.com/FreshRSS/FreshRSS/pull/2880) _ Add a Makefile rule for linting [#&#8203;2996](https://github.com/FreshRSS/FreshRSS/pull/2996) \* Add a Makefile rule to refresh feeds [#&#8203;3014](https://github.com/FreshRSS/FreshRSS/pull/3014) </details> --- ### Renovate configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
xoxys merged commit b62549bda1 into master 2020-10-18 21:15:47 +02:00
xoxys deleted branch renovate/freshrss-freshrss-1.x 2020-10-18 21:16:00 +02:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: container/freshrss#2
No description provided.