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

upd changelog

This commit is contained in:
MX
2024-11-01 06:53:02 +03:00
parent 2d601651c6
commit e8dc0ea5d8

View File

@@ -12,6 +12,7 @@
- Hollarm add more button codes (thanks to @mishamyte for captures) - Hollarm add more button codes (thanks to @mishamyte for captures)
- Misc: - Misc:
- Add extra settings to disable GPIO pins control used for external modules amplifiers and/or LEDs (in radio settings menu with debug ON) - Add extra settings to disable GPIO pins control used for external modules amplifiers and/or LEDs (in radio settings menu with debug ON)
- Code cleanup and fix for rare dupicated "Data" field cases
- NFC: - NFC:
- Read Ultralight block by block (**fix password protected MFUL reading issue**) (by @mishamyte | PR #825 #826) - Read Ultralight block by block (**fix password protected MFUL reading issue**) (by @mishamyte | PR #825 #826)
- **Update NDEF parser** (SLIX and MFC support) (by @luu176 and @jaylikesbunda and @Willy-JL) - **Update NDEF parser** (SLIX and MFC support) (by @luu176 and @jaylikesbunda and @Willy-JL)
@@ -39,7 +40,14 @@
* OFW: Require PIN on boot * OFW: Require PIN on boot
* 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
* OFW PR 3971: Fix JS memory corruption (in gpio module) (by @portasynthinca3) * OFW: fix: npm deps
* OFW: 目覚め時計
* OFW: JS: Backport and more additions & fixes
* OFW: nfc: add Caltrain zones for Clipper
* OFW: Update unit tests docs
* OFW: Fix JS memory corruption (in gpio module)
* OFW: Full-fledged JS SDK + npm packages
* OFW: FurEventLoop: add support for FuriEventFlag, simplify API
* OFW: lib: digital_signal: digital_sequence: add furi_hal.h wrapped in ifdefs * OFW: lib: digital_signal: digital_sequence: add furi_hal.h wrapped in ifdefs
* OFW: Add warning about stealth mode in vibro CLI * OFW: Add warning about stealth mode in vibro CLI
* OFW: Small fixes in the wifi devboard docs * OFW: Small fixes in the wifi devboard docs