mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
Update changelog, docs, readme
This commit is contained in:
59
CHANGELOG.md
59
CHANGELOG.md
@@ -1,44 +1,25 @@
|
|||||||
### New changes
|
### New changes
|
||||||
* Note: Due to latest official changes this release was delayed - release was tested by group of users, and some of them reported getting one crash on "furi_check failed", but this can not be reproduced in any way we tried, so, please if you found any issues with BLE (+ Mobile app) that results in crash, create issue with all details how you got it and how many times, and detailed steps on repeating such issue, if you got one crash and can't get it again, collect information how it happened and create issue with as much details as possible -> Thanks!
|
* Power + BLE: DeepSleep + required ble stack upgrade added back, all known issues was fixed in OFW, no issues was found during our tests
|
||||||
* SubGHz: New option to use timestamps + protocol name when you saving file, instead of random name - Enable in `Radio Settings -> Time in names = ON`
|
* Desktop: Allow locking without pin using Up menu on desktop (Short click on `Lock` = Without PIN / Long = With PIN)
|
||||||
* SubGHz: Read mode UI improvements (scrolling text, + shows time when signal was received) (by @wosk | PR #429)
|
* RFID: Add confirmation message before running `Clear T5577 Password`
|
||||||
* SubGHz: New options to ignore Magellan, Cars(ScherKhan, Kia)(no you can't send that signals)
|
* RFID: Add more user friendly RAW emulation via UI [(by Dan Caprita)](https://forum.flipperzero.one/t/electra-intercom/6368/43)
|
||||||
* SubGHz: Fix keeloq custom buttons bugs
|
* SubGHz: Fixed `Frequency Analyzer` issues, fixed `Read` mode issues
|
||||||
* SubGhz: Nero Radio 57bit **experimental** support + encoder improvements and decoder changes
|
* SubGHz: Fix NFC crash when using external CC1101 radio module
|
||||||
* SubGhz: Fix RAW recording and reading, (bug where raw file plays endlessly) (Fixes issue #431)
|
* SubGHz: Fix multiple external CC1101 radio module issues, (int callbacks, SPI handlers init/reinit)
|
||||||
* SubGHz Remote: Add Alutech AT4N Support, fix some issues
|
* SubGHz: Using scene manager function in add manually (by @gid9798 | PR #437)
|
||||||
* Power GUI: Changing battery style doesnt require reboot (Added API to trigger UI change from different place) (Inspired by @ESurge work)
|
* Plugins: ESP32: WiFi Marauder - add icon for log files in logs browser
|
||||||
* Plugins: BLE Remote -> Keynote with vertical layout (by @Kami-no | PR #428)
|
* Plugins: Update **ESP32: WiFi Marauder companion** plugin [(by 0xchocolate)](https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion) merged [PR by @tcpassos](https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion/pull/11)
|
||||||
* Plugins: Improve wifi marauder keyboard (added extra symbols!) (Port uart terminal keyboard into wifi marauder)
|
|
||||||
* Infrared: Update universal remote assets (by @amec0e | PR #421)
|
|
||||||
* Docs: Update build docs (by @PhoenixSheppy | PR #425)
|
|
||||||
* OFW: cubewb: updated to v1.16.0 -> **Part 2 of "Various stop mode fixes"**
|
|
||||||
* OFW: github: testing SDK with ufbt action
|
|
||||||
* OFW: Raw RFID documentation
|
|
||||||
* OFW: Introduce stealth mode and auto-selective lock
|
|
||||||
* OFW: Active RPC session icon -> **Breaking API change, api was changed from 22.x to 23.x**
|
|
||||||
* OFW: Various stop mode fixes -> **Should fix known issues with BLE (Random freezes, menu freeze, BT Remote plugin freeze) and other similar issues**
|
|
||||||
* OFW: Picopass: Correctly aborts when correct key is found -> Fixes Bug (Picopass app not reading elite keyed cards anymore. #413)
|
|
||||||
### Pre-release changes
|
|
||||||
* If you have copied apps into `apps` folder - remove `apps` folder on your microSD before installing this release to avoid issues!
|
|
||||||
* SubGHz: (Bug that I decided to keep as a feature) You can change default button (Ok) for remote by holding custom button and pressing back at same time (same can be used to restore your button if you changed it accidentally) - Be careful, it might be unstable, I will make proper option to change button in next releases
|
|
||||||
* SubGHz: Fixes for custom button bugs in SubGHz Remote app
|
|
||||||
* SubGHz: Add alutech table to enviroment alloc and free
|
|
||||||
* Docs: Fix and update docs - thanks to @lesterrry
|
|
||||||
* Plugins: Bluetooth Remote - implemented YouTube Shorts Remote (may be unstable)
|
|
||||||
* Plugins: Bluetooth Remote - improvements and fixes for TikTok remote (by @krolchonok | PR #420 and #432)
|
|
||||||
* Plugins: Implement an array for baudrates on GPS UART app (+ add 19200 baud) (by @p0ns | PR #416)
|
|
||||||
* Plugins: Remove UART Echo from releases since it is locked on 115200 baud, and we have **UART Terminal** with ability to set baudrate
|
|
||||||
* Plugins: Update **TOTP (Authenticator)** [(by akopachov)](https://github.com/akopachov/flipper-zero_authenticator)
|
* Plugins: Update **TOTP (Authenticator)** [(by akopachov)](https://github.com/akopachov/flipper-zero_authenticator)
|
||||||
* Plugins: Update **UART Terminal** [(by cool4uma)](https://github.com/cool4uma/UART_Terminal/tree/main)
|
* Plugins: Fix RFID Fuzzer and iButton Fuzzer crashes
|
||||||
* OFW: Deep Sleep Idle - **Improves battery usage!!!** -> **Breaking API change, api was changed from 21.x to 22.x**
|
* Infrared: Updated infrared assets (by @amec0e | PR #441)
|
||||||
* OFW: FuriHal: pwr pulls for some pins
|
* Docs: Update **How To Install** images (by @krolchonok | PR #436)
|
||||||
* OFW: Bugfix: ISP Programmer and SubGhz
|
* OFW PR 2620: NFC: Fix reading Mifare Classic cards with unusual access conditions and fix emulation of unknown keys (by Astrrra)
|
||||||
* OFW: AVR_ISP: fix NULL pointer dereference
|
* OFW PR 2616: Picopass: remove spaces in CSN (by bettse)
|
||||||
* OFW: Fix gpio state isp programmer
|
* OFW PR 2604: WS: add protocol "Wendox W6726" (by Skorpionm)
|
||||||
* OFW: ufbt: project & debugging updates
|
* OFW PR 2607: BadUSB: command parser fix (by nminaylov)
|
||||||
* OFW: FuriHal: fix gpio naming and add explicit pulls for vibro, speaker and ir_tx -> **Breaking API change, api was changed from 20.x to 21.x**
|
* OFW: FuriHal: use proper divider for core2 when transition to sleep, remove extra stop mode transition checks, cleanup code. Furi: proper assert and check messages.
|
||||||
**(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: Don't reboot on crash in debug builds
|
||||||
|
* OFW: cubewb: downgraded to v1.15.0
|
||||||
|
|
||||||
#### [🎲 Download latest extra apps pack](https://github.com/xMasterX/all-the-plugins/archive/refs/heads/main.zip)
|
#### [🎲 Download latest extra apps pack](https://github.com/xMasterX/all-the-plugins/archive/refs/heads/main.zip)
|
||||||
|
|
||||||
|
|||||||
@@ -69,12 +69,12 @@ Our Discord Community:
|
|||||||
Also check the changelog in releases for latest updates!
|
Also check the changelog in releases for latest updates!
|
||||||
|
|
||||||
### Current modified and new Sub-GHz protocols list:
|
### Current modified and new Sub-GHz protocols list:
|
||||||
Thanks to Official team (to their SubGHz Developer, Skorp) for implementing decoders for these protocols.
|
Thanks to Official team (to their SubGHz Developer, Skorp) for implementing decoders for these protocols in OFW.
|
||||||
|
|
||||||
Keeloq [Not ALL systems supported for decode or emulation yet!] - [Supported manufacturers list](https://0bin.net/paste/VwR2lNJY#WH9vnPgvcp7w6zVKucFCuNREKAcOij8KsJ6vqLfMn3b)
|
Keeloq [Not ALL systems supported for decode or emulation yet!] - [Supported manufacturers list](https://0bin.net/paste/VwR2lNJY#WH9vnPgvcp7w6zVKucFCuNREKAcOij8KsJ6vqLfMn3b)
|
||||||
|
|
||||||
Encoders or sending made by @xMasterX:
|
Encoders or sending made by @xMasterX:
|
||||||
- Nero Radio 57bit (experimental) (+ 56bit encoder improvements)
|
- Nero Radio 57bit (+ 56bit encoder improvements)
|
||||||
- Keeloq: HCS101
|
- Keeloq: HCS101
|
||||||
- Keeloq: AN-Motors
|
- Keeloq: AN-Motors
|
||||||
- Keeloq: JCM Tech
|
- Keeloq: JCM Tech
|
||||||
|
|||||||
@@ -76,6 +76,8 @@ Change that line
|
|||||||
to
|
to
|
||||||
`Add_standard_frequencies: false`
|
`Add_standard_frequencies: false`
|
||||||
|
|
||||||
|
**You need to have custom frequencies added in both lists! in main frequency list and in hopping list! Replacing only hopping freqs will not work with that setting set on false, you need to add something in main list since it will be empty**
|
||||||
|
|
||||||
### To add your own frequency to user list
|
### To add your own frequency to user list
|
||||||
Just add new line
|
Just add new line
|
||||||
`Frequency: 928000000` - where `928000000` is your frequency, keep it in that format! it should be 9 digits!
|
`Frequency: 928000000` - where `928000000` is your frequency, keep it in that format! it should be 9 digits!
|
||||||
|
|||||||
Reference in New Issue
Block a user