Skip to main content

max / goingson

Follow quasi to 0.98: Screen and Chrome each grew a member Additive for this app: nothing here declares a band and no screen names an opening question, 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, and leaving it on 0.97 would be pinning back to buy time.
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: d190aa728694500c4b1ea0b1d85a63e4a394e8d1
Parent: f321463
2 files changed, +44 insertions, -42 deletions
M Cargo.lock +38 -36
@@ -1387,7 +1387,7 @@
1387 1387 "libc",
1388 1388 "option-ext",
1389 1389 "redox_users",
1390 - "windows-sys 0.61.2",
1390 + "windows-sys 0.60.2",
1391 1391 ]
1392 1392
1393 1393 [[package]]
@@ -1628,7 +1628,7 @@
1628 1628 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1629 1629 dependencies = [
1630 1630 "libc",
1631 - "windows-sys 0.61.2",
1631 + "windows-sys 0.60.2",
1632 1632 ]
1633 1633
1634 1634 [[package]]
@@ -3443,7 +3443,9 @@
3443 3443
3444 3444 [[package]]
3445 3445 name = "makeover-build"
3446 - version = "0.64.0"
3446 + version = "0.65.0"
3447 + source = "registry+https://github.com/rust-lang/crates.io-index"
3448 + checksum = "a4118bf04192ff4fcfd4c8fa4ac7d956a1f9bb37fc204a56c9e9be4668c88491"
3447 3449 dependencies = [
3448 3450 "makeover",
3449 3451 "makeover-geometry",
@@ -3460,6 +3462,8 @@
3460 3462 [[package]]
3461 3463 name = "makeover-layout"
3462 3464 version = "0.43.0"
3465 + source = "registry+https://github.com/rust-lang/crates.io-index"
3466 + checksum = "c0a9124f65373683ae4320b00bf4a6198b2554ef3ad3af2806b413ac164545fa"
3463 3467
3464 3468 [[package]]
3465 3469 name = "makeover-timing"
@@ -3472,7 +3476,9 @@
3472 3476
3473 3477 [[package]]
3474 3478 name = "makeover-touch"
3475 - version = "0.32.0"
3479 + version = "0.33.0"
3480 + source = "registry+https://github.com/rust-lang/crates.io-index"
3481 + checksum = "6281006f62d84f15c8c88662056e32f2027717bdd61f29d36f7917b9a694d64a"
3476 3482 dependencies = [
3477 3483 "makeover-geometry",
3478 3484 "makeover-layout",
@@ -3480,7 +3486,9 @@
3480 3486
3481 3487 [[package]]
3482 3488 name = "makeover-tui"
3483 - version = "0.42.0"
3489 + version = "0.43.0"
3490 + source = "registry+https://github.com/rust-lang/crates.io-index"
3491 + checksum = "39fc9343435bdcbaef8a5f5e2910254b841b08171919c19795dc50be7b1910ba"
3484 3492 dependencies = [
3485 3493 "makeover",
3486 3494 "makeover-layout",
@@ -3490,7 +3498,9 @@
3490 3498
3491 3499 [[package]]
3492 3500 name = "makeover-webview"
3493 - version = "0.71.0"
3501 + version = "0.72.0"
3502 + source = "registry+https://github.com/rust-lang/crates.io-index"
3503 + checksum = "ae1993234ce8b39b26b326b40cf92f455dfe0656b79d96cbe012c09c982df96d"
3494 3504 dependencies = [
3495 3505 "makeover-geometry",
3496 3506 "makeover-layout",
@@ -3639,7 +3649,7 @@
3639 3649 "png 0.18.1",
3640 3650 "serde",
3641 3651 "thiserror 2.0.20",
3642 - "windows-sys 0.61.2",
3652 + "windows-sys 0.60.2",
3643 3653 ]
3644 3654
3645 3655 [[package]]
@@ -3772,7 +3782,7 @@
3772 3782 source = "registry+https://github.com/rust-lang/crates.io-index"
3773 3783 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3774 3784 dependencies = [
3775 - "windows-sys 0.61.2",
3785 + "windows-sys 0.60.2",
3776 3786 ]
3777 3787
3778 3788 [[package]]
@@ -4706,7 +4716,7 @@
4706 4716
4707 4717 [[package]]
4708 4718 name = "quasi-http"
4709 - version = "0.97.0"
4719 + version = "0.98.0"
4710 4720 dependencies = [
4711 4721 "form_urlencoded",
4712 4722 "http",
@@ -4715,7 +4725,7 @@
4715 4725
4716 4726 [[package]]
4717 4727 name = "quasi-notifs"
4718 - version = "0.97.0"
4728 + version = "0.98.0"
4719 4729 dependencies = [
4720 4730 "quasi-router",
4721 4731 "synckit-config",
@@ -4725,14 +4735,14 @@
4725 4735
4726 4736 [[package]]
4727 4737 name = "quasi-router"
4728 - version = "0.97.0"
4738 + version = "0.98.0"
4729 4739 dependencies = [
4730 4740 "makeover-layout",
4731 4741 ]
4732 4742
4733 4743 [[package]]
4734 4744 name = "quasi-tauri"
4735 - version = "0.97.0"
4745 + version = "0.98.0"
4736 4746 dependencies = [
4737 4747 "http",
4738 4748 "quasi-http",
@@ -4758,7 +4768,7 @@
4758 4768
4759 4769 [[package]]
4760 4770 name = "quasi-webview"
4761 - version = "0.97.0"
4771 + version = "0.98.0"
4762 4772 dependencies = [
4763 4773 "docengine",
4764 4774 "makeover-layout",
@@ -5197,7 +5207,7 @@
5197 5207 "errno",
5198 5208 "libc",
5199 5209 "linux-raw-sys",
5200 - "windows-sys 0.61.2",
5210 + "windows-sys 0.60.2",
5201 5211 ]
5202 5212
5203 5213 [[package]]
@@ -5254,7 +5264,7 @@
5254 5264 "security-framework",
5255 5265 "security-framework-sys",
5256 5266 "webpki-root-certs",
5257 - "windows-sys 0.61.2",
5267 + "windows-sys 0.60.2",
5258 5268 ]
5259 5269
5260 5270 [[package]]
@@ -5794,7 +5804,7 @@
5794 5804 checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
5795 5805 dependencies = [
5796 5806 "libc",
5797 - "windows-sys 0.61.2",
5807 + "windows-sys 0.60.2",
5798 5808 ]
5799 5809
5800 5810 [[package]]
@@ -6540,7 +6550,7 @@
6540 6550 "getrandom 0.4.3",
6541 6551 "once_cell",
6542 6552 "rustix",
6543 - "windows-sys 0.61.2",
6553 + "windows-sys 0.60.2",
6544 6554 ]
6545 6555
6546 6556 [[package]]
@@ -6562,7 +6572,7 @@
6562 6572 "parking_lot",
6563 6573 "rustix",
6564 6574 "signal-hook",
6565 - "windows-sys 0.61.2",
6575 + "windows-sys 0.60.2",
6566 6576 ]
6567 6577
6568 6578 [[package]]
@@ -7044,7 +7054,7 @@
7044 7054 "png 0.18.1",
7045 7055 "serde",
7046 7056 "thiserror 2.0.20",
7047 - "windows-sys 0.61.2",
7057 + "windows-sys 0.60.2",
7048 7058 ]
7049 7059
7050 7060 [[package]]
@@ -7079,7 +7089,7 @@
7079 7089 dependencies = [
7080 7090 "memoffset",
7081 7091 "tempfile",
7082 - "windows-sys 0.61.2",
7092 + "windows-sys 0.60.2",
7083 7093 ]
7084 7094
7085 7095 [[package]]
@@ -7609,7 +7619,7 @@
7609 7619 source = "registry+https://github.com/rust-lang/crates.io-index"
7610 7620 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
7611 7621 dependencies = [
7612 - "windows-sys 0.61.2",
7622 + "windows-sys 0.60.2",
7613 7623 ]
7614 7624
7615 7625 [[package]]
@@ -8466,30 +8476,22 @@
8466 8476 "winnow 1.0.4",
8467 8477 ]
8468 8478
8469 - [[patch.unused]]
8470 - name = "alloy_tui"
8471 - version = "13.0.0"
8472 -
8473 - [[patch.unused]]
8474 - name = "makeover-immediate"
8475 - version = "0.43.0"
8476 -
8477 - [[patch.unused]]
8478 - name = "ops-status"
8479 - version = "0.1.0"
8480 -
8481 8479 [[patch.unused]]
8482 8480 name = "quasi-axum"
8483 - version = "0.97.0"
8481 + version = "0.98.0"
8484 8482
8485 8483 [[patch.unused]]
8486 8484 name = "quasi-basics"
8487 - version = "0.97.0"
8485 + version = "0.98.0"
8488 8486
8489 8487 [[patch.unused]]
8490 8488 name = "quasi-immediate"
8491 - version = "0.97.0"
8489 + version = "0.98.0"
8492 8490
8493 8491 [[patch.unused]]
8494 8492 name = "quasi-store"
8495 8493 version = "0.1.0"
8494 +
8495 + [[patch.unused]]
8496 + name = "ops-status"
8497 + version = "0.1.0"
@@ -36,7 +36,7 @@
36 36 makeover-geometry = "0.7"
37 37 # Only to write its selection and clock scripts into the frontend. Those two are
38 38 # the whole of `frontend/js/` since the swap.
39 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.97" }
39 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.98" }
40 40
41 41 [dependencies]
42 42 goingson-core = { workspace = true }
@@ -54,10 +54,10 @@
54 54 # dependency's source even with the feature off -- so a public clone could not
55 55 # build at all against a URL it could not reach. quasi went public that day and
56 56 # the URL moved here with it.
57 - quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.97" }
58 - quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.97" }
59 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.97" }
60 - quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.97" }
57 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.98" }
58 + quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.98" }
59 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.98" }
60 + quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.98" }
61 61
62 62 # The notification declaration, and it is NOT behind the `quasi` feature: the
63 63 # watcher is desktop app behaviour rather than a described screen, and the
@@ -69,7 +69,7 @@
69 69 # so an app wanting eight lines over `tauri-plugin-notification` had to link the
70 70 # whole description stack for them. quasicoherent `c231ff13` moved it here,
71 71 # where the `Deliver` trait it implements already lives.
72 - quasi-notifs = { git = "https://makenot.work/git/max/quasi.git", version = "0.97", features = ["synckit", "describe", "tauri"] }
72 + quasi-notifs = { git = "https://makenot.work/git/max/quasi.git", version = "0.98", features = ["synckit", "describe", "tauri"] }
73 73
74 74 # Tauri
75 75 tauri = { workspace = true, features = ["image-png", "devtools"] }