From df766b1476dd82f86acf0441f9a8af9cbf9796ff Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Tue, 21 Mar 2023 19:08:58 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 564b5a3ed..6458d9599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,13 @@ ### New changes -* Plugins: Fix minesweeper freeze bugs, do some refactoring -* Plugins: Update WAV Player, 16 bit support by @LTVA1 -* Infrared: Update universal remote assets (by @amec0e | PR #394) -* OFW PR: Fixed writing gen1a magic tags with invalid BCC [(PR 2511 by AloneLiberty)](https://github.com/AloneLiberty/flipperzero-firmware/tree/nfc-magic-write-fix) -* OFW: BadUSB: Script interpreter refactoring -* OFW: SubGhz: fix Incorrect comparison in subghz_setting_get_hopper_frequency -* OFW: Add one_wire lib to f18, separate ibutton -* OFW: Improved debugging experience for external apps -* OFW: SD Driver: reinit sd card on error -* OFW: OTP programmer: return exit code based on error type +* If you have copied apps into `apps` folder - remove `apps` folder on your microSD before installing this release to avoid issues! +* Dev Builds: Add extra pack dev branch to avoid "bug" reports with `API mismatch` +* SubGHz: Add 318 MHz back to hopping list +* SubGHz: Fix hopper stuck at 433.42 due to wide range signals - +When we using 433.92 remote flipper in hopping mode will stuck at 433.42 and may loose signal because of that, need to avoid using close freqs in hopping, only freqs with bigger difference like 310 -> 315 +* Plugins: Update **TOTP (Authenticator)** [(by akopachov)](https://github.com/akopachov/flipper-zero_authenticator) -> BadBT Support +* OFW: BadUSB: implement boot protocol +* OFW: Remove hmac_sha256 from public API -> **Breaking API change, api was changed from 18.x to 19.x** +**(this will make your manually copied plugins not work, update them in same way you installed them, or delete `apps` folder and then install firmware, if you using extra pack builds (with `e` in version) all apps in _Extra will be updated automatically)** #### [🎲 Download latest extra apps pack](https://github.com/xMasterX/unleashed-extra-pack/archive/refs/heads/main.zip)