Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
stringandstickytape committed Jan 16, 2015
1 parent 139fa44 commit ec528f3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 17 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.8m;
public readonly decimal Version = 1.81m;

public string ProductsPath = "";
public string GamePath = ""; //Should Replace ProductsPath by always contain the newest FORC-FDEV dir.
Expand Down
30 changes: 15 additions & 15 deletions RegulatedNoise/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion RegulatedNoise/Form1.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,16 @@
</value>
</data>
<data name="textBox1.Text" xml:space="preserve">
<value>v1.8
<value>v1.81
* Add EDDN message counting by app and version
* EditOcrResults window fixes
* Fix No way to clear ORC corrections if you don't want to import #14
* Add EDDN Spool to File
* Fix Can't cancel the "load a calibration screenshot" window #41
* Fix Manual calibration doesn't let you set the 12th point correctly, according to user feedback. #39
* Fix Item duplication in the Edit Results window #13

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...
Expand Down

0 comments on commit ec528f3

Please sign in to comment.