• v1.3.0 31ace555d0

    v1.3.0 Stable

    kerem 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 GMT

    New 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).
      image

    • Enhance file transfer UI with timestamp display #97
      image

    • 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.
      image

    • System Tray now shows the client status (error, stopped, etc.)
      image

    • Updated icons

    • Implement OneDriveGUI version check #255
      image

    • Detect sync completion initiated by WebSocket notification https://github.com/bpozdena/OneDriveGUI/issues/244

    • Added support for Display Manager Integration #252
      image

    • 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
      image

    • Various improvements to error handling and messaging #255
      image

    • Add error handling and messaging for unknown keys in client's configuration file
      image
      image
      image

    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
  • v1.2.2 760b2c6b81

    v1.2.2 Stable

    kerem 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 GMT

    What's Changed

    New Contributors

    Full Changelog: https://github.com/bpozdena/OneDriveGUI/compare/v1.2.1...v1.2.2

    Downloads
  • v1.2.1 eb4c39375e

    v1.2.1 Stable

    kerem 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 GMT

    What's Changed

    New Contributors

    Downloads
  • v1.2.0 da204be17a

    v1.2.0 Stable

    kerem 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 GMT

    Warning

    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
    image

    Example of files moved to Trash directory:
    image

    Enable inotify delay for Obsidian documents:

    More details about the feature can be found on in the client documentation: Compatibility with Obsidian
    image

    Re-sync confirmation delay

    image

    Downloads
  • v1.1.1a ff7edf1514

    v1.1.1a Stable

    kerem 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 GMT

    Warning

    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_folders in 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