Releases
Stay up to date with the latest features, improvements, and bug fixes in Drivebase.
v3.0.0
February 26, 2026
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
v2.4.2
February 23, 2026
v2.4.1
February 22, 2026
Release v2.4.1
2.4.1 (2026-02-22)
v2.4.0
February 22, 2026
v2.3.0
February 22, 2026
v2.2.1
February 22, 2026
v2.2.0
February 22, 2026
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
v2.1.3
February 21, 2026
v2.1.2
February 21, 2026
v2.1.1
February 21, 2026
v2.1.0
February 21, 2026
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
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)
v1.13.0
February 17, 2026
v1.12.0
February 17, 2026
v1.11.1
February 17, 2026
v1.11.0
February 17, 2026
v1.10.0
February 16, 2026
v1.9.0
February 15, 2026
v1.8.1
February 15, 2026
v1.8.0
February 15, 2026
v1.7.0
February 15, 2026
v1.6.0
February 14, 2026
Release 1.6.0
1.6.0 (2026-02-14)
Bug Fixes
- conditionally render quick actions in FileSystemTable based on file selection (e2eea9f)
- enhance layout and styling for file and folder display in FileSystemTable (4790b29)
- onboarding flow with improved navigation (#72) (273a858)
- remove provider service calls from file and folder move functions (8fe2ca8)
- update Product Hunt badge link (2efe352)
Features
v1.5.0
February 14, 2026
v1.4.0
February 14, 2026
v1.3.3
February 14, 2026
Release 1.3.3
1.3.3 (2026-02-14)
v1.3.2
February 14, 2026
v1.3.1
February 14, 2026
Release 1.3.1
1.3.1 (2026-02-14)
v1.3.0
February 13, 2026