Skip to content

Releases: ktheod/OneDriveBully

Release 1.4

04 Jun 14:59
Compare
Choose a tag to compare

Hi everybody,

First of all I would like to thank you all for your love and support on this little app and I would like to apologise for the delay since last Release.
I have reviewed all your tickets and I have completely re-developed the symbolic links library to handle better creating/deleting/listing symbolic links. Hopefully this will resolve all issues so far with long paths etc. that you were reporting.

Let me know if you have an new issues and I will try my best to resolve them in more frequent releases.

Thanks,
Konstantinos

Full Changelog: v1.3...v1.4

V1.3 Bug Fixes & New Features

19 Feb 19:15
Compare
Choose a tag to compare

Lots of changes in this Release, some bug fixes here and there but also introduced more advanced functionality.

  1. Changed temp file handling from create/delete to create/rename
    • This change will
      • Reduce the OneDrive log from 2 entries (Create/Delete) to only 1 (Rename)
      • Keep OneDrive Recycle Bin clean
  2. Added instructions MessageBox on first load/first close of the app
    • This should make it clear to all users that the app is minimized on system tray and the possible actions you have available
  3. Added new setting to show Instructions on next Exit
    • In case the user wants a reminder
  4. Fixed issue with folder paths containing non english characters
  5. Fixed all function names to follow .net naming standard (1st letter capitalized)
  6. Fixed issue on Settings form when there are no symbolic links and Delete button is pressed.
  7. Changed Settings form to allow maximize. Helpful for long symbolic links
  8. Added recursive search and junction support. ODB settings will now show existing Junctions and Symbolic Links
  9. Added support for copying the full folder structure to OneDrive when creating Symbolic Links.
  10. Added additional error checking on creating a symbolic link to avoid pointing it to C:\ and on Delete added extra warning message.

Special thanks to the following people who contributed in this release:

  • quangkieu for reporting issue 1 and José Santos Ribeiro for sending a code fix
  • meysconce and jonathanrswift for reporting issue 2 and 3
  • mitsakosgr for reporting and sending a code fix for issue 4
  • Houiin for reporting issue 6
  • micahmo for issue 8. Awesome code suggestion, appreciate your time

** Issue 1

Before
2021-02-16 21_36_17-Microsoft OneDrive
2021-02-16 19_29_01-Recycle bin - OneDrive and 3 more pages - Personal - Microsoft​ Edge

After
2021-02-16 21_34_17-Microsoft OneDrive
2021-02-19 21_14_07-Recycle bin - OneDrive and 8 more pages - Personal - Microsoft​ Edge

** Issue 2 and 3

2021-02-19 20_55_56-C__Users_ktheo_AppData_Local_K Theodoridis_OneDriveBully exe_Url_svuwfbgk4emm4z4
2021-02-19 20_55_00-OneDrive Bully

** Support for Junctions created outside of ODB

2021-02-19 20_41_50-ODJunction
2021-02-19 20_44_12-Microsoft OneDrive

New warning message on Symbolic Link deletion

2021-02-19 21_10_57-Delete confirmation

** Advanced Folder Structure creation on Symbolic Link add

2021-02-19 20_45_37-C__Users_ktheo_OneDrive_Desktop_V1 3 - ChangeLog - Notepad++

2021-02-19 20_43_20-NTFSLinksView_  C__Users_ktheo_OneDrive_Temp_

Version 1.2 - Bug Fix - Issue with Timer

08 Mar 21:30
Compare
Choose a tag to compare

This release fixes an issue with the timer.

After installation, don't forget to reenter your settings.

Version 1.1 - Bug Fix - Issue with OneDrive root folder if not set

17 Sep 10:29
Compare
Choose a tag to compare

This release fixes an unhandled expection raised when user has not set the settings but still tries to sync files.