v1.4.0-rc2
How to install the pre-release
MacOS/Linux
SPF_INSTALL_VERSION=1.4.0-rc2 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.4.0-rc2; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://superfile.netlify.app/install.ps1'))"
Note - You could also build it from source. Refer to the README file in the repository for more information.
What's Changed from 1.4.0-rc1 to 1.4.0-rc2
Summary
- Improved the beta zoxide panel with bug fixes and an async mechanism.
- Optimized website font loading
- Enhanced select mode with better user feedback and visual indicators
- Fixed enter key searchability issues and
- Resolved issues with deleted directories in pins and improved pinned directory operations with the new PinnedManager