proton-pass: Add version 1.34.2#16260
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughAdds a new Scoop manifest Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor User
participant Scoop as "Scoop CLI"
participant Manifest as "proton-pass.json"
participant Server as "proton.me"
participant OS as "System"
User->>Scoop: scoop install proton-pass
Scoop->>Manifest: read metadata (url_64, sha1, extract_dir, shortcut)
Scoop->>Server: download installer (x64)
Server-->>Scoop: installer binary
Scoop->>Scoop: verify SHA-1
Scoop->>OS: extract files to lib\net45
OS-->>Scoop: files installed
Scoop->>OS: create shortcut "Proton Pass" -> ProtonPass.exe
User->>Scoop: scoop checkup / scoop update
Scoop->>Manifest: fetch checkver (version.json) with JSONPath (Stable)
Server-->>Scoop: version info (Stable)
alt newer version available
Scoop->>Manifest: construct autoupdate URL (x64)
Scoop->>Server: fetch RELEASES for hash reference
end
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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. proton-pass
|
|
/verify |
|
All changes look good. Wait for review from human collaborators. proton-pass
|
Closes #14390
Summary by CodeRabbit
New Features
Chores