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.2.1 Bugfix - Improve some URL patterns

29 Sep 17:16
710838f
Compare
Choose a tag to compare

#76 #77

Fixes a potential issue involving the URL pattern for some sites like WoWInterface (can either be prefixed with www. or not)

v1.2.0 Curse-based addons back in business

28 Sep 19:04
2866c0e
Compare
Choose a tag to compare

#68 #69

Adds bypassing the Cloudflare bot-detection code. This brings sites like Curse and WoWAce back online and available for addon updating in the utility.

v1.1.2 WoWInterface addon name detection improvements

28 Sep 17:38
6a71609
Compare
Choose a tag to compare

#71

Improves the flexibility of the addon name retrieval from WoWInterface, for weird addon names like https://www.wowinterface.com/downloads/info24934-1.13.1.html

v1.1.1 Curse-based error messages when blocked by bot-check

28 Sep 17:35
2756779
Compare
Choose a tag to compare

#68 #69

Adds a new error message describing when Curse blocks the request, based on Cloudflare's bot-detection code.
This should be mitigated in an upcoming release.

Disables the Curse-site tests, as they will fail for the time being.

v1.1.0

03 Sep 22:21
8398f2c
Compare
Choose a tag to compare

Adds WoWInterface as a classic addon update source.

Additions:

  • #64 Enable wowinterface classic addons

v1.0 Classic Support

01 Sep 00:04
ec4f406
Compare
Choose a tag to compare

First official release of the project!

Update and maintain retail addons from all the original sources, with additional support for:

  • classic addons from Curse and GitHub
  • multi-configuration support with the --config argument

Be sure to read the full README.md for new usage and configuration instructions.