Releases: BrookJeynes/zfe
Releases · BrookJeynes/zfe
v0.5.0
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
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
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
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
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
Full Changelog: https://github.com/BrookJeynes/zfe/commits/v0.1.0