File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,22 @@ see the code and know roughly what's happening even if you're not a developer.
9595
9696### Changelog
9797
98+ #### 2015-12-09 [ v0.4.2] ( https://github.com/tomreece/pucauto/archive/v0.4.2.zip )
99+ * Better output when making trades. Example:
100+ ```
101+ Found 2 card(s) worth 432 points to trade to Trader Name who has 1208 points...
102+ Sent Whisperwood Elemental for 254 PucaPoints!
103+ Failed to send Banisher Priest. Reason: Someone beat you to the draw
104+ Sent Greenwarden of Murasa for 178 PucaPoints!
105+ Successfully sent 2 out of 3 cards worth 432 points!
106+ ```
107+ * Speed improvements:
108+ * Immediately stop parsing a row in the trades table if the member has less
109+ points than the configured min_value.
110+ * Sum total bundle value as we go along instead of doing another pass over
111+ the data just to sum.
112+ * Debugging statements logged to ` debug.log ` file (Thanks @Droogans )
113+
98114#### 2015-12-03 [ v0.4.1] ( https://github.com/tomreece/pucauto/archive/v0.4.1.zip )
99115* Most importantly, speed up bundle finding by only loading enough of the trade
100116list to reach a bottom member whose points exceed ` min_value ` in config.json
You can’t perform that action at this time.
0 commit comments