Skip to content

Releases: layday/instawow

v4.8.0

27 Oct 10:19
Compare
Choose a tag to compare
  • Work around WoWI TLS sniffing causing download errors.
  • Drop $TMPDIR in preference of the XDG cache dir.

CLI

  • Add new cache clear command.

v4.7.0

28 Jul 20:34
Compare
Choose a tag to compare
  • Add env var to override the CurseForge API URL.
  • Read access tokens from separate configuration file if present.
  • Add workaround for version pinning for CurseForge
    in the pathological case (where version contains an underscore).
  • Suppressed intermittent range error from GitHub.
  • Extract game version from WoW installation for WA updater.
    The WeakAurasCompanion add-on's game version will always be up to date.

CLI

  • Allow uninstalling add-ons from unknown sources.
    This can happen if e.g. the source's resolver was unregistered.
  • Add configure command to WA updater for storing the Wago access token.
    Access token migrated from top-level configuration.

v4.6.0

24 Jul 16:05
Compare
Choose a tag to compare
  • Distinguish between Curse add-on versions with the same display name.
    This will trigger dummy updates for up-to-date add-ons, but the release
    of the prepatch is as good a time as any to have that happen.

v4.5.0

15 Jul 19:11
Compare
Choose a tag to compare
  • Added pre-release fallback when a GitHub, CurseForge or Wago add-on
    has no stable releases.
  • Improved error message when an access token is mandatory and not set.
  • Stopped bundling the GUI as part of the instawow distribution.

v4.4.2

23 Jun 19:00
Compare
Choose a tag to compare

GUI

  • Fixed running the JSON-RPC server on Windows.

v4.4.1

20 Jun 16:30
Compare
Choose a tag to compare
  • Tweaked database settings.

CLI

  • Fixed generic progress counter.

GUI

  • Granted full disk access to the Linux flatpak.
  • Fixed reconciliation skipping to the end.

v4.4.0

23 May 20:32
Compare
Choose a tag to compare
  • Improved Lua parser performance by inlining loops.

GUI

  • Replaced Linux app images with flatpaks.
    Currently, only x64 binaries are precompiled.
  • Added build configuration for system-native Linux packages.
  • Fixed hang on close on Linux.

v4.3.0

09 May 17:07
Compare
Choose a tag to compare

CLI

  • Added --remote option to view-changelog command to retrieve
    remote add-on changelogs.
  • Improved search command responsiveness.
  • Improved install and update progress display.
  • Fixed issue with installed add-ons being removed prior to re-reconciled
    add-ons being downloaded.

GUI

  • Fixed start-up command crashing spectacularly.

v4.2.0

02 May 12:09
Compare
Choose a tag to compare
  • Rolled all versions of Classic over to Cataclysm.

CLI

  • Added overall install and update progress.
  • Split reconcile --installed out into a separate rereconcile command
    which allows filtering add-ons to be re-reconciled.
  • Fixed changing an existing profile's flavour.

v4.1.1

28 Apr 09:44
Compare
Choose a tag to compare
  • Relaxed aiohttp version constraint.
  • Fixed self-update check HTTP cache directory path.