This commit is contained in:
iceman1001 2019-09-08 23:28:45 +02:00
commit fe0fe0d65b

View file

@ -3,6 +3,12 @@ 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 `hf iclass clone\dump\rdbl\wrbl` - now uses NG (@iceman1001)
- Fix `hf iclass clone` - last block always fails (@iceman1001)
- Chg `hf iclass clone` - retries ten times, less output (honor verbose) (@iceman1001)
- Chg `hf iclass dump` - retries ten times, less output (honor verbose) (@iceman1001)
- Rename `hf iclass writeblk` -> `hf iclass wrbl` to match hf mf wrbl (@iceman1001)
- Rename `hf iclass readblk` -> `hf iclass rdbl` to match hf mf rdbl (@iceman1001)
- Add cmdscript example and show usage with shebang (@doegox) - Add cmdscript example and show usage with shebang (@doegox)
- Add instructions for Fedora (@doegox) - Add instructions for Fedora (@doegox)
- Chg reduce the list of requirements to the minimum and move to QT5 (@doegox) - Chg reduce the list of requirements to the minimum and move to QT5 (@doegox)
@ -11,23 +17,23 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
- Chg posix sh version of mkversion (@doegox) - Chg posix sh version of mkversion (@doegox)
- Chg remove entirely ncurses, not needed nowadays (@doegox) - Chg remove entirely ncurses, not needed nowadays (@doegox)
- Chg remove deprecated termcap, use ncurses instead (@ZeroChaos-) - Chg remove deprecated termcap, use ncurses instead (@ZeroChaos-)
- Chg 'hf iclass encrypt' - now takes transport key as param. (@iceman1001) - Chg `hf iclass encrypt` - now takes transport key as param. (@iceman1001)
- Chg 'hf iclass decrypt' - now takes transport key as param. (@iceman1001) - Chg `hf iclass decrypt` - now takes transport key as param. (@iceman1001)
- Chg 'hf mf fchk m' - now secretly dumps card to emul, if all keys are found (@iceman1001) - Chg `hf mf fchk m` - now secretly dumps card to emul, if all keys are found (@iceman1001)
- Chg history and logfile are now saved into $HOME/.proxmark3/ (@doegox) - Chg history and logfile are now saved into $HOME/.proxmark3/ (@doegox)
- Chg optimization of iclass mac calculations on deviceside (@pwpiwi) - Chg optimization of iclass mac calculations on deviceside (@pwpiwi)
- Add 'hf mf autopwn' - Autopwn function for Mifare Classic, extract all keys and dump card memory (@matthiaskonrath) - Add `hf mf autopwn` - Autopwn function for Mifare Classic, extract all keys and dump card memory (@matthiaskonrath)
- Add Lua paths: look for scripts also in ~/.proxmark/lua{scripts,libs} and /usr/local/share/proxmark3/lua{scripts,libs} (@doegox) - Add Lua paths: look for scripts also in ~/.proxmark/lua{scripts,libs} and /usr/local/share/proxmark3/lua{scripts,libs} (@doegox)
- Change Lua directory scripts/ to luascript/ (@doegox) - Change Lua directory scripts/ to luascript/ (@doegox)
- Change non-rdv4 PLATFORM must now use the generic PM3OTHER, simpler (@doegox) - Change non-rdv4 PLATFORM must now use the generic PM3OTHER, simpler (@doegox)
- Fix reveng integration for all platforms else than WIN32 (@doegox) - Fix reveng integration for all platforms else than WIN32 (@doegox)
- Add cheat sheet for easy operations of the Proxmark3 (scund00r) - Add cheat sheet for easy operations of the Proxmark3 (scund00r)
- Chg commands are now in green in the helptext list (@iceman1001) - Chg commands are now in green in the helptext list (@iceman1001)
- Fix 'script run ndefdump' - better exit messages when failing (@iceman1001) - Fix `script run ndefdump` - better exit messages when failing (@iceman1001)
- Fix 'hf iclass dump' - now also saves in EML format (@iceman1001) - Fix `hf iclass dump` - now also saves in EML format (@iceman1001)
- Fix 'hf iclass sim 3' - now works on legacy readers and legacy SE readers (@iceman1001) - Fix `hf iclass sim 3` - now works on legacy readers and legacy SE readers (@iceman1001)
- Rework hitag2 read/write help (@ViRb3) - Rework hitag2 read/write help (@ViRb3)
- Add 'lf nedap' - encoding / decoding (anon) - Add `lf nedap` - encoding / decoding (anon)
- Add client option `-i` to stay in interactive mode after a script or command (@DidierStevens/@doegox) - Add client option `-i` to stay in interactive mode after a script or command (@DidierStevens/@doegox)
- Add VSCode tasks (@ViRb3) - Add VSCode tasks (@ViRb3)
- Better warn user of hardcoded hitag info (@ViRb3) - Better warn user of hardcoded hitag info (@ViRb3)
@ -35,10 +41,10 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
- Fix hitag password write offset by 1 (@ViRb3) - Fix hitag password write offset by 1 (@ViRb3)
- Fix momentarily flash read/write of dicts (@doegox/@cjbrigato) - Fix momentarily flash read/write of dicts (@doegox/@cjbrigato)
- Add some more default keys (@anon) - Add some more default keys (@anon)
- Add 'hf thinfilm sim' simulating Thinfilm NFC barcode tags (@doegox) - Add `hf thinfilm sim` simulating Thinfilm NFC barcode tags (@doegox)
- Add 'hf thinfilm list' specific trace decoding (Thinfilm NFC barcode tags) (@doegox) - Add `hf thinfilm list` specific trace decoding (Thinfilm NFC barcode tags) (@doegox)
- Fix 'hf topaz reader' - don't crash when trying to read a Thinfilm tag (@iceman1001) - Fix `hf topaz reader` - don't crash when trying to read a Thinfilm tag (@iceman1001)
- Add 'hf thinfilm info' - read / decode Kovio Thinfilm NFC barcode tags (@iceman1001) - Add `hf thinfilm info` - read / decode Kovio Thinfilm NFC barcode tags (@iceman1001)
- Add FPGA LF adc path (@anon) - Add FPGA LF adc path (@anon)
- Add ECC support / check for NID_secp128r1 (@pwpiwi) - Add ECC support / check for NID_secp128r1 (@pwpiwi)
- Add some more default keys (ollibolli) - Add some more default keys (ollibolli)