Skip to content

v1.1.12

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jul 09:06

Added

  • Each row in the file picker now shows a right-aligned file size (human-readable, e.g. 12.3K); directories are left blank.
  • FileSelector marks git-ignored files and directories with an I indicator, so build outputs and tooling caches like node_modules/ or dist/ are easy to spot at a glance.

Changed

  • The file picker's row layout was significantly reworked; the git status indicator is now consistently pinned to the right edge of each row instead of floating after the file name.
  • The picker's bottom metadata line now includes file permissions alongside size and modified time.
  • Optimized FileSelector code organization — all hotkey and command handlers moved to command_neo.go, making filemanager.go a pure executor that only opens selectors.

Fixed

  • Ctrl-q on an empty pane in a too-narrow window now quits directly instead of hanging — the file selector can't fit, so it falls back to native quit.
  • Shrinking the window while the file selector is open no longer force-quits the editor; it just closes the selector and returns you to editing.

Full Changelog: v1.1.11...v1.1.12