# Glance v0.7.13 - Product: Glance (https://whatsnew.fyi/product/glanceapp) - Vendor: Glance - Date: 2025-04-22 - Version: v0.7.13 - Original notes: https://github.com/glanceapp/glance/releases/tag/v0.7.13 - Permalink: https://whatsnew.fyi/product/glanceapp/releases/v0.7.13 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Added parseLocalTime function to Custom API, which works like parseTime but uses local timezone in the absence of a timezone instead of UTC - **added** — Added target property to Search widget, which is used when opening search results in a new tab - **fixed** — Fixed being unable to retrieve temperature sensors in Server stats widget in some instances - **fixed** — Fixed URL not being correctly escaped in Reddit widget when using request-url-template ##### 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)