* added a command to announce (approximate) jumps left, see docs (#1)
* added command to announce the time spent on a trip and configuration option to automatically tell it after completing it (#3) * fixed a race condition with waypoint pasting into the galaxy map (#2) * fixed the list of jumps left to announce automatically not working correctly in all cases (#4) Added EliteDangerous profile in its current state. It’s in no way sanitised or advised for general use, but feel free to dig around and draw inspiration from it. Soon™ it will be published in a more usable state, but I wanted to get it out there for reference.
This commit is contained in:
parent
96ce8cef32
commit
1936f1d1ff
1 changed files with 19 additions and 0 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,3 +1,22 @@
|
|||
# v0.2 (2019-08-06)
|
||||
|
||||
## SpanshAttack v1.1
|
||||
|
||||
* added a command to announce (approximate) jumps left, see docs (#1)
|
||||
* added command to announce the time spent on a trip and configuration option to
|
||||
automatically tell it after completing it (#3)
|
||||
|
||||
* fixed a race condition with waypoint pasting into the galaxy map (#2)
|
||||
* fixed the list of jumps left to announce automatically not working correctly
|
||||
in all cases (#4)
|
||||
|
||||
## EliteDangerous v… don’t even ask
|
||||
|
||||
Added EliteDangerous profile in its current state. It’s in no way sanitised or
|
||||
advised for general use, but feel free to dig around and draw inspiration from
|
||||
it. Soon™ it will be published in a more usable state, but I wanted to get it
|
||||
out there for reference.
|
||||
|
||||
# v0.1 (2019-08-06)
|
||||
|
||||
## SpanshAttack v1.0
|
||||
|
|
Loading…
Reference in a new issue