Skip to main content

max / makenotwork

Release mnw-server v0.16.2 Carries the frontend-unification phase 2 terminal step: all seven converted screens serve from the description layer and the QUASI_SCREENS flag is gone, so there is no second rendering path left in the server. Also in this release: the version download route answers 303 to the presigned URL rather than JSON describing it, the dead Blog dashboard tab is deleted, and build.rs no longer watches files it writes -- which was putting a second full compile inside every cargo_test gate. openapi.json carries the version, so it is regenerated here. The same bytes are vendored into synckit-client's test fixture in that repo's own commit; Sando's gate fails if the two disagree.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-26 18:07 UTC
Signed with PGP, not checked
Commit: dc7962cbf3968bd9d776dbc0e6627a1c77ce076a
Parent: 25573e1
3 files changed, +3 insertions, -3 deletions
@@ -5270,7 +5270,7 @@
5270 5270
5271 5271 [[package]]
5272 5272 name = "makenotwork"
5273 - version = "0.16.1"
5273 + version = "0.16.2"
5274 5274 dependencies = [
5275 5275 "anyhow",
5276 5276 "apple-codesign",
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makenotwork"
3 - version = "0.16.1"
3 + version = "0.16.2"
4 4 edition = "2024"
5 5 license = "LicenseRef-PolyForm-Noncommercial-1.0.0"
6 6 # Server binary: never published to a registry. Marks the crate private so
@@ -6,7 +6,7 @@
6 6 "license": {
7 7 "name": "PolyForm Noncommercial 1.0.0"
8 8 },
9 - "version": "0.16.1"
9 + "version": "0.16.2"
10 10 },
11 11 "paths": {
12 12 "/api/git/{owner}/{repo}/notes": {