- Change
Updated all packagesnotification into a more generic queue completion notification that provides more information - Fix unclean plugin dismount causing check interval to occur multiple times after live-reloading plugin more than once
- Changed triggering method from RegisterForBatteryStateChanges to a SetInterval loop for proper cleanup on dismount
- RegisterForBatteryStateChanges has no unregister function and there is currently no fix for it in the foreseeable future
- SetInterval is currently the most unobtrusive option to trigger regularly, but may change to patching the OnBatteryStateChanged
- Fix updates with install operations not actually installing
- Fix settings always re-applying after closing options modal
- Fix inescapable ScrollPanels (Logger and About page) when using buttons only
- Added List and remove unused packages functionality into the advanced page
- Added
Updating package liststate to status bar to indicate when (re)building the cached package list - Added a How-To-Use section in the About page above my notes