Skip to content

v0.18.1

Latest

Choose a tag to compare

@scotwells scotwells released this 05 Aug 15:25
69b1874

Fixes an interactive-picker bug that made datumctl login unusable on Windows.

What's new

  • Windows picker input fix — arrow keys now work in the context picker shown after datumctl login on Windows. A background reader watching for ^D couldn't be interrupted on Windows console handles, so it kept holding the terminal in line-input mode and ate the picker's keystrokes. The watcher now detects when it can't be interrupted and skips watching, so login on Windows cancels via ^C only. Unix behavior is unchanged. (#267)