forked from aRTy42/POE-ItemInfo
-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes and Metamorph league prep (#1052)
* data file updates * Added update version check exception GUI instead of msgbox * fixed a typo and the exact currency search fallback not working * workaround for poe.trade not knowing about warstaves * fixed abyssal sockets issues when including max sockets * updated curl.exe * changed affixlookup to use poedb * improved warstaff/runde dagger item type workaround * updated gemlist * ItemInfo new influence parsing * initial support for multiple incluences on items ("special base") * always add map tier to support new atlas * ring/amulet (catalyst) quality parsing * basic search implementation for jewelry quality * updated version and notes * improved implicit parsing * more data file updates
- Loading branch information
Showing
14 changed files
with
610 additions
and
388 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
TradeReleaseVersion := "v2.15.3" | ||
TradeReleaseVersion := "v2.15.4" | ||
TradeAHKVersionRequired := "1.1.26.00" |
Oops, something went wrong.