Skip to main content

max / audiofiles

Take makeover-immediate 0.26.0: the unchosen option reads as usable The renderer grew a content-secondary field for it, so the palette this app hands it fills one more line off the theme it already resolves. Nothing else here moves: content_secondary has been in the theme since the tonal steps were derived, and every other consumer of it in this app is unchanged.
Author: Max Johnson <me@maxj.phd> · 2026-08-16 21:44 UTC
Signed with PGP, not checked
Commit: 867d6570dcd80f47055d58d217b436e66a46c45b
Parent: 743a6c0
3 files changed, +16 insertions, -15 deletions
M Cargo.lock +14 -14
@@ -3072,9 +3072,9 @@
3072 3072
3073 3073 [[package]]
3074 3074 name = "makeover-immediate"
3075 - version = "0.25.0"
3075 + version = "0.26.0"
3076 3076 source = "registry+https://github.com/rust-lang/crates.io-index"
3077 - checksum = "c78ddbf237c617715e8ed0c174a46f52d7135a388a0f786a164acc2bca8cb97f"
3077 + checksum = "e9946bbd05379c4aa025389d129c44440006c4aad2ec039a9e92ef7061b95191"
3078 3078 dependencies = [
3079 3079 "egui",
3080 3080 "egui_extras",
@@ -7543,18 +7543,6 @@
7543 7543 "winnow 1.0.4",
7544 7544 ]
7545 7545
7546 - [[patch.unused]]
7547 - name = "kberg"
7548 - version = "0.1.0"
7549 -
7550 - [[patch.unused]]
7551 - name = "ops-status"
7552 - version = "0.1.0"
7553 -
7554 - [[patch.unused]]
7555 - name = "painhours"
7556 - version = "0.1.0"
7557 -
7558 7546 [[patch.unused]]
7559 7547 name = "quasi-axum"
7560 7548 version = "0.17.0"
@@ -7578,3 +7566,15 @@
7578 7566 [[patch.unused]]
7579 7567 name = "quasi-webview"
7580 7568 version = "0.17.0"
7569 +
7570 + [[patch.unused]]
7571 + name = "kberg"
7572 + version = "0.1.0"
7573 +
7574 + [[patch.unused]]
7575 + name = "ops-status"
7576 + version = "0.1.0"
7577 +
7578 + [[patch.unused]]
7579 + name = "painhours"
7580 + version = "0.1.0"
M Cargo.toml +1 -1
@@ -18,7 +18,7 @@
18 18 # makeover-immediate re-exports nothing, so the `Column` the app describes and
19 19 # the `Column` the renderer matches on have to be the same type.
20 20 makeover-layout = "0.27.0"
21 - makeover-immediate = "0.25.0"
21 + makeover-immediate = "0.26.0"
22 22 # The described screens, behind audiofiles-browser's `quasi` feature. By git URL
23 23 # with a version requirement, per the tree's rule for cross-repo deps.
24 24 quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.17" }
@@ -401,6 +401,7 @@
401 401 bevel_dark: t.bevel_dark,
402 402 elevation: t.elevation,
403 403 content: t.content,
404 + content_secondary: t.content_secondary,
404 405 content_muted: t.content_muted,
405 406 action: t.action,
406 407 danger: t.danger,