Skip to content

Releases: mikekazakov/nimble-commander

v1.7.0

18 Dec 10:59
b219225
Compare
Choose a tag to compare

What's new

  • Updated for macOS Sequoia.
  • The integrated viewer now provides syntax highlighting using the Lexilla library.
  • The integrated viewer no longer uses toolbars; instead, a status bar is used to save space.
  • The user guide has been significantly expanded.
  • Updated the application icon.
  • Added an option for natural collation when sorting filenames.
  • Fixed a bug causing unstable ordering of tool icons on the toolbar.
  • The "Go To" popup now allows numeric keys to filter items.
  • Added a new hotkey: Ctrl+Return to display a context menu.
  • Fixed an issue with incomplete FTP transfers.
  • Fixed an issue where an overlapped terminal caused the mouse cursor to display the wrong type.
  • Fixed a broken Shift+Tilde shortcut.
  • Removed the built-in checksum calculation feature.
  • Cmd+B now adds the current directory of a panel instead of the path to the currently focused item.
  • Fixed an issue where excessive refresh requests during file operations caused incorrect behavior in file panels.
  • Numerous small UI polish improvements have been made.

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.1

23 Jul 20:52
Compare
Choose a tag to compare

What's new

  • Improved the security checks in the privileged helper.

v1.6.0

14 May 20:30
27210ed
Compare
Choose a tag to compare

What's new

  • Nimble Commander is now completely free and open source.
  • Added support for file tags.
  • Fixed an issue that could stop directory updates on SMB volumes.
  • Fixed an issue where the mouse cursor could navigate to the wrong directory.
  • You can now extract files from archives by dragging them into the ".." directory.
  • Fixed an issue where file permissions might not be restored correctly after extracting from an archive.
  • Fixed a crash when accessing an FTP server.
  • Fixed keyboard navigation issues with F1/F2 and Quick Lists pop-ups.
  • Fixed a bug preventing correct duplication of a file that's being written to.

New Contributors