Skip to content

Releases: internxt/drive-desktop-macos

Drive Desktop MacOS 2.6.5.84

16 Apr 12:01
2cc4ae7

Choose a tag to compare

Drive Desktop 2.6.5.84 release for MacOS

What’s new

Bug fix: Fixed sync status in the widget to correctly reflect progress while files are syncing.
Bug fix: Files marked as “online-only” now correctly release local disk space.
Bug fix: Fixed inconsistent size calculation between scan and cleanup processes.
Bug fix: Fixed account storage and sync issues by handling the name parameter as optional.
Bug fix: Fixed an issue where backup of package-type files was not supported.

Improvement: Added spinner/progress indicator for files in the widget.
Improvement: Standardized date handling in sync files using DateFormatter.
Improvement: Added low bandwidth usage mode to optimize network consumption during sync operations.
Improvement: Implemented improvements and minor fixes in Cleaner to enhance performance and stability.
Improvement: Implemented improvements and minor fixes in Antivirus to improve reliability and overall behavior.
Improvement: Improved the network library to enhance error traceability and facilitate debugging and issue analysis.

Drive Desktop MacOS 2.6.4.83

09 Mar 10:55
0d89e00

Choose a tag to compare

Drive Desktop 2.6.4.83 release for MacOS

What’s new

Bug fix: Fixed a network cache issue that caused errors when displaying storage usage and backups.
Bug fix: Fixed an issue that prevented Drive from initializing when the name parameter was missing.
Bug fix: Fixed an issue where already downloaded files were re-downloaded when opened and displayed an incorrect status icon.
Bug fix: Fixed a bug where backup files were not listed when an empty file had a missing file ID.
Bug fix: Fixed an issue preventing users from downloading empty files.
Bug fix: Fixed an error when using "Open in web browser" on empty files.

Improvement: Backup operations now ensure the parent folder completes syncing before child operations begin.
Improvement: Added support for uploading empty files in backups.

Drive Desktop MacOS 2.6.3.82

04 Feb 13:59
8564afe

Choose a tag to compare

Drive Desktop 2.6.3.82 release for MacOS

What’s new

Bug fix: Fixed an issue that occurred when launching the application for users running macOS Ventura.
Bug fix: Fixed an issue that caused backups to get stuck at 0%.
Bug fix: Fixed an error in backup scheduling that prevented scheduled backups from running at the correct time when the app was closed.
Bug fix: Fixed an issue that prevented folders from being listed when downloading backups.

Improvement: Paid users can now upload empty files.
Improvement: Push notifications are now checked every 30 minutes.

Drive Desktop MacOS 2.6.2.81

22 Dec 20:33
515d72a

Choose a tag to compare

Drive Desktop 2.6.2.81 release for MacOS

What's new

Bug fix: Fixed UI issues on the Cleaner tab when the feature is locked.
Bug fix: Resolved an issue caused by version or cache inconsistencies where the user was not set locally, preventing the extension from starting.
Bug fix: Addressed an issue related to package file uploads.
Bug fix: Enabled empty file downloads.
Bug fix: Added validation to prevent uploading empty files.
Improvement: Added accessibility identifiers to macOS UI elements to support QA testing.
Improvement: Added macOS version information to application logs.
Improvement: Updated macOS folder listing to use UUIDs instead of numeric IDs.
Cleanup: Removed unused analytics system.
Cleanup: Removed unused legacy oldToken code from macOS.

Drive Desktop MacOS 2.6.1.80

05 Nov 12:53
274d27d

Choose a tag to compare

Drive Desktop 2.6.1.80 release for MacOS

What's new:

  • Bug fix: Resolved an issue where moving a file to the root folder resulted in an error, causing the file to display a “!” status indicator
  • Bug fix: Resolved an issue where selected backup folders were not preserved after logging out and logging back in. Users will now keep their backup selections.
  • Improvement: Prevented repeated registration of the cleaner helper, avoiding the scanning process from getting stuck.
  • Improvement: Push notifications are now being implemented in the app, allowing users to receive alerts directly in the macOS Notification Center.

Drive Desktop MacOS 2.6.0.79

01 Oct 15:57
852a62f

Choose a tag to compare

Drive Desktop 2.6.0.79 release for MacOS

What's New
New Feature
-Added a Cleaner option to help you free up space and optimize your device.
Improvements
-Updated the Onboarding flow to guide you through the new Cleaner feature.

Drive Desktop MacOS 2.5.9.78

03 Sep 13:51
7ac334f

Choose a tag to compare

Drive Desktop 2.5.9.78 release for MacOS

What’s new

Bug fix: The app now redirects users to the login screen instead of hanging when a token expires or an account is blocked.
Bug fix: Improved backup upload for existing files. When a file already exists in backups, the app now replaces the API call with a proper existence check to avoid errors during upload.
Chore: removed sandbox from main app target. The main application target no longer uses App Sandbox restrictions.

Drive Desktop MacOS 2.5.8.77

01 Aug 13:46
55632cf

Choose a tag to compare

Drive Desktop 2.5.8.77 release for MacOS

What’s new

Bug fix: Resolved an issue where replacing folder content in Drive could cause unexpected errors.
Bug fix: Fixed a problem where stopping and restarting a backup would prevent files from being synchronized correctly.
Bug fix: Fixed an issue where the Drive was not mounting correctly during application initialization.

Improvement: Replaced the logging library to address issues with log file rotation that, in some cases, interfered with backup processes.

Drive Desktop MacOS 2.5.7.76

10 Jul 14:29
2b4ab60

Choose a tag to compare

Drive Desktop 2.5.7.76 release for MacOS

What's new:

Improvement: Logging now rotates at 1GB per file, allowing up to 2GB total for better disk usage control.
Improvement: Event logging now uses the server’s date and time for better consistency across devices.

Bug fix: Fixed improper handling of rate limits (HTTP 429), improving network stability under load.
Bug fix: Resolved an issue where folders with a dot (.) in the name were hidden.
Bug fix: File extensions now correctly appear in Finder.

New feature: Implemented per-second request limiting to avoid hitting server rate caps.
New feature: Logging out now also invalidates the user’s JWT token on the server for enhanced session security.

Discontinued: Migrated old thumbnails endpoint to the new drive api

Drive Desktop MacOS 2.5.6.75

11 Jun 14:28
c0ddd4a

Choose a tag to compare

Drive Desktop 2.5.6.75 release for MacOS

What's new:

Bug fixes :
-Fixed an issue where the download progress bar was not displayed when downloading folders.
-Resolved a bug that caused incomplete file downloads from backups

Cleanup :
-Removed unused socket connection.
-Removed unused rudder library

Sync & Caching Improvements :
-Implemented in-memory caching for deleted items and folder metadata to reduce redundant API/backend requests.
-Cached parent folder metadata to minimize unnecessary calls.