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:
-rw-r--r--FastLED.h6
-rw-r--r--library.json2
-rw-r--r--library.properties2
-rw-r--r--release_notes.md20
4 files changed, 20 insertions, 10 deletions
diff --git a/FastLED.h b/FastLED.h
index 5fce31a1..b0aa3faf 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -11,12 +11,12 @@
#define FASTLED_HAS_PRAGMA_MESSAGE
#endif
-#define FASTLED_VERSION 3001008
+#define FASTLED_VERSION 3002000
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.001.008"
+# pragma message "FastLED version 3.002.000"
# else
-# warning FastLED version 3.001.008 (Not really a warning, just telling you here.)
+# warning FastLED version 3.002.000 (Not really a warning, just telling you here.)
# endif
#endif
diff --git a/library.json b/library.json
index e9abf471..189460c2 100644
--- a/library.json
+++ b/library.json
@@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/FastLED/FastLED.git"
},
- "version": "3.1.8",
+ "version": "3.2.0",
"license": "MIT",
"homepage": "http://fastled.io",
"frameworks": "arduino",
diff --git a/library.properties b/library.properties
index 8ca08caf..5503088c 100644
--- a/library.properties
+++ b/library.properties
@@ -1,5 +1,5 @@
name=FastLED
-version=3.1.6
+version=3.2.0
author=Daniel Garcia
maintainer=Daniel Garcia <dgarcia@fastled.io>
sentence=Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.
diff --git a/release_notes.md b/release_notes.md
index 403ff230..69dbd6a1 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,4 +1,10 @@
-3.1.8
+FastLED3.2
+==========
+* ESP32 support with improved output and parallel output options (thanks Sam Guyer!)
+* 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)
@@ -6,9 +12,11 @@
* Fixes for ESP32 support (Thanks to Daniel Tullemans)
* 'Makefile' compilation fix (Thanks to Nico Hood)
-3.1.7 (skipped)
+FastLED 3.1.7 (skipped)
+=======================
-3.1.6
+FastLED 3.1.6
+=============
* Preliminary support for esp32
* Variety of random bug fixes
* 6-channel parallel output for the esp8266
@@ -17,10 +25,12 @@
* Various fixes falling out from "fixing" scale 8 adjustments
* Add gemma m0 support (thanks @ladyada!)
-3.1.5
+FastLED 3.1.5
+=============
* Fix due parallel output build issue
-3.1.4
+FastLED 3.1.4
+=============
* fix digispark avr build issue
FastLED3.1.3