You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug where animations bound to boolean states were not initialized properly when model was loaded
Colored axis in editor-panel
Fixed multiple false error messages upon first model setup
Removed unneeded things (ioBroker/ioBroker.repositories#1157 (comment))
Copy file name to clipboardExpand all lines: io-package.json
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,20 @@
1
1
{
2
2
"common": {
3
3
"name": "vis-3dmodel",
4
-
"version": "0.0.8",
4
+
"version": "0.0.9",
5
5
"news": {
6
+
"0.0.9": {
7
+
"en": "Fixed bug where animations bound to boolean states were not initialized properly when model was loaded\nColored axis in editor-panel\nFixed multiple false error messages upon first model setup\nRemoved unneeded things (https://github.com/ioBroker/ioBroker.repositories/pull/1157#issuecomment-802623631)",
8
+
"de": "Fehler behoben, bei dem Animationen, die an boolesche Zustände gebunden waren, beim Laden des Modells nicht ordnungsgemäß initialisiert wurden\nFarbige Achse im Editor-Panel\nMehrere falsche Fehlermeldungen beim ersten Modell-Setup wurden behoben\nNicht benötigte Dinge wurden entfernt (https://github.com/ioBroker/ioBroker.repositories/pull/1157#issuecomment-802623631)",
9
+
"ru": "Исправлена ошибка, из-за которой анимации, привязанные к логическим состояниям, не инициализировались должным образом при загрузке модели.\nЦветная ось в панели-редакторе\nИсправлено несколько ложных сообщений об ошибках при первой настройке модели.\nУдалены ненужные вещи (https://github.com/ioBroker/ioBroker.repositories/pull/1157#issuecomment-802623631)",
10
+
"pt": "Bug corrigido em que as animações vinculadas a estados booleanos não eram inicializadas corretamente quando o modelo era carregado\nEixo colorido no painel do editor\nCorreção de várias mensagens de erro falsas na configuração do primeiro modelo\nCoisas desnecessárias removidas (https://github.com/ioBroker/ioBroker.repositories/pull/1157#issuecomment-802623631)",
11
+
"nl": "Bug opgelost waarbij animaties die waren gebonden aan booleaanse toestanden niet correct werden geïnitialiseerd toen het model werd geladen\nGekleurde as in editor-paneel\nMeerdere valse foutmeldingen opgelost bij de eerste modelconfiguratie\nOnnodige dingen verwijderd (https://github.com/ioBroker/ioBroker.repositories/pull/1157#issuecomment-802623631)",
12
+
"fr": "Correction d'un bug où les animations liées aux états booléens n'étaient pas initialisées correctement lors du chargement du modèle\nAxe coloré dans le panneau de l'éditeur\nCorrection de plusieurs faux messages d'erreur lors de la première configuration du modèle\nSuppression des éléments inutiles (https://github.com/ioBroker/ioBroker.repositories/pull/1157#issuecomment-802623631)",
13
+
"it": "Risolto bug per cui le animazioni legate a stati booleani non venivano inizializzate correttamente quando il modello veniva caricato\nAsse colorato nel pannello dell'editor\nRisolti diversi messaggi di errore falso durante la configurazione del primo modello\nOggetti non necessari rimossi (https://github.com/ioBroker/ioBroker.repositories/pull/1157#issuecomment-802623631)",
14
+
"es": "Se corrigió el error por el cual las animaciones vinculadas a estados booleanos no se inicializaban correctamente cuando se cargaba el modelo\nEje coloreado en el panel del editor\nSe corrigieron múltiples mensajes de error falsos en la configuración del primer modelo\nSe eliminaron cosas innecesarias (https://github.com/ioBroker/ioBroker.repositories/pull/1157#issuecomment-802623631)",
15
+
"pl": "Naprawiono błąd polegający na tym, że animacje powiązane ze stanami logicznymi nie były poprawnie inicjowane po załadowaniu modelu\nKolorowa oś w panelu edytora\nNaprawiono wiele fałszywych komunikatów o błędach podczas pierwszej konfiguracji modelu\nUsunięto niepotrzebne rzeczy (https://github.com/ioBroker/ioBroker.repositories/pull/1157#issuecomment-802623631)",
0 commit comments