Releases: layday/instawow
Releases · layday/instawow
v1.36.0
v1.35.0
🎄
- Dropped support for
release.json
-less GitHub add-ons. - [GUI] Enabled high DPI support on Windows.
- [GUI] Switched from CEF to WebView2
for improved performance on Windows and massively
reducing the filesize of the installer.
Windows 10 users may need to install WebView2
from Microsoft if they do not have it already. - [GUI] Fixed script error on Windows.
- [GUI] Fixed memory leak on Windows (#82).
- [GUI] Fixed rollback dropdown default selection.
- [GUI] Improved security by refusing requests to the RPC API
which do not originate from the instawow client. - [GUI] Updated the icon set.
- [CLI] Fixed progress bar not being hidden on completion.
🍾
v1.34.1
v1.34.0
v1.33.0
- Added support for GitHub access tokens to increase
request quota for GitHub add-ons in anticipation of switching
or being forced to switch from CurseForge. - Moved the Wago API key to the global config alongside the
GitHub access token. - Added GitHub add-ons to the instawow catalogue, sourced from the
github-wow-addon-catalogue. - Added ability to edit configuration fields individually in the CLI.
Invoke with e.g.instawow configure addon_dir
to redefine the
location of your add-on folder. - Added GitHub access token configuration flow to the CLI.
To generate a token, runinstawow configure access_tokens
.
Will be added to the GUI at a later date. - Fixed navigating to the label of visually hidden toggles in the GUI.
- Changed the alert logic to display the latest alert when new alerts
are received in the GUI. - Redesigned portions of the GUI.
- Separated the global configuration from the profile configuration
internally. Inadvertent breakage may ensue.
v1.32.0
v1.31.3
v1.31.2
v1.31.1
- Fixed Python 3.9.8 crash.
From v1.31.0:
- Removed two CurseForge-specific strategies:
curse_latest_beta
andcurse_latest_alpha
. - [CLI] Added
--start-date
option tosearch
command. - [GUI] Added search options pane.
- Made a very large number of improvements to the GUI.