mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Add changelog and fix my github handle
This commit is contained in:
parent
663fd4efc9
commit
e9d461947e
1 changed files with 7 additions and 6 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -3,17 +3,18 @@ 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]
|
||||||
|
- Add support for PIV commands, over wired and contactless interfaces (@jmichelp)
|
||||||
- Add `--shallow` option to `hf iclass` reader commands to do shallow (ASK) reader modulation instead of OOK (@nvx)
|
- Add `--shallow` option to `hf iclass` reader commands to do shallow (ASK) reader modulation instead of OOK (@nvx)
|
||||||
- Improved NXP SLI/SLIX series tag identification (@nvx)
|
- Improved NXP SLI/SLIX series tag identification (@nvx)
|
||||||
- Fixed buffer overflow in "lf em 4x05 sniff" (@HeinrichsH)
|
- Fixed buffer overflow in "lf em 4x05 sniff" (@HeinrichsH)
|
||||||
- Fixed potential NULL array printing (@jmichel)
|
- Fixed potential NULL array printing (@jmichelp)
|
||||||
- Added PIV aid to resource file (@jmichel)
|
- Added PIV aid to resource file (@jmichelp)
|
||||||
- Fixed failing compilation on Proxspace environment due to how python is initialized (@jmichel)
|
- Fixed failing compilation on Proxspace environment due to how python is initialized (@jmichelp)
|
||||||
- Fixed length check in sim module communications (@jmichel)
|
- Fixed length check in sim module communications (@jmichelp)
|
||||||
- Changed timings in i2c.c when communicating with sim module (@iceman1001)
|
- Changed timings in i2c.c when communicating with sim module (@iceman1001)
|
||||||
- Moved to non-deprecated API to initialize Python interpreter (@jmichel)
|
- Moved to non-deprecated API to initialize Python interpreter (@jmichelp)
|
||||||
- Changed `sc upgrade` updated firmware v4.13 (RDV40) - frame buffer is now 384 bytes (@sentiprox)
|
- Changed `sc upgrade` updated firmware v4.13 (RDV40) - frame buffer is now 384 bytes (@sentiprox)
|
||||||
- Fixed contact interface / smartcard APDU chaining logic and allow 256 bytes ADPU payload. Need SIM firmware 4.13 to work (@jmichel)
|
- Fixed contact interface / smartcard APDU chaining logic and allow 256 bytes ADPU payload. Need SIM firmware 4.13 to work (@jmichelp)
|
||||||
- Fixed `lf hitag dump` - Should now work as described in the command help (@natmchugh)
|
- Fixed `lf hitag dump` - Should now work as described in the command help (@natmchugh)
|
||||||
- Fixed SPI flash overflow when loading dictionnaries into flash. Breaking change: added 1 more sector for Mifare - dictionnaries should be loaded again (@jmichelp)
|
- Fixed SPI flash overflow when loading dictionnaries into flash. Breaking change: added 1 more sector for Mifare - dictionnaries should be loaded again (@jmichelp)
|
||||||
- Added `hf mf gload, gsave, ggetblk, gsetblk` for Gen4 GTU in mifare classic mode (@DidierA)
|
- Added `hf mf gload, gsave, ggetblk, gsetblk` for Gen4 GTU in mifare classic mode (@DidierA)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue