From 56ec18d4a07b5309b3fed8dcd3986a5ab4573e31 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Sun, 2 Jun 2024 08:44:36 +0100 Subject: [PATCH] Update changelog --- ChangeLog.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 4557fa46f..d15b9136e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,8 +4,12 @@ - If you used this, need to reflash your VGM and reconfigure the colors ### Added: -- Sub-GHz: New Legrand doorbell protocol (by @user890104) +- Sub-GHz: + - New Legrand doorbell protocol (by @user890104) + - OFW: Princeton protocol add custom guard time (by @Skorpionm) - FBT: New `SKIP_EXTERNAL` toggle and `EXTRA_EXT_APPS` config option (by @Willy-JL) +- OFW: USB/CCID: Add initial ISO7816 support (by @kidbomb) +- OFW: FBT/VsCode: Tweaks for cdb generation for clangd (by @hedger) ### Updated: - Apps: @@ -18,7 +22,7 @@ ### Fixed: - Archive: Fix favorite's parent folders thinking they are favorited too (by @Willy-JL) - FBT: Consistent version/branch info, fix gitorigin (by @Willy-JL) -- OFW: Accessor: disable expansion service on start (by @skotopes) +- OFW: Accessor: Disable expansion service on start (by @skotopes) ### Removed: - API: Removed `Rgb565Color` and `rgb565cmp()` since VGM colors use normal RGB colors now