Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 1.22 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Fixed

  • Fixed bug where if the old_cwd (the ' bookamrk) was inside an archive and the archive got deleted, going to the ' bookmark resulted in going to the /tmp directory instead of the parent of the archive
  • Umount related archives before renaming a file, to avoid cross-device link
  • Correctly umount archives when exiting
  • Release mouse input when pressing CTRL-O
  • Fixed relative path as the destination for CP/MV
  • Fixed sorting and filtering inside archives
  • Fixed displaying text files that contains control characters

[1.0.0] - 2024-09-13

Added

  • Fzf-like file finder invoked with CTRL-P
  • New keys for tagging and untagging: t, T, u, U
  • The commands that required a function key, now can be invoked with a numeric key as well (for example for making a directory you can use either F7 or 7)

Changed

  • The quick viewer now is invoked with ALT-Q instead of CTRL-Q
  • The u key no longer is an undo, but now it untags the selected entry