Skip to content

1.11.0

Compare
Choose a tag to compare
@StefanCohen StefanCohen released this 13 Oct 20:50
· 299 commits to master since this release

1.11.0

  • Features
    • A setting to enable coloring of the temp gauges has been added. The temp indicator will be blue below the target temp, green on the target temp and red above. A deviation parameter is used to configure how many degrees below or above the target temp the indicator shall be set to green. (Issue #40)
    • Two settings has been added for CPU warning threshold (default 70 degrees) and CPU critical threshold (default 85 degrees). The CPU temp indicator will blue by default, orange above the warning threshold and red above the critical threshold. (Issue #40)
    • A CPU frequency indicator (MHz) has been added to the CPU widget. This will indicate the level of throttling the system applies to the CPU. (mainly useful on RPi) (Issue #40)
    • Added a check to not load the webcam stream if the webcam view is disabled in the Dashboard settings. (Issue #80)
    • Added a new button to switch to full browser mode in addition to the full screen mode. The new button has the same effect as typing in the ?dashboard=full url parameter. The full browser mode was added in 1.8.0 and is useful when for example using a "kiosk" browser as a printer display. (Issue #95)
    • Removed the context menus for job control and connect/disconnect to printer that was added in 1.6.0. The reason is that they were not useful on tablets and too hard to find. (Issue #93). Replaced by:
    • Added a setting (disabled by default) to enable Job control widgets for Starting, Pausing/Resuming and Cancelling a job. This is useful for users who use the fullscreen mode on tablets as a printer monitor. (Issue #87)
    • Removed the experimental support for DHT11/22 sensors added in 1.10.0 and replaced it with an integration to the Enclosure Plugin. All input temperature/humidity sensors configured in Enclosure will be displayed as widgets on the Dashboard if enabled. (Issue #92) This will make it possible to integrate all temp sensor types supported by Enclosure in the Dashboard:
      • DHT11
      • DHT22
      • AM2302
      • DS18B20
      • SI7021
      • BME280
      • TMP102
      • MAX31855
  • Bug Fixes
    • Fix for widgets not fitting on the screen in fullscreen mode. (Issue #71)