Skip to content

Releases: FylerOrg/fyler.nvim

v2.0.0

23 Nov 09:59

Choose a tag to compare

Banner

Breaking Changes

  • API track_buffer renamed to navigate.
  • Configuration structure changed.

Performance updates

  • Plugin now supports asynchronous operations
  • Faster operation resolution
  • File focusing is instant even in heavily nested code base.
  • File tree will render instantly even when git status are enabled.

Thanks to the contributors!

Checkout new configuration options here

v2.0.0-alpha

10 Nov 13:12

Choose a tag to compare

v2.0.0-alpha Pre-release
Pre-release

Showcase

Fyler.nvim v.2.0.0 prelease

Breaking changes

  • Configuration structure changed(again, sorry but it is for great).

Performance improvements

  • Now using Trie data structure instead of N-ary tree data structure for faster update.
  • Due to Trie integration operations resolution is much faster and error free.
  • Focusing a buffer is much faster due to Trie lookup traversal.
  • Git statuses are now going to update lazily.

More detailed information will be available on latest release

Thanks to contributors who make this possible.

v1.1.0

01 Oct 07:26
5e24ff1

Choose a tag to compare

Features

  • Added toggle API with custom options support
  • Added API to get node_entry under cursor
  • Added explorer reference to action mappings

Fixes

  • Fixed Windows hangs on file creation
  • Fixed focusing current buffer when opening tree on Windows
  • Fixed missing annotation for mappings options

Contributors

v1.0.0

28 Sep 07:04

Choose a tag to compare

Showcase

Breaking changes

  • New configuration structure
  • New git status render format
  • Fyler no longer track or focus buffer outside the working directory
  • Fyler open API options are changed

What's new?

  • Fyler new replace window kind like oil.nvim
  • Telescope extension with zoxide to quickly open recently visited directories with fyler
  • Better git status render format and customization symbols
  • Hooks to for custom functionality over various operations
  • Directory icons can now be customized according to their state
  • Fyler window kinds can be configure separately using presets
  • Addition of various new action
  • Builtin mappings can be disabled
  • Custom mappings can be added with both action string and simple lua function
  • Can change plugin highlights with on_highlights with respect to theme
  • Copy operation is added
  • Can disable auto buffer tracking

New Contributors

v0.1.0

21 Jul 10:03

Choose a tag to compare

image

Today we are finally releasing fyler v0.1.0, our first stable release.

Important

From now on we are splitting to a new branch stable. Please visit README.md

stable branch will not get update constantly in comparison with main because this branch contains only most stable and tested state of code.

Future outlook

We are thinking to implement a diffing algorithm to improve rendering engine

Special thanks to contributors

To both contributors who joined us to help speed up the development process.