diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb64ba574..95b749b7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,33 @@ ## Main changes - SubGHz: + - OFW: Added protocol for Dickert MAHS garage door remote control - Fix rare crash when opening Read mode via Frequency analyzer - Refactor frequency analyzer code for better readability (by @derskythe | PR #782) +- 125kHz RFID: + - OFW: Add lfrfid GProxII support +- NFC: + - OFW: Fix plantain balance string + - OFW: Now fifo size in ST25 chip is calculated properly * Docs: Remove not printable symbols and update docs (by @derskythe | PR #783) +* OFW: Fix cumulative error in infrared signals +* OFW: iButton ID writing (Enable ID writing for ds1971 and ds1996) * Apps: **Check out more Apps updates and fixes by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev) ## Other changes * Misc: Fix typo in comment in QueueTools.py (by @eltociear | PR #785) +* OFW: Make file extensions case-insensitive +* OFW: Remove internal storage folder if corresponding flag set +* OFW: **Added a text input that only accepts full numbers (int)** +* OFW: FuriEventLoop Pt.2 +* OFW: Images linting: ensure that all images conform specification +* OFW: **Storage: remove LFS** +* OFW: NFC: Change the plantain last number display from "?" to "X" +* OFW: CCID App: Refactor +* OFW: Refactor detected protocols list +* OFW: fix: Ensure proper closure of variadic function in `mjs_array` +* OFW: **Added** `-Wundef` **to compiler options** +* OFW: toolchain: v39 +* OFW: Furi: update string documentation +* OFW: Fix typo in "charge me" screen. * OFW: Reordered VS-Code Tasks to follow the `Release` > `Debug` schema * OFW: Remove unused entries from .editorconfig