Skip to content

Releases: nicokimmel/wizardswardrobe

v1.18.2

15 May 13:51
e3fcb82
Compare
Choose a tag to compare
  • Improved the user experience for the new zone selection
    • added auto-hide on selection
    • added animations on open on close
    • added a favorite system
  • Fixed a potential issue in the setup swap logic which might have caused problems when your inventory is close to full
  • Fixed a potential issue with the skill swap logic which might have caused problems while swapping off cryptcanon
  • Removed the "strict" option since I realized the uniqueId should not change regardless what users are doing to the item.
    • The uniqueId is now checked first, if that matches the validation passes successfully
    • The options only come into play now if the uniqueId does not match, which should basically never happen, but if it does it will check for the option users chose

v1.18.1

14 May 13:33
3f2a210
Compare
Choose a tag to compare
  • fixed yet another issue with empty slots (this is the same issue where it told you your skills did not swap correctly even though they did) don't ask me how this happened but it should be fixed now
  • fixed yet another issue where if you had the unequip empty option set to on it would not unequip every piece, which would cause the setup validation to fail
  • code maintenance in the validation file
  • fix for a potential issue within the scribing functionality (thanks DakJaniels)

v1.18.0

13 May 22:34
bf6dd75
Compare
Choose a tag to compare

02.05.24 v1.18.0 by JN Slevin

live

  • Further improved the prevention of unnecessary looping
  • added spanish translations (thanks to @DavidGonzalezGutierrez)
  • added a highlight to the currently equipped setup in the main window
  • laid the groundwork for a future update which will include dungeons etc (for any authors which have dungeon extentions or other things, you can find the categories in the WizardsWardrobeConst.lua file)
  • added a tree element to the main window to chose the zone (you enable the legacy dropdown in the settings)
  • changed the positions of the top menu icons slightly
  • changed the order of operations and other things to improve the way the setup validation works
  • Improved logging so the setup swaps should not be as heavy on the ressources anymore
  • fixed a bug which caused some unintended behavior while wearing cryptcanon
  • fixed a bug which caused some unintended behavior while having empty slots saved
  • fixed a bug which caused your backbar skills to not swap while swapping to and off cryptcanon
  • general code improvements
  • added a callback for other addon authors which is fired after a setup swapped correctly (let me know if you want more callbacks or parameters, im happy to add them)

WizardsWardrobe.callbackManager:RegisterCallback("WW_OnSetupSwapSuccess",function() yourFunction() end)

  • added a cancel functionality to the reset queue button in the rare case that the current solution does not work (thanks lykeion for the idea)

PTS

  • added (experimental) Lucent Citadel support
  • added (experimental) Scribing support (thanks @ACastanza)
  • API bump

v1.16.1

28 Dec 13:40
b50366f
Compare
Choose a tag to compare
  • Fixed set ID recognition in the setup compare function, so now it actually checks the correct variable and not how many pieces are equipped.
  • Moved the initial validation function. Now it only validates the setup when equipping a setup instead of moving gear.

v1.16.0

27 Dec 12:56
ca9f3d2
Compare
Choose a tag to compare

Setup Validation

  • Added a setup validation which will notify users if the setup did not swap correctly (has 4 comparison levels adjustable in the settings.
    • This happens after a delay, since the addon needs some time to swap things. This delay is adjustable in the settings.
  • Added an automatic list of steps to fix the failed setup. This is turned off by default.
  • Added a keybind to do these steps "non automatically"
  • Added logging (and a delete log functionality) which saves occurences when setups failed to swap so we may finally get to the bottom of this
  • Added a red color on the info panel which colors the name if the setup failed to swap.
  • Added a confirmation if the setup swapped correctly (at the time of writing, this only notifies users if any gear swapped, if 2 setups have the same gear it will not notify them, this may be changed at a later time.)

Misc

  • Added the ability to chose Center Screen Announcements for the messages given to the user
  • Added EA Pages (thanks to @yachoor )
    • The automatic swap feature does not work in EA since the content is inherently random and i do not think its feasible to add this
  • Changed the Sanity's Edge ID so now the porting feature works too (thanks to @necco889)

v1.11.0

12 Jun 08:16
Compare
Choose a tag to compare
  • Added support for Sanity's edge (Thanks to JNSlevin)

v1.10.0

02 Oct 16:33
Compare
Choose a tag to compare
  • Removed not working workaround for locked weapons
  • Removed icon from window
  • Updated API version
  • Added teleport feature

v1.9.4

28 Jul 00:26
Compare
Choose a tag to compare
  • Fixed gear when exporting setups
  • Added food to export
  • Added (yet another) possible workaround for stuck bars
  • Added feature to print log messages to alert (thanks to Saenic)

v1.9.3

13 Jul 19:55
Compare
Choose a tag to compare
  • Added possible fix fur unwanted setup cloning/resetting
  • Added Orzorgas Red Frothgar bufffood
  • Minor fixes

v1.9.2

08 Jun 23:39
Compare
Choose a tag to compare
  • Fixed mouse events on texture controls
  • Added sidebosses to DSR module