X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/275111f6ff2071a6ffb87f77c3a65730c6ec3d02..edf751bb62607c66684fd0750888d1fd6efd30e7:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index abd2dd37..0e6187f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac ## [unreleased][unreleased] ### Added +- Added lf indala read - reads an indala tag from the antenna - Added lf visa2000 demod, read, clone, sim commands (iceman) - Added markers in the graph around found Sequence Terminator after askmandemod. - Added data mtrim command to trim out samples between start and stop @@ -45,6 +46,9 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Added option c to 'hf list' (mark CRC bytes) (piwi) ### Changed +- `lf indalaclone` has been moved to `lf indala clone` +- `lf indalademod` has been moved to `lf indala altdemod` (reads from graphbuffer) +- `data pskindalademod` has been moved to `lf indala demod` (reads from graphbuffer) - `data askvikingdemod` has been moved to `lf viking demod` (reads from graphbuffer) - `data fskpyramiddemod` has been moved to `lf pyramid demod` (reads from graphbuffer) - `data fskiodemod` has been moved to `lf io demod` (reads from graphbuffer)