Prep v1.1.0 release: version string, gitignore secrets, docs #8

Merged
allen merged 1 commits from release/v1.1.0 into main 2026-06-09 23:41:26 -07:00
Owner

Release preparation for v1.1.0.

  • Version string: VERSION = "1.1.0" in server.py, printed at startup, exposed via public GET /api/config, and shown in the admin header.
  • Secret protection: .gitignore now ignores config.json (admin password hash + session secret); fresh installs use config.json.example.
  • Docs: README + CLAUDE.md updated for the pixel editor (shape tools, select/move, reference overlay, palettes), receiver health dashboard, 9 sprite types, and the asset cache-bust convention.
  • Cache-bust bumped to ?v=20260609d.

🤖 Generated with Claude Code

Release preparation for v1.1.0. - **Version string**: `VERSION = "1.1.0"` in `server.py`, printed at startup, exposed via public `GET /api/config`, and shown in the admin header. - **Secret protection**: `.gitignore` now ignores `config.json` (admin password hash + session secret); fresh installs use `config.json.example`. - **Docs**: README + CLAUDE.md updated for the pixel editor (shape tools, select/move, reference overlay, palettes), receiver health dashboard, 9 sprite types, and the asset cache-bust convention. - Cache-bust bumped to `?v=20260609d`. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
allen added 1 commit 2026-06-09 23:41:25 -07:00
- Add VERSION = "1.1.0" to server.py; print at startup, expose via public
  GET /api/config, and show it in the admin header (so deployed == released
  is verifiable at a glance).
- Ignore config.json in .gitignore — it holds the admin password hash and
  session secret; fresh installs use config.json.example.
- README/CLAUDE.md: document the in-app pixel editor (now with shape tools,
  select/move, reference overlay, custom/recent palettes), the receiver health
  dashboard, 9 sprite types, and the asset cache-busting convention.
- Bump admin asset cache-bust to ?v=20260609d.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
allen merged commit 0d4181fd9a into main 2026-06-09 23:41:26 -07:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: allen/ADS-Bit#8