Skip to content

Commit 484ea66

Browse files
committed
upd changelog and readme
1 parent 914ca6f commit 484ea66

File tree

2 files changed

+6
-66
lines changed

2 files changed

+6
-66
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* SubGHz: **Beninca ARC AES128 protocol full support** (128bit dynamic) (with Add manually, and 3 button codes) (resolves issue #596) (by @xMasterX and @zero-mega)
55
* SubGHz: **Treadmill37 protocol support** (37bit static) (by @xMasterX)
66
* SubGHz: **Jarolift protocol full support** (72bit dynamic) (with Add manually, and all button codes) (by @xMasterX & d82k & Steffen (bastelbudenbuben de))
7-
* SubGHz: **Change key SEND action** (This changes solve problem when user press and release OK button too fast and signal was not fully sent) (PR #949 | by @Dmitry422)
87
* SubGHz: **New modulation FSK with 12KHz deviation**
98
* SubGHz: **KingGates Stylo 4k - Add manually and button switch support** + refactoring of encoder
109
* SubGHz: **Stilmatic - button 9 support** (two buttons hold simulation) (mapped on arrow keys)
@@ -17,11 +16,13 @@
1716
* NFC: Handle PPS request in ISO14443-4 layer (by @WillyJL)
1817
* NFC: Fixes to `READ_MULTI` and `GET_BLOCK_SECURITY` commands in ISO 15693-3 emulation (by @WillyJL & @aaronjamt)
1918
* Archive: Allow folders to be pinned (by @WillyJL)
20-
* Apps: Build tag (**26jan2026**) - **Check out more Apps updates and fixes by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev)
19+
* Apps: Build tag (**27jan2026**) - **Check out more Apps updates and fixes by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev)
2120
## Other changes
2221
* UI: Various small changes
22+
* Desktop: Disable winter holidays anims
2323
* OFW PR 4333: NFC: Fix sending 32+ byte ISO 15693-3 commands (by @WillyJL)
2424
* NFC: Fix LED not blinking at SLIX unlock (closes issue #945)
25+
* SubGHz: Improve docs on low level code (PR #949 | by @Dmitry422)
2526
* SubGHz: Fix Alutech AT4N false positives
2627
* SubGHz: Cleanup of extra local variables
2728
* SubGHz: Replaced Cars ignore option with Revers RB2 protocol ignore option

ReadMe.md

Lines changed: 3 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -141,75 +141,14 @@ Before getting started:
141141
Also check the [changelog in releases](https://github.com/DarkFlippers/unleashed-firmware/releases) for latest updates!
142142

143143
### Current modified and new Sub-GHz protocols list:
144-
Thanks to Official team (to their SubGHz Developer, Skorp) for implementing support (decoder + encoder / or decode only) for these protocols in OFW.
145144

146145
[Full list of supported protocols and their frequencies/modulations (to use in Read mode)](/documentation/SubGHzSupportedSystems.md)
147146

148-
> [!NOTE]
149-
> Not all Keeloq systems are supported for decoding or emulation!
150-
> <details>
151-
> <summary><strong>Supported Keeloq manufacturers include</strong></summary>
152-
> <br/>
153-
>
154-
> | Column 1 | Column 2 | Column 3 | Column 4 | Column 5 |
155-
> |-------------------|--------------|------------------|-------------------|------------------------|
156-
> | Alligator | Comunello | GSN | Magic_4 | SL_A2-A4 |
157-
> | Alligator_S-275 | Dea_Mio | Guard_RF-311A | Mongoose | SL_A6-A9/Tomahawk_9010 |
158-
> | APS-1100_APS-2550 | DTM_Neo | Harpoon | Mutanco_Mutancode | SL_B6,B9_dop |
159-
> | Aprimatic | DoorHan | IronLogic | NICE_MHOUSE | Sommer |
160-
> | Beninca | EcoStar | JCM_Tech | NICE_Smilo | Stilmatic |
161-
> | BFT | Elmes_Poland | KEY | Normstahl | Teco |
162-
> | Came_Space | FAAC_RC,XT | Kingates_Stylo4k | Pantera | Tomahawk_TZ-9030 |
163-
> | Cenmax | FAAC_SLH | KGB/Subaru | Pantera_CLK | Tomahawk_Z,X_3-5 |
164-
> | Cenmax_St-5 | Faraon | Leopard | Pantera_XS/Jaguar | ZX-730-750-1055 |
165-
> | Cenmax_St-7 | Genius_Bravo | Magic_1 | Partisan_RX | IL-100(Smart) |
166-
> | Centurion | Gibidi | Magic_2 | Reff | Merlin |
167-
> | Monarch | Jolly Motors | Magic_3 | Sheriff | Steelmate |
168-
> | Motorline | Rosh | Pecinin | Rossi | Cardin S449 |
169-
> </details>
170-
<br/>
147+
Thanks to Official team (to their SubGHz Developer, Skorp) for implementing support (decoder + encoder / or decode only) for most protocols in OFW.
171148

172-
<details>
173-
<summary><code><strong>Decoders/Encoders or emulation (+ programming mode) support made by @xMasterX</strong></code></summary>
174-
<br/>
175-
176-
- Elplast/P-11B/3BK/E.C.A (static 18 bit)
177-
- Roger (static 28 bit) with add manually support (thanks @mishamyte)
178-
- V2 Phoenix (Phox) (dynamic 52 bit) (thanks @RocketGod-git)
179-
- Marantec (static 49 bit) (add manually support and CRC verify) (thanks @li0ard)
180-
- Feron (static 32 bit)
181-
- ReversRB2 / RB2M (static 64 bit) with add manually support
182-
- Marantec24 (static 24 bit) with add manually support
183-
- GangQi (static 34 bit) with button parsing and add manually support (thanks to @mishamyte for captures and testing, thanks @Skorpionm for help)
184-
- Hollarm (static 42 bit) with button parsing and add manually support (thanks to @mishamyte for captures, thanks @Skorpionm for help)
185-
- Hay21 (dynamic 21 bit) with button parsing
186-
- Nero Radio 57bit (+ 56bit support)
187-
- CAME 12bit/24bit encoder fixes (Fixes are now merged in OFW)
188-
- Keeloq: Dea Mio, Genius Bravo, GSN, HCS101, AN-Motors, JCM Tech, MHouse, Nice Smilo, DTM Neo, FAAC RC,XT, Mutancode, Normstahl, Beninca + Allmatic, Stilmatic, CAME Space, Aprimatic (model TR and similar), Centurion Nova (thanks Carlos !), Hormann EcoStar, Novoferm, Sommer, Monarch (thanks @ashphx !), Jolly Motors (thanks @pkooiman !), IL-100(Smart) (thx Vitaly for RAWs), Motorline (with add manually support), Rosh, Pecinin, Rossi, Merlin, Steelmate (thanks @RocketGod-git), Cardin S449 (thanks @zero-mega)
189-
</details>
190-
191-
<details>
192-
<summary><code><strong>Protocols support made by Skorp (original implementation) and @xMasterX (current version)</strong></code></summary>
193-
<br/>
194-
195-
- CAME Atomo → Update! check out new [instructions](/documentation/SubGHzRemoteProg.md)
196-
- Nice Flor S → How to create new remote - [instructions](/documentation/SubGHzRemoteProg.md)
197-
- FAAC SLH (Spa) → Update!!! (Programming mode!) Check out new [instructions](/documentation/SubGHzRemoteProg.md)
198-
- Keeloq: BFT Mitto → Update! Check out new [instructions](/documentation/SubGHzRemoteProg.md)
199-
- Star Line
200-
- Security+ v1 & v2
201-
</details>
202-
203-
<details>
204-
<summary><code><strong>Encoders made by @assasinfil and @xMasterX</strong></code></summary>
205-
<br/>
149+
And thanks to our contributors who took part in SubGHz improvements and making of new features:
206150

207-
- Somfy Telis → How to create new remote - [instructions](/documentation/SubGHzRemoteProg.md)
208-
- Somfy Keytis
209-
- KingGates Stylo 4k (UPD: Add manually and all buttons support)
210-
- Alutech AT-4N → How to create new remote - [instructions](/documentation/SubGHzRemoteProg.md)
211-
- Nice ON2E (Nice One) → How to create new remote - [instructions](/documentation/SubGHzRemoteProg.md)
212-
</details>
151+
`@RocketGod-git, @zero-mega, @ashphx, @pkooiman, Vitaly, Carlos, @li0ard, @mishamyte, d82k, Steffen (bastelbudenbuben de), @assasinfil, @gid9798`
213152

214153

215154
## ❤️ Please support development of the project

0 commit comments

Comments
 (0)