mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
Update readme & changelog
This commit is contained in:
parent
2a6749a56d
commit
1d11bc64a9
2 changed files with 12 additions and 39 deletions
49
CHANGELOG.md
49
CHANGELOG.md
|
@ -1,42 +1,15 @@
|
|||
### New changes
|
||||
* **Warning! After installing, Desktop settings (Favoutite apps, PIN Code, AutoLock time..) will be resetted to default due to OFW changes, Please set your PIN code, Favourite apps again in Settings->Desktop**
|
||||
* New way of changing device name -> **Now can be changed in Settings->Desktop** (by @xMasterX and @Willy-JL)
|
||||
* Plugins: BadBT plugin (BT version of BadKB) [(by Willy-JL, ClaraCrazy, XFW contributors)](https://github.com/ClaraCrazy/Flipper-Xtreme/tree/dev/applications/main/bad_kb)
|
||||
* Plugins: WiFi Marauder -> Added sniff pmkid on selected aps from 0.10.4 update (by @clipboard1)
|
||||
* Plugins: SubGHz Bruteforcer -> Increase delay just a little bit to fix some cases when receiver will not get codes and decrease manual transmit delay
|
||||
* Plugins: UART Terminal -> Fix crashes on plugin load with RX connected
|
||||
* NFC: Mifare mini with SAK 0x89 support
|
||||
* SubGHz: **CAME Atomo - Add manually support and custom buttons support**
|
||||
* SubGHz: Fix crashes when deleting signals using right arrow button in `Read` mode
|
||||
* SubGHz: Restore Rx indication after deletion after Memory is FULL (by @wosk | PR #464)
|
||||
* SubGHz: **App refactoring** (OFW code ported + our code was refactored/cleaned up too) (by @gid9798 and @xMasterX | PR #461)
|
||||
* SubGHz: Using scene manager functions in DecodeRAW (by @gid9798 | PR #462)
|
||||
* SubGHz: Protocols and custom buttons refactoring (by @gid9798 | PR #465)
|
||||
* SubGHz: Move `counter increase` setting out of debug, change max value
|
||||
* GUI: Submenu locked elements (by @Willy-JL and @giacomoferretti)
|
||||
* GUI: Text Input improvements, added cursor and ability to set minimal length (by @Willy-JL)
|
||||
* BT API: Functions that allow to change bt mac address and device broadcasted name (by @Willy-JL and XFW contributors)
|
||||
* Infrared: `External output` move out of debug and add power option for external modules
|
||||
* Infrared: Updated universal remote assets (by @amec0e | PR #474)
|
||||
* Extra pack: Some app fixes
|
||||
* FBT: Fix vscode example config for debug builds - please run `./fbt vscode_dist` again if you had issues with debug builds size
|
||||
* OFW PR 2316: NFC V support (by @g3gg0 & @nvx)
|
||||
* OFW PR 2669: nfc: Fix MFUL tearing flags read (by @GMMan)
|
||||
* OFW PR 2666: BadUSB: Add fr-FR-mac key layout (by @FelixLgr)
|
||||
* OFW: api: added lib/nfc/protocols/nfc_util.h
|
||||
* OFW: fix PIN retry count reset on reboot
|
||||
* OFW: fbt: allow strings for fap_version field in app manifests
|
||||
* OFW: Rpc: add desktop service. Desktop: refactor locking routine. **Now PIN lock is actually cannot be bypassed by reboot!** / **Desktop settings will be reset, please set your PIN and favourite apps again!**
|
||||
* OFW: Part 2 of hooking C2 IPC
|
||||
* OFW: ble: attempt to handle hardfaulted c2
|
||||
* OFW: Add Mfkey32 application
|
||||
* OFW: Added DigitalSequence and PulseReader
|
||||
* OFW: Debug: revert cortex debug to lxml and drop DWT **(reapply your VSCode launch.json from example folder)**
|
||||
* OFW: furi_crash: added C2 status; added fw-version gdb command
|
||||
* OFW: Removed STM32CubeWB module
|
||||
* OFW: API version in UI
|
||||
* OFW: ufbt: deploying sample ufbt automation for new apps; added `source "ufbt -s env"` for toolchain access
|
||||
* OFW: Fix storage.py exist_dir logic
|
||||
* SubGHz Remote: Full refactoring, app was re-made from scratch (by @gid9798)
|
||||
* API: Cleanup, mini refactoring of some apps (+6k of free flash space)
|
||||
* SubGHz: Various fixes (by @gid9798)
|
||||
* SubGHz: Fix counter settings in debug
|
||||
* SubGHz: Move dangerous_settings check (by @gid9798 | PR #475)
|
||||
* Misc: Name changer code moved to proper place, load after system startup + extra checks
|
||||
* Plugins: NMEA GPS UART - stability fix
|
||||
* Plugins: Port XFW keyboard with extra symbols to WiFi Marauder instead of using UART Term keyboard (thanks to @Willy-JL)
|
||||
* Plugins: Update WiFi Marauder [(by 0xchocolate)](https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion)
|
||||
* OFW: fbt: Use union for old py (Fix builds if using older python versions)
|
||||
* OFW PR 2682: USB HID report timeout (by nminaylov)
|
||||
|
||||
#### [🎲 Download latest extra apps pack](https://github.com/xMasterX/all-the-plugins/archive/refs/heads/main.zip)
|
||||
|
||||
|
|
|
@ -145,7 +145,7 @@ You can support us by using links or addresses below:
|
|||
- ESP32: WiFi Marauder companion plugin [(by 0xchocolate)](https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion) - Saving .pcap on flipper microSD [by tcpassos](https://github.com/tcpassos/flipperzero-firmware-with-wifi-marauder-companion) -> Only with custom marauder build (It is necessary to uncomment "#define WRITE_PACKETS_SERIAL" in configs.h (in marauder fw) and compile the firmware for the wifi board.) Or download precompiled build -> [Download esp32_marauder_ver_flipper_sd_serial.bin](https://github.com/justcallmekoko/ESP32Marauder/releases/latest)
|
||||
- NRF24: Sniffer & MouseJacker (with changes) [(by mothball187)](https://github.com/mothball187/flipperzero-nrf24/tree/main/mousejacker)
|
||||
- Simple Clock (timer by GMMan) [(original by CompaqDisc)](https://gist.github.com/CompaqDisc/4e329c501bd03c1e801849b81f48ea61)
|
||||
- **Sub-GHz Remote** (UniversalRF Remix) [(by @darmiel & @xMasterX)](https://github.com/darmiel/flipper-playlist/tree/feat/unirf-protocols) (original by @ESurge)
|
||||
- **Sub-GHz Remote** [(by @gid9798)](https://github.com/gid9798)
|
||||
- Spectrum Analyzer (with changes) [(by jolcese)](https://github.com/jolcese/flipperzero-firmware/tree/spectrum/applications/spectrum_analyzer) - [Ultra Narrow mode & scan channels non-consecutively](https://github.com/theY4Kman/flipperzero-firmware/commits?author=theY4Kman)
|
||||
- Metronome [(by panki27)](https://github.com/panki27/Metronome)
|
||||
- DTMF Dolphin [(by litui)](https://github.com/litui/dtmf_dolphin)
|
||||
|
|
Loading…
Reference in a new issue