Skip to content

Conversation

@patricioxavier8
Copy link
Contributor

PR to keep update main branch

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.

fix: add validation when user update file content to zero bytes.
chore: reduce notifications polling interval to 30 minutes
Fix: Crash on macOS 13 Ventura due to ViewBuilder availability checks
…DispatchSourceTimer

- Fixed an issue where backups were not executed if their scheduled time passed while the app was closed.
- Added `resumeBackupScheduler()` in `init` to immediately trigger overdue backups on startup.
- Replaced `Timer` with `DispatchSourceTimer` on a dedicated serial queue for better thread safety.
- Implemented `NSWorkspace` observers to pause/resume correctly during system sleep/wake.
Fix execution of overdue backups and refactor ScheduledBackupManage
- modify options to allow upload empty files, such as , dont upload network , and modify payload to send null value
… avoid retries

- UploadFileUseCase
- UploadFileWorkspaceUseCase
- UpdateFileContentUseCase
- UpdateFileContentWorkspaceUseCase
fix: Resolve Realm concurrency issues with async methods
…eference

fix: remove unnecessary ThreadSafeReference
Fix: Prevent backup progress reset when scheduled backup overlaps
fix: replace use of name by plainName
Fix: Backup timing and folder name handling
Fix: Scheduled backup time changes after app restart
@patricioxavier8 patricioxavier8 self-assigned this Feb 6, 2026
@patricioxavier8 patricioxavier8 merged commit 0d89e00 into main Feb 9, 2026
4 checks passed
@patricioxavier8 patricioxavier8 deleted the release/2.6.3 branch February 9, 2026 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants