Releases: mikekazakov/nimble-commander
Releases · mikekazakov/nimble-commander
v1.7.0
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
- @fabsantana made their first contribution in #428
Full Changelog: v1.6.0...v1.7.0
v1.6.1
What's new
- Improved the security checks in the privileged helper.
v1.6.0
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
- @vladstudio made their first contribution in #122