mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 09:32:41 +08:00
text
This commit is contained in:
parent
cf6b2d9597
commit
e5adfb0b29
1 changed files with 9 additions and 4 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -3,10 +3,15 @@ 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]
|
||||
- Enable unique USB serial numbers when built with `FLASH` -- **_UPDATES BOOTROM ALSO_**
|
||||
- Fixed `pm3` script to correctly identify WSL enabled distros (@henrygab)
|
||||
- Changed device enumeration with "unique USB serial numbers when built with `FLASH` -- **_UPDATES BOOTROM ALSO_**" (@henrygab)
|
||||
- Changed the readline package to v8.2 in the CMAKE files for the client (@iceman1001)
|
||||
- Fixed `pm3` script for passing arguments (@doegox)
|
||||
- Fixed python paths to include current directory (@jmichelp)
|
||||
- Fixed infinite loops in spindelayus (@lnv42)
|
||||
- Add ICECLASS standalone read/sim mode (@natesales)
|
||||
- Added verbose flag to `hf iclass encode` (@natesales)
|
||||
- Changed `hf iclass encode` - added verbose flag (@natesales)
|
||||
- Changed `hf waveshare` - now identify 1.54 nfc epaper correct (@ah01)
|
||||
- Fixed `Makefile` regression that broke `make install` (@henrygab)
|
||||
- Fixed `lf em 4x70 brute` - now works as expected (@adite)
|
||||
- Fixed the lf sampling when bits_per_sample is less than 8 (@wh201906)
|
||||
|
@ -14,8 +19,8 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
|||
- Added documentation for usage of Proxmark3 under WSL2 (@henrygab)
|
||||
- Fixed device permissions via updated `udev` rules (@henrygab)
|
||||
- Added `--back` option to `clear` command to clear the scrollback buffer (@wh201906)
|
||||
- Mark credentials as decrypted in the dump generated by `hf iclass decrypt`
|
||||
- Show credentials when using `hf iclass view` on a decrypted dump
|
||||
- Changed `hf iclass decrypt` - mark credentials as decrypted in the dump (@natesales)
|
||||
- Changed `hf iclass view` - show credentials on a decrypted dump (@natesales)
|
||||
|
||||
## [Nitride.4.16191][2023-01-29]
|
||||
- Changed `build_all_firmwares.sh` to fit GENERIC 256kb firmware images (@doegox)
|
||||
|
|
Loading…
Reference in a new issue