Skip to main content

max / supernote-push

Block publishing; the crate is decommissioned and archived The reMarkable displaced the Supernote as the daily e-ink device on 2026-08-04, and Balanced Breakfast's `supernote` feature (its only consumer) was removed today. A decommissioned library does not get a first release, so mark it unpublishable before the repo moves to _archive/ and stops being somewhere anyone looks. Mirrors on astra, mnw and srht stay in place. Archived is not deleted.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-06 18:28 UTC
Signed with PGP, not checked
Commit: e79ad7f6580c26f5408e2a481c22cb4f55f18835
Parent: a9c858d
1 file changed, +5 insertions, -0 deletions
M Cargo.toml +5
@@ -7,6 +7,11 @@
7 7 repository = "https://makenot.work/git/max/supernote-push"
8 8 keywords = ["supernote", "eink", "ratta"]
9 9 categories = ["api-bindings", "network-programming"]
10 + # Decommissioned 2026-08-04 and archived 2026-08-06: the reMarkable displaced the
11 + # Supernote as the daily e-ink device, and Balanced Breakfast's `supernote` feature
12 + # was removed in the same pass. A decommissioned library does not get a first
13 + # release, so this is here to stop an archived checkout publishing one by accident.
14 + publish = false
10 15
11 16 [dependencies]
12 17 ureq = "3.3"