mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
textual
This commit is contained in:
parent
761ea6e81a
commit
2668fc9a4a
1 changed files with 6 additions and 4 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -3,6 +3,7 @@ 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]
|
||||||
|
- Changed magic note to include a section about GDM tags (@iceman1001)
|
||||||
- Added `hf mf gdmsetblk` - Support Gen4 GDM write block (@iceman1001)
|
- Added `hf mf gdmsetblk` - Support Gen4 GDM write block (@iceman1001)
|
||||||
- Changed `hf 14a info` - detect Gen GDM magic tags (@iceman1001)
|
- Changed `hf 14a info` - detect Gen GDM magic tags (@iceman1001)
|
||||||
- Changed CLI max string argument length limit from 512 to 4096 (@iceman1001)
|
- Changed CLI max string argument length limit from 512 to 4096 (@iceman1001)
|
||||||
|
@ -19,7 +20,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
||||||
- Fixed `pm3` script for passing arguments (@doegox)
|
- Fixed `pm3` script for passing arguments (@doegox)
|
||||||
- Fixed python paths to include current directory (@jmichelp)
|
- Fixed python paths to include current directory (@jmichelp)
|
||||||
- Fixed infinite loops in spindelayus (@lnv42)
|
- Fixed infinite loops in spindelayus (@lnv42)
|
||||||
- Add ICECLASS standalone read/sim mode (@natesales)
|
- Changed ICECLASS standalone to support a read/sim mode (@natesales)
|
||||||
- Changed `hf iclass encode` - added verbose flag (@natesales)
|
- Changed `hf iclass encode` - added verbose flag (@natesales)
|
||||||
- Changed `hf waveshare` - now identify 1.54 nfc epaper correct (@ah01)
|
- Changed `hf waveshare` - now identify 1.54 nfc epaper correct (@ah01)
|
||||||
- Fixed `Makefile` regression that broke `make install` (@henrygab)
|
- Fixed `Makefile` regression that broke `make install` (@henrygab)
|
||||||
|
@ -31,12 +32,13 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
||||||
- Added `--back` option to `clear` command to clear the scrollback buffer (@wh201906)
|
- Added `--back` option to `clear` command to clear the scrollback buffer (@wh201906)
|
||||||
- Changed `hf iclass decrypt` - mark credentials as decrypted in the dump (@natesales)
|
- Changed `hf iclass decrypt` - mark credentials as decrypted in the dump (@natesales)
|
||||||
- Changed `hf iclass view` - show credentials on a decrypted dump (@natesales)
|
- Changed `hf iclass view` - show credentials on a decrypted dump (@natesales)
|
||||||
- Show NTAG213TT tamper info in `hf mfu info` and add commands for configuring it's tamper feature (@mjaksn)
|
- Changed `hf mfu info` - NTAG213TT tamper info (mjaksn)
|
||||||
- Add Mifare Classic EV1 signature write support to gen4 magic tag lua script (@augustozanellato)
|
- Added commands for configuring NTAG213TT tamper featue (@mjaksn)
|
||||||
|
- Added Mifare Classic EV1 signature write support to gen4 magic tag lua script (@augustozanellato)
|
||||||
- Added XOR key extraction and flag to Guardall G-Prox II (@GuruSteve)
|
- Added XOR key extraction and flag to Guardall G-Prox II (@GuruSteve)
|
||||||
- Changed verbiage on `hf iclass info` KeyAccess area to be congruent with AA1 and AA2 areas (@GuruSteve)
|
- Changed verbiage on `hf iclass info` KeyAccess area to be congruent with AA1 and AA2 areas (@GuruSteve)
|
||||||
- Added `hf legic info` command for other sources: `hf legic einfo`, `hf legic view` (@0xdeb)
|
- Added `hf legic info` command for other sources: `hf legic einfo`, `hf legic view` (@0xdeb)
|
||||||
-
|
|
||||||
|
|
||||||
## [Nitride.4.16191][2023-01-29]
|
## [Nitride.4.16191][2023-01-29]
|
||||||
- Changed `build_all_firmwares.sh` to fit GENERIC 256kb firmware images (@doegox)
|
- Changed `build_all_firmwares.sh` to fit GENERIC 256kb firmware images (@doegox)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue