mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-18 03:00:58 +08:00
updated chanelog.
This commit is contained in:
parent
85e1366642
commit
0dac90ea15
1 changed files with 25 additions and 1 deletions
26
CHANGELOG.md
26
CHANGELOG.md
|
@ -3,7 +3,31 @@ 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...
|
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]
|
## [unreleased][unreleased]
|
||||||
- Chg 'data autocorrelate' - better visual representation and added extra peak detection (@iceman)
|
- Fix 'hf mfp wrbl' - more blocks available (@merlokk)
|
||||||
|
- Add 'make platform' - compile for non-rdv4 devices made simpler (@doegox)
|
||||||
|
- Change Makefiles optimizations when recompiling (@doegox)
|
||||||
|
- Fix 'data load' - loads TITEST.txt again (@iceman)
|
||||||
|
- Change 'lf search' - now detects TI (@iceman)
|
||||||
|
- Change fixing signal cleaning for LF (@doegox)
|
||||||
|
- Fix 'lf paradox demod' - wrong check (@iceman)
|
||||||
|
- Change 'lf t55xx' - aquiredata uses getsamples (@iceman)
|
||||||
|
- Fix 'lf search' - chipset detection restore demod buffer again (@iceman)
|
||||||
|
- Add 'make style' (@doegox)
|
||||||
|
- Fix mixed tabs vs spaces. Now only use 4 space as tab. (@doegox)
|
||||||
|
- Fix 'lf visa2000 read' - too few samples (@iceman)
|
||||||
|
- Fix 'lf t55xx bruteforce' - infinity loop (@doegox)
|
||||||
|
- Fix 'analyse nuid' - correct crc (@doegox)
|
||||||
|
- Add command history not repeating logged commands (@doegox)
|
||||||
|
- Fix path for aidjson (@doegox)
|
||||||
|
- Fix missing init i2x (@doegox)
|
||||||
|
- Fix '14b select card' - (@doegox)
|
||||||
|
- Add 'hf mf ndef' - parsing of NDEF messages (@merlokk)
|
||||||
|
- Add 'hf mf mad' - parsing of Mifare Application Directory (@merlokk)
|
||||||
|
- Rename 'lf snoop' -> 'lf sniff' (@iceman)
|
||||||
|
- Rename 'hf snoop' -> 'hf sniff' (@iceman)
|
||||||
|
- Change generally added more colors (@iceman)
|
||||||
|
- Change 'sc upgrade' updated firmware v3.11 (RDV40) (@sentiprox)
|
||||||
|
- Change 'data autocorrelate' - better visual representation and added extra peak detection (@iceman)
|
||||||
- Fix 'lf search' - false positive indala identification fixed (@iceman)
|
- Fix 'lf search' - false positive indala identification fixed (@iceman)
|
||||||
- Add 'lf keri' - basic support for Keri tags (@iceman)
|
- Add 'lf keri' - basic support for Keri tags (@iceman)
|
||||||
- Add 'hf mf list' - re-added it again (@iceman)
|
- Add 'hf mf list' - re-added it again (@iceman)
|
||||||
|
|
Loading…
Reference in a new issue