選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

changelog.md 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. ## 2.3.3 - 2017/03/31
  2. - Added ESP32 IR receive support [PR #427](https://github.com/z3t0/Arduino-IRremote/pull/425)
  3. ## 2.2.3 - 2017/03/27
  4. - Fix calculation of pause length in LEGO PF protocol [PR #427](https://github.com/z3t0/Arduino-IRremote/pull/427)
  5. ## 2.2.2 - 2017/01/20
  6. - Fixed naming bug [PR #398](https://github.com/z3t0/Arduino-IRremote/pull/398)
  7. ## 2.2.1 - 2016/07/27
  8. - Added tests for Lego Power Functions Protocol [PR #336](https://github.com/z3t0/Arduino-IRremote/pull/336)
  9. ## 2.2.0 - 2016/06/28
  10. - Added support for ATmega8535
  11. - Added support for ATmega16
  12. - Added support for ATmega32
  13. - Added support for ATmega164
  14. - Added support for ATmega324
  15. - Added support for ATmega644
  16. - Added support for ATmega1284
  17. - Added support for ATmega64
  18. - Added support for ATmega128
  19. [PR](https://github.com/z3t0/Arduino-IRremote/pull/324)
  20. ## 2.1.1 - 2016/05/04
  21. - Added Lego Power Functions Protocol [PR #309](https://github.com/z3t0/Arduino-IRremote/pull/309)
  22. ## 2.1.0 - 2016/02/20
  23. - Improved Debugging [PR #258](https://github.com/z3t0/Arduino-IRremote/pull/258)
  24. - Display TIME instead of TICKS [PR #258](https://github.com/z3t0/Arduino-IRremote/pull/258)
  25. ## 2.0.4 - 2016/02/20
  26. - Add Panasonic and JVC to IRrecord example [PR](https://github.com/z3t0/Arduino-IRremote/pull/54)
  27. ## 2.0.3 - 2016/02/20
  28. - Change IRSend Raw parameter to const [PR](https://github.com/z3t0/Arduino-IRremote/pull/227)
  29. ## 2.0.2 - 2015/12/02
  30. - Added IRremoteInfo Sketch - [PR](https://github.com/z3t0/Arduino-IRremote/pull/241)
  31. - Enforcing changelog.md
  32. ## 2.0.1 - 2015/07/26 - [Release](https://github.com/shirriff/Arduino-IRremote/releases/tag/BETA)
  33. ### Changes
  34. - Updated README
  35. - Updated Contributors
  36. - Fixed #110 Mess
  37. - Created Gitter Room
  38. - Added Gitter Badge
  39. - Standardised Code Base
  40. - Clean Debug Output
  41. - Optimized Send Loops
  42. - Modularized Design
  43. - Optimized and Updated Examples
  44. - Improved Documentation
  45. - Fixed and Improved many coding errors
  46. - Fixed Aiwa RC-T501 Decoding
  47. - Fixed Interrupt on ATmega8
  48. - Switched to Stable Release of @PlatformIO
  49. ### Additions
  50. - Added Aiwa RC-T501 Protocol
  51. - Added Denon Protocol
  52. - Added Pronto Support
  53. - Added Library Properties
  54. - Added Template For New Protocols
  55. - Added this changelog
  56. - Added Teensy LC Support
  57. - Added ATtiny84 Support
  58. - Added ATtiny85 Support
  59. - Added isIdle method
  60. ### Deletions
  61. - Removed (Fixed) #110
  62. - Broke Teensy 3 / 3.1 Support
  63. ### Not Working
  64. - Teensy 3 / 3.1 Support is in Development