Skip to content

Releases: joachimschmidt557/nimmm

Version 0.4.0

10 Aug 11:10
ed3423f
Compare
Choose a tag to compare

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

25 Nov 20:51
09bc592
Compare
Choose a tag to compare

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

I hope this release of nimmm improves the usability of nimmm for you as much as it did for me.

Version 0.2.0

13 Apr 17:44
24e62c9
Compare
Choose a tag to compare
  • Multiple bugfixes
    • Searching with an invalid regex no longer crashes nimmm
    • Avoid crashing when the current working directory doesn't exist anymore
  • Miscellaneous improvements
  • Running external programs uses the system shell again
  • Searching is now case-insensitive

Add incremental search

09 Mar 13:24
Compare
Choose a tag to compare
  • New incremental search mode (matching files and folders will appear as you type)
  • Refactored error message handling

More fixes

06 Mar 12:34
Compare
Choose a tag to compare
More fixes Pre-release
Pre-release
  • Add handling of keymaps
  • Add support for 256 colors
  • Refactoring of lscolors usage

Add lscolors & misc. fixes

12 Aug 21:19
Compare
Choose a tag to compare
Pre-release
v0.1.0

Bump version to 0.1.0

First WIP release

22 Jul 10:21
Compare
Choose a tag to compare
First WIP release Pre-release
Pre-release
v0.0.1

Add nimble install instructions