Skip to content

v0.12.2

Latest
Compare
Choose a tag to compare
@gerwaric gerwaric released this 27 Dec 21:53
· 46 commits to master since this release

Known Issues

  • There are still problems with the shop code. See the latest comments in #80

Bugfixes

  • May have found the bug that has been causing shop update failures for years (#80, #61, #26, and #19):
    • With the release of Stash Tab Folders in 2020, the website index of a particular stash tab can be different from the index of a StashTab object returned from the official API. This happens if the user uses stash tab folders. When this occurs, and a user is attempting to post an item from one of the affected stash tabs, shop updates would fail with an error message like "Failed to find item. Did you specify the correct location and x y?"
  • Fixed several of the undocumented frontend API calls to properly use domain and accountName.
  • On Windows, changed where how compiler options are defined to further reduce the risk of random crashes due to an incompatible MSVC runtime installation.

Other Changes

  • Refactored the main application source code into several subdirectories.
  • Refactored the external libraries into independent cmake targets.
  • Added the json_struct external library in anticipation of transitioning away from rapidjson.