diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bcccef28..13621896c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,25 @@ 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] - - Changed proxmark command line parameter `flush` to `-f` or `-flush` (Merlok) - - Added to proxmark command line parameters `w` - wait 20s for serial port (Merlok) - - Added to proxmark command line parameters `c` and `l` - execute command and lua script from command line (Merlok) - - Added to proxmark ability to execute commands from stdin (pipe) (Merlok) + - Updated loclass gpl license (@holiman) + - Fix Antenna on after changed FPGA Mode. (@iceman) + - Added 'hf mf nack' - Mifare NACK bug detection (@iceman) (@doegox) + - Fix 'hf mf mifare' - zero parity works, no more double runs for normal darkside (@iceman) + - Added 'hf mf fchk' - the fastest check keys implementation tothisday (@iceman) + - Fix 'hf iclass' - more stable demod (@iceman) + - Added 'hf iclass chk' - check keys from default_iclass_keys.dic file (@iceman) + - Fix 'hf 15 dump' - no more crc faults (@iceman) + - Fix 'hf 15 read' - no more crc faults (@iceman) + - Fix 'hf 15 readmulti' - no more crc faults (@iceman) + - Changed proxmark command line parameter `flush` to `-f` or `-flush` (@merlokk) + - Added to proxmark command line parameters `w` - wait 20s for serial port (@merlokk) + - Added to proxmark command line parameters `c` and `l` - execute command and lua script from command line (@merlokk) + - Added to proxmark ability to execute commands from stdin (pipe) ((@merlokk) - Added new standalone mode "HF Mifare ultra fast sniff/sim/clone - aka VIGIKPWN" (@cjbrigato) -- Added to `hf 14a apdu` - exchange apdu via iso1443-4 (Merlok) -- Added to `hf 14a apdu` - apdu and tlv results parser (Merlok) - + - Added to `hf 14a apdu` - exchange apdu via iso1443-4 (@merlokk) + - Added to `hf 14a apdu` - apdu and tlv results parser (@merlokk) + - Added 'hf emv' commands (@merlokk) + - lots of bug fixes (many many) ### Fixed - Changed start sequence in Qt mode (fix: short commands hangs main Qt thread) (Merlok)