Releases: kivattt/fen
Releases · kivattt/fen
v1.7.24
New features
- Added a recursive filename search, press f or Ctrl + n to open
- New
press any key to continueprompt after opening files (fen.pause_on_open_file)
Keybind changes
Open file(s) with specific program:
Ctrl + n has been replaced with Ctrl + b
New config keys, also in (o)ptions menu
fen.pause_on_open_filefen.filename_search_case
v1.7.23
v1.7.22
v1.7.21
New features
fen.git_statusis no longer an experimental feature, and can be enabled in the (o)ptions menu- Local Git repositories with untracked/unstaged changes are now shown with a sliver of red before its folder name
- Added
fen.file_size_formatoption, and the--file-size-formatflag for changing the option on startup - Added
--profile-cpuflag which generates a CPU profile .pprof file
Bug fixes
- Fixed a bug on FreeBSD where negative free disk space would underflow and erroneously show something like
18.446 EB free - Fixed a
fen.git_statusbug wherechmodchanges weren't shown as an unstaged change (the file color wouldn't turn red) - Fixed
fen.git_statusbuggy handling of git repos inside git repos. Now only the root repository is considered. go testnow works on Windows
Improvements
- Improved error message for missing Lua file preview scripts
fen.git_statusno longer stores unchanged Git repositories in memory anymorefen.git_statuswill now show up to 50 local repositories changes at a time (used to be 15)
And a big thanks to @largenumberhere for refactoring work done to improve the code!
v1.7.20
- Fixed a bug where selected files would draw over borders when
fen.ui_borderswas enabled - The Home/End keys no longer unnecessarily update the screen when pressing one would not move anywhere
Thanks to @largenumberhere for work done on code cleanup
v1.7.19
- Added option
fen.file_size_in_all_panesto show file sizes in all panes, not just the middle - Fixed a bug where toggling
fen.hidden_filesin the options menu would not update folder sizes - Fixed a bug where fen would crash after a while when left in an unmounted/deleted directory (see: fsnotify/fsnotify#655)
Ctrl+Rightin Git repositories now correctly goes to the first changed non-folder closest to the root of the repository, instead of just selecting the shortest filepath- Put
fen.git_statusat the top of the options menu - Lowered the brightness of the "Options this session" title for the options menu, and made the left/center alignment change later