Skip to content

Commit

Permalink
v6.1.3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Nov 30, 2014
1 parent cc5a02d commit 2502e18
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@
TradeDangerous, Copyright (C) Oliver "kfsone" Smith, July 2014
==============================================================================

v6.1.3 Nov 30 2014
. (kfsone) "avoid" now handles systems/stations discretely
- avoiding a station means you won't land there but you can
pass through the system,
- avoiding a system means you won't land there or fly thru it,
. (kfsone) Improvements to name disambiguation:
When specifying a "place" name (system or station) you can resolve
any ambiguities with a new syntax:
@name
Means "this is a system name, don't conflict with stations"
/name or @/name
Means "this is a station, don't conflict with systems"
name/name or @name/name
Means "this is a system name and a station name"
. (kfsone) Improved matching algorithm

To see the difference, try:

trade.py local --ly 5 bea
trade.py local --ly 5 @bea
trade.py local --ly 5 @/bea
trade.py local --ly 5 prim/bea


v6.1.2 Nov 28 2014
. (kfsone) GUI now saves its updates as "updated.prices" so you can upload them
. (kfsone) "run" now accepts a system OR station as the destination
Expand Down

0 comments on commit 2502e18

Please sign in to comment.