mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-17 18:50:32 +08:00
text
This commit is contained in:
parent
92d94390ac
commit
f15a980bd9
1 changed files with 17 additions and 0 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -3,6 +3,23 @@ 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]
|
||||
- Fix fsk sim operations on deviceside - avoid division by zero (@doegox)
|
||||
- Fix 'hf mf fchk' - condition always false (@doegox)
|
||||
- Fix 'lf t55xx recoverpw' - shift as u32 (@doegox)
|
||||
- Fix 'lf ti demod' - shift as u32 (@doegox)
|
||||
- Fix 'lf ti read' - shift as u32 (@doegox)
|
||||
- Fix 'lf t55xx chk' - condition always false (@doegox)
|
||||
- Change 'lf sim' - ledcontrol refactoring (@doegox)
|
||||
- Fix 'hf mf nack' - signedness bug (@doegox)
|
||||
- Fix 'hf epa cnonce' - check return value (@doegox)
|
||||
- Fix 'lf hitag write' - condition always true (@doegox)
|
||||
- Fix 'mem write' - added extra check (@doegox)
|
||||
- Fix 'iso15693' - bad string cpy (@doegox)
|
||||
- Fix 'make style' - EOF LF support (@doegox)
|
||||
- Add 'hf 14b raw' - added -t for timeout (@iceman)
|
||||
- Rename 'lf hitag snoop' - renamed to 'lf hitag sniff' (@iceman)
|
||||
- Rename 'lf snoop' - renamed to 'lf sniff' (@iceman)
|
||||
- Rename 'hf snoop' - renamed to 'hf sniff' (@iceman)
|
||||
- Fix 'hf mfp wrbl' - more blocks available (@merlokk)
|
||||
- Add 'make platform' - compile for non-rdv4 devices made simpler (@doegox)
|
||||
- Change Makefiles optimizations when recompiling (@doegox)
|
||||
|
|
Loading…
Reference in a new issue