chore(deps): update dependency freshrss/freshrss to v1.19.1 #46

Merged
xoxys merged 1 commits from renovate/freshrss-freshrss-1.x into main 2022-01-07 09:14:01 +01:00
Member

This PR contains the following updates:

Package Update Change
FreshRSS/FreshRSS minor 1.18.1 -> 1.19.1

Release Notes

FreshRSS/FreshRSS

v1.19.1

Compare Source

  • Bug fixing
    • Fix some filters for automatic article actions (e.g., !pubdate:P3d) #​4092
  • Features
    • New search operator on article IDs (useful to show a single article, extensions) #​4058
      • Entry (article) ID: e:1639310674957894 or multiple entry IDs (or): e:1639310674957894,1639310674957893
  • UI
    • Fix left navigation with long category names #​4055
    • Show My labels menu also when empty #​4065
    • Improve category titles on global view #​4059
    • Disable dynamic favicon for browser / extensions blocking canvas #​4098
    • Minor UI and style improvements #​4061, #​4067, #​4085
  • SimplePie
    • Manual update to SimplePie 1.5.8 #​4113
  • Code improvements

v1.19.0

Compare Source

  • Features
    • New thumbnail and/or summary options for the normal view #​3805
    • New setting to automatically mark as read a new article if there is already one with the same title in the same feed #​3303
    • New setting to keep only a maximum number of unread articles in a given feed #​3303
    • New search operator based on custom labels, or not #​3709
      • Search articles with label IDs: L:12,13,14 or label names: label:something or labels:"my label,my other label,🧪"
      • Search articles with any label: L:* or no label: !L:*
    • Add support for installable progressive web app (PWA) #​3890
  • Bug fixing
    • Fix marking as read a label with SQLite and PostgreSQL #​3711
    • Better fallback for feeds without title #​3787
    • Fix auto-load articles in anonymous mode and global view #​4082
    • Fix several typos found by PHPStan, including one affecting the cache of keep max unread articles #​4019
    • Fix warning in Fever API #​4056
    • Show no articles alert-box also in global view #​4042, #​3099
    • Fix theme selection when a theme has been deleted #​3874
    • Fix keyboard shortcuts in anonymous mode #​3945
    • Fix show password in settings #​3966
    • Fix JavaScript warnings for non-validated users #​3980
    • Fix drag & drop layout for subscriptions #​3949
  • Security
    • Better error handling when a user does not exist (especially for API) #​3751, #​4084
    • Do not show Add new feed for anonymous users #​4040
    • Do not show Mark as read / unread / favourite for anonymous users #​3871, #​3876
    • Do not show back link on error pages if the user does not have access #​3765
    • Only show Back to RSS feeds when logged-in #​3790
    • Fix for special characters in keyboard shortcuts #​3922
    • Remove old workarounds with white space to prevent password autocompletion #​3814
  • Compatibility
    • Require PHP 7.0+ (drop support for PHP 5.x) #​3666
    • Drop support for Microsoft Internet Explorer (IE11) #​3666
    • Fix some warnings with PHP 8.1+ #​4012, #​4018
    • Fix back-compatibility with Git 2.21- for automatic updates #​3669
    • Fix JavaScript caching and compression for some Apache platforms #​4075
  • Deployment
    • Docker: development image :oldest is now based on alpine:3.5 with PHP 7.0.33 and Apache 2.4.35 #​3666
    • Docker: default image updated to Debian 11 Bullseye with PHP 7.4.25 and Apache 2.4.51 #​3782
    • Docker: alternative image updated to Alpine 3.15 with PHP 8.0.14 and Apache 2.4.52 #​3996
    • Docker: fix inclusion of .htaccess for ./p/themes/ folder #​4074
    • Docker: only add the crontab when CRON_MIN is set #​3927
    • Docker: move logic to disable FreshRSS updates #​3973
    • Docker: allow mounting a volume for the cron file #​3927
    • Images on Docker Hub are automatically scanned for software vulnerabilities
  • UI
  • Themes
    • Show search box for all themes in mobile view #​4025
    • Fix alternative-dark theme to avoid bright elements #​3774, #​3806
    • Improve the contrast of message boxes for the Origine theme #​3725
    • Uniformize the size of inputand select elements for the Origine theme #​3727
    • Fix style of banner text for the Origine theme #​3731
  • i18n
  • Extensions
    • Add system configuration for extension #​3626
  • SimplePie
    • Merge from upstream, help with PHP 8.1+ #​4011
    • Fallback to file extensions for enclosures not providing a media type #​3861
  • Misc.
    • Implement GitHub Actions for continuous integration / automated testing 3920
    • Use ESLint instead of JSHint #​3906
    • Improve .editorconfig and .stylelintrc #​3895, #​3912
    • Simplify Minz code with PHP 7 ?? operator #​4020
    • Upgrade PHPMailer to 6.5.1 #​3977
    • Added Raindrop.io as sharing option #​3717
    • Delete outdated information regarding Firefox feed reader list #​3822

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, click this checkbox.

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 | `1.18.1` -> `1.19.1` | --- ### Release Notes <details> <summary>FreshRSS/FreshRSS</summary> ### [`v1.19.1`](https://github.com/FreshRSS/FreshRSS/blob/HEAD/CHANGELOG.md#&#8203;2022-01-02-FreshRSS-1191) [Compare Source](https://github.com/FreshRSS/FreshRSS/compare/1.19.0...1.19.1) - Bug fixing - Fix some filters for automatic article actions (e.g., `!pubdate:P3d`) [#&#8203;4092](https://github.com/FreshRSS/FreshRSS/pull/4092) - Features - New search operator on article IDs (useful to show a single article, extensions) [#&#8203;4058](https://github.com/FreshRSS/FreshRSS/pull/4058) - Entry (article) ID: `e:1639310674957894` or multiple entry IDs (*or*): `e:1639310674957894,1639310674957893` - UI - Fix left navigation with long category names [#&#8203;4055](https://github.com/FreshRSS/FreshRSS/pull/4055) - Show *My labels* menu also when empty [#&#8203;4065](https://github.com/FreshRSS/FreshRSS/pull/4065) - Improve category titles on global view [#&#8203;4059](https://github.com/FreshRSS/FreshRSS/pull/4059) - Disable dynamic favicon for browser / extensions blocking canvas [#&#8203;4098](https://github.com/FreshRSS/FreshRSS/pull/4098) - Minor UI and style improvements [#&#8203;4061](https://github.com/FreshRSS/FreshRSS/pull/4061), [#&#8203;4067](https://github.com/FreshRSS/FreshRSS/pull/4067), [#&#8203;4085](https://github.com/FreshRSS/FreshRSS/pull/4085) - SimplePie - Manual update to SimplePie 1.5.8 [#&#8203;4113](https://github.com/FreshRSS/FreshRSS/pull/4113) - Code improvements - Add PHPStan [level 1](https://phpstan.org/user-guide/rule-levels) for code quality [#&#8203;4021](https://github.com/FreshRSS/FreshRSS/pull/4021) ### [`v1.19.0`](https://github.com/FreshRSS/FreshRSS/blob/HEAD/CHANGELOG.md#&#8203;2021-12-31-FreshRSS-1190) [Compare Source](https://github.com/FreshRSS/FreshRSS/compare/1.18.1...1.19.0) - Features - New thumbnail and/or summary options for the normal view [#&#8203;3805](https://github.com/FreshRSS/FreshRSS/pull/3805) - New setting to automatically mark as read a new article if there is already one with the same title in the same feed [#&#8203;3303](https://github.com/FreshRSS/FreshRSS/pull/3303) - New setting to keep only a maximum number of unread articles in a given feed [#&#8203;3303](https://github.com/FreshRSS/FreshRSS/pull/3303) - New search operator based on custom labels, or not [#&#8203;3709](https://github.com/FreshRSS/FreshRSS/pull/3709) - Search articles with label IDs: `L:12,13,14` or label names: `label:something` or `labels:"my label,my other label,🧪"` - Search articles with any label: `L:*` or no label: `!L:*` - Add support for installable progressive web app (PWA) [#&#8203;3890](https://github.com/FreshRSS/FreshRSS/pull/3890) - Bug fixing - Fix marking as read a label with SQLite and PostgreSQL [#&#8203;3711](https://github.com/FreshRSS/FreshRSS/pull/3711) - Better fallback for feeds without title [#&#8203;3787](https://github.com/FreshRSS/FreshRSS/pull/3787) - Fix auto-load articles in anonymous mode and global view [#&#8203;4082](https://github.com/FreshRSS/FreshRSS/pull/4082) - Fix several typos found by PHPStan, including one affecting the cache of *keep max unread articles* [#&#8203;4019](https://github.com/FreshRSS/FreshRSS/pull/4019) - Fix warning in Fever API [#&#8203;4056](https://github.com/FreshRSS/FreshRSS/pull/4056) - Show *no articles* alert-box also in global view [#&#8203;4042](https://github.com/FreshRSS/FreshRSS/pull/4042), [#&#8203;3099](https://github.com/FreshRSS/FreshRSS/pull/3999) - Fix theme selection when a theme has been deleted [#&#8203;3874](https://github.com/FreshRSS/FreshRSS/pull/3874) - Fix keyboard shortcuts in anonymous mode [#&#8203;3945](https://github.com/FreshRSS/FreshRSS/pull/3945) - Fix show password in settings [#&#8203;3966](https://github.com/FreshRSS/FreshRSS/pull/3966) - Fix JavaScript warnings for non-validated users [#&#8203;3980](https://github.com/FreshRSS/FreshRSS/pull/3980) - Fix drag & drop layout for subscriptions [#&#8203;3949](https://github.com/FreshRSS/FreshRSS/pull/3949) - Security - Better error handling when a user does not exist (especially for API) [#&#8203;3751](https://github.com/FreshRSS/FreshRSS/pull/3751), [#&#8203;4084](https://github.com/FreshRSS/FreshRSS/pull/4084) - Do not show *Add new feed* for anonymous users [#&#8203;4040](https://github.com/FreshRSS/FreshRSS/pull/4040) - Do not show *Mark as read / unread / favourite* for anonymous users [#&#8203;3871](https://github.com/FreshRSS/FreshRSS/pull/3871), [#&#8203;3876](https://github.com/FreshRSS/FreshRSS/pull/3876) - Do not show back link on error pages if the user does not have access [#&#8203;3765](https://github.com/FreshRSS/FreshRSS/pull/3765) - Only show *Back to RSS feeds* when logged-in [#&#8203;3790](https://github.com/FreshRSS/FreshRSS/pull/3790) - Fix for special characters in keyboard shortcuts [#&#8203;3922](https://github.com/FreshRSS/FreshRSS/issues/3922) - Remove old workarounds with white space to prevent password autocompletion [#&#8203;3814](https://github.com/FreshRSS/FreshRSS/pull/3814) - Compatibility - Require PHP 7.0+ (drop support for PHP 5.x) [#&#8203;3666](https://github.com/FreshRSS/FreshRSS/pull/3666) - Drop support for Microsoft Internet Explorer (IE11) [#&#8203;3666](https://github.com/FreshRSS/FreshRSS/pull/3666) - Fix some warnings with PHP 8.1+ [#&#8203;4012](https://github.com/FreshRSS/FreshRSS/pull/4012), [#&#8203;4018](https://github.com/FreshRSS/FreshRSS/pull/4018) - Fix back-compatibility with Git 2.21- for automatic updates [#&#8203;3669](https://github.com/FreshRSS/FreshRSS/pull/3669) - Fix JavaScript caching and compression for some Apache platforms [#&#8203;4075](https://github.com/FreshRSS/FreshRSS/pull/4075) - Deployment - Docker: development image `:oldest` is now based on `alpine:3.5` with PHP 7.0.33 and Apache 2.4.35 [#&#8203;3666](https://github.com/FreshRSS/FreshRSS/pull/3666) - Docker: default image updated to Debian 11 Bullseye with PHP 7.4.25 and Apache 2.4.51 [#&#8203;3782](https://github.com/FreshRSS/FreshRSS/pull/3782) - Docker: alternative image updated to Alpine 3.15 with PHP 8.0.14 and Apache 2.4.52 [#&#8203;3996](https://github.com/FreshRSS/FreshRSS/pull/3996) - Docker: fix inclusion of `.htaccess` for `./p/themes/` folder [#&#8203;4074](https://github.com/FreshRSS/FreshRSS/pull/4074) - Docker: only add the crontab when `CRON_MIN` is set [#&#8203;3927](https://github.com/FreshRSS/FreshRSS/pull/3927) - Docker: move logic to disable FreshRSS updates [#&#8203;3973](https://github.com/FreshRSS/FreshRSS/pull/3973) - Docker: allow mounting a volume for the cron file [#&#8203;3927](https://github.com/FreshRSS/FreshRSS/pull/3927) - Images on Docker Hub are automatically scanned for software vulnerabilities - UI - Remember article filters when changing views (category / feed) [#&#8203;3986](https://github.com/FreshRSS/FreshRSS/pull/3986) - Mobile view can access the configuration menu [#&#8203;3879](https://github.com/FreshRSS/FreshRSS/pull/3879), [#&#8203;3881](https://github.com/FreshRSS/FreshRSS/pull/3881) - Improve layout of settings on small screen [#&#8203;3818](https://github.com/FreshRSS/FreshRSS/pull/3818), [#&#8203;3819](https://github.com/FreshRSS/FreshRSS/pull/3819) - New shortcut to jump to next unread article [#&#8203;3891](https://github.com/FreshRSS/FreshRSS/pull/3891) - New shortcut to actualise feeds [#&#8203;3900](https://github.com/FreshRSS/FreshRSS/pull/3900) - Implement Escape shortcut to close panels [#&#8203;3901](https://github.com/FreshRSS/FreshRSS/pull/3901) - Improve layout of subscription management page [#&#8203;3893](https://github.com/FreshRSS/FreshRSS/pull/3893) - Use HTML5 tags with better semantics and structure [#&#8203;3651](https://github.com/FreshRSS/FreshRSS/pull/3651), [#&#8203;3676](https://github.com/FreshRSS/FreshRSS/pull/3676), [#&#8203;3713](https://github.com/FreshRSS/FreshRSS/pull/3713), [#&#8203;3747](https://github.com/FreshRSS/FreshRSS/pull/3747), [#&#8203;3830](https://github.com/FreshRSS/FreshRSS/pull/3830), [#&#8203;3851](https://github.com/FreshRSS/FreshRSS/pull/3851) - Allow JavaScript in themes [#&#8203;3739](https://github.com/FreshRSS/FreshRSS/pull/3739) - Improve layout of statistics [#&#8203;3797](https://github.com/FreshRSS/FreshRSS/pull/3797), [#&#8203;3799](https://github.com/FreshRSS/FreshRSS/pull/3799), [#&#8203;3803](https://github.com/FreshRSS/FreshRSS/pull/3803) - Replace flotr2 with chart.js library [#&#8203;3858](https://github.com/FreshRSS/FreshRSS/pull/3858) - Remove jQuery fully [#&#8203;3847](https://github.com/FreshRSS/FreshRSS/pull/3847) - Improve label management [#&#8203;3959](https://github.com/FreshRSS/FreshRSS/pull/3959) - Update layout of user queries [#&#8203;3827](https://github.com/FreshRSS/FreshRSS/pull/3827) - Improve style of install procedure [#&#8203;3721](https://github.com/FreshRSS/FreshRSS/pull/3721) - Add retry button when checking requirements during install [#&#8203;3771](https://github.com/FreshRSS/FreshRSS/pull/3771) - Improve notification icon [#&#8203;3678](https://github.com/FreshRSS/FreshRSS/pull/3678) - Add CSS class to back links [#&#8203;3761](https://github.com/FreshRSS/FreshRSS/pull/3761) - Better support for `400` and `405` HTTP error codes [#&#8203;3981](https://github.com/FreshRSS/FreshRSS/pull/3981) - Many minor UI and style improvements [#&#8203;3792](https://github.com/FreshRSS/FreshRSS/pull/3792), [#&#8203;3795](https://github.com/FreshRSS/FreshRSS/pull/3795), [#&#8203;3801](https://github.com/FreshRSS/FreshRSS/pull/3801), [#&#8203;3802](https://github.com/FreshRSS/FreshRSS/pull/3802), [#&#8203;3817](https://github.com/FreshRSS/FreshRSS/pull/3817), [#&#8203;3821](https://github.com/FreshRSS/FreshRSS/pull/3821), [#&#8203;3824](https://github.com/FreshRSS/FreshRSS/pull/3824), [#&#8203;3831](https://github.com/FreshRSS/FreshRSS/pull/3831), [#&#8203;3832](https://github.com/FreshRSS/FreshRSS/pull/3832), [#&#8203;3877](https://github.com/FreshRSS/FreshRSS/pull/3877), [#&#8203;3880](https://github.com/FreshRSS/FreshRSS/pull/3880), [#&#8203;3969](https://github.com/FreshRSS/FreshRSS/pull/3969), [#&#8203;3989](https://github.com/FreshRSS/FreshRSS/pull/3989), [#&#8203;3990](https://github.com/FreshRSS/FreshRSS/pull/3990), [#&#8203;4005](https://github.com/FreshRSS/FreshRSS/pull/4005), [#&#8203;4015](https://github.com/FreshRSS/FreshRSS/pull/4015) - Themes - Show search box for all themes in mobile view [#&#8203;4025](https://github.com/FreshRSS/FreshRSS/pull/4025) - Fix *alternative-dark* theme to avoid bright elements [#&#8203;3774](https://github.com/FreshRSS/FreshRSS/pull/3774), [#&#8203;3806](https://github.com/FreshRSS/FreshRSS/pull/3806) - Improve the contrast of message boxes for the *Origine* theme [#&#8203;3725](https://github.com/FreshRSS/FreshRSS/pull/3725) - Uniformize the size of `input`and `select` elements for the *Origine* theme [#&#8203;3727](https://github.com/FreshRSS/FreshRSS/pull/3727) - Fix style of banner text for the *Origine* theme [#&#8203;3731](https://github.com/FreshRSS/FreshRSS/pull/3731) - i18n - Fix language of e-mail notifications [#&#8203;4076](https://github.com/FreshRSS/FreshRSS/pull/4076) - Lint i18n [#&#8203;3841](https://github.com/FreshRSS/FreshRSS/pull/3841) - Fix bug in French and German translations of new/old tags [#&#8203;3703](https://github.com/FreshRSS/FreshRSS/pull/3703), [#&#8203;3668](https://github.com/FreshRSS/FreshRSS/pull/3668) - Fix name of keyboard shortcut to open in new tab [#&#8203;3899](https://github.com/FreshRSS/FreshRSS/pull/3899) - Add Japanese [#&#8203;3828](https://github.com/FreshRSS/FreshRSS/pull/3828), [#&#8203;3834](https://github.com/FreshRSS/FreshRSS/pull/3834) - Improve Chineese [#&#8203;3926](https://github.com/FreshRSS/FreshRSS/pull/3926), [#&#8203;3947](https://github.com/FreshRSS/FreshRSS/pull/3947), [#&#8203;3963](https://github.com/FreshRSS/FreshRSS/pull/3963), [#&#8203;4084](https://github.com/FreshRSS/FreshRSS/pull/4084) - Improve Dutch [#&#8203;3844](https://github.com/FreshRSS/FreshRSS/pull/3844), [#&#8203;3928](https://github.com/FreshRSS/FreshRSS/pull/3928) - Improve German [#&#8203;3720](https://github.com/FreshRSS/FreshRSS/pull/3720), [#&#8203;3846](https://github.com/FreshRSS/FreshRSS/pull/3846), [#&#8203;3913](https://github.com/FreshRSS/FreshRSS/pull/3913), [#&#8203;4008](https://github.com/FreshRSS/FreshRSS/pull/4008) - Improve Italian [#&#8203;3939](https://github.com/FreshRSS/FreshRSS/pull/3939) - Improve Korean [#&#8203;3914](https://github.com/FreshRSS/FreshRSS/pull/3914) - Improve Occitan [#&#8203;3935](https://github.com/FreshRSS/FreshRSS/pull/3935) - Improve Polish [#&#8203;4027](https://github.com/FreshRSS/FreshRSS/pull/4027) - Improve Portuguese [#&#8203;3908](https://github.com/FreshRSS/FreshRSS/pull/3908), [#&#8203;3925](https://github.com/FreshRSS/FreshRSS/pull/3925) - Improve Russian [#&#8203;3907](https://github.com/FreshRSS/FreshRSS/pull/3907) - Improve Slovak [#&#8203;4036](https://github.com/FreshRSS/FreshRSS/pull/4036) - Improve Spanish [#&#8203;3916](https://github.com/FreshRSS/FreshRSS/pull/3916) - Extensions - Add system configuration for extension [#&#8203;3626](https://github.com/FreshRSS/FreshRSS/pull/3626) - SimplePie - Merge from upstream, help with PHP 8.1+ [#&#8203;4011](https://github.com/FreshRSS/FreshRSS/pull/4011) - Fallback to file extensions for enclosures not providing a media type [#&#8203;3861](https://github.com/FreshRSS/FreshRSS/pull/3861) - Misc. - Implement GitHub Actions for continuous integration / automated testing [3920](https://github.com/FreshRSS/FreshRSS/pull/3920) - Use ESLint instead of JSHint [#&#8203;3906](https://github.com/FreshRSS/FreshRSS/pull/3906) - Improve `.editorconfig` and `.stylelintrc` [#&#8203;3895](https://github.com/FreshRSS/FreshRSS/pull/3895), [#&#8203;3912](https://github.com/FreshRSS/FreshRSS/pull/3912) - Simplify Minz code with PHP 7 `??` operator [#&#8203;4020](https://github.com/FreshRSS/FreshRSS/pull/4020) - Upgrade PHPMailer to 6.5.1 [#&#8203;3977](https://github.com/FreshRSS/FreshRSS/pull/3977) - Added Raindrop.io as sharing option [#&#8203;3717](https://github.com/FreshRSS/FreshRSS/pull/3717) - Delete outdated information regarding Firefox feed reader list [#&#8203;3822](https://github.com/FreshRSS/FreshRSS/pull/3822) </details> --- ### 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovator changed title from chore(deps): update dependency freshrss/freshrss to v1.19.0 to chore(deps): update dependency freshrss/freshrss to v1.19.1 2022-01-02 20:01:35 +01:00
renovator force-pushed renovate/freshrss-freshrss-1.x from 91cd6dd0a4 to 16ae86fb8d 2022-01-02 20:01:36 +01:00 Compare
xoxys merged commit cab0b10c2e into main 2022-01-07 09:14:01 +01:00
xoxys deleted branch renovate/freshrss-freshrss-1.x 2022-01-07 09:14:01 +01: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#46
No description provided.