Bump version to 2.8.2

This commit is contained in:
Armin 2020-12-07 13:15:41 +01:00
parent 0e9af1e877
commit 5d2c671389
4 changed files with 9 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# IRremote Arduino Library
Available as Arduino library "IRremote"
### [Version 2.8.2](https://github.com/z3t0/Arduino-IRremote/releases) - work in progress
### [Version 2.8.3](https://github.com/z3t0/Arduino-IRremote/releases) - work in progress
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Commits since latest](https://img.shields.io/github/commits-since/z3t0/Arduino-IRremote/latest)](https://github.com/z3t0/Arduino-IRremote/commits/master)

View File

@ -1,10 +1,10 @@
## 2.8.2 2020/12
- Added SendRaw with byte data.
- Fixed resume bug if irparams.rawlen >= RAW_BUFFER_LENGTH. Thanks to Iosif Peterfi
- Added `dumpPronto(String *aString, unsigned int frequency)` with String object as argument. Thanks to Iosif Peterfi
- Handling trailing gap/space inconsistency for raw data.
- Fixed swapped cases in `getProtocolString()`. Thanks to Jim-2249
- Added compile option `IR_INPUT_IS_ACTIVE_HIGH`. Thanks to Jim-2249
- Added `dumpPronto(String *aString, unsigned int frequency)` with String object as argument. Thanks to iosifpeterfi
## 2.8.1 2020/10
- Fixed bug in Sony decode introduced in 2.8.0.

View File

@ -7,11 +7,15 @@
"type": "git",
"url": "https://github.com/z3t0/Arduino-IRremote.git"
},
"version": "2.8.0",
"version": "2.8.2",
"frameworks": "arduino",
"platforms": "atmelavr",
"authors" :
[
{
"name":"Armin Joachimsmeyer",
"email":"armin.arduino@gmail.com"
},
{
"name":"Rafi Khan",
"email":"zetoslab@gmail.com"

View File

@ -1,9 +1,9 @@
name=IRremote
version=2.8.0
version=2.8.2
author=shirriff, z3t0 <zetoslab@gmail.com>
maintainer=Armin Joachimsmeyer <armin.joachimsmeyer@gmail.com>
sentence=Send and receive infrared signals with multiple protocols
paragraph=Currently included protocols: BoseWave, Denon, Dish, JVC, Lego, LG, MagiQuest, NEC, Panasonic, RC5, RC6, Samsung, Sanyo, Sharp, Sony, Whynter, (Pronto).<br/><br/><b>New: </b>Changed License to MIT, ATtiny timer 1 support, Removed AIWA + Mitsubishi, example IR2Keyboard.<br/>
paragraph=Currently included protocols: BoseWave, Denon, Dish, JVC, Lego, LG, MagiQuest, NEC, Panasonic, RC5, RC6, Samsung, Sanyo, Sharp, Sony, Whynter, (Pronto).<br/><br/><b>New: </b>Fixed bug in Sony decode introduced in 2.8.0. Fixed resume bug if irparams.rawlen >= RAW_BUFFER_LENGTH.<br/>
category=Communication
url=https://github.com/z3t0/Arduino-IRremote
architectures=avr,megaavr,samd,esp32,mbed