Closed cohenaj194 closed 5 months ago
The recent updates enhance the Azeroth Auction Assassin application and its associated utilities by incorporating specific handling for broad groups separate from regular item groups, thus refining item-level data management. Additionally, the version number has been incremented from 1.1.3 to 1.1.5 to reflect these improvements in both the application script and the Windows executable build workflow configuration.
FilePath | Change Summary |
---|---|
utils/mega_data_setup.py | Updated __set_desired_ilvl_list to manage broad groups and regular groups distinctly, adding generic info for broad groups. |
.../workflows/windows-exe-build.yml | Updated AAA_VERSION from 1.1.3 to 1.1.5 |
AzerothAuctionAssassin.py | Updated AAA_VERSION from 1.1.3 to 1.1.5 |
sequenceDiagram
participant User
participant Application
participant DataUtils
User ->> Application: Launch
Application ->> DataUtils: __set_desired_ilvl_list()
DataUtils ->> DataUtils: Process ilvl_groups
DataUtils ->> DataUtils: Process broad_groups
DataUtils ->> Application: Return ilvl_info & broad group info
Application ->> User: Ready with version 1.1.5
In the realm of Azeroth, so vast, MegaData's wisdom now stands steadfast. Broad groups gather beneath its wing, Data flows, making auctions sing. 🎵 Version bump, a small delight, 1.1.5 takes flight. 🚀
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Chores