From af7aa26c143ab38791fc91a50c8f67bf61069204 Mon Sep 17 00:00:00 2001 From: Henry Gabryjelski Date: Mon, 9 Jun 2025 15:12:13 -0700 Subject: [PATCH] Update changelog Parity was always used for commands, even when the code seemed to suggest it was optional. This was due to a bug in `LIW` delays sending 1.25 bits too early, coupled with the parity bit happening to align with non-transmission when needed. Parity option was deprecated earlier, and now is fully removed. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b665025..3facfe8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ 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] +- Removed `--par` from `lf em 4x70` commands. - Changed `hf 14a info` - refactored code to be able to detect card technology across the client easier (@iceman1001) - Changed `hf mf info` - now informs better if a different card technology is detected (@iceman1001) - Changed `hf mf autopwn` - now exits if desfire is detected and limit attacks if mifare plus is detected (@iceman1001)