Skip to content

Releases: Caerdon/CaerdonWardrobe

v3.6.6

23 Jul 14:21
Compare
Choose a tag to compare

Caerdon Wardrobe

v3.6.6 (2024-07-23)

Full Changelog Previous Releases

  • Bump version
  • Get world map icons back to a normal size

v3.6.5

16 Jul 06:11
Compare
Choose a tag to compare

Caerdon Wardrobe

v3.6.5 (2024-07-16)

Full Changelog Previous Releases

  • Bump version
  • Update ToC
  • Fix for IsSpellUsable
  • Updates to C_Spell
  • Still looking into upgrade checks
  • Start getting things fixed for the next expansion

v3.6.4

12 May 02:36
Compare
Choose a tag to compare

Caerdon Wardrobe

v3.6.4 (2024-05-12)

Full Changelog Previous Releases

  • Get battle pets showing up correctly in Guild Bank (and maybe elsewhere)

v3.6.3

11 May 22:51
Compare
Choose a tag to compare

Caerdon Wardrobe

v3.6.3 (2024-05-11)

Full Changelog Previous Releases

  • Fix icon positioning and a few errors
    Icon positioning wasn't working correctly for loot frame (and possibly
    others) - got it back and working again.
    Wago was causing some errors. I'm disabling it for now (but may try
    again later).
    There was a report of an error while buying recipes from the vendor. I
    wasn't able to duplicate this locally, but I made some fixes that should
    at least help avoid it.
  • Switch loot to use frame init
  • Disable Wago for now

v3.6.2

11 May 00:56
Compare
Choose a tag to compare

Caerdon Wardrobe

v3.6.2 (2024-05-11)

Full Changelog Previous Releases

  • Fix error with mail

v3.6.1

11 May 00:04
Compare
Choose a tag to compare

Caerdon Wardrobe

v3.6.1 (2024-05-11)

Full Changelog Previous Releases

  • Fix a few reported issues
    Had a report of garrison in-progress missions causing issues. Couldn't
    repro but made some improvements that should help.
    Made some changes to WagoAnalytics shim that will hopefully resolve the
    errors there.

v3.6.0

10 May 23:41
Compare
Choose a tag to compare

Caerdon Wardrobe

v3.6.0 (2024-05-10)

Full Changelog Previous Releases

  • Improved item load processing and support for BetterBags / Baganator.

v3.5.0

10 May 09:09
Compare
Choose a tag to compare

Caerdon Wardrobe

v3.5.0 (2024-05-10)

Full Changelog Previous Releases

  • Item Processing Updates
    The Blizzard API doesn't always return item info which was resulting
    in some calls getting hung up rather than completing. Added a timeout
    to catch this scenario and ensure we keep processing. This may need
    tweaked as it's more of a workaround, so I'll keep an eye on it.
    Also fixed some errors that were happening in the Journal search and
    added support for showing icons on the item sets!
  • For debug tooltips, show both associated item and recipe if available

v3.4.9

07 May 16:29
Compare
Choose a tag to compare

Caerdon Wardrobe

v3.4.9 (2024-05-07)

Full Changelog Previous Releases

  • Update version
  • Update TOC
  • Only consider combinable objects in bank / bags for now

v3.4.8

06 May 05:27
Compare
Choose a tag to compare

Caerdon Wardrobe

v3.4.8 (2024-05-06)

Full Changelog Previous Releases

  • Updates and Minor Improvements
    Updated deprecated calls to use the latest APIs.
    Improved support for identifying objects in bags that can be collected / combined.
    Fixed a few errors that were popping up.