Skip to content

Commit

Permalink
[OFFICIAL RELEASE] 0.2.6
Browse files Browse the repository at this point in the history
* (@Apollon77) Fixes ColorTemperature light initialization because of matter.js update
  • Loading branch information
foxriver76 authored Dec 6, 2024
1 parent 9458fce commit 4d6bbea
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 22 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@ TBD
-->

## Changelog

### __WORK IN PROGRESS__
### 0.2.6 (2024-12-06)
* (@Apollon77) Fixes ColorTemperature light initialization because of matter.js update

### 0.2.5 (2024-12-06)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "matter",
"version": "0.2.5",
"version": "0.2.6",
"news": {
"0.2.6": {
"en": "Fixes ColorTemperature light initialization because of matter.js update",
"de": "Behebt die ColorTemperatur Licht Initialisierung aufgrund der Materie. js update",
"ru": "Исправляет инициализацию цвета температуры из-за материи. js обновление",
"pt": "Corrige a inicialização de luz ColorTemperature por causa da matéria. js update",
"nl": "Bevestigt kleurTemperatuur licht initialisatie vanwege materie. js update",
"fr": "Corrige l'initialisation de la lumière ColorTemperature à cause de la matière. Mise à jour de js",
"it": "Fissa l'inizializzazione della luce ColorTemperature a causa della materia. aggiornamento js",
"es": "Arreglos ColorTemperatura inicialización de la luz debido a la materia. js update",
"pl": "Fixes ColorTemperatura inicjalizacja światła z powodu materii. Aktualizacja js",
"uk": "Фіксує колірТемпературна ініціалізація світла через матерію. оновлення js",
"zh-cn": "修补颜色Temperature光因物质而初始化. js 更新"
},
"0.2.5": {
"en": "Sets the \"no-compose\" flag correctly to normally use composed if needed and adds it to a missing dialog\nAllows to use null values if needed\nFixes UNREACH handling for devices\nFixes object change handling for controller\nAllow Bridges to expose its name as a device name\nAllows to rename controller nodes and devices",
"de": "Setzt das \"no-compose\"-Flag richtig ein, um normalerweise komponiert zu verwenden und fügt es zu einem fehlenden Dialog hinzu\nErlaubt, bei Bedarf Nullwerte zu verwenden\nBehebt UNREACH-Handling für Geräte\nFixes Objektänderungshandling für Controller\nErlaubt Bridges, seinen Namen als Gerätenamen zu entlarven\nErmöglicht die Umbenennung von Controller-Knoten und -Geräten",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "WAŻNE: Łamanie zmian!! Przed zainstalowaniem tej wersji należy rozpakować wszystkie urządzenia i zresetować w pełni fabrycznie magazyn Matter. Para urządzenia nowe później.\nFinalizuje funkcje urządzeń, mostów i sterownika z pierwszym zestawem 11 typów urządzeń\nAktualizacje do nowej wersji Matter.js i API (łamie strukturę pamięci masowej)\nPrzeniesiony proces budowy GUI vite\nDodano możliwość grupowania urządzeń w GUI",
"uk": "ВАЖЛИВО: Зміна переходів! Будь ласка, відхиляйте всі пристрої та зробіть повне скидання заводу адаптера Matter перед установкою цієї версії. З'єднайте нові пристрої після.\nЗакінчення пристроїв, міст і контролерів з першим набором типів 11 пристроїв\nОновлення нової версії Matter.js та API (структура зберігання тріщин)\nПереміщений процес побудови GUI для vite\nДодано можливість групових пристроїв в GUI",
"zh-cn": "突破变化! 在安装此版本之前, 请取消所有设备的功能, 并重新安装适配器 。 之后给新设备配对.\n最终确定设备、桥梁和控制器的功能,第一套有11个设备类型\n升级到新的 Matter.js 版本和 API( 中断存储结构)\n将图形用户界面的构建进程移至 vite\n添加到 GUI 中组设备的可能性"
},
"0.1.13": {
"en": "Working on the controller",
"de": "Arbeiten am Controller",
"ru": "Работает на контроллере",
"pt": "Trabalhando no controlador",
"nl": "Werken aan de controller",
"fr": "Travailler sur le contrôleur",
"it": "Lavorare sul controller",
"es": "Trabajando en el controlador",
"pl": "Prace nad kontrolerem",
"uk": "Робота на контролері",
"zh-cn": "控制员的工作"
}
},
"title": "Matter",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.matter",
"version": "0.2.5",
"version": "0.2.6",
"description": "Controlling and simulation of matter devices",
"author": {
"name": "Denis Haev",
Expand Down
4 changes: 2 additions & 2 deletions src-admin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.matter",
"version": "0.2.5",
"version": "0.2.6",
"private": true,
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*"
Expand Down

0 comments on commit 4d6bbea

Please sign in to comment.