From 533fe107388916ec3e441d74a4dfe8d0e22e4024 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:15:29 +0300 Subject: [PATCH] upd changelog --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bba18306b..7755c53b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,23 @@ - Hollarm (static 42 bit) with button parsing and add manually support (thanks to @mishamyte for captures) - Hay21 (dynamic 21 bit) with button parsing - 125kHz RFID: - - OFW PR 3869: Fix detection of GProx II cards and false detection of other cards (by @Astrrra) - - OFW PR 3868: Fix Guard GProxII False Positive and 36-bit Parsing (by @zinongli) + - OFW: Fix detection of GProx II cards and false detection of other cards (by @Astrrra) + - OFW: Fix Guard GProxII False Positive and 36-bit Parsing (by @zinongli) - NFC: - Saflok parser improvements (by @zinongli & @xtruan & @zacharyweiss & @evilmog & @Arkwin) - - OFW PR 3766: Fix crash on Ultralight unlock (by @Astrrra) + - OFW: Fix crash on Ultralight unlock (by @Astrrra) +* OFW: Rename 'Detect Reader' to 'Extract MF Keys' +* OFW: Happy mode * OFW: Infrared: Universal AC - Add Airwell AW-HKD012-N91 * OFW: Broken file interaction fixes * OFW: Add the Procrastination animation * Apps: **Check out more Apps updates and fixes by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev) ## Other changes +* OFW: FuriTimer: Use an event instead of a volatile bool to wait for deletion +* OFW: Threading, Timers improvements +* OFW: Replace all calls to strncpy with strlcpy, use strdup more, expose strlcat +* OFW: feat: add linux/gnome badusb demo resource files +* OFW: Exposed `view_dispatcher_get_event_loop` * OFW: Infrared button operation fails now shows more informative messages * OFW: Loader: Warn about missing SD card for main apps * OFW: Desktop: Sanity check PIN length for good measure