Releases: ailoha/onedrive-uploader-py
Releases · ailoha/onedrive-uploader-py
OneDrive_Uploader_v0.0.3
🛠 Fixes
- Resolved the issue where uploaded size displayed negative values after uploading more than 2 GB.
- Improved progress calculation accuracy for multi-file and large-file uploads.
- Fixed potential early termination bug when continuing to the next file.
⚙️ Improvements
- Optimized memory usage and I/O handling in upload loops — more stable when uploading 40–60 GB files.
- Progress bar now refreshes per chunk (or at least every 10 s), giving smoother UI feedback without overloading the event loop.
- Reduced redundant UI updates to improve responsiveness during long uploads.
- Added automatic trimming of logs (keeps last 1000 lines) to prevent GUI lag in extended sessions.
- Improved thread cleanup and error trace reporting for more reliable restarts.
💡 Notes
- Compatible with macOS 10.15 + on both Apple Silicon and Intel.
- Tested with OneDrive for Business via Microsoft Graph API.
OneDrive_Uploader_v0.0.2
Update uploader.py
OneDrive_Uploader_v0.0.1
Update auth.py