Skip to content

Commit

Permalink
Changelog and firmware builds for v0.1.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mame82 committed Jul 16, 2019
1 parent c17e434 commit 6f41eb3
Show file tree
Hide file tree
Showing 6 changed files with 30,524 additions and 30,055 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# LOGITacker v0.1.2-beta

- experimental Logitech LIGHTSPEED support (G-Series, tested with G603)
- adjusted device listing with `devices` command (prints more data, especially for devices obtained from sniffed pairing)
- fix: for discovered devices which have already been stored to flash, dongle data is re-loaded along with device data
(dongle WPID, classification)
- fix: plain keys are printed in passive-enum mode (if AES key known), even if they aren't at first position in the report

## Update instructions

- follow install instructions from readme
- after flashing the new image, run `erase_flash` once and re-plug the LOGITacker dongle (all stored data will be erased
and new default options deployed)

## LIGHTSPEED mode

Lightspeed mode could be enabled with `options global workmode lightspeed` and disabled with
`options global workmode unifying`. To persist the changes run `options store`.

Lightspeed mode is not compatible to legacy Unifying mode (different channels, different encryption scheme
for injection). In case you changed the mode, be sure to restart the current task (f.e. `discover run` to
restart device discovery in the new mode).

In order to obtain a link encryption key for a LIGHTSPEED device, use the `munifying` tool as described in the
README (the latest version added support for G-Series LIGHTSPEED devices)

# LOGITacker v0.1.1-beta

- first public release
Loading

0 comments on commit 6f41eb3

Please sign in to comment.