unleashed-firmware/CHANGELOG.md

54 lines
3.2 KiB
Markdown
Raw Normal View History

2023-06-17 21:52:27 +03:00
## New changes
2023-06-25 00:44:15 +03:00
* Plugins: UniTemp update merged PRs -> Heat Index Feature (by @ClementGre) + Append carbon dioxide sensor (SCD40) (by @divinebird)
2023-06-24 22:11:25 +03:00
* Plugins: Fix furi_hal_bus issues in AVR Programmer and Signal Generator (fixes issue #525)
* Plugins: USB / BLE Remote - Updated UI in keynote vertical and numpad (by @gid9798 | PR #524)
* Plugins: Update TOTP [(by akopachov)](https://github.com/akopachov/flipper-zero_authenticator)
2023-06-17 21:50:24 +03:00
* Plugins: Fixed ESP32 WiFi Marauder crashes when reopening app
2023-06-24 22:11:25 +03:00
* Infrared: Updated universal remote asstes (by @amec0e | PR #522)
* OFW PR 2783: SLIX2 emulation support / practical use for Dymo printers (by @g3gg0)
* OFW PR 2782: NFC: Fix key invalidation logic (by @AloneLiberty)
2023-06-17 21:50:24 +03:00
* OFW: Debug: sync apps on attach, makes it possible to debug already started app that has crashed
2022-10-29 02:19:29 +03:00
2023-06-17 21:50:24 +03:00
----
2022-09-05 22:10:31 +03:00
2022-10-09 02:27:38 +03:00
[-> How to install firmware](https://github.com/DarkFlippers/unleashed-firmware/blob/dev/documentation/HowToInstall.md)
2022-09-18 05:18:17 +03:00
2022-12-10 03:20:38 +03:00
[-> Download qFlipper (official link)](https://flipperzero.one/update)
2022-07-20 21:50:26 +03:00
2022-10-06 19:18:09 +03:00
## Please support development of the project
2023-03-18 06:05:22 +03:00
* **Boosty** (patreon alternative): https://boosty.to/mmxdev
2022-12-02 03:10:08 +03:00
* cloudtips (only RU payments accepted): https://pay.cloudtips.ru/p/7b3e9d65
2022-12-10 03:20:38 +03:00
* YooMoney (only RU payments accepted): https://yoomoney.ru/fundraise/XA49mgQLPA0.221209
2022-10-30 02:02:42 +03:00
* USDT(TRC20): `TSXcitMSnWXUFqiUfEXrTVpVewXy2cYhrs`
* BCH: `qquxfyzntuqufy2dx0hrfr4sndp0tucvky4sw8qyu3`
2022-12-02 03:10:08 +03:00
* ETH/BSC/ERC20-Tokens: `darkflippers.eth` (or `0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a`)
2022-10-06 19:18:09 +03:00
* BTC: `bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9`
* DOGE: `D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv`
* LTC: `ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9`
2022-12-02 03:10:08 +03:00
* XMR (Monero): `41xUz92suUu1u5Mu4qkrcs52gtfpu9rnZRdBpCJ244KRHf6xXSvVFevdf2cnjS7RAeYr5hn9MsEfxKoFDRSctFjG5fv1Mhn`
2022-12-10 03:20:38 +03:00
* TON: `EQCOqcnYkvzOZUV_9bPE_8oTbOrOF03MnF-VcJyjisTZmpGf`
2022-10-06 19:18:09 +03:00
2023-06-17 21:50:24 +03:00
#### Thanks to our sponsors:
2022-12-19 00:52:37 +03:00
callmezimbra, Quen0n, MERRON, grvpvl (lvpvrg), art_col, ThurstonWaffles, Moneron, UterGrooll, LUCFER, Northpirate, zloepuzo, T.Rat, Alexey B., ionelife, ...
and all other great people who supported our project and me (xMasterX), thanks to you all!
2022-07-20 21:50:26 +03:00
2023-06-17 21:52:27 +03:00
## **Recommended update option - Web Updater**
2022-12-10 03:20:38 +03:00
2023-06-12 05:40:00 +03:00
### What `n`, `r`, `e` means? What I need to download if I don't want to use Web updater?
2023-06-17 21:52:27 +03:00
What build I should download and what this name means - `flipper-z-f7-update-(version)(n / r / e).tgz` ? <br>
`flipper-z` = for Flipper Zero device<br>
`f7` = Hardware version - same for all flipper zero devices<br>
`update` = Update package, contains updater, all assets (plugins, IR libs, etc.), and firmware itself<br>
`(version)` = Firmware version<br>
`n` = this build comes without our custom animations (we have only 3 of them), only official flipper animations<br>
`e` = build has 🎲 [extra apps pack](https://github.com/xMasterX/all-the-plugins) preinstalled<br>
2023-06-17 21:50:24 +03:00
`r` = RGB patch (+ extra apps) for flippers with rgb backlight mod (this is hardware mod!) (Works only on modded flippers!) (do not install on non modded device!)
2023-06-17 21:53:03 +03:00
Firmware Self-update package (update from microSD) - `flipper-z-f7-update-(version).tgz` for mobile app / qFlipper / web<br>
Archive of `scripts` folder (contains scripts for FW/plugins development) - `flipper-z-any-scripts-(version).tgz`<br>
2023-06-17 21:50:24 +03:00
SDK files for plugins development and uFBT - `flipper-z-f7-sdk-(version).zip`
2022-12-11 01:08:00 +03:00
2022-09-20 04:09:14 +03:00
2022-08-01 23:20:04 +03:00