Skip to content

Releases: cp2004/OctoPrint-WLED

0.2.1 (Stable Release)

12 Jun 12:22
d0f4c7f
Compare
Choose a tag to compare

0.2.1 Stable Release 🎉

This release fixes a small bug that prevented editing the 'intensity' parameter of an effect. If you find more bugs, please do not hesitate to report them and I will look into them

🐛 Bug fixes

  • (#62) Fix editing intensity settings

0.2.1rc1 (Release Candidate)

11 Jun 21:37
Compare
Choose a tag to compare
Pre-release

0.2.0rc1 Release Candidate 1

⚠️ This is a pre-release version of WLED Connection ⚠️

You should only run this if you are comfortable with testing development builds. Bugs may occur.

🐛 Bugs fixed

  • (#62) Fix editing intensity settings

⚙️ Installing the release candidate

Head to the software update section of OctoPrint, then switch the release channel from 'Stable' to `Release Candidate':
image

(Ignore that the screenshot is from a different plugin, choose the WLED release channel!)

0.2.0 (Stable Release)

29 May 18:45
5124540
Compare
Choose a tag to compare

0.2.0 Stable Release!

First update to this new plugin adds a few new features, in addition to a number of implementation changes to make future development much easier. Enjoy tracking the heating progress and turning your WLED lights on & off using @ commands!

📈 Development stats

  • 73 commits
  • 31 changed files
  • Over 2713 additions and 1469 deletions

✨ New Features

  • Heating and cooling progress effects (#19)
  • @ command reaction (#28)
  • Return to idle timer (#27)
  • Add a default configuration (#20)
    • Important: This replaces the previous default configuration, which was nothing. This means that some more effects are enabled that you did not want to be enabled, please just disable them again.

⬆️ Improvements

  • Use a single runner for all WLED network calls (reducing repeated complexity)
  • Lots of small UI tweaks to make everything line up better, wrap better, run better.
  • Add some explainers to the settings tabs to help new users (#20)
  • Update all frontend dependencies, including Webpack, ESLint, Sass, Babel, nanoid. This covers some minor security vulnerabilities, but I do not believe these to impact this plugin.
  • Reduce default request timeout from 8 seconds to 2 seconds.

🐛 Bug fixes

  • Fix a template conflict with WS281x LED Status (and potentially other plugins) that had the same names for templates.
  • Fix an issue where opening 'Edit' while WLED was disconnected would delete the configured effect, and disallow editing it if WLED is not connected. It requires a connection to pull the effect list.
  • Fix 100% progress overwriting the success event. These events now fire correctly.

0.2.0rc1 (Release Candidate)

24 May 21:20
49425e7
Compare
Choose a tag to compare
Pre-release

0.2.0rc1 Release Candidate 1

⚠️ This is a pre-release version of WLED Connection ⚠️

You should only run this if you are comfortable with testing development builds. Bugs may occur.

Please provide general feedback on this release in the feedback ticket here. An 'all is working fine' comment is valuable feedback, since it lets me know people are testing this release. If you run into any bugs please open a new issue with the full template - logs are required!

Development of this plugin required new hardware so I could test it, which was funded by the community. If you have enjoyed using this plugin, please consider supporting it's development!

✨ New Features

  • Heating and cooling progress effects (#19)
  • @ command reaction (#28)
  • Return to idle timer (#27)
  • Add a default configuration (#20)
    • Important: This replaces the previous default configuration, which was nothing. This means that some more effects are enabled that you did not want to be enabled, please just disable them again.

⬆️ Improvements

  • Use a single runner for all WLED network calls (reducing repeated complexity)
  • Lots of small UI tweaks to make everything line up better, wrap better, run better.
  • Add some explainers to the settings tabs to help new users (#20)
  • Update all frontend dependencies, including Webpack, ESLint, Sass, Babel, nanoid.
  • Reduce default request timeout

🐛 Bug fixes

  • Fix a template conflict with WS281x LED Status (and potentially other plugins) that had the same names for templates.
  • Fix an issue where opening 'Edit' while WLED was disconnected would delete the configured effect, and disallow editing it if WLED is not connected. It requires a connection to pull the effect list.
  • Fix 100% progress overwriting the success event. These events now fire correctly.

⚙️ Installing the release candidate

Head to the software update section of OctoPrint, then switch the release channel from 'Stable' to `Release Candidate':
image

(Ignore that the screenshot is from a different plugin, choose the WLED release channel!)

0.2.0dev1 (Development release)

20 May 15:21
Compare
Choose a tag to compare
Pre-release

0.2.0 Development build 1

⚠️ This is a development version of WLED Connection ⚠️

You should only run this if you are comfortable with testing development builds. Bugs may occur.

Since this is a development release, there are no release notes. Please see the latest commits for what's changed.

Full release notes will be published for the final release.

0.1.0 (Initial Release)

16 Apr 17:02
Compare
Choose a tag to compare

Initial release into the plugin repository. Enjoy 🙂