mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
changelog
This commit is contained in:
parent
4a458b2b79
commit
b9c47ed6cc
1 changed files with 20 additions and 6 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -5,15 +5,30 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
||||||
## [unreleased][unreleased]
|
## [unreleased][unreleased]
|
||||||
- Changed `trace list -t 14a` - now annotate ECP (@iceman1001)
|
- Changed `trace list -t 14a` - now annotate ECP (@iceman1001)
|
||||||
- Added enhanced contactless polling (thanks to @relays user at gitlab) (@iceman1001)
|
- Added enhanced contactless polling (thanks to @relays user at gitlab) (@iceman1001)
|
||||||
|
- Added iCS key (@FlUxIuS)
|
||||||
|
- Changed `trace list -t 14a` - now annotate ULC when known key is used in auth (@doegox)
|
||||||
|
- Fixed `hf mfu cauth` - option -k collision, used both for key and keep (@doegox)
|
||||||
|
- Changed Dockerfiles, instructions, tests and CI to cover Python script within client (@doegox, @gator96100)
|
||||||
|
- Changed `hw version` - now works offline too and provides client info (@doegox)
|
||||||
- Added trace of VISA Apple transactions (thanks @a66at)
|
- Added trace of VISA Apple transactions (thanks @a66at)
|
||||||
- Added trace of reading a MIFARE UL-C with 3DES authentication (thanks @rad1game)
|
- Added trace of reading a MIFARE UL-C with 3DES authentication (thanks @rad1game)
|
||||||
- Added ATR fingerprinting (@iceman1001, @doegox)
|
- Added ATR fingerprinting (@iceman1001, @doegox)
|
||||||
|
- Fix DesFIRE decoding when not using wrapped cmds (@colinoflynn)
|
||||||
|
- Added script to build all firmware variants (@doegox, @sbrun)
|
||||||
|
- Fix `hw tune` voltage values when no antenna is connected (@mwalker33)
|
||||||
- Fix `hf mf dump/auto/csave` MFC JSON dumps - save real ATQA/SAK (@doegox)
|
- Fix `hf mf dump/auto/csave` MFC JSON dumps - save real ATQA/SAK (@doegox)
|
||||||
|
- Fix dynamic-stack-buffer-overflow in ndefDecodePayload (@AxisRay)
|
||||||
- Added option to load raw NDEF to `nfc decode` command (@doegox)
|
- Added option to load raw NDEF to `nfc decode` command (@doegox)
|
||||||
- Added option to save raw NDEF to all `hf * ndefread` commands (@doegox)
|
- Added option to save raw NDEF to all `hf * ndefread` commands (@doegox)
|
||||||
- Changed `hf 14a info` - different FUDAN clone detection (@iceman1001)
|
- Changed `hf 14a info` - different FUDAN clone detection (@iceman1001)
|
||||||
- Added `CROSS_CC` and similar args for maintainers, see Maintainers.md (@doegox)
|
- Added `CROSS_CC` and similar args for maintainers, see Maintainers.md (@doegox)
|
||||||
- Fix crack5opencl: fix deadlock in wu_queue_destroy() + minor changes on threads.c (@matrix)
|
- Fix crack5opencl - fix deadlock in wu_queue_destroy() + minor changes on threads.c (@matrix)
|
||||||
|
- Fix 14a incorrect BCC when multiple tags (@AxisRay)
|
||||||
|
- Added additional support for macOS users utilizing MacPorts (@linuxgemini)
|
||||||
|
- Fix Windows USB prioritization (@gator96100)
|
||||||
|
- Fix `hf mfdes` - fix buffer overflow (@AxisRay)
|
||||||
|
- Change `hf mfdes` - detect LRP mode and info updates (@merlokk)
|
||||||
|
- Fix `hf mfdes` - increase response buffer length (@merlokk)
|
||||||
|
|
||||||
## [crimson.4.14434][2021-09-18]
|
## [crimson.4.14434][2021-09-18]
|
||||||
- Fix `hf mf staticnested` - flashmem / non loop now works (@horrordash)
|
- Fix `hf mf staticnested` - flashmem / non loop now works (@horrordash)
|
||||||
|
@ -23,9 +38,9 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
||||||
- Fix PAC/Stanley checksum calculation (@rknoll)
|
- Fix PAC/Stanley checksum calculation (@rknoll)
|
||||||
- Added option --mem to `hf mf nested`, from icopyx source (@doegox)
|
- Added option --mem to `hf mf nested`, from icopyx source (@doegox)
|
||||||
- Port fpga-xc3s100e and icopyx source code specificities to this repo (@doegox)
|
- Port fpga-xc3s100e and icopyx source code specificities to this repo (@doegox)
|
||||||
- `hf mfdes` - Transactions. commit, abort, commit reader id. (@merlokk)
|
- Changed `hf mfdes` - Transactions. commit, abort, commit reader id. (@merlokk)
|
||||||
- `hf mfdes` - LRP secure channel for Desfire Light. (@merlokk)
|
- Changed `hf mfdes` - LRP secure channel for Desfire Light. (@merlokk)
|
||||||
- `hf mfdes` - commands refactoring. now fully works: des,2tdea,3tdea,aes keys with d40,ev1,ev2 channels and native/nativeiso/iso command sets(@merlokk)
|
- Changed `hf mfdes` - commands refactoring. now fully works: des,2tdea,3tdea,aes keys with d40,ev1,ev2 channels and native/nativeiso/iso command sets(@merlokk)
|
||||||
- Changed `lf em 410x *` - now better text (@clach04)
|
- Changed `lf em 410x *` - now better text (@clach04)
|
||||||
- Fix `hf mfu dump` - now sets keytype correct #1426 (@axisray)
|
- Fix `hf mfu dump` - now sets keytype correct #1426 (@axisray)
|
||||||
- Add new standalone mode `hf_mfcsim` which can load dump from flash and simulate Mifare Classic 1K card (@axisray)
|
- Add new standalone mode `hf_mfcsim` which can load dump from flash and simulate Mifare Classic 1K card (@axisray)
|
||||||
|
@ -52,7 +67,6 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
||||||
- Fix - move des functions to libcrypto (@merlokk)
|
- Fix - move des functions to libcrypto (@merlokk)
|
||||||
- Added `CLIGetOptionList` to cliparser that makes it easier to implement text options in the cli (@merlokk)
|
- Added `CLIGetOptionList` to cliparser that makes it easier to implement text options in the cli (@merlokk)
|
||||||
- Added experimental support for macOS users utilizing MacPorts instead of Homebrew (@linuxgemini)
|
- Added experimental support for macOS users utilizing MacPorts instead of Homebrew (@linuxgemini)
|
||||||
- Added additional support for macOS users utilizing MacPorts (@linuxgemini)
|
|
||||||
- Added `pm3_online_check.py` - a script to verify and initialize a Proxmark3 RDV4 device (@iceman1001)
|
- Added `pm3_online_check.py` - a script to verify and initialize a Proxmark3 RDV4 device (@iceman1001)
|
||||||
|
|
||||||
## [midsummer.4.13441][2021-06-25]
|
## [midsummer.4.13441][2021-06-25]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue