Skip to content

Releases: ahakola/DMFQuest

3.0.17

15 Jan 16:07
Compare
Choose a tag to compare

DMFQuest

3.0.17 (2025-01-15)

Full Changelog Previous Releases

  • New Simplified Chinese translations by mt25cyb

3.0.16

10 Jan 20:46
Compare
Choose a tag to compare

DMFQuest

3.0.16 (2025-01-10)

Full Changelog Previous Releases

  • Update Russian Translations
    • Thanks to ZamestoTV / Hubbotu
  • Darkmoon Ride Tickets were added in game in 5.1, not in 4.3 when WHEE! -buff was introduced...
    • Disabling the WHEE! -buff tracking in CataClassic for now
    • I see what I can do when the CataClassic PTR is back up (seems like these days it is down every time I check)

3.0.15

10 Jan 02:28
Compare
Choose a tag to compare

DMFQuest

3.0.15 (2025-01-10)

Full Changelog Previous Releases

  • Now the addon should tell you what professions you are missing
    • Instead of the old "No profession learned" has been replaced with "Cooking not learned" etc.
    • Requested in Github issue #12
    • New line for translators to translate!
  • Track WHEE! -buff
    • Requested in Github issue #17
    • This is off by default, but you can enable it in the settings
    • New lines for translators to translate!
  • .toc bump - remember to refresh the web page you use to check the current game version!

3.0.14

05 Dec 21:37
Compare
Choose a tag to compare

DMFQuest

3.0.14 (2024-12-05)

Full Changelog Previous Releases

3.0.13

05 Nov 21:38
Compare
Choose a tag to compare

DMFQuest

3.0.13 (2024-11-05)

Full Changelog Previous Releases

  • Updated German translations
    • Thanks to Lingkan/Paul for the translations!
    • There are still 3 lines that I feel like needs to be reviewed before approving them. If someone with fluent German could take a look at those at some point and let me know.
    • Feel free to do/improve translations in at https://legacy.curseforge.com/wow/addons/dmfquest/localization and let me know, so I can push out new translations to all the users!
  • Add Globals to Localization.lua

3.0.12

05 Nov 20:29
Compare
Choose a tag to compare

DMFQuest

3.0.12 (2024-11-05)

Full Changelog Previous Releases

  • Fix missing comma
    Should close GH issues #14 and #15

3.0.11

05 Nov 16:51
Compare
Choose a tag to compare

DMFQuest

3.0.11 (2024-11-05)

Full Changelog Previous Releases

  • Add Dalaran and Shattrath City to the list of Capitals for "ShowInCapitals"-setting
    • Thanks to b-morgan for testing these!
    • This hopefully closes GH issue #13
  • Remove the "s" from "No professions learned"
    • This is a quick band aid fix for GH issue #12
    • Same change has been mirrored to the Curseforge Localization -tool
    • Translators should go and check if they have to make changes to the translations
    • The line is repeated for every missing profession so the use of plural form was strange
    • I'll come up with proper fix for this issue as soon as I decide a better way to handle this

3.0.10

05 Nov 01:43
Compare
Choose a tag to compare

DMFQuest

3.0.10 (2024-11-04)

Full Changelog Previous Releases

  • Minor changes for better code readability
  • Fix Fizzy Faire Drink in CataClassic
    • Also reported in GH issue #11
  • Update GLOBALS
  • Move item caching code block so it gets fired also on CataClassic
    • This should fix GH issue #11
  • 11.0.5 API change to GetMerchantItemInfo()
    • Replaced by C_MerchantFrame.GetItemInfo() in retail

3.0.9

03 Nov 21:12
Compare
Choose a tag to compare

DMFQuest

3.0.9 (2024-11-03)

Full Changelog Previous Releases

  • .toc bump
    • This should close GH issue #10

3.0.8

07 Sep 02:01
Compare
Choose a tag to compare

DMFQuest

3.0.8 (2024-09-07)

Full Changelog Previous Releases

  • Noticed during testing that at some point the skill gains from the quests were lowered in Retail
    • In CataClassic you still get the full 5 points
    • In Retail, you get 2 points for primary professions and 3 points for secondary professions
  • Fix to AutoBuy not buying "Fizzy Faire Drink" for the Alchemy quest ("A Fizzy Fusion")
  • Add 1 frame delay before firing AutoBuy
    • Hopefully this fixes cases where AutoBuy doesn't buy all/any of the quest items.
    • Couldn't reproduce the case where the AutoBuy wouldn't buy everything without the delay, but people reported this happening sometimes.
    • Maybe it is due to errors in my code or a difference in realm or home latency when I'm testing and people are using it on their realms, but I'm hoping adding the delay would fix the issue.
  • Syntax