Skip to content

v1.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jun 12:26

Added

  • Added native archive extraction for focused .zip, .7z, .tar, .tar.gz/.tgz, .tar.xz/.txz, .tar.bz2/.tbz2/.tbz, and .tar.zst/.tzst files, with a configurable extract_archive (e) shortcut, background progress, cancellation, unique sibling destination folders, and password prompts for encrypted .7z and .zip archives. ([#90])
  • Added RAR extraction through the external 7-Zip backend (7z, 7zz, or 7za), including password prompts for encrypted RAR5 archives and staged extraction safety checks. ([#90])
  • Added a progress_bar theme palette color for active background operation chips, used by archive extraction progress.
  • Made Go To entries configurable, allowing built-ins to be changed and custom entries to be added. ([#166])
  • Added / to filter the current directory's entries. ([#201])

Changed

  • Prefer native archive listing for .7z, .tar.xz, .tar.bz2, and .tar.zst previews before falling back to external archive tools, and keep encrypted .7z previews visible with a password-required notice. ([#90])
  • Places now switches to an icon-only rail in narrow windows before labels become overly truncated. ([#184])
  • Changed Open With to keep $VISUAL and $EDITOR labels on matching MIME-associated editors and place them directly below the system default association. ([#199])
  • Added a scrollbar to Fuzzy Find and made more room for results by removing footer hints.

Fixed

  • Fixed --chooser-file - and /dev/stdout output when piped to tools such as sed or awk, keeping terminal UI escape sequences out of machine-readable chooser output. ([#186])
  • Fixed video thumbnails not appearing for the first file when starting elio inside a video folder. ([#195])
  • Fixed inline video preview redraws that could leave only partial metadata visible after navigating between videos.
  • Fixed the Help overlay in small windows and with large terminal fonts so overflowing controls remain readable and scrollable.
  • Fixed editing very long names in rename, create, bulk rename, fuzzy find, and / filters.