Releases: gkaragioul/Cross_Drive
Release list
v1.5.34
Summary
License notice and installer compliance clarity.
Notable changes
- Clear MIT scope: README and installer EULA now state that CrossDrive application source is MIT while third-party components keep their own license terms.
- Offline GPL manifest: packaged installers now include the GPL source manifest alongside the GPL source offer and GPL-2.0 license text.
- App legal menu: the Help menu now opens the GPL source manifest directly from the installed resources.
Where to download
Permanent installer link: https://github.com/gkaragioul/Cross_Drive/releases/latest/download/CrossDriveSetup.exe
Checks
npm run testpassed.npm run security:auditpassed with 1 moderate dependency finding, within the repo threshold.npm run commercial:gatepassed.npm run release:audit:unsignedpassed.
SHA-256
CrossDriveSetup.exe:449c605062a43477ad7332a5fdab4b4ee632487c0b7eb763fe61e46f73f60225CrossDrive-1.5.34.exe:a36a0a80c977982b7f2557a81fd60d73a815b38779fb23a94c8ea1291a957829
v1.5.33
Summary
Installer hang hotfix for existing WinFsp installs.
Notable changes
- Faster upgrades: the installer now skips the bundled WinFsp MSI when WinFsp is already installed, avoiding the long silent Windows Installer repair/reconfigure step near the end of setup.
- Release guardrail: self-test and release audit now verify the WinFsp skip check stays before the MSI install command.
- GitHub-only updates: keeps the v1.5.32 change where app updates are delivered through GitHub Releases.
Windows Installer
CrossDriveSetup.exeCrossDrive-1.5.33.exeportable build
Verification
node scripts/self-test.jsnpm run release:audit:unsignednpm run release:win:unsigned
SHA256
CrossDriveSetup.exeSHA256:7A89F502E534A01100C2F67B033C429700D39CDC4384DA7F6AD6F031E7381D0CCrossDrive-1.5.33.exeSHA256:679B3F3F5F66A30EE9A7A369E66ABB581D983288FEA1082745FA0DB852E6E5BF
v1.5.32
Summary
Assisted updater removal and GitHub Releases update flow.
Notable changes
- GitHub-only updates: removed the app-managed update route, update banner, update modal, and update IPC handlers.
- Settings update link: the app now directs users to GitHub Releases for new versions.
- Release guardrail: self-test and release audit now verify the assisted updater remains removed.
Windows Installer
CrossDriveSetup.exeCrossDrive-1.5.32.exeportable build
Verification
node scripts/self-test.jsnpm run release:audit:unsignednpm run release:win:unsigned
SHA256
CrossDriveSetup.exeSHA256:F91170186615C9D85F14DCC77B3B249DE9E43D582464357A5CFABC1D7821F8CFCrossDrive-1.5.32.exeSHA256:F4AC1FA0F194229E459E0603075A4EE56641F443385380805067B8EDF1147204
v1.5.31
Summary
APFS Time Machine checkpoint scan fix.
Notable changes
- Full checkpoint data scan: CrossDrive now scans large APFS checkpoint data windows instead of stopping after the first 8,192 blocks.
- Time Machine visibility: this targets Time Machine disks where the object map/volume records live later in the checkpoint data area, causing
Volume_410placeholders with no files. - Release guardrail: self-test now verifies the APFS checkpoint data scan covers large Time Machine checkpoint windows.
Where to download
Permanent installer link: https://github.com/gkaragioul/Cross_Drive/releases/latest/download/CrossDriveSetup.exe
SHA256: 34edcd574f0b490131a0c15af78820980290e0a1af5246dba57ce5cedeb0db6d
Portable SHA256: 997f21c68ee109f2eb13e769ac11557dbb56bee3a5676ad78b446a9499cd0f8e
v1.5.30
Summary
APFS Time Machine resolution and taskbar icon fix.
Notable changes
- APFS checkpoint parsing: fixed NX checkpoint field offsets so CrossDrive can scan the APFS checkpoint data area instead of showing empty placeholder volumes.
- Time Machine visibility: this should let the native APFS path resolve the real backup volume/catalog instead of only
VolumesandAPFS_CONTAINER_INFO. - Taskbar icon: unsigned builds now stamp
CrossDrive.exewith the CrossDrive icon during packaging, so the running app should not show Electron's generic taskbar icon. - Release guardrails: self-test now verifies APFS checkpoint offsets, APFS root presentation, and unsigned exe icon stamping.
Where to download
Permanent installer link: https://github.com/gkaragioul/Cross_Drive/releases/latest/download/CrossDriveSetup.exe
SHA256: fcd25e4076524428dbe81961718b03e0efa8bf04966f1906bc9b63b60fad7728
Portable SHA256: 2b00d36ab432912bbf278ff7f9f91eee9f8ac280768ce49b0e32bfa1b9ba21bb
v1.5.29
Summary
APFS native mount root presentation fix.
Notable changes
- Normal Explorer root: APFS mounts now expose the primary user volume at the drive root instead of showing a container wrapper with
VolumesandAPFS_CONTAINER_INFO. - Primary volume selection: CrossDrive prefers APFS Data/User volumes and avoids Recovery/Preboot/VM volumes for the root view.
- Release guardrail: self-test now verifies APFS mounts expose the primary user volume at the drive root.
Where to download
Permanent installer link: https://github.com/gkaragioul/Cross_Drive/releases/latest/download/CrossDriveSetup.exe
SHA256: 5cc0891bb72aaecb31c28ba74bbd663d15a5ed9e923bcc6f4b15ebc5f049880a
Portable SHA256: 3d50e4cb66585969e7f9d5e0d25f3e824e13b10de4abae3c92e15de5e574f3ef
v1.5.28
Summary
APFS native mount free-space fix.
Notable changes
- APFS free-space reporting: read-only APFS mounts now load APFS spaceman metadata for capacity reporting instead of returning
0 bytes freeto Explorer. - Safer fallback: if APFS free-space metadata cannot be read, CrossDrive reports an optimistic capacity hint instead of making the drive look completely full.
- Release guardrail: self-test now verifies APFS read-only mounts do not regress to zero-free-space reporting.
Where to download
Permanent installer link: https://github.com/gkaragioul/Cross_Drive/releases/latest/download/CrossDriveSetup.exe
SHA256: c90395bb791b4f92de0361c3dcfab2b3e9d091b3ec47a06956e82f0ed03f2847
Portable SHA256: 47fdbf735882b387170f13a0884cbde648564d8997703e4b2ed635bbd54145a2
v1.5.27
Summary
Zero-dependency customer runtime release.
Notable changes
- Native runtime by default: CrossDrive now starts in the bundled native mount path instead of requiring WSL2.
- No WSL setup blocker: missing WSL2/Ubuntu is treated as an optional advanced-mode warning and no longer disables Mount buttons.
- Explicit WSL mode only: the WSL kernel path is used only when
CROSSDRIVE_MOUNT_MODE=wsl_kernelis set. - Release guardrails: self-test now verifies the default native runtime, optional WSL handling, and UI mount gating.
Where to download
Permanent installer link: https://github.com/gkaragioul/Cross_Drive/releases/latest/download/CrossDriveSetup.exe
SHA256: 2a27fdbb94e68cc520f14ea0a4ff21da754466d05252316470043136753a1c68
Portable SHA256: d0c1770e0ebac8f0a73264f2e894a6746d3d836cbba8541369c80bc816670488
v1.5.25
Summary
Desktop icon and assisted updater test release.
Notable changes
- Updater feed: confirms updates are received from
gkaragioul/Cross_Drive. - Assisted install path: keeps the same
CrossDriveSetup.exeasset name and release-note checksum format expected by the app. - Desktop shortcut icon: installer-created shortcuts now point directly at the packaged CrossDrive icon so Windows does not show the generic Electron fallback icon.
Where to download
Permanent installer link: https://github.com/gkaragioul/Cross_Drive/releases/latest/download/CrossDriveSetup.exe
SHA256: f4a78bfece4880dc0cf25dba87f00dc01faa36e4e49916f45f9d2ee5e072ee4d
v1.5.24
Summary
Startup hotfix and assisted updater test release. This version is intended to replace 1.5.23, which could crash on startup if the packaged native service executable was not found and the app tried to fall back to dotnet.
Notable changes
- Updater feed: confirms updates are received from
gkaragioul/Cross_Drive. - Assisted install path: keeps the same
CrossDriveSetup.exeasset name and release-note checksum format expected by the app. - Startup hotfix: packaged builds no longer fall back to
dotnet runfor native helpers and no longer crash on native-service spawn errors.
Where to download
Permanent installer link: https://github.com/gkaragioul/Cross_Drive/releases/latest/download/CrossDriveSetup.exe
SHA256: c9775c9f1f0196662d19b58b35f83f0234d14b84e33fc5f81a4c5c511fe722ec