Skip to content

v0.7.1-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@wettenhj wettenhj released this 17 Dec 04:33
· 75 commits to master since this release
RELEASE NOTES

1. Fixed issue with creating remote directories which could lead to incorrect permissions.
2. Connection timeout is now configurable in MyData.cfg; default increased from 5 to 10 seconds.
3. The legacy behaviour of minimizing to the System Tray on launch and when the user closes
   the main window is now only used for the "Once", "Daily", "Weekly" and "Timer" schedule
   types.  For the "Manually", "On Startup" and "On Settings Saved" schedule types, the main
   window is displayed on launch and attempting to close the window pops up a confirmation
   dialog asking if the user wants to exit.
4. New --autoexit command-line argument can be used with "On Startup" schedule type.
5. Avoiding timer-triggered status bar update when the status is still "Looked up 0 of 0 files".
6. Fixed a bug where MyData loaded its settings twice, improving launch time.
7. Fixed a bug which could cause canceling scans and uploads to take longer than expected.
8. Some internal refactoring