Skip to content

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 16:53
· 46 commits to main since this release

Added

  • Added .zip, .7z, .tar, .tar.gz/.tgz, .tar.xz/.txz, and .tar.bz2/.tbz2/.tbz archive creation for the focused item or current selection, with editable archive names, background progress, cancellation, and a configurable create_archive (C) shortcut. ([#215])
  • Added password protection for .zip and .7z archive creation. ([#215])
  • Added safe symlink preservation for .zip, .7z, and .tar archive creation and extraction.
  • Added a show/hide control to encrypted archive password prompts.
  • Added YAML frontmatter rendering to Markdown previews and recognized Quarto .qmd files as Markdown. ([#223])
  • Added syntax-highlighted previews for Astro .astro files.
  • Added file type labels and icons for subtitle files and Coccinelle semantic patches, including diff-style previews for .cocci files.
  • Added Jupyter notebook JSON previews and notebook icons.
  • Added default theme icons for Angular project files, CSV/TSV tables, object files, libraries, and WebAssembly modules.
  • Added Kitty 0.47+ drag-and-drop support for dropping items into elio and dragging items out, with themed drag previews.
  • Added configurable open rules for choosing preferred openers by file type, extension, and platform, including terminal apps such as $EDITOR without changing system defaults. ([#232])
  • Added R / Shift+F2 to rename selected files in your editor ([#235]).

Changed

  • Made create and bulk rename overlays show more rows before scrolling, adapt better on short terminals, and use consistent scrollbar styling.
  • Dimmed help overlay key separators (/) and removed the bottom close hint.
  • Improved default and example theme icons for .gitkeep, Makefile variants, Kyuafile, config directories, subtitle files, and diff/patch previews.
  • Improved Blush Light and Default Light focus contrast and refreshed the bundled theme screenshots.
  • Support ~/.config/elio for config and theme files on macOS. ([#240])

Fixed

  • Fixed Fuzzy Find result icons for nested files that use full-name rules, such as LICENSE.md.
  • Fixed .in templates such as Makefile.in, Kyuafile.in, and shell completion templates being shown as plain files.
  • Fixed extensionless shell scripts with SPDX headers being shown as license files.
  • Fixed Copy to clipboard inside tmux when tmux blocks OSC52 clipboard escape sequences.