Skip to content

Commit a0c988c

Browse files
committed
_v2.9.0 (20260103)_
**[Bug Fixes]** - Bosch: Fixed the bug where the wind speed was always set to auto. (#2237) - Update IRsend sendHaierAC to include SEND_HAIER_AC160 (#2172) - Gree: Fix reporting vertical swing (#2125) - Fix `decodeYork()` parameter names & defaults. (#2121) - Fix the Coolix fan-only mode in IRac class. (#2104) - Fix missing quiet parameter of haier176 (#2102) - ESP32-C3: Fix compilation error when USB CDC on Boot is enabled (#2080) **[Features]** - Add Fahrenheit support for the BOSCH144 protocol (#2224) - Build: Add compatibility with C++20 (#2040) - Add initial detailed support for Kelon168 (Kelon/Hisense) (#1949) - Add support for the Eurom A/C protocol (#2208) - Add Fahrenheit support for Coolix (#2214) - ESP32: Esp32 Core version 3 support (#2144) - auto_analyse_raw_data: Add kXxMsbFirst to easy change MSBFirst for the full protocol (#2143) - change kAirtonMaxTemp from 25C to 31C (#2124) - Added support for Bluestar Heavy AC (#2120) - Add support of Toshiba Remote Control B (#2094) - Update haier160 & HaierYRWO2 to use quiet in the common class. (#2115) - Internationalisation: Solvakian translation (#2091) - Daikin: Support setting temperature in 0.5 C unit (#2036) - Quiet/Silent Mode for Electra_AC (#1990) **[Misc]** - Document Fischer R51L1/BGE remote support (#2231) - CI: pin python v3.13 - CI: Attempt to fix intelhex failures - IRMQTTServer: Fixes for ArduinoJson v7 to remove depreicated calls - docs: updated contributing section for clarity (by Prerna Utage) (#2221) - Fix typo in Russian language support (#2210) - Build: Update CodeQL actions plugin to use v3 as v2 will be deprecated soon - Build: Fix soon to be deprecated set-output command - Build: Update build scripts to use non-deprecated actions tooling - Fix linter issues (#2173) - pylint fix raw_to_pronto_code.py (#2150) - Document support for Comfee model (#2147) - DAIKIN: ARC443A5 Remote supported note (#2138) - library.json specifies libCompatMode strict (#2111) - Added Electrolux EACM CL/N3 series remote to TCL protocol (#2100) - Add AR-JW19 to supported devices (#2069) - Remove unused constant `kRcmmExcess` (#2033) - Panasonic AC: Document support for PV1122V remote (#2029) - Document support for Panasonic CS-E12QKEW A/C (#2028)
1 parent f921805 commit a0c988c

File tree

10 files changed

+192
-30
lines changed

10 files changed

+192
-30
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
This library enables you to **send _and_ receive** infra-red signals on an [ESP8266](https://github.com/esp8266/Arduino) or an
1111
[ESP32](https://github.com/espressif/arduino-esp32) using the [Arduino framework](https://www.arduino.cc/) using common 940nm IR LEDs and common IR receiver modules. e.g. TSOP{17,22,24,36,38,44,48}* demodulators etc.
1212

13-
## v2.8.6 Now Available
14-
Version 2.8.6 of the library is now [available](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). You can view the [Release Notes](ReleaseNotes.md) for all the significant changes.
13+
## v2.9.0 Now Available
14+
Version 2.9.0 of the library is now [available](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). You can view the [Release Notes](ReleaseNotes.md) for all the significant changes.
1515

1616
#### Upgrading from pre-v2.0
1717
Usage of the library has been slightly changed in v2.0. You will need to change your usage to work with v2.0 and beyond. You can read more about the changes required on our [Upgrade to v2.0](https://github.com/crankyoldgit/IRremoteESP8266/wiki/Upgrading-to-v2.0) page.

README_de.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
Diese Programmbibliothek ermöglicht das **Senden _und_ Empfangen** von Infrarotsignalen mit [ESP8266](https://github.com/esp8266/Arduino)- und
1212
[ESP32](https://github.com/espressif/arduino-esp32)-Mikrocontrollern mithilfe des [Arduino-Frameworks](https://www.arduino.cc/) und handelsüblichen 940nm Infrarot-LEDs undIR-Empfängermodulen, wie zum Beispiel TSOP{17,22,24,36,38,44,48}*-Demodulatoren.
1313

14-
## v2.8.6 jetzt verfügbar
15-
Version 2.8.6 der Bibliothek ist nun [verfügbar](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). Die [Versionshinweise](ReleaseNotes.md) enthalten alle wichtigen Neuerungen.
14+
## v2.9.0 jetzt verfügbar
15+
Version 2.9.0 der Bibliothek ist nun [verfügbar](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). Die [Versionshinweise](ReleaseNotes.md) enthalten alle wichtigen Neuerungen.
1616

1717
#### Hinweis für Nutzer von Versionen vor v2.0
1818
Die Benutzung der Bibliothek hat sich mit Version 2.0 leicht geändert. Einige Anpassungen im aufrufenden Code werden nötig sein, um mit Version ab 2.0 korrekt zu funktionieren. Mehr zu den Anpassungen finden sich auf unserer [Upgrade to v2.0](https://github.com/crankyoldgit/IRremoteESP8266/wiki/Upgrading-to-v2.0)-Seite.

README_fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
Cette librairie vous permetra de **recevoir et d'envoyer des signaux** infrarouge sur le protocole [ESP8266](https://github.com/esp8266/Arduino) ou sur le protocole
1111
[ESP32](https://github.com/espressif/arduino-esp32) en utilisant le [Arduino framework](https://www.arduino.cc/) qui utilise la norme 940nm IR LEDs et le module basique de reception d'onde IR. Exemple : TSOP{17,22,24,36,38,44,48}* modules etc.
1212

13-
## v2.8.6 disponible
14-
Version 2.8.6 de la libraire est maintenant [disponible](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). Vous pouvez voir le [Release Notes](ReleaseNotes.md) pour tous les changements importants.
13+
## v2.9.0 disponible
14+
Version 2.9.0 de la libraire est maintenant [disponible](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). Vous pouvez voir le [Release Notes](ReleaseNotes.md) pour tous les changements importants.
1515

1616
#### mise à jour depuis pre-v2.0
1717
L'utilisation de la librairie à un peu changer depuis la version in v2.0. Si vous voulez l'utiliser vous devrez changer votre utilisation aussi. Vous pouvez vous renseigner sur les précondition d'utilisation ici : [Upgrade to v2.0](https://github.com/crankyoldgit/IRremoteESP8266/wiki/Upgrading-to-v2.0) page.

README_nl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
Deze library maakt het mogelijk om Infraroodsignalen **te versturen en ontvangen** via het [Arduino framework](https://www.arduino.cc/) met veelgebruikte 940nm IR LEDs en IR ontvang modules. b.v. TSOP{17,22,24,36,38,44,48}* demodulatoren enz.
1212

13-
## v2.8.6 nu beschikbaar
14-
Versie 2.8.6 van de bibliotheek is nu [beschikbaar](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). Bekijk de [Release Notes](ReleaseNotes.md) voor alle belangrijke veranderingen.
13+
## v2.9.0 nu beschikbaar
14+
Versie 2.9.0 van de bibliotheek is nu [beschikbaar](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). Bekijk de [Release Notes](ReleaseNotes.md) voor alle belangrijke veranderingen.
1515

1616
#### Upgraden vanaf pre-v2.0
1717
Het gebruik van de bibliotheek is enigszins gewijzigd in v2.0. Je zult het gebruik moeten aanpassen om te kunnen werken met v2.0 en hoger. Je kunt meer lezen over de vereiste aanpassingen op onze [Upgraden naar v2.0](https://github.com/crankyoldgit/IRremoteESP8266/wiki/Upgrading-to-v2.0) pagina.

ReleaseNotes.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11
# Release Notes
22

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+
352
## _v2.8.6 (20230727)_
453

554
**[Bug Fixes]**

0 commit comments

Comments
 (0)