github yorukot/superfile v1.5.0-rc1

pre-release6 days ago

How to install the pre-release

MacOS/Linux

SPF_INSTALL_VERSION=1.5.0-rc1 bash -c "$(curl -sLo- https://superfile.netlify.app/install.sh)"

Note - If you have spf installed via brew or other package manager, you would need to remove that installation; otherwise, running spf command in the terminal might still point to the one you installed via the package manager, not the one you installed via the script.

Windows

powershell -ExecutionPolicy Bypass -Command "$env:SPF_INSTALL_VERSION=1.5.0-rc1; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://superfile.netlify.app/install.ps1'))"

Note - You can also build it from source. Refer to the README file in the repository for more information.
Ensure that spf --version prints superfile version v1.5.0-rc1

Major Changes

Major Changes

  • Configurable & faster navigation with a new key-driven navigation system. See this PR for more details: #1220
  • Terminal stdout support for shell commands, enabling direct output display.
  • Trash bin added to default directories on Linux.
  • Allow the preview panel to have borders.

Internal Improvements

  • Major layout and dimension system overhaul, including sidebar, footer, file panel, preview border, and process bar behavior.
  • Introduction of layout and dimension validations and additional tests to prevent invalid UI states.
  • File model separation and rendering refactor, simplifying preview and file handling logic.
  • Some flaky unit tests fixed, improving CI reliability.

All changes

New Contributors

Full Changelog: v1.4.1-rc...v1.5.0-rc1

Don't miss a new superfile release

NewReleases is sending notifications on new releases.