Skip to content

1.44.0

Choose a tag to compare

@marein marein released this 11 Aug 05:45
· 65 commits to master since this release
  • Side by side views scroll sideways together by @marein in 0f48ce7.
  • Navigate editor sheets with keyboard by @marein in 5179eda.
    • The git and docker sheets take arrow keys, escape and enter.
  • Editor saves don't overwrite newer work by @marein in 6652b04.
    • If a coder or git wrote the file while you had it open, nothing is written and a dialog offers Reload or Cancel, a file that was deleted offers Create again.
  • Truncate long file names in the editor by @marein in 916e0f4.
  • Fix flag injection in coder prompts and tasks by @marein in d95c3c5.
    • A prompt that starts with a dash is text now, before it was read as an option and the run ended without the prompt.