glance version history
10 releases tracked, newest first.
v0.8.5
May 30, 2026- Added a workaround to bypass Reddit's API restrictions for the widget.
- Updated Go and Alpine versions.
9 downloads
v0.8.4
Jun 10, 2025## New
* Added support for [Material Design icons](https://pictogrammers.com/library/mdi/) via `mdi` prefix (thanks @NextBlaubeere)
* Made the `auto-invert` icon prefix work for icons from libraries, so you can now do things like `icon: auto-invert sh:glance-dark` which will automatically invert dark icons to light depending on your theme
## Fixes
* Fixed multiple to-do widgets on a single page not working (thanks @rhijjawi & @tty2)
* Fixed the search widget shortcut (`S`) not working when using a keyboard layout other than English (thanks @NikD0T)
## Changed
* The Docker image health check has been removed, for more information see #676
## New Contributors
* @chenkhuaning0816 made their first contribution in https://github.com/glanceapp/glance/pull/687
* @thallada made their first contribution in https://github.com/glanceapp/glance/pull/689
* @chenrui333 made their first contribution in https://github.com/glanceapp/glance/pull/693
* @rhijjawi made their first contribution in https://github.com/glanceapp/glance/pull/705
* @septechx made their first contribution in https://github.com/glanceapp/glance/pull/699
10 downloads
v0.8.3
May 19, 2025## New
* Added the ability to disable the theme picker via `disable-picker: true` under `theme` (thanks @NeoNyaa)
* Added `mod` function (modulo) to the custom API widget (thanks @anant-j)
* Added `safeHTML` function to the custom API widget which prevents HTML from being escaped (thanks @sudoexec)
* Added `.Options.JSON` to the custom API widget which takes any nested option value and turns it into a JSON string (thanks @ralphocdol)
<details>
<summary>View example</summary>
```yaml
- type: custom-api
options:
request-body:
service: Session
method: login
params:
username: ${USERNAME}
password: ${PASSWORD}
# useful if you need to send JSON in a request body
template: |
...
| withStringBody (.Options.JSON "request-body")
...
```
</details>
* Added the theme key to the document root so that you can apply styles based on the selected theme (thanks @EricKotato)
<details>
<summary>View example</summary>
```css
:root[data-theme="default-dark"] {
.color-primary-if-not-visited {
color: #ff0000;
}
}
:root[data-theme="default-light"] {
.color-primary-if-not-vi
10 downloads
v0.8.2
May 14, 2025* Fixed `hide-deskop-navigation` not working (thanks @LZStealth)
* Fixed custom favicons not working in Chromium browsers (thanks @AWildLeon)
* Fixed server crash when using `head-widgets` with the releases widget (thanks @aykhans)
* Fixed URLs getting escaped when using `video-url-template` in the `videos` widget with the `vertical-list` style (thanks @Kamalaja)
* Added `startOfDay` and `endOfDay` functions to the custom API widget (thanks @ralphocdol)
[Visit the release notes for v0.8.0 to learn about all new features](https://github.com/glanceapp/glance/releases/tag/v0.8.0)
10 downloads
v0.8.1
May 13, 2025Fixed an error that prevented the page from loading when `hide-desktop-navigation` is set to `true` (thanks @Geffreyvanderbos and @Blooym)
[Visit the release notes for v0.8.0 to learn about all new features](https://github.com/glanceapp/glance/releases/tag/v0.8.0)
10 downloads
v0.8.0
May 13, 2025Another big update is here! This one includes authentication, a theme picker, new customization options, a to-do widget and lots of improvements to existing widgets. Before we get to details of all that...
## Feedback wanted
Deciding what features to add to a project like this is no easy task. Most self-hosted services focus on doing one thing and adding features around that thing, but with a personal dashboard/feed aggregator you can practically display _anything_, so how do you decide what does and doesn't belong? So far I've been prioritizing feature requests with a high number of upvotes and those I believe fit with the vision of the project, although admittedly Glance has deviated quite a bit from its initial purpose.
As with almost all communities, a minority of people are very vocal about their wants and needs, while the majority are just riding along. Rather than guessing what the community as a whole would benefit from the most moving forward, I thought I could just ask through a short survey.
[Link to the survey](https://docs.google.com/forms/d/e/1FAIpQLSdoNDjJYugVm6kb2NpVO5QO1inGbEeuydkta-XEIMRbgYIsXg/viewform)
It's entirely anonymous, should only take abo
10 downloads
v0.7.13
Apr 22, 2025## 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)
10 downloads
v0.7.12
Apr 14, 2025Fixed server crash in some configurations when a widget is provided with a single resource to fetch instead of multiple
10 downloads
v0.7.11
Apr 13, 2025## What's changed
* [RSS widget] Duplicate post links will now be filtered out (thanks @HtFilia)
* [Custom API widget] Added `replaceMatches` and `unique` functions (thanks @ralphocdol)
* Added `mountpoint:info` CLI command
* Added more details to the output of `sensors:print` CLI command
## Fixes
* [Twitch channels widget] Fixed live channels with 0 viewers getting incorrectly sorted lower than offline channels
* [Server stats widget] Potential fix for missing mountpoint stats
* Fixed the Yahoo finance test request in the `diagnose` CLI command
10 downloads
v0.7.10
Apr 9, 2025## What's Changed
* Slightly increased the scale of everything on mobile to make things easier to tap on
* Added `sensors:print` CLI command that lists all temperature sensors that Glance has access to
* Bumped versions of dependencies
## New Contributors
* @diceroll123 made their first contribution in https://github.com/glanceapp/glance/pull/528
* @FranklyFuzzy made their first contribution in https://github.com/glanceapp/glance/pull/499
* @daot made their first contribution in https://github.com/glanceapp/glance/pull/486
* @Panonim made their first contribution in https://github.com/glanceapp/glance/pull/553
**Full Changelog**: https://github.com/glanceapp/glance/compare/v0.7.9...v0.7.10
10 downloads