Skip to content

Commit

Permalink
Update version to 1.8 (binaries for 1.8 on GitHub are correct, but th…
Browse files Browse the repository at this point in the history
…e label is wrong, should point to this rev)
  • Loading branch information
stringandstickytape committed Jan 12, 2015
1 parent b75d013 commit b9bc820
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace RegulatedNoise
[Serializable]
public class RegulatedNoiseSettings
{
public readonly decimal Version = 1.73m;
public readonly decimal Version = 1.8m;

public string ProductsPath = "";
public string GamePath = ""; //Should Replace ProductsPath by always contain the newest FORC-FDEV dir.
Expand Down
8 changes: 7 additions & 1 deletion RegulatedNoise/Form1.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,13 @@
</value>
</data>
<data name="textBox1.Text" xml:space="preserve">
<value>v1.73
<value>v1.8
* Add MRmP's editable calibration system
* Add magnifier for calibration purposes
* Remove incredibly-dumb bug that has been eating the spaces in station names... d'oh...
* Check for empty string from EDDN, and at least don't crash on general malformed data

v1.73
* Update Station.csv and Elite.json.
* Swap the Levenshtein algorithm for one that works (!) and tweak parameters it compares to
* Fix button on station-to-station tab
Expand Down
1 change: 1 addition & 0 deletions RegulatedNoise/Ocr/Calibration/OcrCalibratorTab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ private void Btn_calibration_reset_Click(object sender, EventArgs e)
DrawCalibrationPoints(calibrations);
FillRawData();
pb_calibratorBox.Refresh();
Form1.OcrCalibrator.SaveCalibration();
return;
}

Expand Down

0 comments on commit b9bc820

Please sign in to comment.