Skip to content

Commit

Permalink
Bump version to 1.2.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
lpaolini committed Dec 3, 2021
1 parent 85e71af commit cc7d4d2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.11] (2021-12-03)

### Fixed
- `JoinedStrip`: fixed probable cause of momentary random freezing / crashing.
- `JoinedStrip, ReversedStrip, SubStrip, StatefulStrip`: fixed upper boundary of random position.

### Changed
- Skipped first EEPROM location, where speed for each effect is stored, as location 0 seems not to work.

### Added
- `Motion`: added class for handling linear/accelerated motion.

## [1.2.10] (2021-04-11)

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Striptease",
"version": "1.2.10",
"version": "1.2.11",
"description": "Sexy, audio-responsive effects on LED strips.",
"keywords": "LED, effects, audio-responsive, audio-reactive-lights",
"url": "https://github.com/lpaolini/Striptease",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"fastled/FastLED": "^3.4.0",
"ukw100/IRMP": "^3.4.0"
"ukw100/IRMP": "^3.5.1"
},
"license": "GPL-3.0-or-later",
"frameworks": "Arduino",
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ lib_deps =
https://github.com/PaulStoffregen/Audio
https://github.com/PaulStoffregen/WS2812Serial
fastled/FastLED@^3.4.0
ukw100/IRMP@^3.4.0
ukw100/IRMP@^3.5.1

0 comments on commit cc7d4d2

Please sign in to comment.