unleashed-firmware/CHANGELOG.md

118 lines
9.4 KiB
Markdown
Raw Normal View History

2024-06-12 14:05:08 +03:00
## Main changes
2024-07-08 17:43:29 +03:00
- SubGHz:
2024-09-21 04:10:17 +03:00
- Frequency analyzer fixes and improvements:
- Enforce int module (like in OFW) usage due to lack of required hardware on external boards (PathIsolate (+rf switch for multiple paths)) and incorrect usage and/or understanding the purpose of frequency analyzer app by users, it should be used only to get frequency of the remote placed around 1-10cm around flipper's left corner
- Fix possible GSM mobile towers signal interference by limiting upper frequency to 920mhz max
- Fix duplicated frequency lists and use user config for nearest frequency selector too
2024-09-29 04:11:53 +03:00
- Fix buttons logic, fix crash
2024-09-16 19:17:05 +03:00
- Protocol improvements:
2024-10-22 03:49:34 +03:00
- Keeloq: Monarch full support, with add manually option (thanks to anonymous contributor (TBA))
2024-09-26 19:44:29 +03:00
- Princeton support for second button encoding type (8bit)
2024-10-16 18:23:54 +03:00
- GangQi fix serial check and remove broken check from UI
2024-09-16 19:17:05 +03:00
- Hollarm add more button codes (thanks to @mishamyte for captures)
2024-10-05 10:32:24 +03:00
- Misc:
- Add extra settings to disable GPIO pins control used for external modules amplifiers and/or LEDs (in radio settings menu with debug ON)
- NFC:
2024-10-17 13:26:20 +03:00
- Read Ultralight block by block (by @mishamyte | PR #825 #826)
2024-10-22 03:49:34 +03:00
- Update NDEF parser (by @jaylikesbunda and @Willy-JL)
2024-10-05 10:32:24 +03:00
- OFW PR 3822: MIFARE Classic Key Recovery Improvements (by @noproto)
- OFW PR 3930: NFC Emulation freeze (by @RebornedBrain)
- OFW PR 3885: Add API to enforce ISO15693 mode (by @aaronjamt)
2024-10-16 18:23:54 +03:00
- OFW: iso14443_4a improvements (by @RebornedBrain)
2024-10-07 06:09:16 +03:00
- OFW: Plantain parser improvements (by @assasinfil)
- OFW: Moscow social card parser (by @assasinfil)
2024-10-16 18:23:54 +03:00
- OFW: NFC: H World Hotel Chain Room Key Parser
2024-10-16 19:55:25 +03:00
- OFW: NFC Parser for Tianjin Railway Transit
2024-10-22 03:49:34 +03:00
- OFW: NFC TRT Parser: Additional checks to prevent false positives
2024-10-16 18:23:54 +03:00
- New keys in system dict
2024-10-07 06:09:16 +03:00
- Infrared:
- Add LEDs universal remote (DB by @amec0e)
- Update universal remote assets (by @amec0e | PR #813 #816)
2024-10-22 03:49:34 +03:00
- JS:
- OFW: JS modules -> **Breaking API change**
- Backporting custom features - WIP (by @xMasterX and @Willy-JL)
- Add i2c module (by @jamisonderek)
2024-10-16 18:23:54 +03:00
* OFW: FuriHal, drivers: rework gauge initialization routine -> **Downgrade to older releases will break battery UI percent indicator, upgrade to this or newer version to restore**
* OFW: heap: increased size -> **More free RAM!!**
2024-10-05 10:32:24 +03:00
* OFW: New layout for BadUSB (es-LA)
2024-10-16 18:23:54 +03:00
* OFW: Require PIN on boot
2024-05-25 00:03:56 +03:00
* Apps: **Check out more Apps updates and fixes by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev)
2024-06-12 14:05:08 +03:00
## Other changes
2024-10-22 03:49:34 +03:00
* OFW: lib: digital_signal: digital_sequence: add furi_hal.h wrapped in ifdefs
* OFW: Add warning about stealth mode in vibro CLI
2024-10-16 18:23:54 +03:00
* OFW: Small fixes in the wifi devboard docs
* OFW: BadUSB - Improve ChromeOS and GNOME demo scripts
* OFW: Small JS fixes
* OFW: Canvas: extended icon draw.
* OFW: Fixes Mouse Clicker Should have a "0" value setting for "as fast as possible"
* OFW: Wi-Fi Devboard documentation rework
* OFW: Furi: A Lot of Fixes
2024-10-05 10:32:24 +03:00
* OFW PR 3933: furi_hal_random: Wait for ready state and no errors before sampling (by @n1kolasM)
2024-10-09 23:14:06 +03:00
* OFW: nfc/clipper: Update BART station codes
* OFW: FuriThread: Improve state callbacks
* OFW: Documentation: update and cleanup
2024-10-05 10:32:24 +03:00
* OFW: Improve bit_buffer.h docs
* OFW: Prevent idle priority threads from potentially starving the FreeRTOS idle task
* OFW: IR universal remote additions
* OFW: Fix EM4100 T5577 writing block order (was already done in UL)
2024-09-16 19:17:05 +03:00
* OFW: kerel typo
* OFW: Folder rename fails
* OFW: Put errno into TCB
* OFW: Fix USB-UART bridge exit screen stopping the bridge prematurely
2024-01-08 01:13:22 +03:00
<br><br>
#### Known NFC post-refactor regressions list:
2023-12-11 01:36:54 +03:00
- Mifare Mini clones reading is broken (original mini working fine) (OFW)
2024-03-11 03:53:32 +03:00
- NFC CLI was removed with refactoring (OFW) (will be back soon)
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
2024-07-24 01:48:03 +03:00
|Service|Remark|QR Code|Link/Wallet|
|-|-|-|-|
|**Patreon**||<div align="center"><a href="https://github.com/user-attachments/assets/a88a90a5-28c3-40b4-864a-0c0b79494a42"><img src="https://github.com/user-attachments/assets/da3a864d-d1c7-42cc-8a86-6fcaf26663ec" alt="QR image"/></a></div>|https://patreon.com/mmxdev|
|**Boosty**|patreon alternative|<div align="center"><a href="https://github.com/user-attachments/assets/893c0760-f738-42c1-acaa-916019a7bdf8"><img src="https://github.com/user-attachments/assets/da3a864d-d1c7-42cc-8a86-6fcaf26663ec" alt="QR image"/></a></div>|https://boosty.to/mmxdev|
|cloudtips|only RU payments accepted|<div align="center"><a href="https://github.com/user-attachments/assets/5de31d6a-ef24-4d30-bd8e-c06af815332a"><img src="https://github.com/user-attachments/assets/da3a864d-d1c7-42cc-8a86-6fcaf26663ec" alt="QR image"/></a></div>|https://pay.cloudtips.ru/p/7b3e9d65|
|YooMoney|only RU payments accepted|<div align="center"><a href="https://github.com/user-attachments/assets/33454f79-074b-4349-b453-f94fdadc3c68"><img src="https://github.com/user-attachments/assets/da3a864d-d1c7-42cc-8a86-6fcaf26663ec" alt="QR image"/></a></div>|https://yoomoney.ru/fundraise/XA49mgQLPA0.221209|
|USDT|(TRC20)|<div align="center"><a href="https://github.com/user-attachments/assets/0500498d-18ed-412d-a1a4-8a66d0b6f057"><img src="https://github.com/user-attachments/assets/da3a864d-d1c7-42cc-8a86-6fcaf26663ec" alt="QR image"/></a></div>|`TSXcitMSnWXUFqiUfEXrTVpVewXy2cYhrs`|
|ETH|(BSC/ERC20-Tokens)|<div align="center"><a href="https://github.com/user-attachments/assets/0f323e98-c524-4f41-abb2-f4f1cec83ab6"><img src="https://github.com/user-attachments/assets/da3a864d-d1c7-42cc-8a86-6fcaf26663ec" alt="QR image"/></a></div>|`darkflippers.eth` (or `0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a`)|
|BTC||<div align="center"><a href="https://github.com/user-attachments/assets/5a904d45-947e-4b92-9f0f-7fbaaa7b37f8"><img src="https://github.com/user-attachments/assets/da3a864d-d1c7-42cc-8a86-6fcaf26663ec" alt="QR image"/></a></div>|`bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9`|
|SOL|(Solana/Tokens)|<div align="center"><a href="https://github.com/user-attachments/assets/ab33c5e0-dd59-497b-9c91-ceb89c36b34d"><img src="https://github.com/user-attachments/assets/da3a864d-d1c7-42cc-8a86-6fcaf26663ec" alt="QR image"/></a></div>|`DSgwouAEgu8iP5yr7EHHDqMNYWZxAqXWsTEeqCAXGLj8`|
|DOGE||<div align="center"><a href="https://github.com/user-attachments/assets/2937edd0-5c85-4465-a444-14d4edb481c0"><img src="https://github.com/user-attachments/assets/da3a864d-d1c7-42cc-8a86-6fcaf26663ec" alt="QR image"/></a></div>|`D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv`|
|LTC||<div align="center"><a href="https://github.com/user-attachments/assets/441985fe-f028-4400-83c1-c215760c1e74"><img src="https://github.com/user-attachments/assets/da3a864d-d1c7-42cc-8a86-6fcaf26663ec" alt="QR image"/></a></div>|`ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9`|
|BCH||<div align="center"><a href="https://github.com/user-attachments/assets/7f365976-19a3-4777-b17e-4bfba5f69eff"><img src="https://github.com/user-attachments/assets/da3a864d-d1c7-42cc-8a86-6fcaf26663ec" alt="QR image"/></a></div>|`qquxfyzntuqufy2dx0hrfr4sndp0tucvky4sw8qyu3`|
|XMR|(Monero)|<div align="center"><a href="https://github.com/user-attachments/assets/96186c06-61e7-4b4d-b716-6eaf1779bfd8"><img src="https://github.com/user-attachments/assets/da3a864d-d1c7-42cc-8a86-6fcaf26663ec" alt="QR image"/></a></div>|`41xUz92suUu1u5Mu4qkrcs52gtfpu9rnZRdBpCJ244KRHf6xXSvVFevdf2cnjS7RAeYr5hn9MsEfxKoFDRSctFjG5fv1Mhn`|
|TON||<div align="center"><a href="https://github.com/user-attachments/assets/92a57e57-7462-42b7-a342-6f22c6e600c1"><img src="https://github.com/user-attachments/assets/da3a864d-d1c7-42cc-8a86-6fcaf26663ec" alt="QR image"/></a></div>|`UQCOqcnYkvzOZUV_9bPE_8oTbOrOF03MnF-VcJyjisTZmsxa`|
2022-10-06 19:18:09 +03:00
#### Thanks to our sponsors who supported project in the past and special thanks to sponsors who supports us on regular basis:
2024-05-25 00:24:44 +03:00
@mishamyte, ClaraCrazy, Pathfinder [Count Zero cDc], callmezimbra, Quen0n, MERRON, grvpvl (lvpvrg), art_col, ThurstonWaffles, Moneron, UterGrooll, LUCFER, Northpirate, zloepuzo, T.Rat, Alexey B., ionelife, ...
2022-12-19 00:52:37 +03:00
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
2024-06-12 19:26:45 +03:00
### What `r`, `e`, ` `, `c` means? What I need to download if I don't want to use Web updater?
What build I should download and what this name means - `flipper-z-f7-update-(version)(r / e / c).tgz` ? <br>
2023-06-17 21:52:27 +03:00
`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>
2024-06-12 19:26:45 +03:00
| Designation | [Base Apps](https://github.com/xMasterX/all-the-plugins#default-pack) | [Extra Apps](https://github.com/xMasterX/all-the-plugins#extra-pack) | ⚠RGB mode* |
|-----|:---:|:---:|:---:|
| ` ` | ✅ | | |
| `c` | | | |
| `e` | ✅ | ✅ | |
| `r` | ✅ | ✅ | ⚠️ |
This is [hardware mod](https://github.com/quen0n/flipperzero-firmware-rgb#readme), works only on modded flippers! do not install on non modded device!
2023-06-17 21:50:24 +03:00
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