Closed cohenaj194 closed 3 months ago
The recent update to the AzerothAuctionAssassin.py
script introduces a user-friendly feature that allows the conversion of AAA JSON item data into PBS format. Users can now utilize a new button on the item page that triggers a conversion method to process the JSON data, format it correctly, and copy the result to the clipboard. This enhancement improves workflow efficiency and includes clear error handling for a better user experience.
Files | Change Summary |
---|---|
AzerothAuctionAssassin.py |
Added a button to convert AAA JSON to PBS format. Introduced convert_to_pbs and convert_aaa_json_to_pbs methods, with error handling for user feedback. |
.github/workflows/windows-exe-build.yml |
Updated AAA_VERSION from "1.2.0" to "1.2.1" to reflect a new release/version increment. |
🐰 In the land of trade where items gleam,
A button now sparkles, fulfilling a dream.
Convert JSON swiftly, with just a click,
From AAA to PBS, oh, what a trick!
With items in hand, let the profits rise,
A rabbit's delight beneath sunny skies! 🌼✨
@coderabbitai review
@coderabbitai review
@coderabbitai review
ref https://github.com/ff14-advanced-market-search/AzerothAuctionAssassin/issues/122
Summary by CodeRabbit
New Features
Bug Fixes
Chores