Skip to main content

max / makenotwork

v0.10.0: cost-allocation widget, AI disclosure, runway page Mid-sprint minor bump. New surfaces: - /pricing#cost-allocation — stacked bar per tier, every dollar round-trips through [cost_allocation.*] in assumptions.toml. - AI disclosure pill on item pages, plain-text on discover rows, Discover filter now Everything / Human-led / Handmade-only per generative-ai.md policy. Wizard radios drop pre-checked default. - /docs/economics moved from docengine markdown to Askama with live paying-creator + trialing/grace counts; runway in quarters reads from [runway] in assumptions.toml. - /changelog/feed.xml RSS alias. - Two OTA contract tests pin the Tauri manifest JSON shape.
Author: Max Johnson <me@maxj.phd> · 2026-06-04 05:00 UTC
Commit: 00a00316264581b4a473b359cd58130f059a0760
Parent: 4c868fc
2 files changed, +2 insertions, -2 deletions
@@ -4140,7 +4140,7 @@ dependencies = [
4140 4140
4141 4141 [[package]]
4142 4142 name = "makenotwork"
4143 - version = "0.9.7"
4143 + version = "0.10.0"
4144 4144 dependencies = [
4145 4145 "anyhow",
4146 4146 "apple-codesign",
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makenotwork"
3 - version = "0.9.7"
3 + version = "0.10.0"
4 4 edition = "2024"
5 5 license-file = "LICENSE"
6 6