tcno-acc-switcher: Update to version 2025-11-20_03, fix checkver & autoupdate#16447
Conversation
WalkthroughThe manifest for TcNo Account Switcher is updated to adopt architecture-aware deployment, GitHub API-based version checking with JSONPath queries, and expanded metadata including notes and installer shortcuts. The checkver and autoupdate mechanisms transition from simple GitHub patterns to structured API calls with regex extraction. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Single file with clear structural updates following standard manifest patterns. Requires verification of JSONPath expression accuracy and URL template correctness, but changes are homogeneous and self-contained. Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
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. tcno-acc-switcher
|
3b18679 to
9212700
Compare
|
/verify |
|
All changes look good. Wait for review from human collaborators. tcno-acc-switcher
|
|
/verify |
|
All changes look good. Wait for review from human collaborators. tcno-acc-switcher
|
Summary
Updates
tcno-acc-switcherto version 2025-11-20_03 and fixes checkver and autoupdate URLs.Related Issue
Changes
architectureblock with explicit 64-bit supportcheckverto use GitHub API for more reliable version detectionautoupdatelogic with regex-based asset matchingNotes
The software no longer uses the traditional
v[\d.]+versioning format.Instead, it now adopts a date-based versioning scheme, and the
$.namefield no longer contains the conventional numeric version pattern.Testing
<manifest-name[@version]|chore>: <general summary of the pull request>Summary by CodeRabbit
New Features
Updates