From e1e76a2a1463a7ce8bd47f775138bfad19824a57 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 27 Apr 2021 15:22:57 +0200 Subject: [PATCH] text --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6fb5596f..f10500a7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ 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] + - Changed `hf iclass lookup` - fixed swapped args (@iceman1001) + - Changed `hf iclass decrypt` - added the possibility to decode the data as block6 if you have a cardhelper (@iceman1001) + - Changed `weigand decode` - removed -p param since we wanna see all encodings anyway (@iceman1001) + - Changed `wiegand decode` - when bin string is supplied, use that exact length instead (@iceman1001) + - Added a bunch more wiegand formats (@iceman1001) - Added `lf idteck clone` - now supports creating using raw values (@iceman1001) - Changed calypso scripts to work with NG (@iceman1001) - Changed HF 14b - fixed timings on device side (@iceman1001)