Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 26 May 09:56
· 15 commits to main since this release

Changelog

  • 786a68e chore: silent clipboard copy on Settings — remove notice feedback
  • f8c0a11 chore: trim footer hints to 3-4 essentials per page
  • 2b9c0f6 docs: add screen-specific key bindings to Help page
  • ca05a64 feat: add p key on Connect screen to pair by pasting a device ID
  • af2fb59 feat: c on Settings copies device ID to clipboard
  • 0e753fd feat: context-aware footer on Connect screen
  • acbb17a feat: ctrl+t cycles to next theme globally
  • 3af6e9e feat: d removes approved device, i ignores pending (was d)
  • 86e3681 feat: remove checkmark badge from in-sync files on dashboard
  • dfed3e6 feat: replace sync status in header with session ↑/↓ transfer stats
  • b79ccd3 feat: route connect actions to Activity log, remove floating Done notice
  • 0c5a60c feat: scrollable Help page with j/k navigation
  • a5c94d2 feat: sort meshd folder files by most recently modified first
  • a44e4bf feat: surface nearby LAN devices in Connect screen (#23)
  • 5d8e5db feat: write README.md to ~/meshd on first create
  • 5f40ec7 fix: add ? help to Connect footer — always first so it's always visible
  • d9481e4 fix: add blank row between Approved and Pending sections on Connect
  • edcdb8b fix: add blank row between Devices and meshd sections on dashboard
  • daaa61a fix: append screen bindings to global shortcuts in footer
  • 473d9f3 fix: apply clipHeight to every layout region, matching ghost-wallet pattern
  • 3dd05cb fix: auto-dismiss pending devices that haven't knocked in 5+ minutes
  • 71a0d05 fix: auto-dismiss stale pending + 30s auto-refresh on Connect
  • 2aec264 fix: footer text survives small terminal heights
  • 2e71df3 fix: footer truncates bindings to fit width instead of wrapping
  • f2b9b89 fix: gofmt connections.go
  • 3d83dc7 fix: handle paste events in pair and rename inputs (#22)
  • e3a9305 fix: move Nearby section to top of Connect screen
  • 48a851e fix: nearby section requires no navigation — a pairs instantly
  • 13d9a67 fix: prevent Help page infinite overscroll
  • 063225f fix: remove GetNearbyDevices from pending — discovery cache is stale
  • e48925f fix: remove indent from pending rows to match approved alignment
  • 4832c10 fix: remove pending count from Connect sidebar title
  • adf6279 fix: restore dynamic //// fill in Help section headers
  • de5472b fix: show screen-specific key bindings in footer
  • 1f1610c fix: show — in header until transfer exceeds 1 KB
  • e399e22 fix: simplify footer — drop border at height=1, let lipgloss clip width
  • e2bddf4 fix: single linear cursor flowing through all Connect rows
  • cd8be3a refactor: merge nearby LAN devices into Pending, no separate section