v0.7.13
Added 2
- Added parseLocalTime function to Custom API, which works like parseTime but uses local timezone in the absence of a timezone instead of UTC
- Added target property to Search widget, which is used when opening search results in a new tab
Fixed 2
- Fixed being unable to retrieve temperature sensors in Server stats widget in some instances
- Fixed URL not being correctly escaped in Reddit widget when using request-url-template
New
- [Custom API] Added
parseLocalTimefunction, which works likeparseTime, however in the absence of a timezone it uses the local timezone instead of UTC. - [Search widget] Added
targetproperty which is used when opening the search results in a new tab (thanks @Jacksaur)
Fixes
- [Server stats widget] Fixed being unable to retrieve temperature sensors in some instances (thanks @anxdpanic)
- [Reddit widget] Fixed the URL not being correctly escaped when using
request-url-template(thanks @yurigiu)