|
12 | 12 | [](https://vitest.dev) |
13 | 13 | [](https://oxc.rs/docs/guide/usage/formatter.html) |
14 | 14 | [](https://oxc.rs/docs/guide/usage/linter.html) |
15 | | -[](https://www.typescriptlang.org/) |
16 | 15 | [](https://github.com/microsoft/typescript-go) |
17 | 16 | [](https://nodejs.org) |
18 | 17 | [](https://bun.com) |
@@ -58,6 +57,37 @@ These classes will run as threads in the next releases: |
58 | 57 | - all plugins in bridge mode; |
59 | 58 | - each plugin in childbridge mode; |
60 | 59 |
|
| 60 | +## [3.10.1] - 2026-07-24 |
| 61 | + |
| 62 | +### Added |
| 63 | + |
| 64 | +- [devcontainer]: Add a double Node/Bun Dev Container setup where VS Code lets you choose one profile or the other. |
| 65 | +- [devcontainer]: The Bun Dev Container profile builds in a fraction of the time compared to the Node profile, confirming how impressive the Bun runtime is. |
| 66 | +- [devcontainer]: Add dedicated `.devcontainer/node` and `.devcontainer/bun` profiles with their own Dockerfile, docker-compose, and create/start scripts. |
| 67 | +- [devices]: Add `tagList` support to the `ClosureOptions` used by the `Closure` device constructor. Thanks Ludovic BOUÉ. |
| 68 | +- [closure]: Add `countdownTime`, `mainState`, `currentErrorList`, `overallCurrentState`, `overallTargetState`, and `latchControlModes` support to the `ClosureOptions` used by the `Closure` device constructor. |
| 69 | +- [devices]: Add `addPanel()` to the `Closure` device and `tagList` support to `ClosurePanelOptions` to compose closures with multiple closure panels (e.g. a venetian blind with `ClosurePanelTag.Lift` and `ClosurePanelTag.Tilt` panels). Thanks Ludovic BOUÉ. |
| 70 | + |
| 71 | +### Changed |
| 72 | + |
| 73 | +- [matterbridge]: Bump `matterbridge` version to v.3.10.1. |
| 74 | +- [matterbridge]: Update dependencies. |
| 75 | +- [matterbridge]: Bump `@matter/main` to v.0.17.6. |
| 76 | +- [matterbridge]: Bump `oxlint-tsgolint` to v.0.25.0. |
| 77 | +- [frontend]: Bump `frontend` version to v.3.5.4. |
| 78 | +- [frontend]: Update dependencies. |
| 79 | +- [frontend]: Bump `@rjsf` packages to v.6.7.0. |
| 80 | +- [frontend]: Bump `vite` to v.8.1.5. |
| 81 | +- [frontend]: Bump `oxlint-tsgolint` to v.0.25.0. |
| 82 | +- [chip-test]: Update chip-test Dockerfile. |
| 83 | + |
| 84 | +### Fixed |
| 85 | + |
| 86 | +- [tags]: Fix `ClosureTag` export shadowing. |
| 87 | +- [frontend]: Local plugins are detected, and both update actions and available-version checks are skipped. |
| 88 | + |
| 89 | +<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a> |
| 90 | + |
61 | 91 | ## [3.10.0] - 2026-07-17 |
62 | 92 |
|
63 | 93 | ### Breaking changes |
|
0 commit comments