mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
upd changelog
This commit is contained in:
56
CHANGELOG.md
56
CHANGELOG.md
@@ -1,57 +1,11 @@
|
|||||||
## Main changes
|
## Main changes
|
||||||
- SubGHz:
|
* NFC: EMV Transactions less nested, hide if unavailable (by @Willy-JL | PR #771)
|
||||||
- Add new protocol - legrand 18bit (by @user890104)
|
* JS: Refactor widget and keyboard modules, fix crash (by @Willy-JL | PR #770)
|
||||||
- OFW: Princeton protocol add custom guard time support
|
|
||||||
- Princeton fix guard time bounds and show guard time multiplier in UI
|
|
||||||
- NFC:
|
|
||||||
- Fix Mifare DESFire reading (revert of buffer check workaround for rare emv cases) (some emv cards can be read only via Extra Actions -> Read specific card type -> EMV)
|
|
||||||
- Better plugins(parsers) loading - much faster emulation launch from favourites, no more lags in Saved menu
|
|
||||||
- OFW: MF Ultralight Original write support
|
|
||||||
- OFW: Mifare Plus detection support
|
|
||||||
- OFW: Felica emulation
|
|
||||||
- OFW: Write to ultralight cards is now possible (no UID writing)
|
|
||||||
- OFW: Fixed infinite loop in dictionary attack scene
|
|
||||||
* LF RFID: OFW: Added Support for Securakey Protocol
|
|
||||||
* JS: `adc` support in `gpio` module (by @jamisonderek)
|
|
||||||
* JS: `storage` module (without virtual mount API at the moment) (by @Willy-JL)
|
|
||||||
* BadUSB: Add Finnish keyboard layout (by @nicou | PR #761)
|
|
||||||
* Archive: Fix SubGHz Remote files in favourites falling into non working and non removable state
|
|
||||||
* 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)
|
||||||
## Other changes
|
## Other changes
|
||||||
* SubGHz: Fix add manually princeton
|
* OFW: NFC: Desfire Renderer Minor Debug
|
||||||
* SubGHz: Sync signal delete scene with OFW
|
* OFW: RPC: Fix input lockup on disconnect
|
||||||
* SubGHz: Fix incorrect rx key state when opening Read menu
|
* OFW: Thread Signals
|
||||||
* SubGHz: Fix incorrect state in decode raw exit - causing keys to be not removed from history and showing up in Read menu after exit from decode raw
|
|
||||||
* Misc: Remove outdated brew sdk install files
|
|
||||||
* Misc: Revert USB CDC changes to fix usb serial
|
|
||||||
* Misc: Fix usage of deprecated `icon_get_data`
|
|
||||||
* Loader: Better API Mismatch message (by @Willy-JL)
|
|
||||||
* CLI: Move part of the CLI to microsd to free up space for COMPACT 0 builds (by @Willy-JL)
|
|
||||||
* NFC: Fix typo in parsers
|
|
||||||
* Apps: Fix `input_callback` and `timer_callback` usage of non `void` argument as input
|
|
||||||
* LF RFID: OFW PR 3728: Securakey - Add Support for RKKTH Plain Text Format (by @zinongli)
|
|
||||||
* OFW: ReadMe: update outdated bits and pieces
|
|
||||||
* OFW: Debug: backup openocd work area, fix crash after fresh debugger connect and continue
|
|
||||||
* OFW: ELF, Flipper application: do not crash on "out of memory"
|
|
||||||
* OFW: MF Plus - Don't crash on reading weird cards
|
|
||||||
* OFW: SubGhz: fix Missed the "Deleted" screen when deleting RAW Subghz (by @Skorpionm)
|
|
||||||
* OFW: JS: Disable logging in mjs +2k free flash (by @hedger)
|
|
||||||
* OFW: Archive: fix memory leak in favorites add/remove
|
|
||||||
* OFW: Furi: Fix EventLoop state persisting on same thread after free
|
|
||||||
* OFW: Cli: top
|
|
||||||
* OFW: Desktop lockup fix, GUI improvements
|
|
||||||
* OFW: Loader: fix crash on "locked via cli loader"
|
|
||||||
* OFW: SubGhz: fix navigation GUI
|
|
||||||
* OFW: Furi: event loop
|
|
||||||
* OFW: Code Cleanup: unused includes, useless checks, unused variables, etc...
|
|
||||||
* OFW: SubGhz: fix gui "No transition to the "Saved" menu when deleting a SubGHz RAW file"
|
|
||||||
* OFW: RPC: Add TarExtract command, some small fixes
|
|
||||||
* OFW: Use static synchronisation primitives
|
|
||||||
* OFW: cleanup of various warnings from clangd
|
|
||||||
* OFW: Add initial ISO7816 support
|
|
||||||
* OFW: fbt, vscode: tweaks for cdb generation for clangd
|
|
||||||
* OFW: Updater: fix inability to update with bigger updater.bin
|
|
||||||
* OFW: Furi: wrap message queue in container, prepare it for epoll. Accessor: disable expansion service on start.
|
|
||||||
<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)
|
||||||
|
|||||||
Reference in New Issue
Block a user