|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## _v2.9.0 (20260103)_ |
| 4 | + |
| 5 | +**[Bug Fixes]** |
| 6 | +- Bosch: Fixed the bug where the wind speed was always set to auto. (#2237) |
| 7 | +- Update IRsend sendHaierAC to include SEND_HAIER_AC160 (#2172) |
| 8 | +- Gree: Fix reporting vertical swing (#2125) |
| 9 | +- Fix `decodeYork()` parameter names & defaults. (#2121) |
| 10 | +- Fix the Coolix fan-only mode in IRac class. (#2104) |
| 11 | +- Fix missing quiet parameter of haier176 (#2102) |
| 12 | +- ESP32-C3: Fix compilation error when USB CDC on Boot is enabled (#2080) |
| 13 | + |
| 14 | +**[Features]** |
| 15 | +- Add Fahrenheit support for the BOSCH144 protocol (#2224) |
| 16 | +- Build: Add compatibility with C++20 (#2040) |
| 17 | +- Add initial detailed support for Kelon168 (Kelon/Hisense) (#1949) |
| 18 | +- Add support for the Eurom A/C protocol (#2208) |
| 19 | +- Add Fahrenheit support for Coolix (#2214) |
| 20 | +- ESP32: Esp32 Core version 3 support (#2144) |
| 21 | +- auto_analyse_raw_data: Add kXxMsbFirst to easy change MSBFirst for the full protocol (#2143) |
| 22 | +- change kAirtonMaxTemp from 25C to 31C (#2124) |
| 23 | +- Added support for Bluestar Heavy AC (#2120) |
| 24 | +- Add support of Toshiba Remote Control B (#2094) |
| 25 | +- Update haier160 & HaierYRWO2 to use quiet in the common class. (#2115) |
| 26 | +- Internationalisation: Solvakian translation (#2091) |
| 27 | +- Daikin: Support setting temperature in 0.5 C unit (#2036) |
| 28 | +- Quiet/Silent Mode for Electra_AC (#1990) |
| 29 | + |
| 30 | +**[Misc]** |
| 31 | +- Document Fischer R51L1/BGE remote support (#2231) |
| 32 | +- CI: pin python v3.13 |
| 33 | +- CI: Attempt to fix intelhex failures |
| 34 | +- IRMQTTServer: Fixes for ArduinoJson v7 to remove depreicated calls |
| 35 | +- docs: updated contributing section for clarity (by Prerna Utage) (#2221) |
| 36 | +- Fix typo in Russian language support (#2210) |
| 37 | +- Build: Update CodeQL actions plugin to use v3 as v2 will be deprecated soon |
| 38 | +- Build: Fix soon to be deprecated set-output command |
| 39 | +- Build: Update build scripts to use non-deprecated actions tooling |
| 40 | +- Fix linter issues (#2173) |
| 41 | +- pylint fix raw_to_pronto_code.py (#2150) |
| 42 | +- Document support for Comfee model (#2147) |
| 43 | +- DAIKIN: ARC443A5 Remote supported note (#2138) |
| 44 | +- library.json specifies libCompatMode strict (#2111) |
| 45 | +- Added Electrolux EACM CL/N3 series remote to TCL protocol (#2100) |
| 46 | +- Add AR-JW19 to supported devices (#2069) |
| 47 | +- Remove unused constant `kRcmmExcess` (#2033) |
| 48 | +- Panasonic AC: Document support for PV1122V remote (#2029) |
| 49 | +- Document support for Panasonic CS-E12QKEW A/C (#2028) |
| 50 | + |
| 51 | + |
3 | 52 | ## _v2.8.6 (20230727)_ |
4 | 53 |
|
5 | 54 | **[Bug Fixes]** |
|
0 commit comments