Skip to content

Commit 52d2ccf

Browse files
authored
v2.7.18 release (#1466)
_v2.7.18 (20210420)_ **[Misc]** - Fix issues with installing the library under the Arduino IDE on Win10 & OSX (#1451 #1464) - Reduce the library's github zip download size. (#1451 #1463) - An experiment in using Github Actions to do some of the CI work. (#1462)
1 parent cc5b15d commit 52d2ccf

File tree

7 files changed

+19
-11
lines changed

7 files changed

+19
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
This library enables you to **send _and_ receive** infra-red signals on an [ESP8266](https://github.com/esp8266/Arduino) or an
1010
[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.
1111

12-
## v2.7.17 Now Available
13-
Version 2.7.17 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.
12+
## v2.7.18 Now Available
13+
Version 2.7.18 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.
1414

1515
#### Upgrading from pre-v2.0
1616
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
@@ -9,8 +9,8 @@
99
Diese Programmbibliothek ermöglicht das **Senden _und_ Empfangen** von Infrarotsignalen mit [ESP8266](https://github.com/esp8266/Arduino)- und
1010
[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.
1111

12-
## v2.7.17 jetzt verfügbar
13-
Version 2.7.17 der Bibliothek ist nun [verfügbar](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). Die [Versionshinweise](ReleaseNotes.md) enthalten alle wichtigen Neuerungen.
12+
## v2.7.18 jetzt verfügbar
13+
Version 2.7.18 der Bibliothek ist nun [verfügbar](https://github.com/crankyoldgit/IRremoteESP8266/releases/latest). Die [Versionshinweise](ReleaseNotes.md) enthalten alle wichtigen Neuerungen.
1414

1515
#### Hinweis für Nutzer von Versionen vor v2.0
1616
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
@@ -9,8 +9,8 @@
99
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
1010
[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.
1111

12-
## v2.7.17 disponible
13-
Version 2.7.17 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.
12+
## v2.7.18 disponible
13+
Version 2.7.18 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.
1414

1515
#### mise à jour depuis pre-v2.0
1616
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.

ReleaseNotes.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Release Notes
22

3-
## _v2.7.17 (20210420)_
3+
## _v2.7.18 (20210420)_
4+
5+
**[Misc]**
6+
- Attempt to fix issues with installing the library under the Arduino IDE on Win10 & OSX (#1451 #1464)
7+
- Reduce the library's github zip download size. (#1451 #1463)
8+
- An experiment in using Github Actions to do some of the CI work. (#1462)
9+
10+
11+
## _v2.7.17 (20210418)_
12+
413
**[News]**
514
- The library now supports 100 IR protocols! \o/
615

716
**[Bug Fixes]**
817
- Fix `IRAcUtils::decodeToState()` for different length Samsung msgs (#1447 #1448)
9-
- Fix issues with installing the library under the Arduino IDE on Win10 & OSX (#1451 #1464)
1018

1119
**[Features]**
1220
- Fujitsu: Add support for `ARREW4E` model. (#1455 #1456)

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "IRremoteESP8266",
3-
"version": "2.7.17",
3+
"version": "2.7.18",
44
"keywords": "infrared, ir, remote, esp8266, esp32",
55
"description": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)",
66
"repository":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=IRremoteESP8266
2-
version=2.7.17
2+
version=2.7.18
33
author=David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff
44
maintainer=David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson
55
sentence=Send and receive infrared signals with multiple protocols (ESP8266/ESP32)

src/IRremoteESP8266.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
#endif // UNIT_TEST
5353

5454
// Library Version
55-
#define _IRREMOTEESP8266_VERSION_ "2.7.17"
55+
#define _IRREMOTEESP8266_VERSION_ "2.7.18"
5656

5757
// Set the language & locale for the library. See the `locale` dir for options.
5858
#ifndef _IR_LOCALE_

0 commit comments

Comments
 (0)