Skip to content

Commit

Permalink
Roll to 3.3.2 and tidy up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkael committed Dec 23, 2018
1 parent ffc24a5 commit c09d9db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions EDDI/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
Full details of the variables available for each noted event, and VoiceAttack integrations, are available in the individual [event pages](https://github.com/EDCD/EDDI/wiki/Events).

### 3.3.2
* Made revisions to prevent inaccurate star position data being reported to EDDN and refactored.
* The EDDN responder will now provide an audible warning if it detects that location data is in an invalid state.
* EDDN responder
* Made revisions to guard against reporting inaccurate star position data to EDDN.
* The EDDN responder will now provide an audible warning if it detects that location data is in an invalid state.
* Mission monitor
* Updated the mission monitor to fix a parsing error for donation mission entries created by a change in how these are recorded.

### 3.3.1
* EDDN responder
Expand Down
2 changes: 1 addition & 1 deletion Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "EDDI"
#define MyAppVersion "3.3.1"
#define MyAppVersion "3.3.2"
#define MyAppPublisher "Elite Dangerous Community Developers (EDCD)"
#define MyAppURL "https://github.com/EDCD/EDDI/"
#define MyAppExeName "EDDI.exe"
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Utilities
public class Constants
{
public const string EDDI_NAME = "EDDI";
public static Version EDDI_VERSION = new Version(3, 3, 1, Version.TestPhase.final, 0);
public static Version EDDI_VERSION = new Version(3, 3, 2, Version.TestPhase.final, 0);
public const string EDDI_SERVER_URL = "http://edcd.github.io/EDDP/";
public static readonly string EDDI_SYSTEM_MUTEX_NAME = $"{EDDI_SERVER_URL}/{EDDI_NAME}/{Environment.GetEnvironmentVariable("UserName")}";

Expand Down

0 comments on commit c09d9db

Please sign in to comment.