Skip to content

Commit

Permalink
merge dev to master (#87)
Browse files Browse the repository at this point in the history
* prepared getting currency historical data from poe.ninja

* update poe.trade mods (map data)

* advanced search map mod fixes

* added alternative currency search (powered by poe.ninja)

* updated version and notes

* fixed defense q20 display

* upate gitignore
  • Loading branch information
Eruyome authored Nov 5, 2016
1 parent 68311af commit eaae91d
Show file tree
Hide file tree
Showing 9 changed files with 228 additions and 147 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ temp
trade_data/leagues.json
trade_data/backup/*
backup/*
backup/
backup/
test.ahk
6 changes: 5 additions & 1 deletion TradeUpdates.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
The following is a list of what has been updated, starting with 1.1.0

1.1.5.2
==================================================================================================
Added alternative currency search to show historical currency data (powered by poe.ninja)
Fixed some problems with the advanced search (maps)

1.1.5.1
==================================================================================================
Added more options.
Added pseudo mod suggestions to advanced search.
Added update notes to update notification window.


1.1.5
==================================================================================================
Added first version of advanced search for normal/magic/rare items.
Expand Down
3 changes: 2 additions & 1 deletion trade_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OpenWithDefaultWin10Fix =0
ShowAccountName =1
; Show also sellers account name in the results window, 1 = show; 0 = hide
BrowserPath =
OpenUrlsOnEmptyItem =
OpenUrlsOnEmptyItem =0

[Debug]
Debug =0
Expand Down Expand Up @@ -69,6 +69,7 @@ PrefillMinValue =1
PrefillMaxValue =1
CurrencySearchHave =Chaos Orb
ForceMaxLinks =1
AlternativeCurrencySearch =0

[Cache]
Expire =3
Expand Down
Loading

0 comments on commit eaae91d

Please sign in to comment.