feat: 10 application improvements (low + medium + high priority)#53
Merged
Conversation
Closed: rand, zip, rubato, sha2, rodio (all fail CI or need major migration) Closed: npm patch group (tiptap-markdown v3 peer dep conflict) Added ignore rules for all cargo major bumps that can't auto-merge. Remaining dependabot PRs: 0 open. All triaged.
Adds a dedicated manifest job (needs: release) that generates a consolidated multi-platform latest.json and uploads it with --clobber after all platform builds complete. This eliminates the updater race condition where clients see a new version before their platform binary is uploaded. The manifest job reads all .sig files from the release assets, extracts their signatures, maps them to Tauri platform keys, and constructs a single JSON manifest. Prune job now depends on both release + manifest.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
10 improvements across 3 priority levels, all implemented via subagent-driven development with spec → plan → implementation workflow.
Low priority
0cf57a649afcc9Medium priority
d115f2cc9a00386e4d6a703900baHigh priority
0a7177c20293107be4288,e08dc94,8ed56ea5d01a62,6a8064f,f6308f4Verification
cargo clippy --workspace— cleannpm run check— 0 errors, 0 warningsnpx vitest run— 419 tests pass (48 files)cargo test --workspace --lib— passes (except pre-existing flaky file_crypto test)cargo fmt --check— cleanKey safety notes
is_encryptedguard in the startup sweep to prevent double-encrypting.