Skip to content

Version 1.2.6.0

Compare
Choose a tag to compare
@DJDoubleD DJDoubleD released this 18 Aug 22:50
· 7 commits to master since this release

What's Changed

Bugfix release:

  • Fix crash when logging in with a free/expired account
    Finally figured out that there was a null pointer error when logging in with a free/expired account, causing the Object reference not set to an instance of an object crash, so made a quick bugfix that should solve #87 & #98 (duplicate)

  • Some minor housekeeping
    Updated target .NET framework to v4.8.1, updates some dependencies & fixed some minor lint warnings