Skip to content

v0.10.5-alpha.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@gerwaric gerwaric released this 13 Jun 00:45
· 94 commits to master since this release

Changes since v0.10.4

Bugfixes

  • Fixed an issue with the windows installer script that was causing an old version of the acquisition executable to be used.
  • Fixed an issue that was causing 404 errors when characters were being refreshed but stash tabs were not.

Changes to the user interface:

  • Windows logoff and shutdown are no longer blocked by acquisition's closing dialog.
  • The correct logging level should now be marked with a check in the settings menu at program startup.
  • Uncategorized items no long cause warnings in the log panel. They will be present in the log file at the INFO level.
  • The taskbar icon should now be set correctly in Windows and Linux.
  • New status bar updates that have a little more information, especially during program initialization.

Changes to how Acquisition checks for updates:

  • Acquisition now uses the github api to check for new releases, instead of examining version.txt. This means we can now show the user what update(s) are available, too.

Developer changes

  • The version code is no longer needed, but we keeping it for old versions that people may not have upgraded.
  • The qmake project file has been removed because it was not being maintained. Acquisition is a cmake project now.
  • Refactored mod list generation.
  • Refactored rate limiting.

NOTE Acquisition is not properly handling pseudo mods, and it looks like this has been the case for a while.