From 203a70d5da548948332f733c332802fcb1065240 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 20 Dec 2019 12:39:54 +0100 Subject: [PATCH] textual --- CHANGELOG.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1f3cf2c7..6fc26d884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,20 +3,22 @@ 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] + - Added ISO15_WRITE annotation (@pwipiw) + - Added `lto_dump.lua` @kevin - Added `hf mf cwipe` magic chinese card (gen1a) wipe to default state (@merlokk) - Added 'pm3_mf7b_wipe.py' python script. Wipes magic S70 7B Gen2 card. (@vulnersCom) - Added `hf mfp chk` Mifare plus command for check keys from public keys list, from dictionary or 1 and 2-byte bruteforce (@merlokk) - Change `hf 15` - some refactoring (@grspy) - Added `hf 15 writeafi` and `hf 15 writedsfid` (@grspy) - Added detailed info for SLIX2 tags in `hf 15 info` (@grspy) - - Fix hf list felica and hf felica sniff (@7homasSutter) - - Added hf felica wrunencrypted (@7homasSutter) - - Added hf felica rdunencrypted (@7homasSutter) - - Added hf felica rqresponse (@7homasSutter) - - Added hf felica rqservice (@7homasSutter) + - Fix `hf list felica` and `hf felica sniff` (@7homasSutter) + - Added `hf felica wrunencrypted` (@7homasSutter) + - Added `hf felica rdunencrypted` (@7homasSutter) + - Added `hf felica rqresponse` (@7homasSutter) + - Added `hf felica rqservice` (@7homasSutter) - Added polling for felica standard (@7homasSutter) - - Added lf t55xx dump save and lf t55xx restore for .bin and .eml files (@mwalker33) - - Added lf t55xx detected to try without password first (@mwalker33) + - Added `lf t55xx dump save` and `lf t55xx restore` for .bin and .eml files (@mwalker33) + - Added `lf t55xx detected` to try without password first (@mwalker33) - Chg `lf indala read` - added indala 26bit decoding (@martinbeier) - Chg `lf t55xx detect` to try without password first (@mwalker33) - Display high bit for detected Kastle HIDs to allow `lf hid clone [id]` to work properly (@swg0101)