From e5f38208d28978674548968318d23588b8df6d35 Mon Sep 17 00:00:00 2001 From: "pydevices-release-automation[bot]" Date: Sat, 29 Aug 2026 05:35:02 +0000 Subject: [PATCH] Release 0.0.4.dev1 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ceb68ff --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +## v0.0.4.dev1 (2026-08-29) + +- Fix documentation defects found by audit +- Grant publishing-v5's permission ceiling (assets + OIDC) +- Adopt publishing-v5 and release-PR automation (Phase 1 batch 1) +- ci: bump actions/setup-python from 5 to 7 in the actions group (#22) +- docs/plans: add mpftp shell (interactive FTP-style REPL) design doc +- PWA: scope RPC responses to the requesting tab, not every tab +- mpftp clean, mip --index, and workspace-rpc.json diagnostics +- Document Codex's Plugins panel, confirmed working with no session gotcha +- Fix CI: test_pick_latest_release was silently hitting the real network +- Document the Claude integration install/usage gotchas found by testing +- Add a Claude Desktop app extension (MCPB), distinct from the CLI plugin +- Reskin the PWA to match the PyDevices simulator's shape and feel +- Add a local PWA: file transfer + REPL without an editor (mpftp#11 phase 11) +- Add mpftp.mcp server plus Claude Code / Codex integrations (mpftp#19) +- Compile .py to .mpy via mpy-cross on upload (mpftp#4) +- Add probe: run -> wait -> capture in one command +- Add watch-repl: a non-interrupting live tail of the board's own stdout +- Structured {ok, error, hint} envelope on CLI failure instead of bare text +- Verify by default, distclean fallback, WSLENV forwarding, debug-tee path fix +- Fix CI: drop the unavailable pyserial import from the new serial test +- Bound serial write timeouts and fail fast on wedged connects + diff --git a/VERSION b/VERSION index bcab45a..0b1b1d1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3 +0.0.4.dev1