# spacedrive changelog > Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust. - Vendor: spacedriveapp - Category: System Utilities - Official site: https://spacedrive.com/ - Tracked by: What's New (https://whatsnew.fyi/product/spacedrive) - Harvested from: GitHub (spacedriveapp/spacedrive) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## Releases ### v2.0.0-alpha.2 - Date: 2026-02-07 - Version: v2.0.0-alpha.2 - Original notes: https://github.com/spacedriveapp/spacedrive/releases/tag/v2.0.0-alpha.2 - Permalink: https://whatsnew.fyi/product/spacedrive/releases/v2.0.0-alpha.2 - Labels: Pre-release - **added** — Windows and server builds - **added** — Bidirectional remote file copy with PULL support - **added** — File inspector feature flags - **added** — HLC Time Source - **added** — Windows NTFS support - **added** — Real-time speed tracking and expandable job progress for copy operations - **added** — Connection status on device cards - **added** — Settings screen - **added** — iOS Volume Detection - **added** — Mobile Explorer - **added** — Proxy pairing functionality - **security** — Prevent path traversal in P2P file transfers and deletions - **fixed** — Dropbox OAuth configuration - **fixed** — Include directory paths in realtime sync and batch messages - **fixed** — Connection Watcher Stale Entry - **fixed** — Update GitHub connectivity check to use HTTPS port 443 - **fixed** — Handle config changes in summarize_event - **changed** — Replace device_id with volume_id in entries and locations - **changed** — Refactor interface package structure - **changed** — Refactor TopBar with overflow handling and macOS support NEW: Windows and server builds, many features are NOT working so test with caution. macOS is the most stable, ffmpeg is not yet bundled with Windows, Linux or Server so thumbnails won't work, this is purely for testing. Pairing and sync work pretty well though. I will ship alpha builds more frequently now all versions are building reliably in CI. ##### What's Changed * feat(core): implement bidirectional remote file copy (PULL support) by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2940 * fix(security): prevent path traversal in P2P file transfers and deletions by @slvnlrt in https://github.com/spacedriveapp/spacedrive/pull/2944 * File inspector feature flags by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2946 * HLC Time Source by @Brendonovich in https://github.com/spacedriveapp/spacedrive/pull/2949 * Windows NTFS support by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2947 * Fix Dropbox OAuth configuration by @SinanGncgl in https://github.com/spacedriveapp/spacedrive/pull/2952 * Space item UUID migration by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2951 * Refactor: Replace device_id with volume_id in entries and locations by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2956 * Refactor interface package structure by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2960 * Refactor TopBar with overflow handling and macOS support by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2961 * Refactor entry ownership to use volumes by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2965 * fix(sync): include directory paths in realtime sync and batch messages by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2966 * feat(copy): add real-time speed tracking and expandable job progress by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2967 * Fix Connection Watcher Stale Entry by @tembo[bot] in https://github.com/spacedriveapp/spacedrive/pull/2973 * Enhanced Size View with Per-Tab Persistence and Dynamic Controls by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2971 * feat(device): Add connection status to device cards by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2970 * Better search by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2975 * Improved volume indexing by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2976 * Stable volume fingerprint by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2977 * fix(setup): update GitHub connectivity check to use HTTPS port 443 by @nicofishman in https://github.com/spacedriveapp/spacedrive/pull/2982 * Settings screen implementation by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2934 * iOS Volume Detection by @tembo[bot] in https://github.com/spacedriveapp/spacedrive/pull/2980 * Mobile Explorer + Sync Event Emission Fixes by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2985 * UseNormalizedQuery direct query input by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2992 * feat(pairing): enhance proxy pairing functionality and add tests by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2994 * fix: add node-gyp as a dev dep by @okunamayanad in https://github.com/spacedriveapp/spacedrive/pull/2996 * fix: install cmake on setup by @okunamayanad in https://github.com/spacedriveapp/spacedrive/pull/2998 * fix: handle config changes in summarize_event by @okunamayanad in https://github.com/spacedriveapp/spacedrive/pull/3000 * Convert device to shared by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/3001 * Proxy pairing by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2987 * Upgrade Iroh to v0.95.1 by @tembo[bot] in https://github.com/spacedriveapp/spacedrive/pull/3002 * .github/workflows: Migrate workflows to Blacksmith run _[Truncated at 4000 characters — full notes: https://github.com/spacedriveapp/spacedrive/releases/tag/v2.0.0-alpha.2]_ ### v2.0.0-alpha.1 - Date: 2025-12-26 - Version: v2.0.0-alpha.1 - Original notes: https://github.com/spacedriveapp/spacedrive/releases/tag/v2.0.0-alpha.1 - Permalink: https://whatsnew.fyi/product/spacedrive/releases/v2.0.0-alpha.1 - Labels: Pre-release - **added** — Peer-to-peer library sync without servers or cloud requirement - **added** — Device pairing with mnemonic codes - **added** — Automatic local network discovery with relay fallback - **added** — Offline-first leaderless sync - **added** — Fast indexing for persistent and ephemeral storage - **added** — Content-aware deduplication across devices - **added** — Cross-device file management actions and transfer - **added** — Resumable jobs with progress tracking - **added** — Index S3, Google Drive, OneDrive, Dropbox as native volumes - **added** — Support for 12+ cloud services - **added** — Cross-storage operations between local and cloud storage - **added** — Semantic tagging with hierarchies - **added** — Spaces for custom layouts - **added** — Collections for grouping files - **added** — Thumbnail generation and OCR text extraction - **added** — Full-featured sd-cli for scripting workflows #### Spacedrive v2.0.0-alpha.1 **The complete ground-up rewrite is here.** Six months of development, built in Rust for seamless multi-device computing without cloud lock-in. Read [v2.spacedrive.com](https://v2.spacedrive.com) for the full story on this rewrite! ##### Available Now: macOS + Linux (windows coming next release) ###### What You Can Try **Multi-Device Sync** - Peer-to-peer library sync (no servers, no cloud required) - Device pairing with mnemonic codes - Automatic local network discovery + relay fallback - Offline-first with leaderless sync **File Management** - Fast indexing persistent and ephemeral - Content-aware deduplication across devices - Cross-device file management actions and transfer - Resumable jobs with progress tracking **Cloud Integration** - Index S3, Google Drive, OneDrive, Dropbox as native volumes - 12+ cloud services supported - Cross-storage operations (local → cloud, cloud → cloud) **Organization** - Semantic tagging with hierarchies - Spaces for custom layouts - Collections for grouping files - Thumbnail generation + OCR text extraction **CLI & Automation** - Full-featured `sd-cli` for scripting workflows - Daemon management - Library and location operations ##### Coming Soon - **Windows** support (alpha.2) - **iOS** app - **Android** app - **Server** edition for headless deployments Full docs: [v2.spacedrive.com](https://v2.spacedrive.com) --- **This is an alpha release.** Expect bugs. Report them on Discord or GitHub Issues. Your testing helps us ship a stable 2.0. ### 0.4.3 - Date: 2025-03-24 - Version: 0.4.3 - Original notes: https://github.com/spacedriveapp/spacedrive/releases/tag/0.4.3 - Permalink: https://whatsnew.fyi/product/spacedrive/releases/0.4.3 - **added** — Windows Control buttons to the TopBar on Peer tab - **added** — News banner with latest alpha version and changelog link - **added** — Translation keys for FileKindStats, general settings, and StarfieldEffect components - **added** — Duplicate current tab keybind - **added** — Native dependencies for iOS - **added** — SQLite pragmas to optimize performance - **added** — No telemetry option and improved analytics code clarity - **added** — Solus Build Support - **added** — Ukrainian language - **changed** — Object renaming UX - **changed** — Dialogs visual improvements - **changed** — Windows top bar options to always show - **changed** — Drawer appearing and visual improvements - **changed** — Navigation issues and improvements - **changed** — pdfium-render version - **changed** — Memory allocator to mimalloc - **changed** — Update to tauri 2.0.1 stable - **changed** — File thumbnails and Quick Preview - **fixed** — Storage progress device value in Overview - **fixed** — Open with list ordering - **fixed** — Windows multiple tab spacing - **fixed** — Quick add tag - **fixed** — File handle closure after getting its index on Windows - **fixed** — Inspector notes - **fixed** — Android builds failing to compile - **fixed** — Windows scroll - **fixed** — Thumbnail encoder error > [!IMPORTANT] > We regret to inform our valued Spacedrive community that we must temporarily pause our development roadmap beyond our latest update. Due to current funding constraints and related challenges, we cannot deliver new features or updates for the foreseeable future. > > While this was a tough decision, our team remains committed to Spacedrive's vision and will explore options to resume development when circumstances allow. We deeply appreciate your understanding and continued support during this challenging period. > > The Spacedrive Team ##### What's Changed * Added Windows Control buttons to the TopBar on "Peer" tab by @artsiom-voitas in https://github.com/spacedriveapp/spacedrive/pull/2674 * [ENG-1860] News banner with latest alpha version & changelog link by @ameer2468 in https://github.com/spacedriveapp/spacedrive/pull/2675 * [ENG-1866] Overview: fix storage progress device value by @ameer2468 in https://github.com/spacedriveapp/spacedrive/pull/2678 * Added translation keys for FileKindStats, general (settings) and StarfieldEffect components by @artsiom-voitas in https://github.com/spacedriveapp/spacedrive/pull/2673 * [MOB-101] Improve object renaming UX by @ameer2468 in https://github.com/spacedriveapp/spacedrive/pull/2683 * [ENG-1694] Dialogs visual improvements by @ameer2468 in https://github.com/spacedriveapp/spacedrive/pull/2684 * Fix typos in introduction.mdx by @SBobbe in https://github.com/spacedriveapp/spacedrive/pull/2685 * [MOB-116] Fix Drawer appearing & visual improvements by @ameer2468 in https://github.com/spacedriveapp/spacedrive/pull/2691 * [ENG-1874] Always show windows top bar options by @ameer2468 in https://github.com/spacedriveapp/spacedrive/pull/2692 * Add "Duplicate current tab" keybind by @MadisonKonig in https://github.com/spacedriveapp/spacedrive/pull/2679 * Update appearance Czech language.tsx by @markrieder in https://github.com/spacedriveapp/spacedrive/pull/2699 * Fix "open with" list ordering by @MadisonKonig in https://github.com/spacedriveapp/spacedrive/pull/2697 * [ENG-1840, ENG-1842] Add native dependencies for iOS by @HeavenVolkoff in https://github.com/spacedriveapp/spacedrive/pull/2693 * Update pdfium-render version by @matheus-consoli in https://github.com/spacedriveapp/spacedrive/pull/2701 * fix windows multiple tab spacing by @MadisonKonig in https://github.com/spacedriveapp/spacedrive/pull/2713 * Add SQLite pragmas to optimize performace by @jamiepine in https://github.com/spacedriveapp/spacedrive/pull/2715 * [MOB-123,122,121] Fix & improve navigation issues by @ameer2468 in https://github.com/spacedriveapp/spacedrive/pull/2718 * [ENG-1897,1900,1901] Quick add tag fix & more by @ameer2468 in https://github.com/spacedriveapp/spacedrive/pull/2720 * Use mimalloc as the global memory allocator by @matheus-consoli in https://github.com/spacedriveapp/spacedrive/pull/2723 * Close file handle after getting its index (windows) by @matheus-consoli in https://github.com/spacedriveapp/spacedrive/pull/2728 * Typo for: accesible by @majal in https://github.com/spacedriveapp/spacedrive/pull/2724 * Update spelling in `features.mdx` by @daUnknownCoder in https://github.com/spacedriveapp/spacedrive/pull/2730 * Update bundle size with average 0.4.2 size by @iLynxcat in https://github.com/spacedriveapp/spacedrive/pull/2738 * Add typo issue template & update others for consistency by @iLynxcat in https://github.com/spacedriveapp/spacedrive/pull/2737 * Organize and clean up internationalization file keys by @iLynxcat in https://github.com/spacedriveapp/spacedrive/pull/2741 * Handle thumbnail encoder error by @matheus-consoli in https://github.com/spacedriveapp/spacedrive/pull/2745 * Remove dependency on `once_cell` and use `std` types by @matheus-consoli in https://github.com/spacedriveapp/spacedrive/pull/2746 * Fix Inspector notes by @jamiepine in https://github.com/s _[Truncated at 4000 characters — full notes: https://github.com/spacedriveapp/spacedrive/releases/tag/0.4.3]_ ### 0.4.2 — Alpha 0.4.2 - Date: 2024-08-18 - Version: 0.4.2 - Original notes: https://github.com/spacedriveapp/spacedrive/releases/tag/0.4.2 - Permalink: https://whatsnew.fyi/product/spacedrive/releases/0.4.2 - **changed** — Spacedrive now runs on a more stable version of Tauri v2 - **changed** — Dimmed the text color on dark mode and increased the text size for keybinds - **added** — Job Manager now shows progress when copying files - **fixed** — Fixed a bug where pressing Esc would exit both the Quick Preview and app search simultaneously - **fixed** — Fixed a bug causing zombie jobs to appear in the job manager - **fixed** — Fixed a bug with PDF thumbnails failing to render - **fixed** — Fixed a bug with opening Spacedrive on Debian Linux - **fixed** — Fixed a bug preventing Spacedrive from launching - **added** — Added additional Chinese translations - **changed** — Updated Vite dependency to 5.2.0 - **removed** — Removed a number of unused code modules - **changed** — Updated Expo SDK dependency to 51.0.28 This release brings UI improvements, package updates, platform migrations, and bug fixes to improve stability. More Chinese translations have also been added. ##### 🔧 Core Updates * Spacedrive now runs on a more stable version of Tauri v2 - by [@Rocky43007](https://github.com/Rocky43007) in [#2654](https://github.com/spacedriveapp/spacedrive/pull/2654) ##### 🪐 App Updates ###### 🖥️ Desktop * Dimmed the text color on dark mode and increased the text size for keybinds - by [@PineappleRind](https://github.com/PineappleRind) in [#2643](https://github.com/spacedriveapp/spacedrive/pull/2643) (Before/After) 352818018-d8348c27-bde9-47d4-b131-4c30274d6fbe * Job Manager now shows progress when copying files - by [@matheus-consoli](https://github.com/matheus-consoli) in [#2538](https://github.com/spacedriveapp/spacedrive/pull/2538) Screenshot for report progress when copying files feature ##### 🐞 Bug Fixes ###### 🖥️ Desktop * Fixed a bug where pressing Esc would exit both the Quick Preview and app search simultaneously - by [@myung03](https://github.com/myung03) in [#2646](https://github.com/spacedriveapp/spacedrive/pull/2646) * Fixed a bug causing "zombie" jobs to appear in the job manager - by [@myung03](https://github.com/myung03) in [#2653](https://github.com/spacedriveapp/spacedrive/pull/2653) Screenshot 2024-07-29 at 11 08 55 AM * Fixed a [bug](https://github.com/ajrcarey/pdfium-render/pull/155) with PDF thumbnails failing to render - by [@HeavenVolkoff](https://github.com/HeavenVolkoff) in [#2666](https://github.com/spacedriveapp/spacedrive/pull/2666) * Fixed a [bug](https://github.com/spacedriveapp/spacedrive/issues/2647) with opening Spacedrive on Debian Linux - by [@HeavenVolkoff](https://github.com/HeavenVolkoff) in [#2648](https://github.com/spacedriveapp/spacedrive/pull/2648) * [Fixed a bug preventing Spacedrive from launching](https://github.com/user-attachments/assets/61fc6573-daba-4906-bebb-2004e59f1c4c) - by [@HeavenVolkoff](https://github.com/HeavenVolkoff) in [#2670](https://github.com/spacedriveapp/spacedrive/pull/2670) ##### 🛠️ General/Development Updates * Added additional Chinese translations - by [@Lkhsss](https://github.com/Lkhsss) in [#2656](https://github.com/spacedriveapp/spacedrive/pull/2656) * Updated the `Vite` dependency to 5.2.0 - by [@Rocky43007](https://github.com/Rocky43007) in [#2645](https://github.com/spacedriveapp/spacedrive/pull/2645) * Removed a number of unused code modules - by [@fogodev](https://github.com/fogodev) ([#2660](https://github.com/spacedriveapp/spacedrive/pull/2660)) and [@HeavenVolkoff](https://github.com/HeavenVolkoff) ([#2662](https://github.com/spacedriveapp/spacedrive/pull/2662)) * Updated various build/release tools and server scripts - by [@HeavenVolkoff](https://github.com/HeavenVolkoff) in [#2642](https://github.com/spacedriveapp/spacedrive/pull/2642), [#2663](https://github.com/spacedriveapp/spacedrive/pull/2663), [#2668](https://github.com/spacedriveapp/spacedrive/pull/2668) * Updated a number of Rust, Prisma, and Windows dependencies - by [@HeavenVolkoff](https://github.com/HeavenVolkoff) in [#2662](https://github.com/spacedriveapp/spacedrive/pull/2662), [#2663](https://github.com/spacedriveapp/spacedrive/pull/2663) * Miscellaneous updates to documentation, code style, and version references - by [@iLynxcat](https://github.com/iLynxcat) ([#2639](https://github.com/spacedriveapp/spacedrive/pull/2639)) and [@HeavenVolkoff](https://github.com _[Truncated at 4000 characters — full notes: https://github.com/spacedriveapp/spacedrive/releases/tag/0.4.2]_ ### 0.4.1 — Alpha 0.4.1 - Date: 2024-07-27 - Version: 0.4.1 - Original notes: https://github.com/spacedriveapp/spacedrive/releases/tag/0.4.1 - Permalink: https://whatsnew.fyi/product/spacedrive/releases/0.4.1 - **changed** — Updated terminal log messages to a prettier, easier-to-read format - **changed** — Changed the sidebar toggle shortcut to ⌘S (macOS) / CtrlS (Windows/Linux) - **added** — Added zoom shortcuts ⌘+/- (macOS) / Ctrl+/- (Windows/Linux) and pinch-to-zoom in Quick Preview - **fixed** — Fixed a bug where right-click could open the native context menu instead of the Spacedrive context menu - **changed** — Improved Media View thumbnails - **changed** — Improved the sync settings UI/UX This minor patch adds new app shortcuts and improvements to the Quick Preview feature, as well as fixing various bugs. ##### 🪐 Core Updates * Updated terminal log messages to a prettier, easier-to-read format - by [@matheus-consoli](https://github.com/matheus-consoli) in [#2476](https://github.com/spacedriveapp/spacedrive/pull/2476) ##### App Updates ###### 🖥️ Desktop * Changed the sidebar toggle shortcut to S (macOS) / CtrlS (Windows/Linux) - by [@ameer2468](https://github.com/ameer2468) in [#2625](https://github.com/spacedriveapp/spacedrive/pull/2625) * Added zoom shortcuts + / - (macOS) / Ctrl+ / - (Windows/Linux) and pinch-to-zoom in Quick Preview - by [@myung03](https://github.com/myung03) in [#2635](https://github.com/spacedriveapp/spacedrive/pull/2635) ##### 🐞 Bug Fixes ###### 🖥️ Desktop * Fixed a bug where right-click could open the native context menu instead of the Spacedrive context menu - by [@myung03](https://github.com/myung03) in [#2637](https://github.com/spacedriveapp/spacedrive/pull/2637) ##### 🗞️ General/Development Updates * Translated the Top Bar/Overview to Russian and Belarusian - by [@artsiom-voitas](https://github.com/artsiom-voitas) in [#2628](https://github.com/spacedriveapp/spacedrive/pull/2628) * Updated the Github bug report template - by [@iLynxcat](https://github.com/iLynxcat) in [#2622](https://github.com/spacedriveapp/spacedrive/pull/2622) * Updated the `rspc-tauri` and `tailwindcss-animate` dependencies - by [@Rocky43007](https://github.com/Rocky43007) ([#2634](https://github.com/spacedriveapp/spacedrive/pull/2634)) and [@iLynxcat](https://github.com/iLynxcat) ([#2631](https://github.com/spacedriveapp/spacedrive/pull/2631)) * Updated the `openssl-dev` dependency to `openssh-devel` for Fedora (39+) Linux developers - by [@greendoescode](https://github.com/greendoescode) in [#2630](https://github.com/spacedriveapp/spacedrive/pull/2630) * Fixed an issue with checking out Pull Requests from forks - by [@iLynxcat](https://github.com/iLynxcat) in [#2631](https://github.com/spacedriveapp/spacedrive/pull/2631) ###### 📱 Mobile (soon)tm * Improved Media View thumbnails - by [@ameer2468](https://github.com/ameer2468) in [#2626](https://github.com/spacedriveapp/spacedrive/pull/2626) * Improved the sync settings UI/UX - by [@ameer2468](https://github.com/ameer2468) in [#2636](https://github.com/spacedriveapp/spacedrive/pull/2636) ##### New Contributors * [@greendoescode](https://github.com/greendoescode) made their first contribution in [#2630](https://github.com/spacedriveapp/spacedrive/pull/2630) **Full Changelog**: [https://github.com/spacedriveapp/spacedrive/compare/0.4.0...0.4.1](https://github.com/spacedriveapp/spacedrive/compare/0.4.0...0.4.1) ### 0.4.0 — Alpha 0.4.0 - Date: 2024-07-20 - Version: 0.4.0 - Original notes: https://github.com/spacedriveapp/spacedrive/releases/tag/0.4.0 - Permalink: https://whatsnew.fyi/product/spacedrive/releases/0.4.0 - **added** — Tag Assign Mode lets you easily tag files in the Explorer using numerical keybinds by selecting a tag and pressing a number to link your tag to, then tag or untag files using the hotkey - **added** — See file tags in both grid and list views and filter by tag - **added** — Custom tag names and colours allow for easy grouping and filtering of unique files - **added** — Jobs now show estimated time remaining - **changed** — New Overview statistics UI with a clearer and more intuitive overview of library statistics - **changed** — Improvements to calculating and displaying library statistics - **changed** — General improvements and fixes to the File System Indexer and File Identifier jobs - **changed** — Improvements to Job Manager - **changed** — Numerous improvements to Spacedrive core reliability, error handling, and error logging - **changed** — Media Quick View now shows the thumbnail when the original is unavailable - **fixed** — Fixed a variety of rendering bugs on the Explorer, Recents page, and Overview Devices graph - **fixed** — Fixed the file inspector tab not properly scrolling - **fixed** — Fixed caret not being displayed on the pathbar - **fixed** — Fixed a bug with running Spacedrive on Linux with an Nvidia GPU - **fixed** — Fixed Spacedrive not being able to open the trash folder on Linux - **fixed** — Fixed a bug with file updates causing Spacedrive to crash - **fixed** — Fixed some keybinds not registering properly Introducing the 4th major update to our Alpha, packed with features and bug fixes. This update sets the stage for 0.5.0 with an enormous amount of sync and networking infrastructure to support the official release of our mobile app with multi-device connection and sync. __The `.deb` release for 0.4.0 was broken and has been removed, please download the 0.4.1 `.deb` instead__ ##### 🪐 Core Updates - General improvements/fixes to the File System Indexer and File Identifier jobs - by [@fogodev](https://github.com/fogodev) in [#2476](https://github.com/spacedriveapp/spacedrive/pull/2476), [#2580](https://github.com/spacedriveapp/spacedrive/pull/2580) - Improvements to Job Manager, plus jobs now also show estimated time remaining - by [@myung03](https://github.com/myung03) in [#2607](https://github.com/spacedriveapp/spacedrive/pull/2607) CleanShot 2024-08-14 at 04 57 34@2x - Numerous improvements to Spacedrive core reliability, error handing, and error logging - by [@fogodev](https://github.com/fogodev) ([#2574](https://github.com/spacedriveapp/spacedrive/pull/2574), [#2556](https://github.com/spacedriveapp/spacedrive/pull/2556)) and [@matheus-consoli](https://github.com/matheus-consoli) ([#2504](https://github.com/spacedriveapp/spacedrive/pull/2504)) ##### App Updates ###### 🖥️ **Desktop** - **Tag Assign Mode** - by [@iLynxcat](https://github.com/iLynxcat) ([#2462](https://github.com/spacedriveapp/spacedrive/pull/2462)), [@ameer2468](https://github.com/ameer2468) ([#2532](https://github.com/spacedriveapp/spacedrive/pull/2532)), and [@myung03](https://github.com/myung03) ([#2566](https://github.com/spacedriveapp/spacedrive/pull/2566), [#2570](https://github.com/spacedriveapp/spacedrive/pull/2570)) - Tag Assign Mode lets you easily tag files in the Explorer using numerical keybinds. Enable Tag Assign Mode with the top bar button, then: - _Select a tag on the bottom bar > Press a number to link your tag to > Tag/untag any number of files using your new hotkey_ - See files tags in both grid and list views, as well as filter by tag - Custom tag names/colours allow for easy grouping/filtering of unique files Screenshot 2024-08-14 at 1 36 48 AM Screenshot 2024-08-14 at 1 05 03 AM   - **New Overview statistics UI** - by [@myung03](https://github.com/myung03) in [#2555](https://github.com/spacedriveapp/spacedrive/pull/2555), [#2566](https://github.com/spacedriveapp/spacedrive/pull/2566) - A new clearer and more intuitive overview of your library statistics! Screenshot 2024-08-13 at 11 59 59 PM - Improvements to calculating and displaying library statistics - by [@fogodev](https://github.com/fogodev) ([#2585](https://github.com/spacedriveapp/spacedrive/pull/2585), [#2601](https://github.com/spacedriveapp/spacedrive/pull/2601)) and [@ameer2468](https://github.com/ameer2468) ([#2577](https://github.com/spacedriveapp/spacedrive/pull/2577)) - Media Quick View now shows the thumbnail when the original is unavailable - by [@ameer2468](https://github.com/ameer2468) in [#2617](https://github.com/spacedriveapp/spacedrive/pull/2617) - Miscellaneous UI improvements and new icons - by [@ameer2468](https://github.com/ameer2468) ([#2578](https://github.com/spacedriveapp/spacedrive/pull/2578)) and [@myung03](https://github.com/myung03) ([#2566](https:/ _[Truncated at 4000 characters — full notes: https://github.com/spacedriveapp/spacedrive/releases/tag/0.4.0]_ ### 0.3.1 — Alpha 0.3.1 - Date: 2024-05-31 - Version: 0.3.1 - Original notes: https://github.com/spacedriveapp/spacedrive/releases/tag/0.3.1 - Permalink: https://whatsnew.fyi/product/spacedrive/releases/0.3.1 - **added** — Add a new network settings page with P2P debugging tools - **changed** — Disable macOS's App Nap feature to improve performance while minimized or in the background - **fixed** — Fix a bug where the update prompt would continue to pop up even after updating This patch includes improvements to sync infrastructure/documentation as well as minor improvements (we also fixed the annoying update window bug!) ##### 🪐 App Updates ###### 🖥️ Desktop * Added a new network settings page with P2P debugging tools - by [@oscartbeaumont](https://github.com/oscartbeaumont) in [#2492](https://github.com/spacedriveapp/spacedrive/pull/2492) Network settings page * Disabled macOS's "App Nap" feature to improve performance while minimized or in the background - by [@HeavenVolkoff](https://github.com/HeavenVolkoff) in [#2517](https://github.com/spacedriveapp/spacedrive/pull/2517) ##### 🐞 Bug Fixes ###### 🖥️ Desktop * Fixed a bug where the update prompt would continue to pop up even after updating - by [@HeavenVolkoff](https://github.com/HeavenVolkoff) in [#2517](https://github.com/spacedriveapp/spacedrive/pull/2517) ##### 🛠️ General/Development Updates * Improvements to Cloud Sync infrastructure and documentation - by [@Brendonovich](https://github.com/Brendonovich) in [#2511](https://github.com/spacedriveapp/spacedrive/pull/2511), [#2512](https://github.com/spacedriveapp/spacedrive/pull/2512) * Improvements to Peer-to-Peer sync infrastructure and documentation - by [@oscartbeaumont](https://github.com/oscartbeaumont) in [#2492](https://github.com/spacedriveapp/spacedrive/pull/2492), [#2523](https://github.com/spacedriveapp/spacedrive/pull/2523), [#2525](https://github.com/spacedriveapp/spacedrive/pull/2525) * Updated various server tools and dependencies - by [@HeavenVolkoff](https://github.com/HeavenVolkoff) in [#2518](https://github.com/spacedriveapp/spacedrive/pull/2518) **Full Changelog**: [https://github.com/spacedriveapp/spacedrive/compare/0.3.0...0.3.1](https://github.com/spacedriveapp/spacedrive/compare/0.3.0...0.3.1) ### 0.3.0 — Alpha 0.3.0 - Date: 2024-05-29 - Version: 0.3.0 - Original notes: https://github.com/spacedriveapp/spacedrive/releases/tag/0.3.0 - Permalink: https://whatsnew.fyi/product/spacedrive/releases/0.3.0 - **added** — Overview page now displays the total size of all Library locations - **added** — Spacedrive now stores and displays metadata for common media files - **added** — Libraries can now use .gitignore rules when choosing which files to index - **added** — Custom top bar for Spacedrive on Windows - **added** — Infrastructure and settings for the upcoming Peer-To-Peer sync system - **changed** — Spacedrive now runs on a beta version of Tauri v2 - **changed** — File indexing is now more efficient - **changed** — Thumbnails are now displayed in a bigger size and higher quality - **changed** — UI improvements to the search bar and delete functions - **changed** — Improved error handling for the P2P system - **changed** — Improved error handling for the Spacedrop feature - **changed** — Improved app translation logic and translations to more features - **fixed** — Fixed an issue with properly displaying the sidebar - **fixed** — Fixed various bugs relating to generating and displaying thumbnails - **fixed** — Fixed window resizing and context menu bugs on macOS - **fixed** — Fixed a minor unit conversion bug with the file inspector - **removed** — Removed support for Linux AppImage builds - **changed** — Reduced the Spacedrive app download size We’re excited to roll out Alpha 0.3.0, packed with new features, UI improvements, efficiency enhancements, and numerous bug fixes! This update also sets the foundation for our upcoming mobile app and multi-device sync capabilities. --- ##### ⚙️ Core Updates * The Overview page now displays the total size of all Library locations - by [@jamiepine](https://github.com/jamiepine) in [#2477](https://github.com/spacedriveapp/spacedrive/pull/2477) Screenshot 2024-08-22 at 6 36 53 PM * Spacedrive now stores and displays metadata for common media files - by [@fogodev](https://github.com/fogodev) in [#2423](https://github.com/spacedriveapp/spacedrive/pull/2423) and [@HeavenVolkoff](https://github.com/HeavenVolkoff) in [#2285](https://github.com/spacedriveapp/spacedrive/pull/2285) Screenshot 2024-08-22 at 6 25 36 PM * Improved error handling for the Spacedrop feature - by [@julianbraha](https://github.com/julianbraha) in [#2469](https://github.com/spacedriveapp/spacedrive/pull/2469) * Spacedrive now runs on a beta version of Tauri v2 - by [@oscartbeaumont](https://github.com/oscartbeaumont) in [#2433](https://github.com/spacedriveapp/spacedrive/pull/2433) and [@HeavenVolkoff](https://github.com/HeavenVolkoff) in [#2493](https://github.com/spacedriveapp/spacedrive/pull/2493) * More efficient file indexing - by [@matheus-consoli](https://github.com/matheus-consoli) in [#2466](https://github.com/spacedriveapp/spacedrive/pull/2466) ##### 🪐 App Updates ###### 🖥️ Desktop * Libraries can now use `.gitignore` rules when choosing which files to index - by [@matheus-consoli](https://github.com/matheus-consoli) in [#2459](https://github.com/spacedriveapp/spacedrive/pull/2459) and [#2495](https://github.com/spacedriveapp/spacedrive/pull/2495) * Added a custom top bar for Spacedrive on Windows - by [@artsiom-voitas](https://github.com/artsiom-voitas) in [#2455](https://github.com/spacedriveapp/spacedrive/pull/2455) * Thumbnails are now displayed in a bigger size/higher quality - by [@HeavenVolkoff](https://github.com/HeavenVolkoff) in [#2467](https://github.com/spacedriveapp/spacedrive/pull/2467) * Added UI improvements to the search bar and delete functions - by [@myung03](https://github.com/myung03) in [#2487](https://github.com/spacedriveapp/spacedrive/pull/2487), [#2507](https://github.com/spacedriveapp/spacedrive/pull/2507) ##### 🐞 Bug Fixes ###### 🖥️ Desktop * Fixed an issue with properly displaying the sidebar - by [@niikeec](https://github.com/niikeec) in [#2452](https://github.com/spacedriveapp/spacedrive/pull/2452) * Fixed various bugs relating to generating/displaying thumbnails - by [@HeavenVolkoff](https://github.com/HeavenVolkoff) in [#2285](https://github.com/spacedriveapp/spacedrive/pull/2285), [#2467](https://github.com/spacedriveapp/spacedrive/pull/2467) * Fixed window resizing and context menu bugs on macOS - by [@HeavenVolkoff](https://github.com/HeavenVolkoff) in [#2472](https://github.com/spacedriveapp/spacedrive/pull/2472) ###### 📱 Mobile (Soon)tm * Fixed a minor unit conversion bug with the file inspector - by [@HeavenVolkoff](https://github.com/HeavenVolkoff) in [#2486](https://github.com/spacedriveapp/spacedrive/pull/2486) ###### 🛠️ General/Development Updates * Added more infrastructure and settings for the upcoming Peer-To-Peer (P2P) sync system - by [@Brendonovich](https://github.com/Brendonovich) in [#2485](https://github.com/spacedriveapp/spacedrive/pull/2485), [#2460](https://github.com/spacedriveapp/spacedrive/pull/2460), [#2489](https://git _[Truncated at 4000 characters — full notes: https://github.com/spacedriveapp/spacedrive/releases/tag/0.3.0]_ ### 0.2.14 — Alpha 0.2.14 - Date: 2024-05-02 - Version: 0.2.14 - Original notes: https://github.com/spacedriveapp/spacedrive/releases/tag/0.2.14 - Permalink: https://whatsnew.fyi/product/spacedrive/releases/0.2.14 - **added** — Resizable sidebar - **added** — Zooming for image preview - **added** — Basic sync backfill dialog - **added** — Date formatting according to chosen language in the settings - **added** — More translation keys to the app - **changed** — Move language settings - **changed** — Separate headers on mobile - **fixed** — Windows mouse resize - **fixed** — Belarusian language entry name - **fixed** — Folder double click - **fixed** — Onboarding breaking due to sidebar changes - **fixed** — Missing search filters by adding default search target - **fixed** — BLAKE3 - **fixed** — Search parameters AND logic - **fixed** — Input focus when searching - **removed** — Normalised cache - **removed** — English (UK) language option - **added** — Categories search redirect on mobile - **added** — Search on mobile This version includes "Resizable Sidebar", bug fixes, enhanced features, and user experience tweaks that make our app smoother and more reliable. Thanks to everyone who contributed! ##### What's Changed * Windows mouse resize fix by @ameer2468 in https://github.com/spacedriveapp/spacedrive/pull/2407 * Fix potential github action smells by @ceddy4395 in https://github.com/spacedriveapp/spacedrive/pull/2412 * Fixed Belarusian language entry name by @artsiom-voitas in https://github.com/spacedriveapp/spacedrive/pull/2409 * Remove normalised cache by @oscartbeaumont in https://github.com/spacedriveapp/spacedrive/pull/2390 * [ENG 946] Added zooming for image preview by @Raghav-45 in https://github.com/spacedriveapp/spacedrive/pull/2368 * Basic sync backfill dialog by @Brendonovich in https://github.com/spacedriveapp/spacedrive/pull/2405 * Update sync model docs + add section about actors by @Brendonovich in https://github.com/spacedriveapp/spacedrive/pull/2424 * Added date formatting according to chosen language in the settings by @artsiom-voitas in https://github.com/spacedriveapp/spacedrive/pull/2414 * Move language settings by @utkubakir in https://github.com/spacedriveapp/spacedrive/pull/2426 * AND search params together properly by @Brendonovich in https://github.com/spacedriveapp/spacedrive/pull/2430 * Fix folder double click by @Brendonovich in https://github.com/spacedriveapp/spacedrive/pull/2432 * Auto format/lint and revert some changes made to CI by @HeavenVolkoff in https://github.com/spacedriveapp/spacedrive/pull/2429 * Deleted English (UK) option by @artsiom-voitas in https://github.com/spacedriveapp/spacedrive/pull/2431 * [ENG-578] Resizable sidebar by @niikeec in https://github.com/spacedriveapp/spacedrive/pull/2425 * [ENG-1769] keep input focused when search by @ameer2468 in https://github.com/spacedriveapp/spacedrive/pull/2435 * Fix Onboarding breaking due to Sidebar changes made in #2425 by @HeavenVolkoff in https://github.com/spacedriveapp/spacedrive/pull/2437 * Don't error on missing search filters + add default search target by @Brendonovich in https://github.com/spacedriveapp/spacedrive/pull/2438 * Fix BLAKE3 by @HeavenVolkoff in https://github.com/spacedriveapp/spacedrive/pull/2441 * [feat]: update i18n contribution docs by @zaaakher in https://github.com/spacedriveapp/spacedrive/pull/2440 * Added more translation keys to the app by @artsiom-voitas in https://github.com/spacedriveapp/spacedrive/pull/2442 * Alpha 0.2.14 by @utkubakir in https://github.com/spacedriveapp/spacedrive/pull/2445 ##### Mobile * [MOB-89] Separate headers by @ameer2468 in https://github.com/spacedriveapp/spacedrive/pull/2408 * [MOB-79] Categories search redirect by @ameer2468 in https://github.com/spacedriveapp/spacedrive/pull/2443 * [MOB-68] Search by @ameer2468 in https://github.com/spacedriveapp/spacedrive/pull/2434 ##### New Contributors * @ceddy4395 made their first contribution in https://github.com/spacedriveapp/spacedrive/pull/2412 * @zaaakher made their first contribution in https://github.com/spacedriveapp/spacedrive/pull/2440 **Full Changelog**: https://github.com/spacedriveapp/spacedrive/compare/0.2.13...0.2.14 ### 0.2.13 — Alpha 0.2.13 - Date: 2024-04-26 - Version: 0.2.13 - Original notes: https://github.com/spacedriveapp/spacedrive/releases/tag/0.2.13 - Permalink: https://whatsnew.fyi/product/spacedrive/releases/0.2.13 - **added** — A new file identifier has been implemented using the task system - **changed** — Reactivity of thumbnail generation has been restored - **changed** — Improved translations exist for Belarusian and Russian - **changed** — The direction of mouse resizing has been reversed - **changed** — Reactive file identification has been put into effect - **changed** — OpenDAL for ephemeral location has been rolled back - **fixed** — The cargo test issue has been fixed and the pnpm prep native deps download has been enhanced - **fixed** — The title issue on windows task manager has been corrected - **fixed** — The server release issue has been addressed We have resolved the issue of the ephemeral location being empty on Windows and reintroduced reactivity to thumbnail generation! Spacedrive is back in action. ##### Improvements and Features: - [ENG-1629] A new file identifier has been implemented using the task system. (By @fogodev in #2334) - Reactivity of thumbnail generation has been restored. (By @jamiepine in #2392) - Improved translations exist for Belarusian and Russian. (By @artsiom-voitas in #2391) - [ENG-1762] The direction of mouse resizing has been reversed. (By @ameer2468 in #2395) - Reactive file identification has been put into effect. (By @jamiepine in #2396) - OpenDAL for ephemeral location has been rolled back. (By @HeavenVolkoff in #2399) ##### Bug Fixes: - The cargo test issue has been fixed and the pnpm prep native deps download has been enhanced. (By @HeavenVolkoff in #2393) - The title issue (on windows task manager) has been corrected. (By @utkubakir in #2398) - The server release issue has been addressed again. (By @HeavenVolkoff in #2403) **Full Changelog**: https://github.com/spacedriveapp/spacedrive/compare/0.2.12...0.2.13