diff --git a/CHANGELOG.md b/CHANGELOG.md index 459a9d6c2..bd3ff9a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,14 @@ ### New changes -* If you have copied any apps manually into `apps` folder - remove `apps` folder or that specific apps you copied on your microSD before installing this release to avoid issues! -* Plugins: RFID and iButton Fuzzer remove excessive free's (thanks @Willy-JL) -* Plugins: Use COUNT_OF in mouse jiggler -* Plugins: Added Numpad keyboard to HID app (by @clipboard1 | PR #452) -* About: Don't show 00 on about screens -* SubGHz: Combine FuriString allocs and other small changes -* Infrared: Updated universal remote assets (by @amec0e | PR #454) -* Update slideshow: Replace QR code with good old link -* OFW: Various Furi/FuriHal bug fixes and improvements -> **Breaking API change, api was changed from 24.x to 26.x** -* OFW: Loader refactoring, part 1 -> **Breaking API change, api was changed from 23.x to 24.x** **(this will make your manually copied plugins not work, update them in same way you installed them, or delete `apps` folder and then install firmware, if you using extra pack builds (with `e` in version) all apps in _Extra will be updated automatically)** -* OFW: Dolphin builder in ufbt; minor ufbt/fbt improvements -* OFW: Added API version to device info -* OFW: Gui: relax some asserts in view -* OFW: Move gauge calibration to separate header, add f18 calibration -* OFW: Fix TERMINFO on Linux systems +* Extra pack: Some app fixes +* OFW: ble: attempt to handle hardfaulted c2 +* OFW: Add Mfkey32 application +* OFW: Added DigitalSequence and PulseReader +* OFW: Debug: revert cortex debug to lxml and drop DWT **(reapply your VSCode launch.json from example folder)** +* OFW: furi_crash: added C2 status; added fw-version gdb command +* OFW: Removed STM32CubeWB module +* OFW: API version in UI +* OFW: ufbt: deploying sample ufbt automation for new apps; added `source "ufbt -s env"` for toolchain access +* OFW: Fix storage.py exist_dir logic #### [🎲 Download latest extra apps pack](https://github.com/xMasterX/all-the-plugins/archive/refs/heads/main.zip) diff --git a/applications/external/mfkey32/application.fam b/applications/external/mfkey32/application.fam index 9a9cbf581..eb11aec2c 100644 --- a/applications/external/mfkey32/application.fam +++ b/applications/external/mfkey32/application.fam @@ -10,7 +10,7 @@ App( ], stack_size=1 * 1024, fap_icon="mfkey.png", - fap_category="Nfc", + fap_category="Tools", fap_author="noproto", fap_icon_assets="images", fap_weburl="https://github.com/noproto/FlipperMfkey",