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 <danielgarcia@gmail.com>2017-08-16 23:57:42 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2017-08-16 23:57:42 +0300
commit074794de8ecc385116925b0f9731cfcc053b5c7a (patch)
treea680c5c88dd3b176e23ec83f4205381ea4d0cd62
parentc3572525cb5704f4437f87b69b390b04ca2f0bb9 (diff)
Update release notes and bump version numbers
-rw-r--r--FastLED.h4
-rw-r--r--library.json4
-rw-r--r--library.properties2
-rw-r--r--release_notes.md9
4 files changed, 14 insertions, 5 deletions
diff --git a/FastLED.h b/FastLED.h
index be8fd8c9..b1f7e7f6 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -14,9 +14,9 @@
#define FASTLED_VERSION 3001005
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.001.005"
+# pragma message "FastLED version 3.001.006"
# else
-# warning FastLED version 3.001.005 (Not really a warning, just telling you here.)
+# warning FastLED version 3.001.006 (Not really a warning, just telling you here.)
# endif
#endif
diff --git a/library.json b/library.json
index 44f44216..cdbddafd 100644
--- a/library.json
+++ b/library.json
@@ -18,11 +18,11 @@
"type": "git",
"url": "https://github.com/FastLED/FastLED.git"
},
- "version": "3.1.4",
+ "version": "3.1.6",
"license": "MIT",
"homepage": "http://fastled.io",
"frameworks": "arduino",
- "platforms": "atmelavr,atmelsam,freescalekinetis,nordicnrf51,nxplpc,ststm32,teensy",
+ "platforms": "atmelavr,atmelsam,freescalekinetis,nordicnrf51,nxplpc,ststm32,teensy,esp8266,esp32",
"examples": [
"examples/*/*.ino",
"examples/*/*/*.ino"
diff --git a/library.properties b/library.properties
index 861b6a99..8ca08caf 100644
--- a/library.properties
+++ b/library.properties
@@ -1,5 +1,5 @@
name=FastLED
-version=3.1.5
+version=3.1.6
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 f31c1182..e81dcdac 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,3 +1,12 @@
+3.1.6
+* Preliminary support for esp32
+* Variety of random bug fixes
+* 6-channel parallel output for the esp8266
+* Race condition fixes for teensy hardware SPI
+* Preliminary teensy 3.6 support
+* Various fixes falling out from "fixing" scale 8 adjustments
+* Add gemma m0 support (thanks @ladyada!)
+
3.1.5
* Fix due parallel output build issue