This repository was archived by the owner on Apr 24, 2021. It is now read-only.
Releases: AnimatedLEDStrip/device-pi
Releases · AnimatedLEDStrip/device-pi
1.0.1
1.0.0-pre2
Update to support the 1.0.0-pre2.1 version of the core library
v0.7
v0.6
v0.5
v0.4
v0.3
v0.3-alpha
Preview of the upcoming 0.3 release, with new features including:
- A complete restructuring of how animations are called
- New AnimationData and AnimationInfo classes
- Support for running animations on only part of the strip
- New animations
v0.2
- Updated the project description.
- Bumped dependency version for Kotlin Coroutines.
- Add image debugging and Animation Signatures.
- Create fixed thread pools for animations to prevent thread leaks.
- Add FadePixel inner class to AnimatedLEDStrip to simplify fading a pixel between colors.
- Remove fadePixel*() methods and replace with fadePixel() method.
- Start to add support for running animations on sections of a strip as if it was a whole strip.
- Add optional parameters to animations to allow start and end pixels for an animation to be specified.
- Add "Experimental" annotation.
- Add three experimental animations: animation004, animation004_2, and animation005.
- Rename Animations enum to Animation.
- Deprecate COLOR1, COLOR2, COLOR3, COLOR4 in Animation and replace with COLOR and MULTICOLOR.
- Add AnimationData class for deconstructing a Map<*, *> when received by a server from a client.
- Add AnimationInfo class for specifying parameter requirements and defaults for each animation.
- Add parseHex() method to ColorUtils.
- Change log level of access overlaps from warning to debug.
v0.1.1
- Rename AnimatedLEDStrip and LEDStrip to AnimatedLEDStripAsynchronous and LEDStripAsynchronous.
- Rename AnimatedLEDStripConcurrent and LEDStripConcurrent to AnimatedLEDStrip and LEDStrip.
- Add a lot of documentation and logging outputs.
- Fix smoothChase, pixelRunWithTrail, concurrent Sparkle, among others.
- Add getPixelColorList, setStripColorWithPalette and setStripColorWithGradient methods to LEDStrip and LEDStripAsynchronous
- Allow emulation of LEDStripAsynchronous