mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-03 09:49:11 +00:00
Update subbrute and changelog
This commit is contained in:
parent
f67a02203b
commit
d32c73ad57
2 changed files with 9 additions and 36 deletions
43
CHANGELOG.md
43
CHANGELOG.md
|
@ -1,39 +1,12 @@
|
|||
### New changes
|
||||
* If you have copied apps into `apps` folder - remove `apps` folder on your microSD before installing this release to avoid issues!
|
||||
* SubGHz: Default custom buttons layout for non standard remotes (for example your remote has broken buttons and transmit only 0xC, now you can use other buttons)
|
||||
* SubGHz: Fix issues with external module 5v power (now all works automatically, enabling +5v manually not required) (**Only for modules that work with 5v->3.3v converter!!!!!**)
|
||||
* SubGHz: Option to disable automatic 5v power for external modules - (5v is enabled by default, if you are using module without converter you can set this option to OFF)
|
||||
* SubGHz: Fix and update subghz protocols to use new error system
|
||||
* SubGHz: Fix default frequency being overwritten bug (Add manually fixes)
|
||||
* SubGHz: Fix 464Mhz and (390MHz for external module only) was showing up in Frequency analyzer all the time due to noise
|
||||
* iButton: Fix ibutton app - add manually - duplicate names
|
||||
* Plugins: NFC Magic fix - reinit nfc at app start
|
||||
* Plugins: Update **Unitemp - Temperature sensors reader** (DHT11/22, DS18B20, BMP280, HTU21x and more) [(by quen0n)](https://github.com/quen0n/unitemp-flipperzero)
|
||||
* Plugins: Update **SWD Probe** [(by g3gg0)](https://github.com/g3gg0/flipper-swd_probe)
|
||||
* Plugins: Massive plugins refactoring - not full refactoring, only small issues is fixed and moved all plugins to furi mutex instead of valuemutex
|
||||
* Plugins: Many small issues was found and fixed due mutex upgrade
|
||||
* Plugins: `Extra pack` updated and fixed (valuemutex to furi_mutex upgrade)
|
||||
* Plugins: SubGHz playlist - rewind (skip or play previous file) [(by alvarotorijano)](https://github.com/alvarotorijano/playListMod/blob/main/playlistMod.c)
|
||||
* Plugins: Properly rename unirf remix to subghz remote - And automatically migrate user files to new folder (unirf -> subghz_remote)
|
||||
* Plugins: Fix unirf freeze (protocol deserialize status ok) (by @Willy-JL | PR #375)
|
||||
* Plugins: Blackjack game: fix bug counting more than one ace (by @403-Fruit | PR #374)
|
||||
* Plugins: Update POCSAG Pager app to new error system
|
||||
* Plugins: Update iButton Fuzzer to new iButton system
|
||||
* Infrared: Update universal remote assets (by @amec0e | PR #378)
|
||||
* OFW: PicoPass: auth cleanup
|
||||
* OFW: More UI fixes and improvements
|
||||
* OFW: NFC: Support reading Mifare Classic key B from sector trailer, reading sector with B key where A key can't read block, Nfc Magic app not using NFC folder by default (in file select)
|
||||
* OFW: Remove ValueMutex -> **Breaking API change, api was changed from 17.x to 18.x**
|
||||
* OFW: Support reseting iCx cards
|
||||
* OFW: Fixed picopass load save file overrun
|
||||
* OFW: Fix SD card CID parsing
|
||||
* OFW: Archive browser: update path on dir leave
|
||||
* OFW: SubGhz: better and more verbose error handling in protocols, stricter CAME validation -> **Breaking API change, api was changed from 16.x to 17.x**
|
||||
* OFW: iButton system and app refactoring (+new protocols) -> **Breaking API change, api was changed from 15.x to 16.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)**
|
||||
|
||||
* OFW: New pin reset splashscreen
|
||||
* OFW: Getter for application data path
|
||||
* Plugins: Updated **TOTP (Authenticator)** [(by akopachov)](https://github.com/akopachov/flipper-zero_authenticator) (fixed issue #379)
|
||||
* Plugins: Update for SubGHz Bruteforcer, added - Holtek HT12X 12bit AM 433.920MHz/315MHz/868MHz/915MHz (TE: 433us)
|
||||
* OFW: Fbt: fix broken resource deployment
|
||||
* OFW: NFC: Fix 0 block write possibility in Mifare Classic emulation
|
||||
* OFW: BadUSB: updated parser and added stringln, hold and release
|
||||
* OFW: Upside down / left handed orientation support
|
||||
* OFW: Embed assets in elf file
|
||||
* OFW: Dumb mode menu freeze fix
|
||||
|
||||
#### [🎲 Download latest extra apps pack](https://github.com/xMasterX/unleashed-extra-pack/archive/refs/heads/main.zip)
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 19153c72395c7d62efac425325b4c4c646e1fd3f
|
||||
Subproject commit 49d32f8ed6790d3b9a99f261ad306766325a691a
|
Loading…
Reference in a new issue