Skip to content

Commit 3c7c26a

Browse files
committed
To 4.1.5
1 parent cd6da94 commit 3c7c26a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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).
44

5+
## 4.1.5
6+
* Core
7+
* Replaced the legacy `CSCore` voice effect library with the more modern `NAudio` library. You may notice some changes in the sound of your voice effects, particularly if you have enabled the option to add distortion in response to ship damage.
8+
59
## 4.1.4
610
* Core
711
* Made EDDI more aggressive in creating new star system entries for unknown systems (when there is sufficient data to do so). (#2733)

Installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "EDDI"
5-
#define MyAppVersion "4.1.4"
5+
#define MyAppVersion "4.1.5"
66
#define MyAppPublisher "Elite Dangerous Community Developers (EDCD)"
77
#define MyAppURL "https://github.com/EDCD/EDDI/"
88
#define MyAppExeName "EDDI.exe"

Utilities/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class Constants
99
{
1010
public const string EDDI_NAME = "EDDI";
1111
public const string EDDI_URL_PROTOCOL = "eddi";
12-
public static Version EDDI_VERSION = new Version( 4, 1, 4 );
12+
public static Version EDDI_VERSION = new Version( 4, 1, 5 );
1313
public const string EDDI_SERVER_URL = "https://edcd.github.io/EDDP/";
1414
public static readonly string EDDI_SYSTEM_MUTEX_NAME = $"{EDDI_SERVER_URL}/{EDDI_NAME}/{Environment.GetEnvironmentVariable("UserName")}";
1515

0 commit comments

Comments
 (0)