Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 25 May 15:05

Added

  • lazy: two-pane workflow + step picker for enroll / resume actions.
  • lazy: redesigned Workflow Detail pane.
  • lazy: ? opens a sectioned, filterable cheatsheet popup; Enter runs the highlighted binding (ask-ed8035).
  • lazy: context-aware bindings hint row pinned across the bottom of the dashboard (ask-ed8035).
  • lazy: changelog modal on first run of a new release; ctrl+w to re-open the full CHANGELOG.md; --no-changelog to suppress the auto-popup (ask-911ea0).

Changed

  • lazy: status bar collapsed to a single row with | separators; legacy ?=help hint moved into the cheatsheet popup (ask-ed8035).
  • docs: CHANGELOG.md now lives at internal/changelog/CHANGELOG.md (embedded into the binary via go:embed for the new changelog modal); the repo-root CHANGELOG.md is a relative symlink so release tooling, GitHub's auto-renderer, and scripts/changelog-section.sh keep working unchanged (ask-911ea0).

Fixed

  • lazy: fix cursor jumping to a different row when a refresh re-sorted or re-filtered a panel.
  • lazy: hydrate the job transcript on focus change to the Jobs panel.

Docs

  • lazy: document the two-pane enroll / resume picker.
  • lazy: describe the redesigned Workflow Detail pane.
  • lazy: document the changelog modal, ctrl+w re-opener, --no-changelog flag, and the ~/.autosk/state.json last_seen_changelog field (ask-911ea0).