update changelog

This commit is contained in:
MX 2024-05-25 00:03:56 +03:00
parent e31fbb061a
commit 3ab0a26e1d
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83

View file

@ -1,75 +1,42 @@
## New changes ## New changes
* LFRFID: **Electra intercom protocol support** (Romania) (by @Leptopt1los | PR #750) * Apps: **Mifare Nested - ported to latest API** using old nfc lib (by @xMasterX) (+ mem management fix by @Willy-JL)
* NFC: Temp fix for `iso14443_4_layer_decode_block` crash * LFRFID: Electra fix non-initialized encoded epilogue on render (by @Leptopt1los)
* NFC: CharlieCard parser (by @zacharyweiss) * JS: Move examples to subfolder `js_examples`
* SubGHz: FAAC RC XT - add 0xB button code on arrow buttons for programming mode * Apps: HID app improvements and fixes<br>
* SubGHz: Add Manually - Sommer FM fixes `- Move new mouse jiggler into mouse jiggler stealth and bring back previous version of mouse jiggler too`<br>
* SubGHz: Enabled tx-rx state on unused gpio pin by default (**external amp option was removed and is enabled by default now**) `- Set stealth jiggler max time default value to 4 min and min value to 1 min`<br>
* SubGHz: **Status output !TX/RX on the GDO2 CC1101 pin** (by @quen0n | PR #742) `- Merge OFW changes`<br>
* SubGHz: Reworked saved settings (by @xMasterX and @Willy-JL) `- More OFW merge fixes` (by @Willy-JL | PR #753)<br>
* Desktop: Fixes for animation unload (by @Willy-JL) * Apps: **Check out more Apps updates and fixes by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev)
* iButton: Updated DS1420 for latest ibutton changes * OFW (TLSF branch): SubGHz: fix memory corrupt in read raw view
* Misc: Allow no prefix usage of name_generator_make_detailed_datetime * OFW: NFC App: fix changing UID
* Misc: Allow setting view dispatcher callbacks to NULL * OFW: Replaced obsolete-format delay
* Misc: Added `void` due to `-Wstrict-prototypes` * OFW: Archive: fix condition race on exit
* Misc: Some code cleanup and proper log levels in nfc parsers * OFW: Text Box: fix displaying text with end text focus
* Infrared: Allow external apps to use infrared settings (by @Willy-JL) * OFW: FuriHal: add flash ops stats, workaround bug in SHCI_C2_SetSystemClock
* JS & HAL: Various fixes and FURI_HAL_RANDOM_MAX define added (by @Willy-JL) * OFW: Icons: compression fixes & larger dimension support
* JS: **BadUSB layout support** (by @Willy-JL) * OFW: Text Box rework
* JS: New Modules `widget`, `vgm` and path globals (by @jamisonderek) * OFW: Fix calling both `view_free_model()` and `view_free()`
* Apps: Enhance Random Interval and Movement Functionality in HID Mouse Jiggler for Improved Stealth and Human-Like Behavior (by @gushmazuko | PR #746) * OFW: JS: Add textbox module
* Apps: NFC Magic - **Gen2 writing support, Gen4 NTAG password and PACK fixes** (by @Astrrra) * OFW: JS: Add math module
* Apps: MFKey - **fixed crashes**, add more free ram (by @noproto & @Willy-JL) * OFW: NFC: add Slix capabilities
* Apps: **Check out Apps updates by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev) * OFW: Settings refactor fixes
* OFW PR 3616: NFC: Mf Desfire fix reading big files (by gornekich) * OFW: JS: Add submenu module
* OFW: iButton: fix crash when deleting some keys * OFW: Skylanders plugin
* OFW: Desktop: cleanup error popups * OFW: Settings menu refactoring
* OFW: Troika parser visual fixes * OFW: NFC: Mf Desfire fix reading big files
* OFW: Fix the retry/exit confirmation prompts in iButton * OFW: Infrared: Add Toshiba RAS-2518D
* OFW: nfc app: add legacy keys for plantain cards * OFW: vscode: config fixes
* OFW: GUI: Fix array out of bounds in menu exit * OFW: Ble: new connection parameters negotiation scheme
* OFW: add support for S(WTX) request in iso14443_4a_poller * OFW: FuriHal: move version init to early stage
* OFW: Mosgortrans parser output fixes * OFW: Add support for R_ARM_REL32 relocations.
* OFW: BLE: Add GapPairingNone support * OFW: Remove unused DolphinWait_61x59 icon
* OFW: iButton new UI * OFW: Add the Akira animation
* OFW: FuriHal: add ADC API * OFW: Desktop: fix crash on autolock after restart in locked state
* OFW: Mf Desfire multiple file rights support
* OFW: **Felica poller** (NFC-F)
* OFW: Desktop/Loader: Unload animations before loading FAPs
* OFW: JS Documentation
* OFW: **Update radio stack to v1.19.0**
* OFW: **Move crypto1 to helpers, add it to the public API**
* OFW: Explain RNG differences, add FURI_HAL_RANDOM_MAX
* OFW: Furi: Add "out of memory" and "malloc(0)" crash messages
* OFW: IR: Fix crash on duty_cycle=1
* OFW: **Desktop: ensure that animation is unloaded before app start (fixes some out of memory crashes)**
* OFW: Hide unlock with reader for MFU-C
* OFW: fbt: fixed missing FBT_FAP_DEBUG_ELF_ROOT to dist env
* OFW: fbt: added -Wstrict-prototypes for main firmware
* OFW: Mifare Ultralight naming fix
* OFW: IR: Remember OTG state
* OFW: Bad USB: fix crash when selecting a keyboard layout
* OFW: L1_Mods animation update : adding VGM visual
* OFW: RFID Improvements
* OFW: Fixed plugins and UI
* OFW: **NFC: Fix mf desfire detect**
* OFW: infrared_transmit.h was missing `#pragma once`
* OFW: Show the wrong PIN Attempt count on the login screen
* OFW: SavedStruct: Introduce saved_struct_get_metadata
* OFW: JS CLI command
* OFW: Add ChromeOS Bad USB demo
* OFW: **Configurable Infrared TX output** (previous UL version is replaced with OFW version, new features added "AutoDetect" and saving settings)
* OFW: BadUSB: BLE, media keys, Fn/Globe key commands
* OFW: NFC: Slix privacy password reveal ->(was included in previous UL release) and **Desfire detect fix**
* OFW: github: additional pre-upload checks for doxygen workflow
* OFW: NFC UI fixes
* OFW: Gui: unicode support, new canvas API
* OFW: **Api Symbols: replace asserts with checks**
<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)
- NFC CLI was removed with refactoring (OFW) (will be back soon) - NFC CLI was removed with refactoring (OFW) (will be back soon)
- Mifare Nested not ported to latest API yet, `unlshd-065` is the latest version on old NFC API that works with "nested app"
---- ----