mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-29 11:52:59 +08:00
updates, in a vain attempt to keep track of all changes
This commit is contained in:
parent
2187b19e71
commit
5b7b248171
1 changed files with 6 additions and 3 deletions
|
@ -3,10 +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...
|
||||
|
||||
## [unreleased][unreleased]
|
||||
- Add 'script run mifarePlus" - script to communicate with a mifare plus tag (@dceliano)
|
||||
- Add FlashMemory functionality (RDV40) (Thanks @willok)
|
||||
- Added 'script run mifare_acces' - script to decode Mifare classic accessbits (@Neuromancer)
|
||||
- Added 'mem load/save/wipe' - commands to upload / download to new RDV40 onboard flashmemory (@iceman)
|
||||
- Added 'script run mifareplus" - script to communicate with a mifare plus tag (@dceliano)
|
||||
- Added FlashMemory functionality (RDV40) (Thanks @willok)
|
||||
- Fix 'hf mfu dump' - partial reads lead to corrupt data (Thanks @elafargue for pointing it out)
|
||||
- 'hf mfu dumop / read' - now retries five times. (@jamchamb)
|
||||
- Chg 'hf mfu dump / read' - now retries five times. (@jamchamb)
|
||||
- Added `hf list mf` - deciphers crypto1 stream and works with first authentication and weak nested authentications (@Merlok)
|
||||
- Adjusted `lf cmdread` to respond to client when complete and the client will then automatically call `data samples` (@marshmellow42)
|
||||
- Added a bitbang mode to `lf cmdread` if delay is 0 the cmd bits turn off and on the antenna with 0 and 1 respectively (@marshmellow42)
|
||||
|
@ -37,6 +39,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
|||
- Added 'hf emv' commands (@merlokk)
|
||||
- lots of bug fixes (many many)
|
||||
### Fixed
|
||||
- Changed driver file proxmark3.inf to support both old and new Product/Vendor IDs (piwi)
|
||||
- Changed start sequence in Qt mode (fix: short commands hangs main Qt thread) (Merlok)
|
||||
|
||||
## [ice.3.1.0][2017-09-26]
|
||||
|
|
Loading…
Reference in a new issue