Skip to content

v1.4.0

Choose a tag to compare

@jurassicplayer jurassicplayer released this 23 Dec 09:25
· 167 commits to main since this release

Commits: 6bc8184 - 9090a30

  • Change Updated all packages notification 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 list state 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