Skip to content

Commit

Permalink
v0.5!
Browse files Browse the repository at this point in the history
  • Loading branch information
alterNERDtive committed Nov 9, 2019
1 parent 538696d commit 748e057
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
# v0.5 (2019-11-09)

## RatAttack v0.1

RatAttack is now a thing! :D

(Documentation isn’t yet.)

## SpanshAttack v1.3.2
## SpanshAttack v2.0

* fixed auto jump on scooping. Now only queues a jump _once_ not once per
* SpanshAttack will now disable EDDI’s speech responder by default. To get it
back you will have to manually re-enable it after including
`SpanshAttack.startup`. See docs for more info.
* Fixed the target announcement when plotting. Will now properly use the plot
target instead of the system that you have targeted at the moment of the
announcement.
* Requirements are now listed in the documentation.
* Fixed auto jump on scooping. Now only queues a jump _once_ not once per
“refuelled” event (fires every 5s)

## EliteDangerous v2.0.2

* fixed the discovery scan event to only tell you about differences with EDSM
* Scanning a body will now tell you if it is in a fast orbit (less than 6h).
* Fixed the `sentToX` commands to do a CTRL+A before pasting text. This will
prevent garbled things to be send when you have already typed some text into
the edit box.
* Now automatically toggles FlightAssist off on takeoff/undock. Set
`>FlightAssistOff` to false in `EliteDangerous.startup` to disable.
* Added `[start;stop] [firing;mining]`. This command will start/stop hold down
the primary fire button for you; in case of mining it will also deploy your
cargo scoop.
* Fixed the discovery scan event to only tell you about differences with EDSM
when EDSM knows _fewer_ bodies (there are some issues with duplicate entries
in EDSM, e.g. in Dromi)

Expand Down

0 comments on commit 748e057

Please sign in to comment.