From 5b7e013f1a8d94c0d7e453402b47e9c6552f69d1 Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Wed, 11 Jun 2025 01:08:03 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b665025..5bc6c5474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,11 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Fix `hf mf eview` - now viewing 2k, 4k cards doesn't get wrong background color (@iceman1001) - Changed `hf mf info` - skip checking if it detects a MIFARE Ultralight family card (@iceman1001) - Changed `hf mf rdsc` - it now addeds the used key to the output in the sector trailer (@iceman1001) -- Added the `PM3ULTIMATE` platform in the build / docs. *untested* (@iceman1001) +- Added the `PM3ULTIMATE` platform in the build / docs. *untested* (@iceman1001) - Added fpga compilation for PM3ULTIMATE device (@n-hutton) - Updated the ATR list (@iceman1001) - Fixed fpga binary images to use fixed seed 2 (@n-hutton) +- Added `hf iclass sam --info` - option that returns sam specific details (@antiklesys) - Changed `hf iclass sim -t 7` - implemented simulation that glitches key block responses (@antiklesys) - Changed `hf iclass sim -t 6` - implemented simulation that glitches sio block (@antiklesys) - Changed `hf iclass legbrute` - implemented multithreading support (@antiklesys)