Skip to content

Releases: hugobloem/stateful_scenes

v1.7.4

21 Oct 06:55
cf8a532

Choose a tag to compare

1.7.4 (2025-10-21)

🐛 Bugfixes

🔧 Miscellaneous Chores

  • deps: bump astral-sh/setup-uv from 6 to 7 (#218) (4a45195)

v1.7.3

19 Aug 20:48
4056582

Choose a tag to compare

1.7.3 (2025-08-19)

🐛 Bugfixes

🔧 Miscellaneous Chores

  • deps: bump actions/checkout from 4 to 5 (#215) (ff1bb83)
  • deps: update pip requirement from <25.2,>=24.1.1 to >=24.1.1,<25.3 (#214) (eb0ac29)

v1.7.2

05 Jul 14:19
5cac0b4

Choose a tag to compare

1.7.2 (2025-07-05)

🐛 Bugfixes

  • cleanup orphaned entities and devices when scenes are removed (#208) (01e235d)

📝 Documentation

  • add ignore attributes and ignore unavailable descriptions (#207) (52de508)

v1.7.1

03 Jul 08:36
1099b4c

Choose a tag to compare

1.7.1 (2025-07-03)

🐛 Bugfixes

  • debounce not applied to storage of previous states (61e3868)

v1.7.0

02 May 10:51
cab4ca2

Choose a tag to compare

1.7.0 (2025-05-02)

🚀 Features

🐛 Bugfixes

  • convert synchronous methods to asynchronous in StatefulSceneOffSelect (#200) (a3784df)
  • remove unnecessary await from async_all call (#201) (761f372)

🔨 Code Refactoring

  • simplify state initialization using dict.fromkeys (#199) (84c3f3c)

🔧 Miscellaneous Chores

  • deps: bump astral-sh/setup-uv from 5 to 6 (#196) (f230eae)
  • deps: update pip requirement from <25.1,>=24.1.1 to >=24.1.1,<25.2 (#197) (8974ebd)

v1.7.0b3

02 May 10:39
f4b7d33

Choose a tag to compare

v1.7.0b3 Pre-release
Pre-release

Full Changelog: v1.7.0b2...v.1.7.0b3

v1.7.0b2

02 May 10:35
761f372

Choose a tag to compare

v1.7.0b2 Pre-release
Pre-release

What's Changed

  • fix: remove unnecessary await from async_all call by @hugobloem in #201

Full Changelog: v1.7.0b1...v1.7.0b2

v1.7.0b1

02 May 10:28
a3784df

Choose a tag to compare

v1.7.0b1 Pre-release
Pre-release

What's Changed

  • fix: convert synchronous methods to asynchronous in StatefulSceneOffSelect by @hugobloem in #200

Full Changelog: v1.7.0b0...v1.7.0b1

v1.7.0b0

02 May 10:27
8974ebd

Choose a tag to compare

v1.7.0b0 Pre-release
Pre-release

BETA

What's Changed

  • feat: ability to ignore attrs while checking by @tanishqmanuja in #192
  • refactor: simplify state initialization using dict.fromkeys by @hugobloem in #199
  • chore(deps): bump astral-sh/setup-uv from 5 to 6 by @dependabot in #196
  • chore(deps): update pip requirement from <25.1,>=24.1.1 to >=24.1.1,<25.2 by @dependabot in #197

New Contributors

Full Changelog: v1.6.4...v1.7.0b0

v1.6.4

25 Feb 14:22
04838f3

Choose a tag to compare

1.6.4 (2025-02-25)

🐛 Bugfixes

  • debounce getter now returns correct value (#181) (f7a2aeb)

🔧 Miscellaneous Chores

  • deps: update pip requirement from <24.4,>=24.1.1 to >=24.1.1,<25.1 (#184) (dcad11c)
  • Update Python interpreter path and streamline setup script (#187) (09c2d59)