taskbar-groups-pike-beta icon indicating copy to clipboard operation
taskbar-groups-pike-beta copied to clipboard

Improvements

Open BanCrash opened this issue 3 years ago • 0 comments

Changes:

  • Compile backgroundClient.exe to Resources folder. I think this is the most useful way to compile it because other way any time you compile it you have to manually copy to Resources folder in order to not have an obsolete version.
  • Fixed a bug that caused that the program couldn't start the first time because the settings folder doesn't exists. First create settings folder if it doesn't exists and then create settings file.
  • Fixed error "This program does not have access to this directory".
  • Fixed a bug that caused groups to not open. Should fix #9 . Maybe #17 too? I've added a try-catch to jumplist that seems it was the cause of the bug. I think that the cause is having recent items history disabled, and so jumplist failed to get written. Added a try-catch to avoid this.
  • Fixed a bug that caused Alt+Enter shortcut to open all programs not work even if it was enabled.
  • Fixed a bug that caused that group opacity setting was not working.
  • Fixed a bug that caused that after exiting a group you won't be able to edit it again until next restart of the client.

I didn't include the compiled .exe because for security reasons I think the only one who has to include it it's the repositor owner. Also, I would like feedback from this since other users didn't have any of these bugs, so while they fixed for me I want to know if this brokes any feature to others users.

BanCrash avatar May 23 '22 10:05 BanCrash