EliteAttack: how many jumps left command

This commit is contained in:
alterNERDtive 2021-02-12 05:20:04 +01:00
parent 27dbffbe79
commit 4affcb85ff
6 changed files with 10 additions and 3 deletions

View file

@ -1,6 +1,11 @@
# devel
## EliteAttack 8.0.1
## EliteAttack 8.1.0
### Added
* `how many jumps left` command: Announces the jumps left on a neutron trip
(requires SpanshAttack) or a course plotted via the galaxy map.
### Fixed

View file

@ -51,6 +51,8 @@ powered by awesome EDDI so I dont have to do the work myself!
Well, you know the drill by now.
* `[find;target] nearest mission system`: Targets the nearest system that has a
mission target.
* `how many jumps left`: Announces the jumps left on a neutron trip (requires
SpanshAttack) or a course plotted via the galaxy map.
* `plot course;[target;] next [waypoint;way point]`: Plots a course to the text
in your clipboard.
* `target [bug killer;colonia;davs hope;explorers anchorage;jackson's lighthouse;jamesons cobra;robigo;shinrarta dezhra;sagittarius a*;shinrarta;sothis]`:

View file

@ -58,7 +58,7 @@ namespace EliteAttack
| required VoiceAttack plugin shenanigans |
\========================================*/
static readonly Version VERSION = new Version("8.0.0");
static readonly Version VERSION = new Version("8.1.0");
public static Guid VA_Id()
=> new Guid("{5B46321D-2935-4550-BEEA-36C2145547B8}");

View file

@ -451,7 +451,7 @@ namespace alterNERDtive
| required VoiceAttack plugin shenanigans |
\========================================*/
static readonly Version VERSION = new Version("4.0.3");
static readonly Version VERSION = new Version("4.1.0");
public static Guid VA_Id()
=> new Guid("{F7F59CFD-1AE2-4A7E-8F62-C62372418BAC}");

Binary file not shown.