Arduino-IRremote/changelog.md

73 lines
2.1 KiB
Markdown
Raw Normal View History

2017-01-21 13:59:24 +08:00
## 2.2.2 - 2017/01/20
- Fixed naming bug [PR #398](https://github.com/z3t0/Arduino-IRremote/pull/398)
2016-07-27 13:25:52 +08:00
## 2.2.1 - 2016/07/27
- Added tests for Lego Power Functions Protocol [PR #336](https://github.com/z3t0/Arduino-IRremote/pull/336)
2016-06-28 14:59:20 +08:00
## 2.2.0 - 2016/06/28
- Added support for ATmega8535
- Added support for ATmega16
- Added support for ATmega32
- Added support for ATmega164
- Added support for ATmega324
- Added support for ATmega644
- Added support for ATmega1284
- Added support for ATmega64
- Added support for ATmega128
[PR](https://github.com/z3t0/Arduino-IRremote/pull/324)
2016-05-05 04:08:52 +08:00
## 2.1.1 - 2016/05/04
- Added Lego Power Functions Protocol [PR #309](https://github.com/z3t0/Arduino-IRremote/pull/309)
2016-02-21 13:46:02 +08:00
## 2.1.0 - 2016/02/20
- Improved Debugging [PR #258](https://github.com/z3t0/Arduino-IRremote/pull/258)
- Display TIME instead of TICKS [PR #258](https://github.com/z3t0/Arduino-IRremote/pull/258)
2016-02-21 13:37:11 +08:00
## 2.0.4 - 2016/02/20
- Add Panasonic and JVC to IRrecord example [PR](https://github.com/z3t0/Arduino-IRremote/pull/54)
## 2.0.3 - 2016/02/20
- Change IRSend Raw parameter to const [PR](https://github.com/z3t0/Arduino-IRremote/pull/227)
2015-12-03 07:57:00 +08:00
## 2.0.2 - 2015/12/02
- Added IRremoteInfo Sketch - [PR](https://github.com/z3t0/Arduino-IRremote/pull/241)
- Enforcing changelog.md
2015-07-27 12:13:24 +08:00
## 2.0.1 - 2015/07/26 - [Release](https://github.com/shirriff/Arduino-IRremote/releases/tag/BETA)
### Changes
- Updated README
2016-05-05 04:08:52 +08:00
- Updated Contributors
2015-07-27 12:13:24 +08:00
- Fixed #110 Mess
2015-07-27 12:38:20 +08:00
- Created Gitter Room
- Added Gitter Badge
- Standardised Code Base
- Clean Debug Output
- Optimized Send Loops
- Modularized Design
- Optimized and Updated Examples
- Improved Documentation
- Fixed and Improved many coding errors
- Fixed Aiwa RC-T501 Decoding
- Fixed Interrupt on ATmega8
- Switched to Stable Release of @PlatformIO
2015-07-12 05:43:18 +08:00
2015-07-27 12:13:24 +08:00
### Additions
2015-07-27 12:38:20 +08:00
- Added Aiwa RC-T501 Protocol
- Added Denon Protocol
- Added Pronto Support
- Added Library Properties
2016-05-05 04:08:52 +08:00
- Added Template For New Protocols
2015-07-27 12:38:20 +08:00
- Added this changelog
- Added Teensy LC Support
- Added ATtiny84 Support
- Added ATtiny85 Support
- Added isIdle method
2015-07-27 12:13:24 +08:00
### Deletions
2015-07-27 12:38:20 +08:00
- Removed (Fixed) #110
2016-05-05 04:08:52 +08:00
- Broke Teensy 3 / 3.1 Support
2015-07-27 12:38:20 +08:00
### Not Working
- Teensy 3 / 3.1 Support is in Development