Skip to content

Releases: DevJasperNL/CodeCasa

1.20.0

31 May 16:35
b978572

Choose a tag to compare

✨ New features

  • #228 Implemented methods to directly configure a timeline in the automation pipeline.
  • #229 Implemented NetDaemon Scene support for light automation pipelines.

1.19.0

29 May 11:19
84a3dbb

Choose a tag to compare

✨ New features

  • #227 Allowing AddReactiveDimmer to be used on ForLights

1.18.1

22 May 12:14
b840320

Choose a tag to compare

🐛 Bug Fixes

  • #225 Fix potential deadlocks
  • #226 Fixed issue in composite dimmer.

1.18.0

13 May 13:50
45b9a47

Choose a tag to compare

💥 Breaking changes

  • #223 Updated 'AddNotifications' to resolve LightNotificationManagerContext from the internally provided service provider.

✨ New features

  • #224 Introduced AddInteractionNode which handles external light state changes.

📖 Documentation

  • #222 Updated xml comments.

1.17.0

08 May 16:02
1f9d4c5

Choose a tag to compare

✨ New features

  • #219 Implemented ILightTransitionPipelineConfigurator.SwitchWhen

⚡ Enhancements

  • #217 Adding helper methods to convert LightParameters and LightTransition into pipeline nodes.
  • #218 Implemented switch configurator and applied it to pipeline configurator.

📖 Documentation

  • #220 Updating Mqtt project file with nuget package info.

⬆️ Dependency Updates

  • #221 Updating dependencies.

1.16.0

08 May 10:30
100ad4c

Choose a tag to compare

💥 Breaking changes

  • #213 Allowing duplicate emissions by default for both Pipelines and Reactive Nodes.

⚡ Enhancements

  • #212 Improved motion sensor logic and added unit tests
  • #215 Using composite factory maps to allow managing nested pipeline and reactive node lifetimes while creating them in a shared context.
  • #216 Introducing observable sharing strategies for pipelines and reactive nodes.

🐛 Bug Fixes

  • #214 Fixed bug in CombineWithBrightness

1.15.1

27 Apr 10:04
5e3e303

Choose a tag to compare

🐛 Bug Fixes

  • #211 Using factories for static nodes to enable lifetime management.

1.15.0

24 Apr 09:47
efe89ad

Choose a tag to compare

💥 Breaking changes

  • #209 Feature/pipeline observable

✨ New features

  • #210 Added possibility to publish pipeline state over mqtt using extension method PublishTelemetryToMqtt

1.14.1

08 Mar 20:16
db3d171

Choose a tag to compare

🐛 Bug Fixes

  • #208 Making sure RgbColor and ColorTempKelvin won't be sent at the same time.

1.14.0

08 Mar 15:31
5473b39

Choose a tag to compare

💥 Breaking changes

  • #207 Allowing ResettableTimeoutNode to keep its state.