From 85108c85a7eb414021b8f8bce64c7bf00ce6144e Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Wed, 15 May 2024 05:56:04 +0100 Subject: [PATCH] Add changelog Easier to track as changes are made --- ChangeLog.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ChangeLog.md diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 000000000..e870a0fc7 --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,29 @@ +### Breaking Changes: +- OFW: Icons: Some icons replaced and renamed + - If your Asset Packs use these icons they need to be updated + - Pre-included asset packs are already updated to new icons + - `Settings/Cry_dolph_55x52` -> `Settings/dolph_cry_49x54` + - `About/CertificationChina1_122x47` -> `About/CertificationChina1_124x47` + +### Added: +- Apps: + - Infrared: Cross Remote (by @leedave) + - Games: Color Guess (by @leedave) +- SubGHz: New decoder API `get_string_brief` for short info of a received signal (#119 by @user890104) +- OFW: Desktop: New Akira animation (by @Astrrra) +- OFW: Loader: Add support for R_ARM_REL32 relocations (by @Sameesunkaria) +- OFW: BLE: New connection parameters negotiation scheme (by @skotopes) + +### Updated: +- Apps: + - Magspoof: GUI and Settings fixes (by @zacharyweiss) +- SubGHz: Increased deduplication threshold (500ms to 600ms) to fit Hormann BiSecure remotes (#119 by @user890104) +- OFW: Infrared: Updated universals assets (by @hakuyoku2011) +- OFW: Settings: Settings menu refactoring (by @Astrrra) +- OFW: FuriHal: Move version init to early stage (by @skotopes) + +### Fixed: +- SubGHz: Improved readability of Hormann BiSecur signals (#119 by @user890104) + +### Removed: +- Nothing