1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00

upd changelog

This commit is contained in:
MX
2024-06-12 14:05:08 +03:00
parent 798be4589a
commit ab55a9405c

View File

@@ -1,38 +1,32 @@
## New changes ## Main changes
* Apps: **Mifare Nested - ported to latest API** using old nfc lib (by @xMasterX) (original app made by @AloneLiberty) (+ mem management fix by @Willy-JL) - [Python app running on PC is required](https://github.com/AloneLiberty/FlipperNestedRecovery) - SubGHz:
* LFRFID: **Electra fix** non-initialized encoded epilogue on render (by @Leptopt1los) - Add new protocol - legrand 18bit (by @user890104)
* JS: Move examples to subfolder `js_examples` - OFW: Princeton protocol add custom guard time support
* Apps: HID app improvements and fixes<br> - NFC:
`- Move new mouse jiggler into mouse jiggler stealth and bring back previous version of mouse jiggler too`<br> - Fix Mifare DESFire reading (revert of buffer check workaround for rare emv cases)
`- Set stealth jiggler max time default value to 4 min and min value to 1 min`<br> - OFW: Mifare Plus detection support
`- Merge OFW changes`<br> - OFW: Felica emulation
`- More OFW merge fixes` (by @Willy-JL | PR #753)<br> - OFW: Write to ultralight cards is now possible (no UID writing)
- OFW: Fixed infinite loop in dictionary attack scene
* JS: `adc` support in `gpio` module (by @jamisonderek)
* BadUSB: Add Finnish keyboard layout (by @nicou | PR #761)
* Apps: **Check out more Apps updates and fixes by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev) * Apps: **Check out more Apps updates and fixes by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev)
* OFW (TLSF branch): SubGHz: fix memory corrupt in read raw view ## Other changes
* OFW: **NFC App: fix changing UID** * Misc: Revert USB CDC changes to fix usb serial
* OFW: Replaced obsolete-format delay * Misc: Fix usage of deprecated `icon_get_data`
* OFW: **Archive: fix condition race on exit** * NFC: Fix typo in parsers
* OFW: Text Box: fix displaying text with end text focus * Apps: Fix `input_callback` and `timer_callback` usage of non `void` argument as input
* OFW: FuriHal: add flash ops stats, workaround bug in SHCI_C2_SetSystemClock * OFW: SubGhz: fix navigation GUI
* OFW: Icons: compression fixes & larger dimension support * OFW: Furi: event loop
* OFW: **Text Box rework** * OFW: Code Cleanup: unused includes, useless checks, unused variables, etc...
* OFW: Fix calling both `view_free_model()` and `view_free()` * OFW: SubGhz: fix gui "No transition to the "Saved" menu when deleting a SubGHz RAW file"
* OFW: JS: Add textbox module * OFW: RPC: Add TarExtract command, some small fixes
* OFW: JS: Add math module * OFW: Use static synchronisation primitives
* OFW: **NFC: add Slix capabilities** * OFW: cleanup of various warnings from clangd
* OFW: Settings refactor fixes * OFW: Add initial ISO7816 support
* OFW: JS: Add submenu module * OFW: fbt, vscode: tweaks for cdb generation for clangd
* OFW: **Skylanders plugin** * OFW: Updater: fix inability to update with bigger updater.bin
* OFW: Settings menu refactoring * OFW: Furi: wrap message queue in container, prepare it for epoll. Accessor: disable expansion service on start.
* OFW: NFC: Mf Desfire fix reading big files
* OFW: Infrared: Add Toshiba RAS-2518D
* OFW: **vscode: config fixes**
* OFW: Ble: new connection parameters negotiation scheme
* OFW: FuriHal: move version init to early stage
* OFW: Add support for R_ARM_REL32 relocations.
* OFW: Remove unused DolphinWait_61x59 icon
* OFW: Add the Akira animation
* OFW: **Desktop: fix crash on autolock after restart in locked state**
<br><br> <br><br>
#### Known NFC post-refactor regressions list: #### Known NFC post-refactor regressions list:
- Mifare Mini clones reading is broken (original mini working fine) (OFW) - Mifare Mini clones reading is broken (original mini working fine) (OFW)