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.
2 files changed,
+2 insertions,
-2 deletions
| 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 |
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 |
|
|