SIGN IN SIGN UP

Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.

0 0 1 Rust

TAGS

20 tags
v2.0.0-alpha.2

Merge branch 'main' of https://github.com/spacedriveapp/spacedrive

v2.0.0.alpha.1

Add bidirectional remote file copy support (PULL operations) - Introduced a new task for implementing bidirectional file transfers, allowing files to be copied from remote devices to local devices. - Extended the `FileCopyJob` to handle PULL operations, addressing user experience gaps when dragging files from remote device explorers. - Implemented a new `RemoteTransferStrategy` to detect transfer direction and manage both PUSH and PULL protocols. - Added necessary protocol messages and handlers for PULL requests, including security validations and checksum verifications. - Created integration tests to ensure functionality and performance of PULL operations, including error handling and resume capabilities. - Updated UI components to facilitate drag-and-drop functionality from remote to local folders seamlessly.

v2.0.0-alpha.1

Merge pull request #2937 from spacedriveapp/cursor/search-ui-integration-ephemeral-1978 feat: Integrate search UI with ephemeral and persistent indexes

0.4.3

Change `spacedrive.desktop` to `Spacedrive.desktop`

0.4.2

Fix server release (#2671)

0.4.0

[ENG-1825] Show thumb image if original is not available (#2617) * show thumb image if original is not available * remove space * formatting

0.3.1

More More P2P Docs (#2525) * Docs * Clarify relay upgrades * caaaaalapse * Cleanup `sd_p2p_tunnel`

0.3.0

alpha 0.3.0 (#2515) hello world

0.2.14

Alpha 0.2.14 (#2445) alpha

0.2.13

Revert OpenDAL for ephemeral location (#2399) * Revert "OpenDAL - Ephemeral Locations (#2283)" This reverts commit 2848782e8e052c9f62f7782e1cb80047f84771b7. * Format * Fix some diff problems

0.2.12

I18n polish (zh-cn) (#2337) * i18n some polishes * reviewed 1st-100th strings of zh-cn i18n * change the indent to 2 space characters

0.2.11

Alpha 0.2.11 (#2291) lul

0.2.10

[ENG-1699] Pin Job manager (#2264) * wip * minor cleanup * Update Popover.tsx * remove prop

0.2.9

Alpha 0.2.9 (#2260) release 0.2.9

0.2.8

Alpha 0.2.8 (#2247) alpha 0.2.8

0.2.7

Make mobile tests more resilient (#2236) * Attempt at making mobile tests more resilient * Forgot shell property * Remove debug flag from run-maestro-tests.sh * Fix kill command * Improve device emulator launch code - Remove maestro version lock (expo is not using it anymore on their repo) - Use some of the same command expo uses to ensure device emulator launched * ... * ... * Make grep timeout less strict * Increase timeouts * Downgrade macOS and Xcode Following Expo changes: https://github.com/expo/expo/commit/cb7c90dac47a46848f406e78e3903aea7fc24f5e

0.2.6

Alpha 0.2.6 (#2232) * bump 0.2.6 * Double Cypress timeouts when running on CI --------- Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com>

0.2.5

[ENG-1663] Prevent middle-click opening new tab (#2168) Update Link.tsx

0.2.4

remove intro video (#2097) * all tags screen, visual improvements, and bug fix * More sync support for file paths + saved searches (#2067) more sync support for file paths + saved searches * windows video intro fix * remove video intro * back for mob --------- Co-authored-by: Brendan Allan <brendonovich@outlook.com>