Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Releases: grrttedwards/wow-addon-updater

v1.10.0 - Add support for GitHub Release addons and Wrath classic addons

28 Nov 00:02
2b93924
Compare
Choose a tag to compare

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

04 Aug 01:45
e48d3d3
Compare
Choose a tag to compare

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

06 Jun 14:24
3e09fda
Compare
Choose a tag to compare

Fixed

  • When game version is set to classic on Curse, the updater correctly choose the classic addon link. Thanks @cr0ok #181 #180
  • Updated the version of an internal library which had a security issue

v1.9.0 - Support for TBC Classic addons from Curse

19 May 23:47
8248cae
Compare
Choose a tag to compare

Added

v1.8.1 - Fix Curse integration and misc bug fixes

09 Apr 15:55
1d388e8
Compare
Choose a tag to compare

Fixed: Curse integration and upgraded dependency versions

#172 #170
Make sure to run a pipenv install to upgrade the dependencies.

Fixed: Misc bugs and improvements

#165 #166 #162 #160

v1.8.0 - Module support, and Curse alpha/beta release support

10 Sep 01:14
7620578
Compare
Choose a tag to compare

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

30 Apr 01:49
598e91a
Compare
Choose a tag to compare

Incorporates #141 fixing #140
This is on top of the change in 1.7.0 where Tukui and ElvUI addons should be referenced by their download page URL.

v1.7.0 - Support more Tukui addons and fix some bugs

24 Apr 21:52
cb46be1
Compare
Choose a tag to compare
  • 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.

v1.6.4 - Fix for new Cloudflare challenge

07 Apr 22:23
7b4bfe0
Compare
Choose a tag to compare

#125 #112
Update the version of Cloudscraper in the pipfile lock.

v1.6.3 - Update cloudscraper dependency version

21 Mar 19:46
b020d1c
Compare
Choose a tag to compare

#120 #121
Fixes issue pulling from Curse with a cloudscraper update.