Skip to content

Commit 4d36351

Browse files
Mark AustenMark Austen
authored andcommitted
Added new and missing options to old data panel, updated tooltips to make the meaning of the route option clearer.
1 parent d4d570e commit 4d36351

File tree

5 files changed

+168
-54
lines changed

5 files changed

+168
-54
lines changed

TradeDangerousGUI/Changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v2.1.0.4
2+
--------
3+
* Added support for "--ls-max" and "--planetary" to the OldData command.
4+
* Changed the caption and tool tip for the route option on the old data panel.
5+
* Reduced default limit from 42 to 10 when route is checked since sorting for best distance overall is not an O(n) solution.
6+
17
v2.1.0.3
28
--------
39
* Fixed bug in commander profile. Issue #48.

TradeDangerousGUI/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("2.1.0.3")]
34+
[assembly: AssemblyVersion("2.1.0.4")]

TradeDangerousGUI/TDH2Tooltips.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ en-gb="Keeps items sorted by price when using near (otherwise items are listed b
248248
en-gb="Sort by price rather than proximity."
249249

250250
[Tooltip-084]
251-
en-gb="Sort the results of OldData into a route by distance."
251+
en-gb="Sort the results of OldData into a route with the shortest distance to visit all systems."
252252

253253
[Tooltip-085]
254254
en-gb="List only items sold by the station (listed as 'BUY' in-game)."

0 commit comments

Comments
 (0)