-
Notifications
You must be signed in to change notification settings - Fork 1.5k
tcno-acc-switcher: Update to version 2024-08-30_01, fix checkver & autoupdate #16447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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 (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (6)
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
|
Summary
Updates
tcno-acc-switcherto version 2024-08-30_01 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