EliteAttack: how many jumps left
command
This commit is contained in:
parent
27dbffbe79
commit
4affcb85ff
6 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -51,6 +51,8 @@ powered by awesome EDDI so I don’t 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;dav’s hope;explorer’s anchorage;jackson's lighthouse;jameson’s cobra;robigo;shinrarta dezhra;sagittarius a*;shinrarta;sothis]`:
|
||||
|
|
|
@ -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}");
|
||||
|
|
|
@ -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.
Binary file not shown.
Loading…
Reference in a new issue