Releases

Stay up to date with the latest features, improvements, and bug fixes in Drivebase.

v3.5.5
March 30, 2026
VIEW ON GITHUB

v3.5.5

Features

  • add explorer cut/copy/paste clipboard with queued cross-provider folder/file transfers (746a758)
  • enable sync to provider by default and remove settings toggle (e4afa43)
  • www: add JSON-LD structured data for SEO across blog and docs (dd90780)

Fixes

  • add DATA_DIR to .env.test (547442d)
  • reduce docker image size from 1.4GB to 700MB (9e73420)
  • replace pdf-to-img with pdftoppm CLI to fix arm64-musl crash on RPi4 (4b56358)
  • set default port to 8900 and remove unnecessary env (3a61a1d)

Others

v3.5.4
March 11, 2026
VIEW ON GITHUB

v3.5.4

🪲 Bug Fixes

  • Fixed Docker container startup to ensure reliable operation.
v3.5.3
March 11, 2026
VIEW ON GITHUB

v3.5.3

Fixes

  • web: prevent connect dialog render loop causing maximum update (28473ab)

Others

  • web: run i18n:extract on build (b2a6b19)
v3.5.2
March 11, 2026
VIEW ON GITHUB

v3.5.2

New Features

  • Dedicated Activity page with smooth server-side pagination for easier browsing of your file history.
  • Granular provider-level access grants for workspace members and invites, giving precise control over who accesses specific storage providers.

Improvements

  • Access grants now enforced across all file and folder listings for consistent security.
  • Files page UI refined: bottom shadow appears only when content overflows, for a cleaner look.

Bug Fixes

  • Fixed Docker Compose build to properly include web assets for smoother self-hosting.
v3.5.1
March 8, 2026
VIEW ON GITHUB

v3.5.1

Fixes

  • uncomment sql from gitignore (83a2ed4)
v3.5.0
March 8, 2026
VIEW ON GITHUB

v3.5.0

Features

  • add samba provider support (efbe715)

Others

  • add discord link (eee50a2)
  • delete .tool-versions (057d92e)
  • telemetry: track app update start with version metadata (8ed56db)
v3.4.3
March 7, 2026
VIEW ON GITHUB

v3.4.3

Fixes

  • files: drag collision detection (b091c29)
  • files: incorrect selected file count (5401021)

Styles

  • www: improve blog layout (9dd8e47)
v3.4.2
March 7, 2026
VIEW ON GITHUB

v3.4.2

Features

  • files: show provider icon and file size in grid file items (24646ad)

Fixes

  • web: keep sidebar settings active on all settings routes (1735fc8)

Styles

  • add scroll fade gradient to file explorer (f5867c9)
  • remove background classes from actions column (d0e75f0)
  • ui improvements (674df21)

Others

v3.4.1
March 7, 2026
VIEW ON GITHUB

v3.4.1

Styles

  • fix grid layout columns in FileSystemTable (04e3fd6)

Others

v3.4.0
March 6, 2026
VIEW ON GITHUB

v3.4.0

✨ Features

  • add js/ts sdk support (953524a)
  • collapsible right panel (2caae20)
  • implement auto-sync toggle with custom scheduling (68fec33)
  • implement forgot password (89e5a76)
  • implement webdav server (#128) (e68dae7)
  • web: add files grid view (fc99c81)
  • web: add personalization settings with persisted appearance presets (9bd17ac)

🐛 Fixes

  • add validation for chunkSize in sliceIntoChunks function (6cfb1f8)
  • remove index from key in status bar item mapping (7f24bb6)
  • update siteUrl to include 'www' for correct domain resolution (ea94395)
v3.3.0
March 2, 2026
VIEW ON GITHUB

v3.3.0

✨ Features

  • add smart search with text extraction (e3ca67c)
  • api-keys: add provider scope with optional base path (4bfe146)

🐛 Fixes

  • update Docker image tagging logic for releases and non-releases (811205f)
v3.2.0
March 2, 2026
VIEW ON GITHUB

v3.2.0

✨ Features

  • add passkey authentication support (64ddabd)

🎨 Styling

  • add confirmation dialog before sign out (a3bf825)
  • migrate icons to solar (1609493)
  • replace icons with Pi variants in PasskeysSection (00f1edc)

📝 Docs

🤖 Chore

  • add drivebase-network to prod compose and update discord/pr (b6a4b61)
  • format (8e72735)
  • format (ffe8fe2)
  • invalid YAML in PR workflow paths (563b6dc)
  • migrate to pi icons (e770f17)
  • reemove AI related stuffs (ba2d582)
  • remove redundant actions (0445d1c)
  • unexpose db and redis ports in prod compose (8921371)
v3.1.5
February 28, 2026
VIEW ON GITHUB

v3.1.5

🐛 Fixes

  • rules: refetch rule list after save (ac63b9f)

📝 Docs

🤖 Chore

v3.1.4
February 28, 2026
VIEW ON GITHUB

v3.1.4

🐛 Fixes

  • ai: reconcile ai_processing jobs from workspace progress and (06cf5b3)
  • files: enable pruneDeleted by default on provider sync and avoid (378cdb1)
  • i18n extract (ad3275a)
v3.1.3
February 28, 2026
VIEW ON GITHUB

v3.1.3

🐛 Fixes

  • update API URL to use relative paths (03900f2)
v3.1.2
February 28, 2026
VIEW ON GITHUB

v3.1.2

✨ Features

  • add file preview (473a447)
  • provider: add generic file lifecycle support with S3 Glacier (92b5901)
  • use modal for file details (bf088fe)

🐛 Fixes

  • update telemetry endpoint URL in install script (a2ffc69)
  • web: hydrate job panel from active jobs only to avoid showing (33550d0)

🎨 Styling

  • blog post content styling (ac73e0f)
  • landing page UI for better aesthetics (eb2c7a0)

📝 Docs

  • add funding usernames for GitHub and Ko-fi (e4237d2)
  • update blog banner image and allow cdn.drivebase.io (6df9c17)
v3.0.0
February 26, 2026
VIEW ON GITHUB

v3.0.0

3.0.0 (2026-02-26)

✨ Features

  • activity: rewrite activity system to generic event model and extract recent activity view (7d5703e)
  • add 404 page in www (1735eff)
  • add roadmap page (b175eac)
  • generate download link (#101) (ea4141b)
  • RecentActivityView: add dialog for activity details and JSON view (1aa70b5)
  • releases: add Releases page with GitHub release fetching (82123f7)

🐛 Fixes

  • activity: separate jobs and activities with recentJobs-backed JobPanel (1b5e67e)
  • add editor settings for typescriptreact and json to enforce biome fixes on save (794b09a)
  • adjust column size constraints for file system table (b903062)
  • auth: redirect to login on invalid authentication state in onboarding and authenticated layouts (be6a259)
  • correct paths for requirements and source files in Dockerfile (9e53ed3)
  • format date fields in roadmap files (4efb8db)
  • releases: add cache duration for Releases page (07497d8)
  • update blog post schema to include optional banner image (8983ba2)
  • update metadata and add Drivebase banner image (b9ed351)
  • update roadmap item display to show version instead of title (58cc2c4)
  • vscode: remove redundant JSON settings for code actions on save (09a3a80)

🎨 Styling

  • add hero illustration (e5c05dc)
  • change default fumadocs-ui theme to dusk (a848fa9)
  • hero-section: update gradient colors for text in HeroSection component (26f5663)
  • HeroSection: adjust padding for responsive layout (60372c3)
  • HeroSection: update gradient background (618eaea)
  • improve landing page ui (b64a86d)
  • remove unnecessary border and padding (6d13bec)

📝 Docs

  • add blog post for Drivebase v3.0 release (1411c4d)
  • add Drivebase design system documentation outlining core principles and UI conventions (dc6ac8d)
  • add repository-wide engineering standards for agents in Drivebase (ea4fc72)
  • AGENTS.md: add guideline for using Lingui i18n in user-facing UI strings (5cb54fa)
  • enhance blog page with dynamic image extraction and improved layout (809767e)
  • update banner image (c04dbf0)
  • update contributing guidelines to include AI service setup and dependencies (c68a6dc)
  • update discord invite link (296eef8)
  • update landing page contents (e8d8880)
  • update roadmap (4b71410)
v2.5.0
February 23, 2026
VIEW ON GITHUB

v2.5.0

2.5.0 (2026-02-23)

Bug Fixes

  • update redis container name to drivebase_redis (d243268)

Features

  • add darkibox provider (427e190)
  • add make targets for docker compose up and down (ca608e3)
v2.4.2
February 23, 2026
VIEW ON GITHUB

v2.4.2

2.4.2 (2026-02-23)

Bug Fixes

  • update release name format in configuration (c0d8b1e)
v2.4.1
February 22, 2026
VIEW ON GITHUB

Release v2.4.1

2.4.1 (2026-02-22)

v2.4.0
February 22, 2026
VIEW ON GITHUB

Release v2.4.0

2.4.0 (2026-02-22)

Features

  • implement telemetry tracking (4c5b472)
v2.3.0
February 22, 2026
VIEW ON GITHUB

Release v2.3.0

2.3.0 (2026-02-22)

Bug Fixes

  • update dashboard URL and GraphQL endpoint in README (50a326a)

Features

v2.2.1
February 22, 2026
VIEW ON GITHUB

Release v2.2.1

2.2.1 (2026-02-22)

Bug Fixes

  • api package name in Dockerfile (68fcbbd)
  • update installation command in Quick Start guide to use curl (a0a65b0)
v2.2.0
February 22, 2026
VIEW ON GITHUB

Release v2.2.0

2.2.0 (2026-02-22)

Bug Fixes

  • add generate script to package.json (f1785fe)
  • add max-width to AccountSettingsSection layout for better responsiveness (eb60057)
  • adjust padding in layout for DashboardPage, FilesPage, and SettingsPage components (938dea9)
  • refactor RightPanel component layout for improved structure (f29c1ac)
  • rename DefaultAccountView to DefaultView (201ac74)
  • rename Favorites to Starred in relevant components and update translations (3dff062)
  • update label for Favorites to Starred and adjust Settings route in Sidebar (cd19f2c)
  • update min-height values for CardContent in VaultSetupWizard and UploadProgressPanel components (a6669eb)
  • update package names in scripts to remove scope prefix (ab9a5f5)
  • update workspaces in package.json to specify api and web directories (06a5652)

Features

  • add Star icon display for starred folders and files (3878d97)
v2.1.4
February 22, 2026
VIEW ON GITHUB

Release v2.1.4

2.1.4 (2026-02-22)

Bug Fixes

  • include workspace ID in file and folder queries (bdd2b3d)
  • remove unique constraint from virtualPath in files and folders tables (d87a655)
v2.1.3
February 21, 2026
VIEW ON GITHUB

Release v2.1.3

2.1.3 (2026-02-21)

Bug Fixes

  • add workspace ID to upload requests (67c8ef4)
v2.1.2
February 21, 2026
VIEW ON GITHUB

Release v2.1.2

2.1.2 (2026-02-21)

Bug Fixes

  • update handleOAuthCallback to avoid duplicate root folders (8ca5626)
  • validate parent directory existence during initialization (ed935bf)
v2.1.1
February 21, 2026
VIEW ON GITHUB

Release v2.1.1

2.1.1 (2026-02-21)

Bug Fixes

  • update trigger logic with latestGithubTag (7e583d0)
v2.1.0
February 21, 2026
VIEW ON GITHUB

Release v2.1.0

2.1.0 (2026-02-21)

Bug Fixes

  • add an extractable parameter to both decrypt functions (34bc7c6)
  • add inputType support to prompt dialog (52e6e19)
  • backup recovery key functionality (5c3cf32)
  • complete missing translations (a0b3b99)
  • enhance backup download process with passphrase prompt and error handling (a083215)
  • exclude vault files from regular file queries (aa00e58)
  • proxy download functionality for files (289b26a)
  • remove unlock requirement for backup download and passphrase change (082e695)
  • sanitize error message in login form (c25a02b)
  • update .gitignore to include I18n generated files (68e5e63)
  • update lint-staged config to correctly ignore message files (f92ed24)
  • update passphrase fields during vault setup process (e94393f)
v2.0.0
February 20, 2026
VIEW ON GITHUB

Release v2.0.0

2.0.0 (2026-02-20)

Bug Fixes

  • add provider details to VAULT_CONTENTS_QUERY (eabccb8)
  • correct header assignment and import order in update hooks (7333828)
  • release: add releaseName to GitHub configuration (0ef48e2)
  • remove remoteId and providerId fields to clarify the organizational nature of folders (7b6af66)
  • remove unused var and reorder (dc4c963)
  • store server instance for proper shutdown handling (9405e5c)
  • tsr generate (1809553)
  • update descriptions in WelcomeStep for clarity (37d34fb)
  • update GitHub link in Hero component to point to the correct repository (7b9a699)
  • web: migrate Trans imports to @lingui/react/macro (7bef628)

Features

  • add commit message generation prompt (b2200a0)
  • add destination path handling for uploads and update upload hook options (2e4b66e)
  • add new pages for Vault, Smart Upload, Cloud Transfers, and Team Collaboration (772d0ab)
  • add recent updates feature with API integration and loading state (327382a)
  • add tab selection for invite expiration and standardize settings input widths (5217e64)
  • add updater service for application updates (efefd39)
  • create separate users section (360c5ca)
  • file upload rules (592ad47)
  • i18n: add Arabic language with RTL support and migrate to PO format (921b7a9)
  • implement vault (8484c60)
  • implement workspace export functionality with encryption options (3204187)