Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 17:10
· 259 commits to master since this release

New Features

  1. A proper "quit" confirmation! No longer will you accidentally close AO during an attack!
  2. A full "Keybinds" popup window to display all keybinds with descriptions.
  3. Copy hotkey with two forms:

[c] will copy a short summary of the selected row to your clipboard: this is either the MAC or a short 4whs summary.
[C] will copy a JSON-formatted string with (almost) all the data I have stored for the current selected row.

  1. Ability to add targets mid-run:

Pressing [t] will add the currently selected AP to targets.
Pressing [T] will add the currently selected AP to targets and turn on auto-exit.
If --notransmit is used, adding a target will disable --notransmit (so we can attack the new target).