diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c8bd7..dcb659b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ README. Yay! triggers like handing in missions (#46) * `Route details event` now with correct escaping of Cottle syntax (no more “P \” TTS) +* TTS now handles systems containing `'` correctly. (#49) ### Removed @@ -72,6 +73,7 @@ README. Yay! ### Fixed * `RatAttack.enableRatDuty` has TTS again. +* TTS now handles systems containing `'` correctly. (#49) ## SealAttack @@ -92,6 +94,10 @@ SealAttack up to date * Is now set up to overwrite an old version on import. See “Updating” instructions in the README. +### Fixed + +* TTS now handles systems containing `'` correctly. (#49) + ## StreamAttack 1.0 ### Changed @@ -99,6 +105,10 @@ instructions in the README. * Is now set up to overwrite an old version on import. See “Updating” instructions in the README. +### Fixed + +* TTS now handles systems containing `'` correctly. (#49) + ----- # 2.0.1 (2020-07-21) diff --git a/profiles/EliteDangerous-Profile.vap b/profiles/EliteDangerous-Profile.vap index 3386e69..7502d8f 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 2689a2d..7b3d90f 100755 Binary files a/profiles/RatAttack-Profile.vap and b/profiles/RatAttack-Profile.vap differ diff --git a/profiles/SpanshAttack-Profile.vap b/profiles/SpanshAttack-Profile.vap index 0188ee3..3ccf760 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 db9032b..590ff43 100755 Binary files a/profiles/StreamAttack-Profile.vap and b/profiles/StreamAttack-Profile.vap differ