Skip to main content

max / audiofiles

Take quasi 0.65, where a toast lives 3000ms Forward fix for quasi `e97b09a`, under Max's ruling on `eea7ba88`. quasi-immediate derives LINGER from `makeover_timing::notice_lifetime` now instead of holding four seconds of its own, so a toast in this app goes away a second sooner. The public LINGER name is unchanged.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-27 02:05 UTC
Signed with PGP, not checked
Commit: f9cb421e1c86a63ffdef5978c5da45949d6f93a4
Parent: a6a057a
2 files changed, +15 insertions, -14 deletions
M Cargo.lock +13 -12
@@ -4256,17 +4256,18 @@
4256 4256
4257 4257 [[package]]
4258 4258 name = "quasi-immediate"
4259 - version = "0.64.0"
4259 + version = "0.65.0"
4260 4260 dependencies = [
4261 4261 "docengine",
4262 4262 "egui",
4263 4263 "makeover-immediate",
4264 + "makeover-timing",
4264 4265 "quasi-router",
4265 4266 ]
4266 4267
4267 4268 [[package]]
4268 4269 name = "quasi-router"
4269 - version = "0.64.0"
4270 + version = "0.65.0"
4270 4271 dependencies = [
4271 4272 "makeover-layout",
4272 4273 ]
@@ -7557,19 +7558,19 @@
7557 7558
7558 7559 [[patch.unused]]
7559 7560 name = "quasi-axum"
7560 - version = "0.64.0"
7561 + version = "0.65.0"
7561 7562
7562 7563 [[patch.unused]]
7563 7564 name = "quasi-basics"
7564 - version = "0.64.0"
7565 + version = "0.65.0"
7565 7566
7566 7567 [[patch.unused]]
7567 7568 name = "quasi-http"
7568 - version = "0.64.0"
7569 + version = "0.65.0"
7569 7570
7570 7571 [[patch.unused]]
7571 7572 name = "quasi-notifs"
7572 - version = "0.64.0"
7573 + version = "0.65.0"
7573 7574
7574 7575 [[patch.unused]]
7575 7576 name = "quasi-store"
@@ -7577,15 +7578,11 @@
7577 7578
7578 7579 [[patch.unused]]
7579 7580 name = "quasi-tauri"
7580 - version = "0.64.0"
7581 + version = "0.65.0"
7581 7582
7582 7583 [[patch.unused]]
7583 7584 name = "quasi-webview"
7584 - version = "0.64.0"
7585 -
7586 - [[patch.unused]]
7587 - name = "quasi-type"
7588 - version = "0.1.0"
7585 + version = "0.65.0"
7589 7586
7590 7587 [[patch.unused]]
7591 7588 name = "kberg"
@@ -7598,3 +7595,7 @@
7598 7595 [[patch.unused]]
7599 7596 name = "painhours"
7600 7597 version = "0.1.0"
7598 +
7599 + [[patch.unused]]
7600 + name = "quasi-type"
7601 + version = "0.1.0"
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.64" }
30 - quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.64" }
29 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.65" }
30 + quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.65" }
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"] }