Skip to content

Termina 0.12.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 21:32
· 4 commits to dev since this release
188fa85

0.12.0 June 9th 2026

New Features:

  • FilePickerNode for interactive file/folder selection (#284)
    • New layout node providing an interactive terminal-based file picker with breadcrumb navigation, fuzzy filtering, and configurable selection modes (Files, Directories, or All)
    • Supports both single-select and multi-select modes with Space/Enter keyboard shortcuts
    • Hidden file toggle and glob-based file filters via FileSystemName.MatchesSimpleExpression
    • IFileSystemProvider abstraction enables deterministic unit testing of file picker behavior
    • Includes a Gallery demo page demonstrating file picker and folder picker side by side

Dependency Updates:

  • Updated R3 reactive framework from 1.3.0 to 1.3.1 (#282)