Releases: joachimschmidt557/nimmm
Releases · joachimschmidt557/nimmm
Version 0.4.0
I'm excited to release a new version of nimmm with improvements – some tiny, some (for me at least) really convenient!
New Features
- The current directory is being watched for changes and nimmm will update the list if items get removed or added 7ee81e3
- Cursor in input is now moveable 4162cdc
- New
next-tab
action, bound by default to the Tab key 0c80087 - The search query is displayed when viewing search results 1bf3888
- Colors are being drawn more consistently c3f3cb6
Bugfixes
None this time :) If you encounter a bug, open an issue.
Miscellaneous
- Updated Readme with new asciinema recording ccc63c9
Take care!
Version 0.3.0
Finally, a new release again with some nice improvements (imo :))! Here are the most notable changes:
New features
- Keybindings are now configured using a configuration file 489f6fb
- Text input (e.g. when creating new files or directories) is now integrated into the normal UI 5d8a2e4
- Input is handled in a separate thread 2f2ab9b
- Yes or no input is also integrated into the normal UI 12a876f
Bugfixes
- Errors occurring during opening of files no longer crashes nimmm fc9d23b
Miscellaneous stuff
- Nix Flake support 3ba18da
- GitHub Actions used for CI 8337691
- Readme was improved (thanks @kukushkawi) 56aeab7
I hope this release of nimmm improves the usability of nimmm for you as much as it did for me.
Version 0.2.0
- Multiple bugfixes
- Searching with an invalid regex no longer crashes
nimmm
- Avoid crashing when the current working directory doesn't exist anymore
- Searching with an invalid regex no longer crashes
- Miscellaneous improvements
- Running external programs uses the system shell again
- Searching is now case-insensitive
Add incremental search
- New incremental search mode (matching files and folders will appear as you type)
- Refactored error message handling
More fixes
- Add handling of keymaps
- Add support for 256 colors
- Refactoring of lscolors usage
Add lscolors & misc. fixes
v0.1.0 Bump version to 0.1.0
First WIP release
v0.0.1 Add nimble install instructions