mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-17 18:50:32 +08:00
reorder, we always put new lines from the top
This commit is contained in:
parent
805b8e1e44
commit
6155f7b505
1 changed files with 5 additions and 4 deletions
|
@ -9,6 +9,10 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
|||
- Added `hf xerox info` - read Fuji/Xerox tag (@horror)
|
||||
- Fixed `hf 14a reader --ecp` to work consistently (@kormax)
|
||||
- Change `trace list -t 14a` to annotate ECP frames of all valid V1 and V2 formats (@kormax)
|
||||
- Added 122 new keys from Flipper Zero community to `mfc_default_keys.dic` (@UberGuidoZ)
|
||||
- Added showing password for the read command in the `lf t55xx sniff` command (@merlokk)
|
||||
- Added reading texcom tk13 and tk17 tags with `hf texkom read` command (@merlokk @iceman1001)
|
||||
- Added simulating texcom tk13 and tk17 tags with `hf texkom sim` command (@merlokk)
|
||||
- Changed `hf mf staticnested` - significant speedups by using two encrypted nonces (@xianglin1998)
|
||||
- Change use of `sprintf` in code to `snprintf` to fix compilation on macOS (@Doridian)
|
||||
- Change `hf mf mad` - it now takes a dump file for offline MAD decoding (@iceman1001)
|
||||
|
@ -69,10 +73,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
|||
- Changed - AID limitations when using Gallagher key diversification (@DarkMatterMatt)
|
||||
- Added new standalone mode `lf_em4100rsww` (@zabszk)
|
||||
- Fixed `hf 15 slixdisable` wrong pass id (@r1ddl3rz)
|
||||
- Added 122 new keys from Flipper Zero community to `mfc_default_keys.dic` (@UberGuidoZ)
|
||||
- Added showing password for the read command in the `lf t55xx sniff` command (@merlokk)
|
||||
- Added reading texcom tk13 and tk17 tags with `hf texkom read` command (@merlokk @iceman1001)
|
||||
- Added simulating texcom tk13 and tk17 tags with `hf texkom sim` command (@merlokk)
|
||||
|
||||
|
||||
## [Frostbit.4.14831][2022-01-11]
|
||||
- Changed Wiegand format lookup - now case-insensitive (@iceman1001)
|
||||
|
|
Loading…
Reference in a new issue