Skip to content

Commit

Permalink
Bump version to 1.2.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
lpaolini committed Dec 9, 2021
1 parent 2d1422a commit c0295a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.12] (2021-12-09)

### Fixed
- `Controller`: fixed EEPROM persistence of param value.

### Changed
- `HarmonicMotion`: implemented `setCriticalDamping(float cf)` correction factor (default = 1).
- `Elastic`: updated fx using critical damping correction factor.

### Added
- `Interval`: added compatibility layer for easier porting of Pixelblaze-style effects.
- `RainbowMelt`: ported Pixelblaze fx.
- `RippleReflections`: ported Pixelblaze fx.

## [1.2.11] (2021-12-03)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Striptease",
"version": "1.2.11",
"version": "1.2.12",
"description": "Sexy, audio-responsive effects on LED strips.",
"keywords": "LED, effects, audio-responsive, audio-reactive-lights",
"url": "https://github.com/lpaolini/Striptease",
Expand Down

0 comments on commit c0295a3

Please sign in to comment.