Skip to content

Releases: LeperGnome/bt

v1.2.2

20 Sep 19:39
d482b70

Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

14 Sep 20:35
dd37f8a

Choose a tag to compare

I'm grateful for the contribution from @jarpex! Now files are properly opened on macos.

What's Changed

  • fix: update file opening command for cross-platform compatibility by @jarpex in #22

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0 Multi select ↕️

30 Jun 18:45
c6e2833

Choose a tag to compare

  • Added support for selecting (marking) multiple files / directories.
  • Minor fixes

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0 Image previews🖼

23 Feb 22:01

Choose a tag to compare

Image preview support here!

Added image preview mechanism for PNG, JPG and GIF.

I'm intentionally reinventing the wheel here and not using any existing image compression/conversion tools, because I'm having fun.
I'm using what feels like the most simplistic approach - calculating mean color for each sector. PRs with more fancy approaches are welcome!

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0 Initial release🚀

13 Oct 00:59

Choose a tag to compare

Initial release of bt with core functionality complete:

  • Navigating file tree with vim motions or arrow keys
  • Creating / renaming / moving / deleting / editing files
  • FS synchronization - external changes to files will appear in the tree
  • File preview