Skip to content

Releases: layday/instawow

v1.43.0

21 Aug 08:19
Compare
Choose a tag to compare
  • Add-ons with missing folders will be reinstalled on update.
  • [CLI] Long changelogs will be truncated when running view-changelog
    without arguments.
  • [CLI] Prevent setting access token to an empty string.
  • Fixed a couple of issues with extracting game compatibility from GitHub
    add-on zips.

v1.42.0

18 Aug 10:29
Compare
Choose a tag to compare
  • Improved GitHub add-on game compatibility extraction.
  • [CLI] Fixed a missing dependency issue.

v1.41.0

17 Aug 22:35
Compare
Choose a tag to compare
  • Added support for the Wrath of the Lich King Classic pre-release.
  • Fixed an encoding issue with the frozen CLI.
  • Fixed an edge case in the WA updater.

v1.40.0

30 May 21:51
Compare
Choose a tag to compare
  • Added support for GitHub add-ons with separate releases
    per flavour. instawow will traverse the list of releases
    to find a suitable version.

v1.39.3

27 May 16:33
Compare
Choose a tag to compare
  • Fixed migrating old, improperly-migrated databases.

v1.39.2

26 May 11:15
Compare
Choose a tag to compare
  • Fixed handling CF add-ons with null URLs.

v1.39.1

22 May 07:47
Compare
Choose a tag to compare
  • Fixed re-reconciliation error when source is invalid.
  • [GUI] Fixed a couple of unrelated issues with access token configuration.

v1.39.0

21 May 16:25
Compare
Choose a tag to compare
  • Reinstated support for package.json-less GitHub add-ons.
    instawow will attempt to extract the supported game version
    from the zip directory of the add-on zip.
  • Dropped support for the old CurseForge API.
  • Improved game flavour assignment for WoWI add-ons in the catalogue.
  • [CLI] Added visual cue for skip option during reconciliation.
  • [CLI] Added option to configure CFCore access token.
  • [CLI] Fixed issue with installed add-ons sometimes
    not being uninstalled during re-reconciliation.
  • [GUI] Fixed memory leak on Windows.
  • [GUI] Fixed issue with folder option spawning a subprocess
    on Windows.
  • [GUI] Updated bundled Python version to 3.10 for Mac and Windows.

v1.38.1

16 Jan 20:59
Compare
Choose a tag to compare
  • Added support for CFCore on a provisional basis.
    You need to have generated a key from https://console.curseforge.com/
    and exposed it in your environment with INSTAWOW_ACCESS_TOKENS__CFCORE
    to opt into CFCore in place of the existing Curse API in the CLI.
  • [GUI] Added configuration pane with options to generate and update
    the GitHub and CFCore access tokens.
  • Fixed issue with configuration folder creation.

v1.37.0

09 Jan 20:37
Compare
Choose a tag to compare
  • [GUI] Made filtering options visible in installed add-ons pane.
  • [GUI] Fixed elusive crash on launch on Windows.
  • Reduced the time needed to load the catalogue from cache.