-
v1.3.0 Stable
released this
2025-11-24 14:59:50 +03:00 | 10 commits to main since this release📅 Originally published on GitHub: Mon, 24 Nov 2025 12:37:40 GMT
🏷️ Git tag created: Mon, 24 Nov 2025 11:59:50 GMTNew Features and Enhancements:
-
Add option to start OneDriveGUI AppImage automatically after login. It will also work when installed via package managers if you ensure it is available under name
OneDriveGUI(case-sensitive).
-
Enhance file transfer UI with timestamp display #97
-
The GUI now shows a list of files that failed to sync. The user will still need to check the log file to identify the root cause.
-
System Tray now shows the client status (error, stopped, etc.)
-
Updated icons
-
Implement OneDriveGUI version check #255
-
Detect sync completion initiated by WebSocket notification https://github.com/bpozdena/OneDriveGUI/issues/244
-
Added support for Display Manager Integration #252
-
Add cleanup local files option to profile settings #200
-
Add option to disable Version Check performed by the client #254
-
Add options to Disable WebSocket Support #253
-
Various improvements to error handling and messaging #255
-
Add error handling and messaging for unknown keys in client's configuration file
Bug Fixes:
- Fix non-working sync after big delete
- Fix missing resync dialog when full-resync is enabled in the config
- Fix detection of already running onedrive process #255
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
OneDriveGUI-1.3.0-x86_64.AppImage
0 downloads ·
2026-03-01 15:42:11 +03:00 · 60 MiB
-
-
v1.2.2 Stable
released this
2025-09-10 11:49:21 +03:00 | 25 commits to main since this release📅 Originally published on GitHub: Wed, 10 Sep 2025 09:04:56 GMT
🏷️ Git tag created: Wed, 10 Sep 2025 08:49:21 GMTWhat's Changed
- fix: Repetitive login requests #240
- fix: Crashes after a while when uploading large amount of files #208
- fix: "Save" button labelled as Login #241
- Update ui_profile_settings_page.py by @jerm00 in https://github.com/bpozdena/OneDriveGUI/pull/232
- potential fix: window icon under Wayland by @Integral-Tech in https://github.com/bpozdena/OneDriveGUI/pull/214
- fix: .desktop file by @Integral-Tech in https://github.com/bpozdena/OneDriveGUI/pull/215
- docs(README): update AUR maintainer by @Integral-Tech in https://github.com/bpozdena/OneDriveGUI/pull/237
New Contributors
- @jerm00 made their first contribution in https://github.com/bpozdena/OneDriveGUI/pull/232
- @Integral-Tech made their first contribution in https://github.com/bpozdena/OneDriveGUI/pull/214
Full Changelog: https://github.com/bpozdena/OneDriveGUI/compare/v1.2.1...v1.2.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
OneDriveGUI-1.2.2-x86_64.AppImage
0 downloads ·
2026-03-01 15:42:00 +03:00 · 60 MiB
-
v1.2.1 Stable
released this
2025-06-16 14:23:57 +03:00 | 39 commits to main since this release📅 Originally published on GitHub: Mon, 16 Jun 2025 13:39:27 GMT
🏷️ Git tag created: Mon, 16 Jun 2025 11:23:57 GMTWhat's Changed
- Fix GUI crash on launch for new users without an existing OneDrive profile by @a5ehren in https://github.com/bpozdena/OneDriveGUI/pull/235
New Contributors
- @a5ehren made their first contribution in https://github.com/bpozdena/OneDriveGUI/pull/235
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
OneDriveGUI-1.2.1-x86_64.AppImage
0 downloads ·
2026-03-01 15:41:46 +03:00 · 60 MiB
-
v1.2.0 Stable
released this
2025-06-13 11:34:32 +03:00 | 41 commits to main since this release📅 Originally published on GitHub: Fri, 13 Jun 2025 08:39:13 GMT
🏷️ Git tag created: Fri, 13 Jun 2025 08:34:32 GMTWarning
OneDriveGUI v1.2.0 is only compatible with OneDrive client v2.5.6+ . There is no backward compatibility with older OneDrive client versions.
Please use OneDriveGUI v1.1.1 with OneDrive client v2.5.0-2.5.5 or OneDriveGUI v1.0.3 for OneDrive client v2.4.x .Changes
- Complete code restructure. (This may have introduced new bugs I haven't caught — please report any issues.)
- Added a 5-second delay to the re-sync dialog to prevent accidental approval.
- Fixed login issues with OneDrive client v2.5.6.
- Fixed links to the OneDrive client documentation.
- Added compatibility for new features introduced in OneDrive client v2.5.6:
- Option to use a local recycle bin or trash folder.
- Option to always use session uploads for better support of applications that use atomic save operations.
- Configurable upload delay, intended to support Obsidian.
Enable recycle bin:
More details about the feature can be found on in the client documentation: Using local Recycle Bin
Example of files moved to Trash directory:
Enable inotify delay for Obsidian documents:
More details about the feature can be found on in the client documentation: Compatibility with Obsidian
Re-sync confirmation delay
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
OneDriveGUI-1.2.0-x86_64.AppImage
0 downloads ·
2026-03-01 15:38:48 +03:00 · 60 MiB
-
v1.1.1a Stable
released this
2024-09-26 16:24:43 +03:00 | 55 commits to main since this release📅 Originally published on GitHub: Thu, 26 Sep 2024 13:42:11 GMT
🏷️ Git tag created: Thu, 26 Sep 2024 13:24:43 GMTWarning
OneDriveGUI v1.1.1 is only compatible with OneDrive client v2.5.x .
There is no backward compatibility with older OneDrive client versions. Please use OneDriveGUI v1.0.3 for OneDrive client v2.4.x .Important
If you are using
sync_business_shared_foldersin config of OneDrive v2.4, you will need to manually remove it from the config file. Check the client documentation for more details.Note
If your OneDrive client v2.5 is not installed system wide, you can manually define the path to the OneDrive binary in the GUI settings. Check the readme for details.
Changes
- Add a scrollbar on sync option page #188 for better compatibility with small screens
- Show the version of OneDriveGUI in logs and in main window title #187
- Main window can now resized freely for better compatibility with small screens, allow corner snapping, etc.
- Add scrollbar in GUI Settings window
- Minor layout changes in the profile settings
- Potential fix for AUR users
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
OneDriveGUI-1.1.1-x86_64.AppImage
0 downloads ·
2026-03-01 15:38:41 +03:00 · 60 MiB
mirror of
https://github.com/bpozdena/OneDriveGUI.git
synced 2026-04-26 12:25:49 +03:00