mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
Update changelog
This commit is contained in:
parent
8373a21af2
commit
df766b1476
1 changed files with 9 additions and 10 deletions
19
CHANGELOG.md
19
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue