mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-24 22:07:14 +03:00
Update changelog and change mfkey category
This commit is contained in:
parent
4693af74e7
commit
02a22086a1
25
CHANGELOG.md
25
CHANGELOG.md
@ -1,19 +1,14 @@
|
|||||||
### New changes
|
### 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!
|
* Extra pack: Some app fixes
|
||||||
* Plugins: RFID and iButton Fuzzer remove excessive free's (thanks @Willy-JL)
|
* OFW: ble: attempt to handle hardfaulted c2
|
||||||
* Plugins: Use COUNT_OF in mouse jiggler
|
* OFW: Add Mfkey32 application
|
||||||
* Plugins: Added Numpad keyboard to HID app (by @clipboard1 | PR #452)
|
* OFW: Added DigitalSequence and PulseReader
|
||||||
* About: Don't show 00 on about screens
|
* OFW: Debug: revert cortex debug to lxml and drop DWT **(reapply your VSCode launch.json from example folder)**
|
||||||
* SubGHz: Combine FuriString allocs and other small changes
|
* OFW: furi_crash: added C2 status; added fw-version gdb command
|
||||||
* Infrared: Updated universal remote assets (by @amec0e | PR #454)
|
* OFW: Removed STM32CubeWB module
|
||||||
* Update slideshow: Replace QR code with good old link
|
* OFW: API version in UI
|
||||||
* OFW: Various Furi/FuriHal bug fixes and improvements -> **Breaking API change, api was changed from 24.x to 26.x**
|
* OFW: ufbt: deploying sample ufbt automation for new apps; added `source "ufbt -s env"` for toolchain access
|
||||||
* 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: Fix storage.py exist_dir logic
|
||||||
* 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
|
|
||||||
|
|
||||||
#### [🎲 Download latest extra apps pack](https://github.com/xMasterX/all-the-plugins/archive/refs/heads/main.zip)
|
#### [🎲 Download latest extra apps pack](https://github.com/xMasterX/all-the-plugins/archive/refs/heads/main.zip)
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ App(
|
|||||||
],
|
],
|
||||||
stack_size=1 * 1024,
|
stack_size=1 * 1024,
|
||||||
fap_icon="mfkey.png",
|
fap_icon="mfkey.png",
|
||||||
fap_category="Nfc",
|
fap_category="Tools",
|
||||||
fap_author="noproto",
|
fap_author="noproto",
|
||||||
fap_icon_assets="images",
|
fap_icon_assets="images",
|
||||||
fap_weburl="https://github.com/noproto/FlipperMfkey",
|
fap_weburl="https://github.com/noproto/FlipperMfkey",
|
||||||
|
Loading…
Reference in New Issue
Block a user