Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
stringandstickytape committed Jan 11, 2015
1 parent 1ff7696 commit 33de5d3
Show file tree
Hide file tree
Showing 2 changed files with 7 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.72m;
public readonly decimal Version = 1.73m;

public string ProductsPath = "";
public string GamePath = ""; //Should Replace ProductsPath by always contain the newest FORC-FDEV dir.
Expand Down
7 changes: 6 additions & 1 deletion RegulatedNoise/Form1.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,12 @@
</value>
</data>
<data name="textBox1.Text" xml:space="preserve">
<value>v1.72
<value>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

v1.72
* Include MRmP's (experimental) automatic calibration. Please feed back to the forum or GitHub if this works well - or not - for your resolution. Likely will not work at all if you have changed your FOV settings.
* Crashes now generate a RegulatedNoiseDump.dmp file. Passing this to the developers is INCREDIBLY helpful in fixing the problems.
* Fix auto-import checkbox not set on load
Expand Down

0 comments on commit 33de5d3

Please sign in to comment.