Skip to content

Releases: BrookJeynes/zfe

v0.5.0

01 Sep 03:01
Compare
Choose a tag to compare

What's Changed

  • Updated libvaxis dependency.
  • Fixed an issue where viewing a PDF would freeze zfe. This fixes issue #5
  • Added additional "Optional Dependencies" section to README to specify optional dependencies for zfe (such as pdftotext for PDF viewing).
  • Updated the way images are streamed in. This should help with #4 but I don't think it ultimately fixes the issue at hand.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

05 Jun 10:42
Compare
Choose a tag to compare

What's Changed

  • Fixed bug where cursor would jump back to the top after deleting, renaming, creating, or undoing.
  • Added new keybind c to change directory via path.
  • Previous positions are saved when entering a new directory.
  • PDFs can now be read if pdftotext is installed.
  • Undo history can now only store the last 100 events.
  • List scrolling is now squeaky smooth.
  • Other general refactors and bug fixes.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

30 May 06:09
Compare
Choose a tag to compare

What's Changed

  • Moved render and event handling logic to their own functions. This will make it a more pleasant experience for contributors.
  • Added issue templates for easier and more concise bug reports and feature requests.
  • Fixed issue where images would stop rendering if an event was emitted without changing selected item.
  • Implemented ability to delete files and folders.
  • Implemented ability to rename files and folders.
  • Implemented ability to undo deletions and renames within a session.
  • Implemented ability to create folders and directories.
  • Updated README with new keybinds.
  • Added config option for styling info bar.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

26 May 11:37
Compare
Choose a tag to compare

What's Changed

  • Implemented fuzzy search for items in a directory.
  • Files can now be opened with $EDITOR.
  • Error messages now displayed in app.
  • Better errors when failing to read config.
  • Stopped supporting Windows.

Full Changelog: v0.1.1...v0.2.0

v0.1.1

25 May 04:42
Compare
Choose a tag to compare

What's Changed

  • Added better error handling.
  • Added new config style for error bar.
  • Updated README to include config schema.
  • Added MIT license.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 May 10:58
Compare
Choose a tag to compare