Update changelog

This commit is contained in:
Willy-JL
2024-09-06 02:05:58 +02:00
parent 16859a41b9
commit bf7f38ca9d

View File

@@ -1,5 +1,8 @@
### Added:
- UL: Sub-GHz: Add new protocols: Marantec24 (static 24 bit) and GangQi (static 34 bit) (by @xMasterX)
- OFW: GUI: Add up and down button drawing functions to GUI elements (by @DerSkythe)
- OFW: RPC: Support 5V on GPIO control for ext. modules (by @gsurkov)
- OFW: Toolbox: Proper integer parsing library `strint` (by @portasynthinca3)
### Updated:
- Apps:
@@ -9,6 +12,9 @@
- Picopass: File loading improvements and fixes (by @bettse)
- Quac!: Setting for external IR board support (by @daniilty), code improvements (by @rdefeo)
- CLI: Print plugin name on load fail (by @Willy-JL)
- OFW: Infrared: Add Airwell AW-HKD012-N91 to univeral AC remote (by @valeraOlexienko)
- OFW: GUI: Change dialog_ex text ownership model (by @skotopes)
- OFW: CCID: App changes and improvements (by @kidbomb)
### Fixed:
- RFID:
@@ -16,3 +22,7 @@
- OFW: Fix Guard GProxII False Positive and 36-bit Parsing (by @zinongli)
- Loader: Warn about missing SD card for main apps (by @Willy-JL)
- OFW: NFC: Fix crash on Ultralight unlock (by @Astrrra)
- OFW: RPC: Broken file interaction fixes (by @RebornedBrain)
- OFW: GUI: Fix dialog_ex NULL ptr crash (by @Willy-JL)
- OFW: Furi: Clean up of LFS traces (by @hedger)
- OFW: Debug: Use proper hook for handle_exit in flipperapps (by @skotopes)