|
1 | 1 | ## Main changes |
2 | 2 | - Current API: 87.0 |
3 | | -* SubGHz: Tune Linear (edited by @WillyJL in PR #919 #920) (add better EZCode support) and Dickert MAHS protocol decoders |
| 3 | +* SubGHz: Add **Elplast 18bit** static code protocol (hello Hackcat ^_^) |
| 4 | +* SubGHz: Try to **decode BFT** (2 buttons remotes only) **on the fly** in regular Read mode (no more KL Unknown and all of that for free?!) (for 4 button remote follow docs [here](https://github.com/DarkFlippers/unleashed-firmware/blob/dev/documentation/SubGHzRemoteProg.md)) |
| 5 | +* SubGHz: **Tune Linear** (edited by @WillyJL in PR #919 #920) (add better EZCode support) and **Dickert MAHS** protocol decoders |
4 | 6 | * SubGHz: RAW protocol fixes (by @WillyJL) |
5 | | -* SubGHz: Add ZKTeco 430.5 MHz add manually support |
| 7 | +* SubGHz: Add **ZKTeco 430.5 MHz** add manually support |
6 | 8 | * SubGHz: Add variant of 'Add Manually' menu with manual editing for each value (PR #909 #911 #914 | by @MrLego8-9) |
7 | 9 | * SubGHz: Temporarily remove HoneywellSec protocol due to unstable decoding and incorrect encoding |
8 | | -* OFW: LFRFID: Show ISO-3166 Country Names For Pet Chips |
9 | | -* OFW: JS views finished |
| 10 | +* OFW: **NFC CLI commands** |
| 11 | +* OFW: LFRFID: **Show ISO-3166 Country Names For Pet Chips** |
| 12 | +* OFW: **JS views finished** |
10 | 13 | * OFW: BLE: improved pairing security |
11 | 14 | * OFW: FeliCa Emulation: Handle certain Polling commands in firmware |
12 | | -* OFW PR 4271: NFC: Ultralight C NFC App Key Management, Dictionary Attack (by @noproto) |
13 | | -* OFW PR 4265: NFC: Fix read crash with unexpectedly large MFC AUTH(0) response (by @WillyJL) |
14 | | -* OFW PR 4251: CLI: Fix long delay with quick connect/disconnect (by @WillyJL) |
15 | | -* LFRFID: Add additional procotols supported by EM4305 chipset (by @jamisonderek) |
| 15 | +* OFW PR 4271: NFC: **Ultralight C NFC App Key Management, Dictionary Attack** (by @noproto) |
| 16 | +* OFW PR 4265: NFC: **Fix read crash** with unexpectedly large MFC AUTH(0) response (by @WillyJL) |
| 17 | +* OFW PR 4251: CLI: **Fix long delay** with quick connect/disconnect (by @WillyJL) |
| 18 | +* LFRFID: Add additional procotols supported by **EM4305** chipset (by @jamisonderek) |
16 | 19 | * Apps: **Check out more Apps updates and fixes by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev) |
17 | 20 | ## Other changes |
18 | 21 | * SubGHz: Fix crash in add manually menu |
| 22 | +* OFW: cli: Buzzer command |
19 | 23 | * OFW: Update demo_windows.txt |
20 | 24 | * OFW: Fix PVS warnings |
21 | 25 | * OFW: NFC: Amusement IC Card Parser (FeliCa Lite & Lite-S) |
|
32 | 36 | <br><br> |
33 | 37 | #### Known NFC post-refactor regressions list: |
34 | 38 | - Mifare Mini clones reading is broken (original mini working fine) (OFW) |
35 | | -- NFC CLI was removed with refactoring (OFW) (will be back soon) |
| 39 | +- While reading some EMV capable cards via NFC->Read flipper may crash due to Desfire poller issue, read those cards via Extra actions->Read specific card type->EMV |
36 | 40 |
|
37 | 41 | ---- |
38 | 42 |
|
|
0 commit comments