v7
This release includes a bunch of bugfixes, improvements and general code cleanup. Changes include:
- There's now a
Minimize to Tray
button available in the top-right corner of the application, that'll turn it into a tray icon. The icon will display a notification when a new drop is mined. You can restore the application window either by left-clicking the tray icon, or right-clicking it and choosing theShow
option from the menu. TheQuit
option works the same way as exiting the application viaX
in the top-right corner. - The drop campaigns and the drops themselves have had some of their attributes changed from being static to dynamic, which means they no longer require re-fetching inventory to be up-to-date. This fixes the "active search failed" issue.
- Channel cleanup is now done automatically every hour, hence the
Cleanup
button has been removed. - Channel cleanup no longer switches the currently watched channel if it's not necessary.
- Updated User Agent to the latest Chrome one.
Note
Due to the addition of a library that handles the tray icon, the application size has grew from 10 MB to 48 MB, and startup is now noticeably slower. Unfortunately, I can't really do much about that.
EDIT: I've found a way to get rid of a dependency, that will shrink the executable size back down to 10 MB and improve loading time. This will be available in the next version.