Releases: LeperGnome/bt
Releases · LeperGnome/bt
v1.2.2
What's Changed
- feat: highlight current indent by @LeperGnome in #24
- feat: config management by @LeperGnome in #25
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0 Multi select ↕️
- Added support for selecting (marking) multiple files / directories.
- Minor fixes
What's Changed
- fix/rename-replace: checking file existence on rename by @LeperGnome in #15
- chore/tests: Testing bt finally by @LeperGnome in #16
- feat/multi-select: multi select support by @LeperGnome in #18
- chore: release artifacts by @LeperGnome in #20
Full Changelog: v1.1.0...v1.2.0
v1.1.0 Image previews🖼
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
- feet/image-preview: support for image previews by @LeperGnome in #12
- feat/async-preivew: async preview support by @LeperGnome in #14
- feat/xdg-open by @LeperGnome in #13
- feat: toggling hidden files/directories by @LeperGnome in #9
Full Changelog: v1.0.0...v1.1.0
v1.0.0 Initial release🚀
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