Releases: grrttedwards/wow-addon-updater
v1.10.0 - Add support for GitHub Release addons and Wrath classic addons
New Features
- Added support for addons in the form of GitHub releases, separately from GitHub commits via #200
- Added support for Wrath classic addons from some sources via #196
Special Thanks 🎉
🥇 @omicron-o for submitting #200
Full Changelog: v1.9.2...v1.10.0
v1.9.2 - Bug fixes
v1.9.2 - 08/03/2021
- Fix bug where an entry in
installed.ini
could be zeroed out if there was an error updating the addon - Remove broken test case where addon was removed from Tukui repository
v1.9.1 - Bug fixes and security updates
v1.9.0 - Support for TBC Classic addons from Curse
Added
- Support for TBC Classic addons from Curse
#178 #177
Thanks @Harapuia and @Ghosthree3
v1.8.1 - Fix Curse integration and misc bug fixes
v1.8.0 - Module support, and Curse alpha/beta release support
New: alpha/beta release support for Curse
#149 #151 #152 - Thanks @amas0
Can add alpha
or beta
to the end of an addon URL for Curse to track and update to those release types.
e.g. https://www.curseforge.com/wow/addons/deadly-boss-mods beta
More details available in the README.md
New: Python module support
#150 - Thanks @elebertus
The module can be installed by name to your Python environment, and should better support library-style usage.
v1.7.1 - Fix for Tukui addons not working in retail and classic
v1.7.0 - Support more Tukui addons and fix some bugs
- Add more Tukui addons #111 via #122 #133
- Fix version number mismatch #130 😏
- Fix Curse being a jerk #129
Breaking change
Tukui addons should not be referenced by their Tukui git repo URL e.g.
https://git.tukui.org/elvui/elvui|ElvUI
and should instead be referenced by their full download link e.g.
https://www.tukui.org/classic-addons.php?id=2
This enables any of the Tukui family of addons to be managed by the updater script.
Other changes
Hopefully get He Who Must Not Be Named out of our hair for a while by making up a completely lazy useragent that works for now.