Skip to content

rssguard: Update to version 5.2.1, switch to webviewer variant#18215

Merged
z-Fng merged 4 commits into
ScoopInstaller:masterfrom
arvdk:rssguard-fix
Jul 3, 2026
Merged

rssguard: Update to version 5.2.1, switch to webviewer variant#18215
z-Fng merged 4 commits into
ScoopInstaller:masterfrom
arvdk:rssguard-fix

Conversation

@arvdk

@arvdk arvdk commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Closes #18210

https://rssguard.readthedocs.io/en/latest/features/article-display.html

Note that rssguard has been updated from 5.0.4 -> 5.2.1. Since version 5.1.0, functionality has been split in two:

Downloads are now split into TextBrowserViewer and WebEngineViewer variants

I only fixed the manifest, and don't know which of those should be in this manifest. I went with web for now, but asking the issuer if my guess is right. The alternative has an url ending with rssguard-$version-text-qt6-win10.7z.

  • Use conventional PR title: <manifest-name[@version]|chore>: <general summary of the pull request>
  • I have read the Contributing Guide

@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 211f1168-ddcd-4215-9b6c-acf37c14284a

📥 Commits

Reviewing files that changed from the base of the PR and between 78da8a7 and af399bb.

📒 Files selected for processing (1)
  • bucket/rssguard.json
🚧 Files skipped from review as they are similar to previous changes (1)
  • bucket/rssguard.json

📝 Walkthrough

Walkthrough

The PR updates rssguard.json to version 5.2.1, replaces the 64-bit download URL and SHA-256 hash, and adjusts the checkver and autoupdate matching rules to target the new RSS Guard asset naming.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Sequence Diagram(s)

See hidden artifact.

Related issues: Fixes #18210.

Suggested labels: manifest-update

Suggested reviewers: none

Poem:
Five-two-one now takes the stage,
New asset name, same manifest page.
Hash and URL point to the release,
Update checks now match with ease.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the manifest version bump and variant switch.
Description check ✅ Passed The description includes the linked issue, change summary, and required checklist items.
Linked Issues check ✅ Passed The manifest is updated to RSS Guard 5.2.1 as requested by issue #18210.
Out of Scope Changes check ✅ Passed The changes stay focused on the rssguard manifest update and variant selection.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@arvdk

This comment was marked as outdated.

@github-actions

This comment was marked as outdated.

@z-Fng z-Fng self-requested a review July 3, 2026 17:01
@z-Fng z-Fng changed the title rssguard: Update to 5.2.1, fixed autoupdate rssguard: Update to version 5.2.1, fix checkver & autoupdate Jul 3, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@bucket/rssguard.json`:
- Around line 23-27: The asset selector in checkver is using a JSONPath regex
filter that checkver.ps1 cannot evaluate, so the version lookup will fail.
Update the checkver configuration in rssguard.json by making checkver.jsonpath
use a plain asset-name path without the =~ filter, and keep the version
parsing/matching logic in checkver.regex. Use the existing github, jsonpath, and
regex entries to locate the checkver block.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 08fcd49a-1448-469e-af8a-f482688af58e

📥 Commits

Reviewing files that changed from the base of the PR and between 5fbb4f1 and 4abf1da.

📒 Files selected for processing (1)
  • bucket/rssguard.json

Comment thread bucket/rssguard.json
@z-Fng z-Fng changed the title rssguard: Update to version 5.2.1, fix checkver & autoupdate rssguard: Update to version 5.2.1, switch to the Web Viewer variant Jul 3, 2026
@z-Fng

z-Fng commented Jul 3, 2026

Copy link
Copy Markdown
Member

/verify

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

rssguard

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

@z-Fng z-Fng changed the title rssguard: Update to version 5.2.1, switch to the Web Viewer variant rssguard: Update to version 5.2.1, switch to Web Viewer variant Jul 3, 2026
@z-Fng z-Fng changed the title rssguard: Update to version 5.2.1, switch to Web Viewer variant rssguard: Update to version 5.2.1, switch to webviewer variant Jul 3, 2026
Updated description and added notes for version 5.1.0.
@z-Fng

z-Fng commented Jul 3, 2026

Copy link
Copy Markdown
Member

/verify

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

rssguard

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

@z-Fng z-Fng left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!

@z-Fng z-Fng merged commit 08427bf into ScoopInstaller:master Jul 3, 2026
3 checks passed
@arvdk arvdk deleted the rssguard-fix branch July 3, 2026 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: RSS Guard is not following updates since March

2 participants