Skip to content
This repository was archived by the owner on Jul 12, 2026. It is now read-only.

v0.7.0

Choose a tag to compare

@wall-e-one wall-e-one released this 13 Mar 00:18
· 90 commits to main since this release
69a51ee

0.7.0 (2026-03-13)

Feature

  • add theme.js with initTheme/toggleTheme and localStorage persistence (2024006)
  • add theme toggle button to header alongside hamburger (8097557)
  • add moon and sun SVG icons for dark mode toggle (e394cb5)
  • replace hardcoded colors with CSS custom properties for dark mode (47e6d64)
  • remove Your Share Key from hamburger menu (76a49a0)
  • add inline Share Key link to authenticated message (dc0506a)
  • make License a GitHub link instead of modal (8a5a6d4)
  • generate license modal from LICENSE file, rename GitHub to Source Code (fbadefc)
  • reorder menu, add divider after reset, remove contact us (a2ae7b5)
  • add Node.js build stage to Dockerfile to generate app/index.html (ad05dc1)

Bug Fixes

  • fix dark mode icon visibility and header layout (7f93a51)
  • apply final code review improvements to dark mode (db8de3a)
  • add color-scheme, theme drag zone, normalize hex casing (8a6463d)
  • increase desktop header top offset to 10px (c6a2b99)
  • add breathing room above header on desktop (5e0ccff)
  • add top spacing to mobile header, support notch safe area (1a6d722)
  • increase top padding buffer on mobile (13vh tablet, 14vh portrait) (afc4144)
  • tighten mobile spacing and font size on portrait phones (c6bfd3a)
  • update stale committed-file language in test-build, document ambient node in test-go (f7dcc42)

Documentation

  • add dark mode design document (2a14b8f)
  • add implementation plan for removing generated app/index.html from git (6fc1a81)
  • add design for removing generated app/index.html from git (22159e9)

Chores

  • remove generated app/index.html from git tracking (5ae1d6a)

CI

  • generate app/index.html at build time, remove build-check job (4cf6dad)