diff --git a/CHANGELOG.md b/CHANGELOG.md index 5811df1..460db3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,41 @@ Changed Changelog format. Should be even clearer now at a glance! See [KeepAChangelog](https://keepachangelog.com/en/1.0.0/). -## EliteDangerous v5.2 +## EliteDangerous 5.2 ### Added * Support for EDDI’s new `Carrier` events! * `>enableCarrierAnnouncements` configuration variable. Default: true. +## RatAttack 3.1.1 + +### Changed + +* Now setting EDDI to quite mode even if the profile was loaded before plugin + initialization had been completed. + +## SealAttack 0.1.1 + +### Changed + + * Now setting EDDI to quite mode even if the profile was loaded before plugin + initialization had been completed. + +## SpanshAttack 3.1.1 + +### Changed + + * Now setting EDDI to quite mode even if the profile was loaded before plugin + initialization had been completed. + +## StreamAttack 0.2.1 + +### Changed + + * Now setting EDDI to quite mode even if the profile was loaded before plugin + initialization had been completed. + # v1.4 (2020-06-14) This is basically just a bug fix release, but I happened to have one new feature diff --git a/docs/EliteDangerous.md b/docs/EliteDangerous.md index dce3ca6..c9a67f6 100644 --- a/docs/EliteDangerous.md +++ b/docs/EliteDangerous.md @@ -276,6 +276,12 @@ Lists you all bodies EDDI considers worth mapping in the current system. Retracts landing gear for you. Seriously, is there any occasion in which you _don’t_ immediately want to retract it after takeoff? +#### VA initialized #### + +Fires when the EDDI VoiceAttack plugin is loaded. Makes sure that EDDI is set to +quite mode even if the profile was loaded before plugin initialization had +completed. + ### Misc ### The commands in here do random more or less useful things. @@ -426,6 +432,8 @@ if you have included EliteDangerous. * `>autoChangeFuelratsNick` (boolean): whether to change the FuelRats IRC nickname automatically when changing commanders. Probably largely irrelevant to you. Default: false. +* `>eddiQuietMode` (boolean): whether or not to set EDDI to quite mode. Default: + true. * `>enableCarrierAnnouncements` (boolean): whether or not to process fleet carrier events. Default: true. * `>enableR2Rannouncements` (boolean): whether to announce planets worth mapping diff --git a/profiles/EliteDangerous-Profile.vap b/profiles/EliteDangerous-Profile.vap index 1d97947..82097cc 100755 Binary files a/profiles/EliteDangerous-Profile.vap and b/profiles/EliteDangerous-Profile.vap differ diff --git a/profiles/RatAttack-Profile.vap b/profiles/RatAttack-Profile.vap index 0799548..07fc98f 100755 Binary files a/profiles/RatAttack-Profile.vap and b/profiles/RatAttack-Profile.vap differ diff --git a/profiles/SealAttack-Profile.vap b/profiles/SealAttack-Profile.vap index ab6cbec..ebe5676 100755 Binary files a/profiles/SealAttack-Profile.vap and b/profiles/SealAttack-Profile.vap differ diff --git a/profiles/SpanshAttack-Profile.vap b/profiles/SpanshAttack-Profile.vap index 6ff792c..05e029b 100755 Binary files a/profiles/SpanshAttack-Profile.vap and b/profiles/SpanshAttack-Profile.vap differ diff --git a/profiles/StreamAttack-Profile.vap b/profiles/StreamAttack-Profile.vap index d694d2c..22ec687 100755 Binary files a/profiles/StreamAttack-Profile.vap and b/profiles/StreamAttack-Profile.vap differ