NEWS
Donut-Diagramm erstellen
-
@gregors sagte in Donut-Diagramm erstellen:
Ich habe die vis-Version nicht hochgezogen, ...
Unter 1.2.12 läuft alles einwandfrei.zwischen 1.2.12 und 1.4.15 gibt es aber noch einige Versionen
1.4.15 (2022-04-10)
(bluefox) Better check of the offline license
1.4.14 (2022-03-31)
(bluefox) Corrected GUI bug
1.4.13 (2022-03-22)
(pascal-hari) The group attributes will be replaced recursively
1.4.12 (2022-02-12)
(bluefox) Fixed bug with the export of specific widgets
1.4.11 (2022-02-12)
(bluefox) Removed ES6 commands to be supported by older browsers
(oweitman) Fixed problem with update of grouped widgets
(stephanritscher) Added web manifest to be able to handle vis as the web app
1.4.8 (2022-01-29)
(bluefox) Added support for js-controller 4.x
1.4.7 (2021-12-28)
(mswiege) Fixed subscribeOidAtRuntime if called with invalid IDs
(bluefox) Added support of license manager
1.4.6 (2021-11-20)
(bluefox) Added the license check even without internet
1.4.5 (2021-10-08)
(jens-maus) Added frame-src spec to content-security-policy header fixing frame related content blocking issues (e.g. using KioskPro iOS app).
(bluefox) Showed the extended error messages by license check
(Scrounger) Patch visibility oid binding
1.4.4 (2021-08-31)
(jobe451) Allowed to have ":" in the binding object IDs
1.4.3 (2021-07-11)
(bluefox) Added possibility to check license offline (only special once)
1.4.0 (2021-07-01)
(bluefox) Changed path for check of certificates
(thost96) fixes for issues found by adapter-checker
1.3.10 (2021-05-25)
(bluefox) Fixed the support of admin5
1.3.9 (2021-04-29)
(agav99) Added support of local browser variables
(Scrounger) Bug fix for null & NaN values in width and height
(bluefox) Added support for admin5
1.3.8 (2021-03-03)
(bluefox) fix play sounds on iOS Safari an android
(Scrounger) visEditInspect: format dimension added
(foxriver76) Replace travis and appveyor by the GitHub actions
(Excodibur) Allow resources to be loaded as blob
(Excodibur ) Allow resources to be loaded as blob
1.3.7 (2021-01-20)
(Scrounger) Bug Fixed - Binding in JSON string
1.3.6 (2020-12-13)
(twonky4) Corrected: old browser issue
(rbaranga) Corrected: play sounds on iOS Safari
(Scrounger) Added the optional arguments to support Material Design Widgets
1.3.4 (2020-10-04)
(foxriver76) Corrected the error on older devices
1.3.3 (2020-09-21)
(bluefox) Return de-bounce settings back
(bluefox) Corrected error with {username} binding
(bluefox) Fixed "show last change" option
1.3.1 (2020-09-18)
(bluefox) Added the auto-focus option to the input widgets
1.3.0 (2020-09-17)
(foxriver76) on pending getStates, try again instead of drop
(foxriver76) fixed the file manager typos
(Scrounger) Added momentDate for the bindings
1.2.12 (2020-09-08)
(foxriver76) only parse arrays and json objects, not booleans, normal strings etc -
Ok.
Ich dann werde ich mal versuchen, eine stabile vis oberhalb von 1.2.12 zu erreichen.
Leider kann ich die Adroid-Version des Tablets von 4.0 nicht updaten. -
@gregors sagte in Donut-Diagramm erstellen:
Leider kann ich die Adroid-Version des Tablets von 4.0 nicht updaten.
unter 4.2 sollte es eigentlich gar nicht laufen.
Wie kommst du denn an ein so altes und unsicheres Android?
-
Habe gerade gesehen, dass ich nicht kleiner als 1.4.7 updaten kann.
D.h. wenn die 1.4.7 nicht funktioniert komme ich nicht mehr zurück. -
@gregors sagte in Donut-Diagramm erstellen:
D.h. wenn die 1.4.7 nicht funktioniert komme ich nicht mehr zurück.
Dann hast du endlich einen Grund ein aktuelles Tablet zu kaufen
-
@homoran
Ist ein Tablet mit (Stand)Wandhalterung im Querformat
Ausser IOB läuft auch nichts anderes darauf. -
@gregors sagte in Donut-Diagramm erstellen:
Ist ein Tablet mit (Stand)Wandhalterung im Querformat
gibbet auch aktuell
@gregors sagte in Donut-Diagramm erstellen:
Ausser IOB läuft auch nichts anderes darauf.
was willst du damit sagen?
ioB läuft ja nicht darauf, sondern wahrscheinlich ein uraltes Chrome und im Internet hängt das Ding wahrscheinlich auch -
Richtig. Auf dem Tablet läuft noch die alte ioBroker.vis.
Hat aber tatsächlich keine Zugang zum I-Net. -
Kann ich mit dem Befehl:
npm i iobroker.vis@1.2.12
jederzeit zurück?
Habe noch 2 Tablets auf denen:
Mozilla/5.0 (Linux; Android 5.1.1; XORO MegaPAD1404V2 Build/XORO; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2564.106 Safari/537.36
läuft.
Will jetzt nicht alle Tablets neu kaufen. -
@gregors sagte in Donut-Diagramm erstellen:
Kann ich mit dem Befehl:
npm i iobroker.vis@1.2.12jederzeit zurück?
im Prinzip schon, aber npm Befehle sollten nicht verwendet werden. Muss auch unbedingtim Installationsverzeichnis ausgeführt werden! Besser ist
iobroker upgrade vis@1.2.12
-
Ok. Danke