Skip to content

Commit

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

public string ProductsPath = "";
public string GamePath = ""; //Should Replace ProductsPath by always contain the newest FORC-FDEV dir.
Expand Down
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.71
<value>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
* capture some game settings e.g. resolution
* fix automatic directory detection on 32-bit
* fix can't start without DisplaySettings.xml


v1.71
* Fix RegulatedNoise crash on Elite Dangerous startup
* Fix version history

Expand Down

0 comments on commit dec4754

Please sign in to comment.