Download Latest Version superfile-windows-v1.6.0-amd64.zip (13.7 MB)
Email in envelope

Get an email when there's a new version of superfile

Home / v1.3.2
Name Modified Size InfoDownloads / Week
Parent folder
superfile-windows-v1.3.2-arm64.zip 2025-07-16 11.0 MB
superfile-windows-v1.3.2-amd64.zip 2025-07-16 11.8 MB
superfile-linux-v1.3.2-arm64.tar.gz 2025-07-16 10.8 MB
superfile-linux-v1.3.2-amd64.tar.gz 2025-07-16 11.6 MB
superfile-darwin-v1.3.2-arm64.tar.gz 2025-07-16 10.9 MB
superfile-darwin-v1.3.2-amd64.tar.gz 2025-07-16 11.5 MB
README.md 2025-07-16 6.5 kB
v1.3.2 source code.tar.gz 2025-07-16 16.4 MB
v1.3.2 source code.zip 2025-07-16 16.5 MB
Totals: 9 Items   100.4 MB 0

Hey folks. Releasing v1.3.2 with multiple new features including implementation image preview using kitty protocol, and various bug fixes and internal improvements.

You can now preview images in high quality — no more pixelation!

image

Install:

Click me to know how to install

Highlights

  • Added image preview via kitty protocol. Thanks @JassonCordones and @yorukot for the implementation.
  • Added Zoxide support for path resolution in initial configuration. Thanks @yorukot for this.
  • New 0x96f Theme by @filipjanevski
  • Various usability and layout bug fixes. See "Detailed Change Summary" below. Thanks to @larsn03 @Frost-Phoenix @TheLazron @vkhatsiur @Khitoshi @claykom

Developer Improvements

  • Added CI Action to run unit tests and build for windows.
  • Updated contribution guidelines and PR template
  • Added a dev.sh script for building, linting and running tests for faster development workflows.

Detailed Change Summary

Details

#### Update - Normalize user-facing naming to superfile [#880](https://github.com/yorukot/superfile/pull/880) by @yorukot - Add kitty protocol for image preview [#841](https://github.com/yorukot/superfile/pull/841) by @JassonCordones - feat: add Zoxide support for path resolution in initial configuration [#892](https://github.com/yorukot/superfile/pull/892) by @yorukot - feat: update superfile's help output [#908](https://github.com/yorukot/superfile/pull/908) by @yorukot - feat: Add Action to Publish to Winget [#925](https://github.com/yorukot/superfile/pull/925) by @claykom - feat: update superfile build test for the windows and macOS [#922](https://github.com/yorukot/superfile/pull/922) by @yorukot - Theme: add 0x96f theme [#860](https://github.com/yorukot/superfile/pull/860) by @filipjanevski #### Bug fix - fix: outdated and broken nix flake [#846](https://github.com/yorukot/superfile/pull/846) by @Frost-Phoenix - fix: handle UTF-8 BOM in file reader [#865](https://github.com/yorukot/superfile/pull/865) by @vkhatsiur - fix icon displayed on spf prompt when nerdfont disabled [#878](https://github.com/yorukot/superfile/pull/878) by @claykom - fix: create item check for dot-entries [#817](https://github.com/yorukot/superfile/pull/817) by @TheLazron - fix: prevent pasting a directory into itself, avoiding infinite loop [#887](https://github.com/yorukot/superfile/pull/887) by @yorukot - fix: clear search bar value on parent directory reset [#906](https://github.com/yorukot/superfile/pull/906) by @yorukot - fix: enhance terminal pixel detection and response handling [#904](https://github.com/yorukot/superfile/pull/904) by @yorukot - fix: Cannot Build superfile on Windows [#921](https://github.com/yorukot/superfile/pull/921) by @claykom - fix: Improve command tokenization to handle quotes and escapes [#931](https://github.com/yorukot/superfile/pull/931) by @Khitoshi - fix: Dont read special files, and prevent freeze [#932](https://github.com/yorukot/superfile/pull/932) by @lazysegtree - Compress all files selected [#821](https://github.com/yorukot/superfile/pull/821) by @larsn03 #### Optimization - Metadata and filepanel rendering refactor [#867](https://github.com/yorukot/superfile/pull/867) by @JassonCordones - refactor: simplify panel mode handling in file movement logic [#907](https://github.com/yorukot/superfile/pull/907) by @yorukot - refactor: standardize TODO comments and ReadMe to README [#913](https://github.com/yorukot/superfile/pull/913) by @yorukot #### Documentation - enhance: add detailed documentation for InitIcon function and update … [#879](https://github.com/yorukot/superfile/pull/879) by @yorukot - docs: add documentation for image preview [#882](https://github.com/yorukot/superfile/pull/882) by @yorukot - docs: update contributing guide and PR template [#885](https://github.com/yorukot/superfile/pull/885) by @yorukot - docs: update README and plugin documentation for clarity and structure [#902](https://github.com/yorukot/superfile/pull/902) by @yorukot - feat(docs): Update arch install package docs [#929](https://github.com/yorukot/superfile/pull/929) by @booth-w #### CI/CD - ci: add PR title linting with semantic-pull-request action [#884](https://github.com/yorukot/superfile/pull/884) by @yorukot - ci: improve PR workflows with contributor greeting and title linter fix [#886](https://github.com/yorukot/superfile/pull/886) by @yorukot #### Dependencies - build(deps): bump prismjs from 1.29.0 to 1.30.0 in /website [#786](https://github.com/yorukot/superfile/pull/786) by @dependabot[bot] - fix(deps): update dependency astro to v5.8.0 [#787](https://github.com/yorukot/superfile/pull/787) by @renovate[bot] - chore(deps): bump vite from 6.3.3 to 6.3.5 in /website [#822](https://github.com/yorukot/superfile/pull/822) by @dependabot[bot] - fix(deps): update dependency sharp to v0.34.2 [#909](https://github.com/yorukot/superfile/pull/909) by @renovate[bot] - fix(deps): update astro monorepo [#894](https://github.com/yorukot/superfile/pull/894) by @renovate[bot] - fix(deps): update fontsource monorepo to v5.2.6 [#910](https://github.com/yorukot/superfile/pull/910) by @renovate[bot] #### Misc - chore(license): update copyright year [#895](https://github.com/yorukot/superfile/pull/895) by @yorukot - feat: add ignore missing field flag [#881](https://github.com/yorukot/superfile/pull/881) by @claykom - feat: add sitemap integration and update giscus input position [#912](https://github.com/yorukot/superfile/pull/912) by @yorukot

New Contributors

Full Changelog: https://github.com/yorukot/superfile/compare/v1.3.1...v1.3.2

Source: README.md, updated 2025-07-16