upd changelog

This commit is contained in:
MX 2024-03-11 03:53:32 +03:00
parent 2f5be8f695
commit 79a286fe1a
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83
2 changed files with 62 additions and 49 deletions

View file

@ -1,58 +1,70 @@
## New changes ## New changes
* NFC: **Fixed stuck Saved success screen** * NFC: EMV Fixes and imporvements (by @wosk & @Leptopt1los | PR #702)
* NFC: **Fixed crash when reading mifare classic tag then going to add manually menu and adding NFC-A tag** * NFC: Parsers refactoring (by @Leptopt1los)
* NFC: Fixed EMV txs render * NFC: Kazan parser improved - token parse option added (by @Leptopt1los)
* NFC/LFRFID: Don't Stop emulation after 5 mins to avoid antenna damage if debug is ON (by @Leptopt1los) * NFC: Update ndef parser, mf classic dict changes (by @Willy-JL)
* LFRFID: Fixed T5577 custom password input (by @Leptopt1los) * Infrared: Update universal remote assets (by @amec0e | PR #718 #719)
* OFW PR 3410: lfrfid/em4100: added support for different bit rates - by @Mrkvak (RF/32 full support, RF/16 support without reading (16clk removed for now)) * SubGHz: Add 430.50 mhz (by @MizumasuShoichi | PR #721)
* OFW PR 3412: Fixed MyKey LockID - by @zProAle * SubGHz: Magellan Event Code Update (by @wooferguy | PR #713)
<br>----<br> * SubGHz: Reduce subghz add manually scene flash size (by @Willy-JL)
**Changes from 070 release:**<br> * SubGHz: Fix led blink on decode raw > signal info (by @Willy-JL)
* NFC: **EMV parser** added (by @Leptopt1los and @wosk | PR #700) * HID App: apply fix for ms teams on macos (by @cpressland)
* NFC: Metromoney parser balance fix (by @Leptopt1los | PR #699) * HID App: merge official fw hid app keyboard changes
* NFC/LFRFID: Stop emulation after 5 mins to avoid antenna damage (by @Leptopt1los) * Expansion `is_connected` API to check for VGM (by @HaxSam)
* Archive: Fix two filebrowser bugs * New JavaScript Modules `UsbDisk`,`badusb.quit()`,`SubGHz`,`Submenu`,`BleBeacon`,`Keyboard`,`Math` (by @Willy-JL, @Spooks4576, @Sil333033)
* SubGHz: **Programming mode for Dea Mio** (right arrow button)
* SubGHz: **Keeloq fix emulation for multiple systems and extend add manually support** for 2 of them (Dea Mio, Genius Bravo, GSN, Normstahl)
* SubGHz: Fixed hopper state when entering Read via Freq analyzer
* SubGHz: Raw erase fixes (by @Willy-JL)
* SubGHz: Subghz save files with receive time (by @Willy-JL)
* NFC: Fix NFC V dumps with v3 (pre refactor saves) crashing at info page
* NFC: Zolotaya Korona Online parser added (by @Leptopt1los)
* NFC: Add NFC **NDEF parser** (by @Willy-JL)
* LF RFID: **Write T5577 with random and custom password** added (clear password via Extra actions) (by @Leptopt1los)
* SubGHz: Update honeywell protocol (by @Willy-JL)
* System: More contrast values for replacement displays (up to +8 or -8)
* USB/BLE HID: Add macOS Music app volume control
* Apps: **Check out Apps updates by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev) * Apps: **Check out Apps updates by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev)
* OFW PR 3384: NFC: Display unread Mifare Classic bytes as question marks - by @TollyH * OFW: Fix troika 4K keys
* OFW PR 3396: NFC: **fix application opening from browser** - by @RebornedBrain (+ fix for leftover issues) * OFW: Archive: Fix item focus after aborting the Delete operation
* OFW PR 3382: NFC UI refactor - by @RebornedBrain * OFW: Troyka parser improvements (by UL Team)
* OFW PR 3391: Rework more info scene for Ultralight cards - by @RebornedBrain * OFW: NFC: Fix washcity plugin verify function being to greedy
* OFW PR 3401: it-IT-mac layout - by @nminaylov * OFW: Parser for Santiago, Chile BIP transit card
* OFW: Fix expansion protocol crash when fed lots of garbage * OFW: WiFi board: fixed update script on Windows (unfortunately also Mac and Linux)
* OFW: 0.98.0-rc various fixes * OFW: Gui: reset canvas orientation and frame when entering direct draw mode
* OFW: RFID CLI: better usage * OFW: FBT/uFBT: Enable C++20/GNU23 in VSCode IntelliSense
* OFW: **Mf DESFire fixes** * OFW: Toolchain fixes
* OFW: NFC UI refactor * OFW: Quote $FBT_TOOLCHAIN_PATH to avoid splitting
* OFW: **Expansion module protocol** (+ expansion settings read and store in ram by @Willy-JL) * OFW: ble: profile rework
* OFW: Bugfix: Strip last parity bit from decoded FDX-B data * OFW: lfrfid/em4100: added support for different bit rates (16clk was added back into UL, still not reading properly)
* OFW: FuriHal: interrupt priorities and documentation * OFW: T5577 lib: write with mask function added
* OFW: FuriHal: **UART refactoring** * OFW: Archive: fixed Apps tab ext filter
* OFW: SubGhz: add `subghz tx_from_file` CLI cmd, major TX flow refactoring, various improvements and bug fixes * OFW: FuriHalRtc refactor: new datetime lib (by UL Team)
* OFW: Furi_hal_rtc: new function * OFW: bit_lib and nfc_util refactor (by UL Team)
* OFW: Gui text box: fix formatted string memory reservation
* OFW: JS debug disabled, archive and file browser fixes
* OFW: VSCode integration fixes for new toolchain
* OFW: FIX ISO15693 emulation
* OFW: JS serial module renamed, uart channel selection
* OFW: mjs: minor fixes
* OFW: **JavaScript runner**
* OFW: Fixed MyKey check LockID
* OFW: Check universal remote files before loading
* OFW: NFC: fix retry scene navigation logic
* OFW: Expansion module service improvements
* OFW: New toolchain with gcc 12 (+ aarch64 support!)
* OFW: HID app: keyboard modifiers fix
* OFW: CLI: cat command crash workaround
* OFW: NFC: Custom UID entry when adding manually
* OFW: Added NFC plugin; Some parser
* OFW: **Slix disable privacy** (Unlock SLIX-L)
* OFW: NFC: Add support for Gallagher access control (MIFARE Classic only)
* OFW: furi/core/timer: resolve timer handle use-after-free post deletion
* OFW: FuriHal: various GPIO improvements
* OFW: GUI: canvas commit callback has been moved to canvas. Direct Draw apps can now be streamed via RPC.
* OFW: nfc app: fix incorrect protocol detection in save scene (by UL Team)
* OFW: NFC: MFC Unlock with Dictionary
* OFW: ITSO Parser (UK)
* OFW: NFC: fix application opening from browser
* OFW: Rework more info scene for Ultralight cards
* OFW: NFC UI refactor * OFW: NFC UI refactor
* OFW: assets: checking limits on image size; ufbt: cdb target * OFW: Add an NFC parser for the San Francisco Bay Area "Clipper" transit card.
* OFW: NFC: system dict skip when user dict is skipped fix (replaces our fix) * OFW: Fix nfc_protocol_support_scene_save_name_on_event crash
* OFW: FuriHal: fix start duration furi_hal_subghz_async_tx * OFW: NFC: Display unread Mifare Classic bytes as question marks
* OFW: NFC: parsers minor cleanup * OFW: Troika layout fixes
* OFW: NFC Ntag success write freeze when not saved card * OFW: NFC: MF Classic parsers read() fix (dictionary attack skip)
* OFW: ufbt: fixed generated project paths on Windows
<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)
- Option to unlock Slix-L (NFC V) with preset or custom password was removed with refactoring (OFW) - NFC CLI was removed with refactoring (OFW) (will be back soon)
- NFC CLI was removed with refactoring (OFW)
- Current list of affected apps: https://github.com/xMasterX/all-the-plugins/tree/dev/apps_broken_by_last_refactors - Current list of affected apps: https://github.com/xMasterX/all-the-plugins/tree/dev/apps_broken_by_last_refactors
- Also in app **Enhanced Sub-GHz Chat** - NFC part was temporarily removed to make app usable, NFC part of the app requires remaking it with new nfc stack - Also in app **Enhanced Sub-GHz Chat** - NFC part was temporarily removed to make app usable, NFC part of the app requires remaking it with new nfc stack

View file

@ -40,6 +40,7 @@ if you need your custom one, make sure it doesn't listed here
390000000, 390000000,
418000000, 418000000,
430000000, 430000000,
430500000,
431000000, 431000000,
431500000, 431500000,
433075000, /* LPD433 first */ 433075000, /* LPD433 first */