update Changelog and document

This commit is contained in:
Ray Lee 2021-08-08 15:12:22 +08:00
commit 77116b3952
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
## [unreleased][unreleased]
- Add new standalone mode `hf_mfcsim` which can load dump from flash and simulate Mifare Classic 1K card (@axisray)
- Added support to demodulate Electra tags and column parity check for EM410x (@doegox)
- Fix demod plot for various demodulations (@doegox)
- Fix `lf t55xx detect/rdbl/dump` - to override if user set `lf config` and use default values during operation (@iceman1001)

View file

@ -102,6 +102,7 @@ Here are the supported values you can assign to `STANDALONE` in `Makefile.platfo
| HF_TCPRST | IKEA Rothult ST25TA, Standalone Master Key Dump/Emulation - Nick Draffen
| HF_TMUDFORD | Read and emulate ISO15693 card UID - Tim Mudford
| HF_YOUNG | Mifare sniff/simulation - Craig Young
| HF_MFCSIM | Mifare Classic simulation - Ray Lee
By default `STANDALONE=HF_MSDSAL`.