Skip to content

v1.12.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Aug 13:29

Added

  • Added Duplicate Finder to find files with identical contents, regardless of name, and safely trash, delete, rename, open, or reveal them. ([#258])
  • Added arm64 Linux release archives and Debian package assets, including publishing through the official apt repository.
  • Added a configurable toggle_preview (V) shortcut to show or hide the preview pane. ([#251])
  • Added a configurable fullscreen_preview (P) shortcut to temporarily expand the preview pane.
  • Added bulk archive extraction for selected archives. ([#241])
  • Added image preview support inside Zellij 0.45+ when using Kitty, Ghostty, or WezTerm. ([#85])
  • Added a Nord example theme. ([#270])
  • Added invoking-user-aware sudo and doas sessions on Unix: elio retains elevated filesystem access while using the invoking user's config, Places, shell, applications, editor, zoxide, and Trash/Restore; direct-root sessions continue using root's state.
  • Added --config FILE and --theme FILE to override the default configuration and theme paths. ([#274])

Changed

  • Changed preview scroll defaults from [ / ] to Shift+arrows; H/J/K/L remain unchanged.
  • Changed chooser-mode double-clicks to enter folders and choose files.

Fixed

  • Fixed license icons in archive previews.
  • Fixed image previews bleeding through archive creation popups in transparent themes.
  • Fixed image previews disappearing after returning from actions that suspend and restore the TUI.
  • Fixed pasted text being handled as normal keystrokes.
  • Fixed stretched image previews in Kitty graphics environments that do not preserve placeholder aspect ratios. ([#267])
  • Fixed restoring files on macOS when Trash renamed them to avoid name collisions.
  • Fixed SQLite previews creating missing -wal and -shm sidecar files for WAL-mode databases. ([#278])