File Details
2.9.3
- R
- Jul 28, 2025
- 134.40 KB
- 4.0K
- 11.2.0
- Retail
File Name
GreatVaultList-2.9.3.zip
Supported Versions
- 11.2.0
Great Vault List
2.9.3 (2025-07-28)
Full Changelog Previous Releases
- Micro fix RU locale (#25)
- Update ruRU.lua
- Update GreatVaultList.toc
- Refactor crest icon retrieval and caching
Introduced SafeGetCurrencyInfo with caching to optimize and safely retrieve crest icon and name data in GreatVaultListItemlvl.lua. Updated crest icon tables to use the new function. Removed redundant crestIcons definition from raidLoot.lua to avoid duplication. - Update GreatVaultListItemlvl.lua
- Add crest type localization and fix Russian string
Added new localization keys for crest type and description in all supported languages. Fixed a typo in the Russian locale for the character delete button. No functional changes to dungeonLoot.lua; removed a duplicate entry line. - 11.2 (#24)
- Add chatmode definitions and update Lua workspace path
Introduces three new chatmode configuration files for explainer, prompt designer, and test writer roles. Updates the Lua workspace library path in VS Code settings to use version 0.20.8 of the ketho.wow-api extension. - Update Interface version in TOC file
Bumped the Interface version in GreatVaultList.toc from 110107 to 110200 to ensure compatibility with the latest game client. - Add crest type column to raid loot table
Introduces a new 'Crest' column to the raid loot table, displaying the type of crest rewarded for each difficulty. Updates column ranges and loot values to match current raid structure. Adds relevant localization strings for the new column. - Update dungeon loot table for new season
Refreshed item level, upgrade level, and crest requirements in the dungeon loot table to match the latest season's values. Improved code formatting and replaced hardcoded crest icons with dynamic retrieval for consistency. - Update delves loot item list values
Revised the item list data in GreatVaultListDelvesLootListMixin:BuildData to reflect new item IDs and gear track progression values for each entry. - Add item level track data and crest icons
Introduced GreatVaultListItemlvl.lua to provide item level track and crest data, along with utility functions for retrieving track and crest information. Updated dungeonLoot.lua to use new crest icons and dynamic track string generation for loot table entries. - Refactor loot tables to use buildEntry functions
Introduced buildEntry helper functions in delvesLoot.lua, dungeonLoot.lua, and raidLoot.lua to streamline loot table construction and reduce code duplication. Crest icon logic was centralized in GreatVaultListItemlvl.lua, and related code in loot tabs was updated to use the new API for crest icons and track strings.
- Add chatmode definitions and update Lua workspace path