Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <dgarcia@dgarcia.net>2019-06-07 07:11:15 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2019-06-07 07:11:15 +0300
commit0cea6c8863f8ef9978923377d476d3510c5830b7 (patch)
tree880c9a8ad8d319f1db5c67b149b7bf503fcdf85e /release_notes.md
parentd4b6be31c96d9c178499ea4f067591a13f2bb719 (diff)
Rev'ing a 3.2.7 release3.2.7
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md38
1 files changed, 24 insertions, 14 deletions
diff --git a/release_notes.md b/release_notes.md
index 7590bbd6..8e524079 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,3 +1,15 @@
+FastLED 3.2.7
+=============
+* Update ItsyBitsy support
+* Remove conflicting types courtesy of an esp8266 framework update
+* Fixes to clockless M0 code to allow for more interrupt enabled environments
+* ATTiny25 compilation fix
+* Some STM32 fixes (the platform still seems unhappy, though)
+* NRF52 support
+* Updated ESP32 support - supporting up to 24-way parallel output
+
+
+
FastLED 3.2.6
=============
@@ -27,7 +39,7 @@ FastLED 3.2.1
* ATmega644P support
* Adafruit Hallowwing (Thanks to Lady Ada)
* Improved STM 32 support
-* Some user contributed cleanups
+* Some user contributed cleanups
* ESP32 APA102 output fix
FastLED3.2
@@ -36,7 +48,7 @@ FastLED3.2
* various minor contributed fixes
FastLED 3.1.8
-=============
+=============
* Added support for Adafruit Circuit Playground Express (Thanks to Lady Ada)
* Improved support for Adafruit Gemma and Trinket m0 (Thanks to Lady Ada)
* Added support for PJRC's WS2812Serial (Thanks to Paul Stoffregen)
@@ -69,26 +81,26 @@ FastLED3.1.3
===============
* Add SK6822 timings
-* Add ESP8266 support - note, only tested w/the arduino esp8266 build environment
+* Add ESP8266 support - note, only tested w/the arduino esp8266 build environment
* Improvements to hsv2rgb, palette, and noise performance
* Improvements to rgb2hsv accuracy
-* Fixed noise discontinuity
+* Fixed noise discontinuity
* Add wino board support
* Fix scale8 (so now, scale8(255,255) == 255, not 254!)
-* Add ESP8266 parallel output support
+* Add ESP8266 parallel output support
FastLED3.1.1
============
* Enabled RFDuino/nrf51822 hardware SPI support
-* Fix edge case bug w/HSV palette blending
+* Fix edge case bug w/HSV palette blending
* Fix power management issue w/parallel output
* Use static_asserts for some more useful compile time errors around bad pins
* Roll power management into FastLED.show/delay directly
* Support for adafruit pixies on arduino type platforms that have SoftwareSerial
* TODO: support hardware serial on platforms that have it available
* Add UCS2903 timings
-* Preliminary CPixelView/CRGBSet code - more flexible treatment of groups of arrays
+* Preliminary CPixelView/CRGBSet code - more flexible treatment of groups of arrays
* https://github.com/FastLED/FastLED/wiki/RGBSet-Reference
@@ -100,7 +112,7 @@ FastLED3.1.0
* RFDuino/nrf51822
* Spark Core
* Major internal code reoganization
-* Started doxygen based documentation
+* Started doxygen based documentation
* Lots of bug/performance fixes
* Parallel output on various arm platforms
* lots of new stuff
@@ -149,7 +161,7 @@ FastLED3.0
* Fixed DMXSERIAL/DMXSIMPLE support
* Timing adjustments for existing SPI chipsets
* Cleaned up the code layout to make platform support easier
-* Many bug fixes
+* Many bug fixes
* A number of performance/memory improvements
* Remove Squant (takes up space!)
@@ -159,7 +171,7 @@ FastLED2
## Full release of the library
## Release Candidate 6
-* Rename library, offically, to FastLED, move to github
+* Rename library, offically, to FastLED, move to github
* Update keywords with all the new stuffs
## Release Candidate 5
@@ -175,7 +187,7 @@ FastLED2
* Added ability to set pixel color directly from HSV
* Added ability to retrieve current random16 seed
-## Release Candidate 2
+## Release Candidate 2
* mostly bug fixes
* Fix SPI macro definitions for latest teensy3 software update
* Teensy 2 compilation fix
@@ -188,7 +200,7 @@ FastLED2
* high speed memory management operations
* library for interpolation/easing functions
* various api changes, addition of clear and showColor functions
-* scale value applied to all show methods
+* scale value applied to all show methods
* bug fixes for SM16716
* performance improvements, lpd8806 exceeds 22Mbit now
* hardware def fixes
@@ -217,5 +229,3 @@ en if you're using the hardware SPI pins
## Preview 1
* Initial release
-
-