diff --git a/RegulatedNoise/Form1.Designer.cs b/RegulatedNoise/Form1.Designer.cs
index 46fdc8b..b2e3b58 100644
--- a/RegulatedNoise/Form1.Designer.cs
+++ b/RegulatedNoise/Form1.Designer.cs
@@ -2383,7 +2383,7 @@ private void InitializeComponent()
this.Controls.Add(this.bOpen);
this.Name = "Form1";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
- this.Text = "RegulatedNoise v1.33";
+ this.Text = "RegulatedNoise v1.4";
this.Load += new System.EventHandler(this.Form_Load);
this.tabControl1.ResumeLayout(false);
this.tabHelpAndChangeLog.ResumeLayout(false);
diff --git a/RegulatedNoise/Form1.cs b/RegulatedNoise/Form1.cs
index 2e6292e..234b5a1 100644
--- a/RegulatedNoise/Form1.cs
+++ b/RegulatedNoise/Form1.cs
@@ -2668,11 +2668,11 @@ private void PostJsonToEddn(CsvRow rowToPost)
if (RegulatedNoiseSettings.UseEddnTestSchema)
{
- json = @"{""$schemaRef"": ""http://schemas.elite-markets.net/eddn/commodity/1/test"",""header"": {""uploaderID"": ""$0$"",""softwareName"": ""RegulatedNoise"",""softwareVersion"": ""v1.33""},""message"": {""buyPrice"": $2$,""timestamp"": ""$3$"",""stationStock"": $4$,""stationName"": ""$5$"",""systemName"": ""$6$"",""demand"": $7$,""sellPrice"": $8$,""itemName"": ""$9$""}}";
+ json = @"{""$schemaRef"": ""http://schemas.elite-markets.net/eddn/commodity/1/test"",""header"": {""uploaderID"": ""$0$"",""softwareName"": ""RegulatedNoise"",""softwareVersion"": ""v1.4""},""message"": {""buyPrice"": $2$,""timestamp"": ""$3$"",""stationStock"": $4$,""stationName"": ""$5$"",""systemName"": ""$6$"",""demand"": $7$,""sellPrice"": $8$,""itemName"": ""$9$""}}";
}
else
{
- json = @"{""$schemaRef"": ""http://schemas.elite-markets.net/eddn/commodity/1"",""header"": {""uploaderID"": ""$0$"",""softwareName"": ""RegulatedNoise"",""softwareVersion"": ""v1.33""},""message"": {""buyPrice"": $2$,""timestamp"": ""$3$"",""stationStock"": $4$,""stationName"": ""$5$"",""systemName"": ""$6$"",""demand"": $7$,""sellPrice"": $8$,""itemName"": ""$9$""}}";
+ json = @"{""$schemaRef"": ""http://schemas.elite-markets.net/eddn/commodity/1"",""header"": {""uploaderID"": ""$0$"",""softwareName"": ""RegulatedNoise"",""softwareVersion"": ""v1.4""},""message"": {""buyPrice"": $2$,""timestamp"": ""$3$"",""stationStock"": $4$,""stationName"": ""$5$"",""systemName"": ""$6$"",""demand"": $7$,""sellPrice"": $8$,""itemName"": ""$9$""}}";
}
@@ -3604,7 +3604,7 @@ private void cbIncludeWithinRegionOfStation_SelectedIndexChanged(object sender,
private void bShowStationRestrictionAtStarchartDotClub_Click(object sender, EventArgs e)
{
- Process.Start(@"http://starchart.club/map/route/" + CombinedNameToSystemName(tbCurrentSystemFromLogs.Text) + @"/" + CombinedNameToSystemName(cbIncludeWithinRegionOfStation.Text) + @"/@" + CombinedNameToSystemName(tbCurrentSystemFromLogs.Text));
+ Process.Start(@"http://starchart.club/map/route/" + CombinedNameToSystemName(cbIncludeWithinRegionOfStation.Text) + @"/" + CombinedNameToSystemName(tbCurrentSystemFromLogs.Text) + @"/@" + CombinedNameToSystemName(cbIncludeWithinRegionOfStation.Text));
}
}
}
diff --git a/RegulatedNoise/Form1.resx b/RegulatedNoise/Form1.resx
index 573fa38..3d0cf4e 100644
--- a/RegulatedNoise/Form1.resx
+++ b/RegulatedNoise/Form1.resx
@@ -118,10 +118,8 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- * matching the closest of "HIGH/MED/LOW"
-* Can it remember last selected station instead of always selecting the first in the list? (when SetupGUI is called)
+ * Can it remember last selected station instead of always selecting the first in the list? (when SetupGUI is called)
* is there a way also to indicate if a station has medium or large landing docks?
-* route-finding
* update system info json button?
* [steelyeyed] tickbox that means "this station buys even with zero demand"?
* [Treb42] Pause between OCR and Import
@@ -1502,7 +1500,12 @@
- v1.33
+ v1.4
+* Add "within x light years of arbitrary system"
+* Add buttons linking to system maps and routes at http://starchart.info - with thanks to Biteketkergetek
+* Goosem@n's fix
+
+v1.33
* Fix station name needs a space when you rename it error
* Throw away exceptions when cloning main captured-screenshot bitmap for display purposes LOL
* Create Brainerous images directory if it doesn't exist