rssguard@5.0.2: Update persist folder name#17339
Conversation
data4 -> data5
WalkthroughA configuration value in bucket/rssguard.json was updated, changing the persist property from "data4" to "data5". Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). 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. Comment |
|
All changes look good. Wait for review from human collaborators. rssguard
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@bucket/rssguard.json`:
- Line 22: Add a "notes" array to the RSS Guard manifest next to the existing
"persist": "data5" entry documenting the incompatible database change from 4.x
("data4") to 5.x ("data5") and providing a migration path; follow the Scoop
bucket convention used in manifests like youtube-music.json and yapi.json and
include two lines: one stating that "RSS Guard 5.x uses 'data5' and is
incompatible with 4.x databases in 'data4'", and another instructing users
upgrading from 4.x to either import feeds via RSS Guard's built-in import
feature or manually copy 'data4' to 'data5' before first launch.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: d09aa797-fa33-4bb3-bd2e-7b3a57cf03a2
📒 Files selected for processing (1)
bucket/rssguard.json
According to the docs, the data folder in portable mode now is called data5, after the release of version 5.0.0.
<manifest-name[@version]|chore>: <general summary of the pull request>Summary by CodeRabbit