Skip to content

Commit

Permalink
update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eruyome committed Oct 28, 2016
1 parent 8052f3a commit 122be5b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions TradeUpdates.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
The following is a list of what has been updated, starting with 1.1.0

1.1.5
==================================================================================================
Added first version of advanced search for normal/magic/rare items.
Fixed ini write/read (settings weren't saved anymore).
Fixed divination card and unique map search.

1.1.4.1
==================================================================================================
Stopped script execution while update notification is opened.
Expand Down
6 changes: 4 additions & 2 deletions trade_data/TradeMacro.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -2349,8 +2349,10 @@ AdvancedPriceCheckGui(advItem, Stats, Sockets, Links, UniqueStats = "", ChangedI
Gui, SelectModsGui:Add, Button, x+10 yp+0 gAdvancedOpenSearchOnPoeTrade, Op&en on poe.trade
Gui, SelectModsGui:Add, Text, x+20 yp+5 cGray, (Pro-Tip: Use Alt + S/E to submit a button)

Gui, SelectModsGui:Add, Text, x10 y+10 cRed, Advanced search for normal/magic/rare items is not finished.
Gui, SelectModsGui:Add, Link, x+5 yp+0 cBlue, <a href="https://github.com/PoE-TradeMacro/POE-TradeMacro/issues/78">See what's planned.</a>
if (!advItem.IsUnique) {
Gui, SelectModsGui:Add, Text, x10 y+10 cRed, Advanced search for normal/magic/rare items is not finished.
Gui, SelectModsGui:Add, Link, x+5 yp+0 cBlue, <a href="https://github.com/PoE-TradeMacro/POE-TradeMacro/issues/78">See what's planned.</a>
}

windowWidth := modGroupBox + 80 + 10 + 10 + 80 + 80 + 10 + 60 + 20
windowWidth := (windowWidth > 250) ? windowWidth : 250
Expand Down

0 comments on commit 122be5b

Please sign in to comment.