v2.4.0
🎉 New features
- Add settings UI for editing widget configs (#132).
- Rename
defaultPlacements
->presets
in widget configs (non-breaking: configs will be automatically migrated).
🐛 Bug fixes
- Fix issue where
defaultGateway.signalStrength
anddefaultGateway.ssid
onnetwork
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 newstart-widget
andstart-preset
CLI commands for dynamically starting widgets. - Remove
startWidgetDefault
JS API. Replaced withstartWidget
andstartPreset
JS functions.
Big thanks to @SebasF1349 and @lars-berger for contributing to this release 💛