Skip to content

Releases: bpozdena/OneDriveGUI

v1.1.0rc1

03 Apr 14:58
Compare
Choose a tag to compare
v1.1.0rc1 Pre-release
Pre-release

This version provides compatibility with OneDrive v2.5.0 RC1 abraunegg/onedrive#2662.

Check the readme for details on how to define path the the onedrive client RC build.

❗ There is no backward compatibility with OneDrive v2.4.x and older. ❗

v1.1.0alpha5

14 Jan 20:22
Compare
Choose a tag to compare
v1.1.0alpha5 Pre-release
Pre-release

This version provides compatibility with OneDrive v2.5.0-alpha5.

Check the readme for details on how to define path the the onedrive client alpha build.

Note

There is no backward compatibility with OneDrive v2.4.x and older.

Changes from v1.1.0alpha1:

  • Fixed file size detection
  • Added dialog for big delete approval
  • several smaller fixes

v1.1.0alpha1

23 Dec 10:36
Compare
Choose a tag to compare
v1.1.0alpha1 Pre-release
Pre-release

This version provides compatibility with OneDrive v2.5.0-alpha4 abraunegg/onedrive#2568.
Check the readme for details on how to define path the the onedrive client alpha build.

Note

There is no backward compatibility with OneDrive v2.4.x and older.

Changes from v1.1.0alpha0:

  • Added support for multi-threaded upload/download progress monitoring
  • several minor big fixes and enhancements

Multiple downloads in action:
image

v1.1.0alpha0

31 Oct 22:17
Compare
Choose a tag to compare
v1.1.0alpha0 Pre-release
Pre-release

This version provides compatibility with OneDrive v2.5.0alpha3. There is no backward compatibility with OneDrive v2.4.x and older.

Fixes

  • fix client version verification
  • fix broken login prompt
  • fix import of Sharepoint library
  • fix #122 Import of shared libraries fails if library name contains a space
  • fix free space indicator

Enhancements

  • Ensure default values are removed from user OD config
  • warn if sync_business_shared_folders is used
  • adjust stdout message when sync completes
  • remove support for option min_notify_changes
  • Add support for new option disable_download_validation
  • add support for connect_timeout
  • add support for data_timeout
  • add support for display_running_config
  • disable webengine based login
  • Add status message 'Sync with Microsoft OneDrive is complete'
  • change icon to improve contrast on light themes
  • update requirements

v1.0.3

11 Aug 07:37
Compare
Choose a tag to compare

Bug fixes

  • Fix moving scrollbar when files are deleted #95
  • Fix listing of shared folders during active sync #86
  • Fix crash on start when options are missing from config file #112 #113

Enhancements

  • Improved the padding of some icons; added tooltips by @JL102 in #92
  • Show more of the file path of downloaded files by @JL102 in #93
  • Keep scroll position if not at the top of the list by @JL102 in #95
  • Made the scrollbar nicer by @JL102 in #94

New Contributors

v1.0.2

12 Feb 21:00
Compare
Choose a tag to compare

Bug Fixes:

  • Unable to import config with multi-line options #65
  • Could not load the Qt platform plugin "xcb" on Debian #66
  • Unable to start OneDriveGUI on Lubuntu #59
  • Fix checkboxes on some distributions by @VoodaGod in #80
  • Update README.md to include cd into OneDriveGUI by @apokalyps1 in #63

Enhancements:

  • Allow configuration of path to onedrive binary. This is helpful for SteamDeck users. #82
  • Proceed with setup wizard even when Onedrive client is not installed. SteamDeck users can specify path to OneDrive binary later.
  • Warn about missing OneDrive client in status message
  • Change tray icon to increase contrast #83

v1.0.1

28 Sep 15:30
Compare
Choose a tag to compare

Just a couple of enhancements to logon behavior:

  • Implement logon validation for AppImage users #56 .
  • Prompt for new credentials if auth token expires after user password change

v1.0.0

30 Aug 19:05
Compare
Choose a tag to compare

New Features:

  • Add full support for Business Shared Folders #51
  • Implemented SharePoint Libraries into wizard #40
  • Implement selective sync via 'sync_list' file #13
  • Implement new GUI settings window #50
  • Implement GUI configuration for debugging/logging #7
  • Add possibility to discard unsaved configuration changes #16

Enhancements:

  • Indicate which profile has unsaved changes #52
  • Show warning when closing Profiles window with unsaved changes #52
  • Add tooltips to profile configuration options #15
  • Improve import/create wizard input validation #9
  • Implement input validation in profile settings #8
  • Refreshed look of main window
  • Implement combined start/stop sync button
  • Show warning when OneDrive service is unreachable
  • Ask user for confirmation before quitting GUI
  • Ensure to gracefully stop all OneDrive workers before quitting GUI
  • Change default directory for config import FileDialog
  • Show comboBox with profiles only when more than one account exists
  • Hide comboBox with profiles if only one profile exists after deletion
  • Store account type and free space details for each profile
  • Show account type and free space on GUI startup
  • Disable Business Shared Folder tab for non-Business accounts
  • Allow SharePoint Library import only for Business accounts.
  • Reduce AppImage size by about 100MB
  • Change logging format
  • Move log file to /tmp/onedrive-gui/

Bug fixes:

  • Fix clipped file size during file transfer
  • Fix missing warning when OD client is outdated
  • Fix empty status label on startup
  • Ensure to close all sub windows when quitting the
  • Fix crash when no OneDrive profile exists after profile deletion
  • Fix GUI freeze for users with OneDrive version < 2.4.20
  • Fix GUI crash caused by duplicate maintenance worker execution
  • Critical fix of duplicate OneDrive execution (Renders RC1 unusable in some scenarios)
  • Improved client error handling #55
  • Fix typo #55
  • Fix clipped file size during file download on Budgie desktop
  • Fix worker crash caused during file upload resumption

v0.2.4

06 Aug 11:43
Compare
Choose a tag to compare

Bug fixes:

  • Download/Upload progress is randomly not updated #46
  • Application fails to load on Ubuntu Budgie 22.04 #47
  • GUI sometimes freezes/crashes on Ubuntu when worker is stopped manually #49

v0.2.3

30 Jul 21:15
Compare
Choose a tag to compare

Bug fixes:

  • AppImage Crashes when login is required #37
  • Tray Icon not shown under Gnome 42.2 (Manjaro) #41
  • Cannot access settings and tray menu #39
  • Temporary GUI lockup on startup #36
  • Very long directory/file names do not fit in the main window #45
  • Wrong file size shown during large file downloads. #19

Main changes:

  • Improved Gnome support. When System Tray is not available, GUI will close to dock. When 'Tray Icons: Reloaded' extension is installed and enabled, GUI will close to tray.
  • External login via browser is now enforced for AppImage users.