Skip to content

v2.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Oct 07:54
· 11 commits to main since this release
e394f9d

🎉 New features

  • Add settings UI for editing widget configs (#132).
  • Rename defaultPlacements -> presets in widget configs (non-breaking: configs will be automatically migrated).
image
New settings UI

🐛 Bug fixes

  • Fix issue where defaultGateway.signalStrength and defaultGateway.ssid on network provider were null on non-English systems (#125).

🚨 Breaking change

Not sure if anyone has used these API's yet, but the following have been changed:

  • Remove open-widget-default CLI command. Replaced with new start-widget and start-preset CLI commands for dynamically starting widgets.
  • Remove startWidgetDefault JS API. Replaced with startWidget and startPreset JS functions.

Big thanks to @SebasF1349 and @lars-berger for contributing to this release 💛