github ioBroker/ioBroker.admin v8.0.14
Release v8.0.14

4 hours ago
  • (@GermanBluefox) Fixed: the old, non-React adapter configuration pages stayed bright in the modernDark theme. Their stylesheet only knows the theme names that existed when it was written, so adapter-settings.js maps every newer name - modernDark, modernLight and the vendor themes - down onto the plain dark/light it descends from. React-based configurations are untouched: they take the theme from the local storage and keep the new designs
  • (@GermanBluefox) Fixed: after saving an enum (e.g., a new icon) or dragging an object into it, the "Enums" tab showed only this one enum until the page was reloaded. The collected changes did not start from a copy of all enums any more, so the list was rebuilt from the changed enum alone; deleted enums did not disappear either
  • (@GermanBluefox) Added: the object list on the right side of the "Enums" tab can be hidden with a new toolbar button, and the choice is remembered. While it is hidden, a hint explains that states, channels and devices are added by dragging them from this list
  • (@GermanBluefox) Added: every enum in the "Enums" tab has an "Add objects" button, which opens the object selection with multi-select - adding members no longer requires drag and drop
  • (@GermanBluefox) Fixed: dropping a folder that is not an object itself (e.g. 0_userdata.0.lights) onto an enum showed only a "TODO" alert. Now it asks whether to add the states, channels and devices found below it
  • (@GermanBluefox) Fixed: enum members whose object was deleted were hidden silently but stayed in the enum. They are shown now with a warning and can be removed
  • (@GermanBluefox) The "Enums" tab reads the members of all enums with a few bulk requests instead of one request per member
  • (@GermanBluefox) The icon selection of enums, users and groups offers the new icon library of @iobroker/gui-components: 448 icons in 15 categories with names in all languages and a search, next to the classic room and device icons
  • (@GermanBluefox) Fixed: rooms created by the setup wizard got the file name of their icon (e.g. "Living Room") instead of the icon itself, so they were shown without an icon
  • (@GermanBluefox) The room and function templates are taken from @iobroker/gui-components now, the admin's own copy of the template icons was removed
  • (@GermanBluefox) New layout of the "Enums" tab: a compact list of the entries of a category on the left (nested entries like floors can be opened and closed), the details of the selected entry in the middle and the object list on the right, which collapses into a narrow bar. The details group the members by device or channel and show their role, their current value and the rooms or functions they belong to - a click on one of them opens it. Objects, members and entries can be dragged onto the list and onto the details. On narrow screens the list and the details are shown one after another

Don't miss a new ioBroker.admin release

NewReleases is sending notifications on new releases.