Skip to main content

max / audiofiles

Follow quasi to 0.98: Screen and Chrome each grew a member Additive for this app: no described screen here names an opening question and there is no band, so the window it draws is the one it drew. The bump is here because a git dependency's `version` states which major the consumer was written against.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01MptwXZ8k65v19rFmdGAyki
Author: Max Johnson <me@maxj.phd> · 2026-09-02 13:02 UTC
Signed with PGP, not checked
Commit: c46d83511e4fc336ffe605e6e29b157804a96297
Parent: 3f5e70d
2 files changed, +14 insertions, -14 deletions
M Cargo.lock +12 -12
@@ -3074,9 +3074,9 @@
3074 3074
3075 3075 [[package]]
3076 3076 name = "makeover-immediate"
3077 - version = "0.43.0"
3077 + version = "0.44.0"
3078 3078 source = "registry+https://github.com/rust-lang/crates.io-index"
3079 - checksum = "099921663fba546bd6074bfb84f91a0265e161d390f5eefc3c498b566b59e6be"
3079 + checksum = "d34f96a7b5b7c26c79ea94b243e911b006e4899270bac418d215ff39f111cda9"
3080 3080 dependencies = [
3081 3081 "egui",
3082 3082 "egui_extras",
@@ -3086,9 +3086,9 @@
3086 3086
3087 3087 [[package]]
3088 3088 name = "makeover-layout"
3089 - version = "0.42.0"
3089 + version = "0.43.0"
3090 3090 source = "registry+https://github.com/rust-lang/crates.io-index"
3091 - checksum = "662f6e429e96748bd0d6690963df98af2224adfa26e9b30789eb72b1cb044a09"
3091 + checksum = "c0a9124f65373683ae4320b00bf4a6198b2554ef3ad3af2806b413ac164545fa"
3092 3092
3093 3093 [[package]]
3094 3094 name = "makeover-timing"
@@ -4256,7 +4256,7 @@
4256 4256
4257 4257 [[package]]
4258 4258 name = "quasi-immediate"
4259 - version = "0.97.0"
4259 + version = "0.98.0"
4260 4260 dependencies = [
4261 4261 "docengine",
4262 4262 "egui",
@@ -4267,7 +4267,7 @@
4267 4267
4268 4268 [[package]]
4269 4269 name = "quasi-router"
4270 - version = "0.97.0"
4270 + version = "0.98.0"
4271 4271 dependencies = [
4272 4272 "makeover-layout",
4273 4273 ]
@@ -7570,19 +7570,19 @@
7570 7570
7571 7571 [[patch.unused]]
7572 7572 name = "quasi-axum"
7573 - version = "0.97.0"
7573 + version = "0.98.0"
7574 7574
7575 7575 [[patch.unused]]
7576 7576 name = "quasi-basics"
7577 - version = "0.97.0"
7577 + version = "0.98.0"
7578 7578
7579 7579 [[patch.unused]]
7580 7580 name = "quasi-http"
7581 - version = "0.97.0"
7581 + version = "0.98.0"
7582 7582
7583 7583 [[patch.unused]]
7584 7584 name = "quasi-notifs"
7585 - version = "0.97.0"
7585 + version = "0.98.0"
7586 7586
7587 7587 [[patch.unused]]
7588 7588 name = "quasi-store"
@@ -7590,11 +7590,11 @@
7590 7590
7591 7591 [[patch.unused]]
7592 7592 name = "quasi-tauri"
7593 - version = "0.97.0"
7593 + version = "0.98.0"
7594 7594
7595 7595 [[patch.unused]]
7596 7596 name = "quasi-webview"
7597 - version = "0.97.0"
7597 + version = "0.98.0"
7598 7598
7599 7599 [[patch.unused]]
7600 7600 name = "quasi-type"
M Cargo.toml +2 -2
@@ -26,8 +26,8 @@
26 26 # The described screens, which are audiofiles-browser's screens. By git URL with
27 27 # a version requirement, per the tree's rule for cross-repo deps. They were
28 28 # behind a `quasi` feature until 2026-08-25, when the last flip landed.
29 - quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.97" }
30 - quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.97" }
29 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.98" }
30 + quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.98" }
31 31 egui = { version = "0.35", default-features = false, features = ["default_fonts"] }
32 32 egui_extras = { version = "0.35", default-features = false }
33 33 eframe = { version = "0.35", default-features = false, features = ["default_fonts", "glow"] }