Releases: layday/instawow
Releases · layday/instawow
v4.8.0
v4.7.0
- 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.
TheWeakAurasCompanion
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
- 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
- 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
GUI
- Fixed running the JSON-RPC server on Windows.
v4.4.1
- 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
- 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
CLI
- Added
--remote
option toview-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
- Rolled all versions of Classic over to Cataclysm.
CLI
- Added overall install and update progress.
- Split
reconcile --installed
out into a separaterereconcile
command
which allows filtering add-ons to be re-reconciled. - Fixed changing an existing profile's flavour.
v4.1.1
- Relaxed
aiohttp
version constraint. - Fixed self-update check HTTP cache directory path.