Changelog
🐞 Fixed
- Kubernetes module now uses a client per widget, rather than a global client, #1081 by @hypnoglow
- FeedReader module now supports basic auth, #957 by @ResamVi
- Single words inside square brackets are displayed in the CmdRunner module, #1142 by @yosmoc
text_widget.tpl
generator fixed and documentation improved, by @Quentinchampenois
👍 Updated
- ExchangeRates module has been removed. Exchange rate data is supported by the Yahoo Finance module, by @yosmoc
- Replace usage of
ioutil
withio
andos
functions, by @Juneezee