Skip to content

Commit

Permalink
v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Smith committed Oct 24, 2014
1 parent af2de50 commit 8c219f9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,26 @@ files from other commanders to fill out your database.
== CHANGE LOG
==============================================================================

v4.6.0 Oct 24/2014
. (kfsone) New extended .prices format:
<item name> <sell> <buy> <demand> <stock> [<time>]
Demand/stock can be:
unk :- "unknown" - treat as though always available
n/a :- "not available" - ignore in trade calcs
0 :- alias for "n/a"
or the number of units followed by L, M or H, e.g.
10L :- 10 units at Low
500M :- 500 units at Medium
9000H :- 9000 units at High
Note that the time has moved to the end of the line.
When updating data, you can either remove the time and have it
default to 'now' or you can explicitly write the word now.
. (smacker65) Couple of station name corrections
. (kfsone) Better feedback when price data could not be found
. (kfsone) .prices wiki page
. (smacker65) More star data and corrections
. (gazelle) Fix for "--zero" and, e.g., "-1L0"

v4.5.1 Oct 20/2014
. (kfsone) Added --dir (-C) command line for specifying which directory you
want trade.py to look in for it's files.
Expand Down

0 comments on commit 8c219f9

Please sign in to comment.