Version Bump to 3.0.0.ALPHA1

* removed LEGACY_ANIMATIONS
 * removed old Custom Animations from beginning of list.
 * added Custom Animation 'AutoPlay' with number 56
 * added Custom Animation 'Custom WS' with number 57
 * added Custom Animation 'TV' with number 58
 * added Custom Animation 'E1.31' with number 59
 * moved Custom Animation 'Fire2012' to number 60
 * moved Custom Animation 'Gradients' to number 61
 * REST-API changes (will be documented soon)
This commit is contained in:
bpohvoodoo
2019-09-27 21:10:17 +02:00
parent d808e641ef
commit d1e24480e0
18 changed files with 7623 additions and 2458 deletions
+5
View File
@@ -60,6 +60,10 @@ I hope I didn't miss any sources and mentioned every author. In case I forgot so
## Todos
- [ ] Redesign of Code and bump to V3
- [ ] Removal of LEGACY_ANIMATIONS
- [ ] Add TV, E1.31 and AUTO to CUSTOM_WS2812FX_ANIMATIONS
- [ ] Include ws28fx library to code due to modifications in library
- [ ] Support multiple strips and control them separately or together [Issue](https://github.com/toblum/McLighting/issues/118)
- [ ] Remove old / wrong EEPROM settings completely [Issue]
- [ ] Customer profile to define segments of (in)active areas on the strip [Issue](https://github.com/toblum/McLighting/issues/37)
@@ -69,6 +73,7 @@ I hope I didn't miss any sources and mentioned every author. In case I forgot so
- [ ] Multiple buttons/GPIO Inputs. [Issue](https://github.com/toblum/McLighting/issues/119)
- [ ] Music visualizer / Bring back ArtNet [Issue](https://github.com/toblum/McLighting/issues/111)
- [ ] Display version and parameters (Number of LEDs, definition settings, ..) in the web UI [Issue](https://github.com/toblum/McLighting/issues/150)
- [ ] Support for up to ten segment
- [x] Save status: Added saving of status 'AUTO'. [Issue] https://github.com/FabLab-Luenen/McLighting/issues/30
- [x] EXPERIMENTAL: Added transition feature on changing values of color brightness and speed. ATTENTION! Does not work proberly for all WS2812fx effects.
- [x] Added Custom Animation 'Gradient': [Issue] https://github.com/FabLab-Luenen/McLighting/issues/25