Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Sep 21:14
· 3 commits to main since this release

Changelog

  • 586c5d3 add artifacts name and /secrets to .gitignore
  • 06607fc default to compose.yaml instead of docker-compose.yml
  • bf3e5ea secrets picker: fix auto-scroll, mark strategy options as a list, 2x width
  • 06ac834 secrets: add .env / Compose-secret conversion for hardcoded env vars
  • 0b50fb6 secrets: wire the .env / Compose-secret picker into the validation dialog
  • 3227506 validation dialog: Down couldn't reach past the last warning, scrollbar column misaligned on blank rows
  • d442f0d validation dialog: bring back explicit cursor + auto-scroll, drop the scroll-derived version
  • 19ba398 validation dialog: fix scrollbar not reaching either end, full bar when nothing to scroll
  • 625233b validation dialog: replace 'N more above/below' text with a scrollbar
  • a1f8eaa validation dialog: replace Tab-cycling with direct Up/Down selection; q/esc both quit
  • e2b9975 validation dialog: unify scroll+selection, fix quit-without-saving colliding with typing 'q'
  • c3f68ca validation: check against the official Compose Specification schema