mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 15:00:46 +00:00
Update changelog
This commit is contained in:
parent
1a9544778b
commit
920bee0532
1 changed files with 11 additions and 20 deletions
31
CHANGELOG.md
31
CHANGELOG.md
|
@ -1,27 +1,18 @@
|
|||
### New changes
|
||||
* If you have copied apps into `apps` folder - remove `apps` folder on your microSD before installing this release to avoid issues!
|
||||
* SubGHz: Fixed timings for static CAME 12 bit and other types (fixed issue #280)
|
||||
* SubGHz: Fix #370 and fix other protocol counter issues
|
||||
* SubGHz: **Custom buttons for Nice Flor S / Somfy Telis (+Programming mode)** - now you can use arrow buttons to send signal with different button code
|
||||
* SubGHz: Somfy Telis -> Add manually (create new remote, now with programming button (Prog / 0x8) you can write it into receiver)
|
||||
* SubGHz: BFT Mitto -> Add manually (create new remote, now with programming button (0xF) you can write it into receiver)
|
||||
* SubGHz: Nice One -> Add manually (programming is possible using regular button)
|
||||
* SubGHz: More precise settings for debug counter increase value
|
||||
* Plugins -> MouseJacker: Features, Fixes and improvements (by @MatthisC | PR #366)
|
||||
* Plugins -> HC-SR04: Improve accuracy by measuring microseconds (by @clashlab | PR #367)
|
||||
* OFW PR: 2441 - Infrared: Fix hangups on repeated button press (by gsurkov)
|
||||
* OFW PR: 2440 - Fix navigation on unsupported card types (by Astrrra)
|
||||
* OFW: BadUSB UI fixes
|
||||
* OFW: Plugins: move to designated categories -> **We moved some plugins to new categories too**
|
||||
* OFW: Drivers: remove excessive check in bq25896 and make PVS happy
|
||||
* OFW: FuriHal, Power, UnitTests: fix, rename battery charging voltage limit API -> **Breaking API change, api was changed from 14.x to 15.x**
|
||||
* 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 and update subghz protocols to use new error system
|
||||
* SubGHz: Fix default frequency being overwritten bug (Add manually fixes)
|
||||
* iButton: Fix ibutton app - add manually - duplicate names
|
||||
* Plugins: Update POCSAG Pager app to new error system
|
||||
* Plugins: Update iButton Fuzzer to new iButton system
|
||||
* 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: Fix incorrect type choise condition in image compressor
|
||||
* OFW: Updater: handle storage errors when removing files, fix folder remove routine, prevent unused services from starting
|
||||
* OFW: Unify power info, power debug, and device_info into one info command
|
||||
* OFW: SD Cache: moved to diskio layer, invalidation in case of error
|
||||
* OFW: Picopass: factory key support, minor code cleanup
|
||||
* OFW: New pin reset splashscreen
|
||||
* OFW: Getter for application data path
|
||||
|
||||
#### [🎲 Download latest extra apps pack](https://github.com/xMasterX/unleashed-extra-pack/archive/refs/heads/main.zip)
|
||||
|
||||
|
|
Loading…
Reference in a new issue