v0.7.13

glanceapp/glancev0.7.13Apr 22, 2025by svilenmarkov

AI Summary

The release introduces a new time parsing function and improves the search widget, alongside fixes for server stats and Reddit widgets.

Key Highlights

  • Added `parseLocalTime` function which uses the local timezone instead of UTC when no timezone is specified.
  • Added `target` property to the search widget for opening results in new tabs.
  • Fixed being unable to retrieve temperature sensors in some server stats instances.
  • Fixed Reddit widget URL escaping issues.

New Features

  • parseLocalTime function
  • target property for search widget

Full Release Notes

## New
* [Custom API] Added `parseLocalTime` function, which works like `parseTime`, however in the absence of a timezone it uses the local timezone instead of UTC. 
* [Search widget] Added [`target`](https://developer.mozilla.org/en-US/docs/Web/API/Window/open#target) property 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)