From ec99b70b38319065a4d6bb39663ab1bca64b2074 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Sat, 2 Dec 2023 23:55:05 +0300 Subject: [PATCH] upd changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d16d3a7cff..2dd99b1838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,11 +19,15 @@ * SubGHz: Fixed feature naming in menu * SubGHz: Added honeywell protocol [(by @htotoo)](https://github.com/Flipper-XFW/Xtreme-Firmware/commit/ceee551befa0cb8fd8514a4f8a1250fd9e0997ee) * SubGHz: Add 303.9 Mhz to default frequency list +* SubGHz: Fix Keeloq decoding order bug (random switch to HCS101 or anmotors) * API: Add new get function for varitemlist (by @Willy-JL) * Misc code cleanup * Apps: **Bluetooth Remote / USB Keyboard & Mouse** - `Movie` and `PTT` modes by @hryamzik * Apps: **BLE Spam app** updated to latest version (New devices support, + Menu by holding Start) (by @Willy-JL) -> (app can be found in builds ` `, `e`, `n`, `r`) * Apps: **Check out Apps updates by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev) +* OFW: SubGhz: fix count bit for detect gate_tx protocol +* OFW: Fixed a zero allocation error when reading an iso15693 nfc tag with no additional blocks. +* OFW: Ntag21x write * OFW: Mifare Classic nested auth support * OFW: ST25TB poller refining + write support * OFW: Libraries cleanup; u2f crypto rework to use mbedtls