Release v0.6.0 #207
svilenmarkov
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
More information about each new widget and property can be found in the configuration docs.
New
Preconfigured pages
There's a new document with a couple of example preconfigured pages for those who are looking for inspiration or just want to copy-paste something without going through the effort of configuring entire pages from scratch. Pull requests are welcome if you'd like to share your page configs!
Group widget
Grouping widgets of any type is possible, not just reddit. It also works for both
small
andfull
columns! The only exception is that you can't have a group within a group, for those who were going to be cheeky and try that.(thanks @VeryEvilHumna #169)
DNS stats widget
Supports showing stats from both AdGuard Home and Pi-hole.
Branding customization
You can now change things such as the logo, favicon, footer, etc through the new top level
branding
property:(thanks @realdavidops #75)
Releases widget now supports showing releases from Docker Hub and GitLab
To help distinguish the source of each repository, there is also a new
show-source-icon
property:(thanks @bigsk1 #120 & @Fumesover #165)
New customization properties for pages
You can now change the maximum width of pages with the new
width
property:Possible options are
slim
andwide
. The maximum width for each is:1600px
1100px
1920px
Note that when set to
slim
, the maximum number of columns you can have goes down from 3 to 2.You can now hide the desktop navigation for individual pages, useful for creating minimalsitic pages:
You can now vertically center the content on the page:
Combining all 3 properties can give you a pretty clean startpage:
The config for this page is available in the preconfigured pages doc.
New
base-url
property underserver
This allows you to host Glance behind a reverse proxy and under a path rather than having to give Glance its own subdomain:
Without
base-url
:With
base-url
(assuming you have your reverse proxy setup correctly):(thanks @fenying #125 & @CremaLuca #167)
New
commits-limit
property for the Repository widgetAlong with showing the latest issues and pull requests, you can also show the latest commits made to the main branch of a repository:
(thanks @aharivel #77)
New
new-tab
andautofocus
properties for the Search widget(thanks @ralphocdol #137 & @tversteeg #170)
New
instance-url
andcustom-url
properties for the Lobsters widget(thanks @bersace #129)
New
title-url
andcss-class
properties for all widgetsYou can now set links for widget titles:
Some widgets (
hacker-news
,lobsters
,reddit
,twitch-channels
andtwitch-top-games
) have sensible URLs set by default, though they can be changed to whatever you like.To help with styling specific widgets using custom CSS, you can now add your own CSS classes to individual widgets:
(thanks @DickenSerm #147)
New
check-url
for the Monitor widget(thanks @MrExplode #154)
New
show-flairs
property for the Reddit widgetWhen set to
true
, shows post flairs.New
show-failing-only
property for the Monitor widgetWhen set to
true
shows only the sites which were unreachable or returned an error response. Useful if you're monitoring a lot of sites and only want to look for issues.New
single-line-titles
property for the RSS widget with default stylingWhen set to
true
, truncates titles if they are longer than a single line. Useful if you're using the RSS widget with default styling in a small column and are unreasonably annoyed by frequent orphans.Changed
Removed
style: dynamic-columns-experimental
and made it the default behaviorYou no longer need to specify the style in order to have the bookmarks, monitor and markets widgets scale in
full
sized columns.(thanks @DVDAndroid)
Shorts are now removed by default from the Videos widget
You can revert to showing them again using the new
include-shorts
property:(thanks @3rd #176 & @bigsk1 #106)
You can now use custom bangs in the Search widget without a query
Before, if you had a custom bang that simply takes you to a link rather than perform a search, you couldn't use it unless you entered something after it:
This has now been changed and you can simply enter
"!jellyfin"
with nothing else and it will open the link for you.(thanks @dracarys18 #163)
Twitch avatars are now clickable
... and they open the channel in a new tab. Neat.
(thanks @DVDAndroid #172)
RSS feeds without any items will no longer show an error
Before, if your RSS feeds didn't return any items you'd get a scary looking error message telling you no content could be fetched. This has now been changed for a more neutral message.
(thanks @DickenSerm #156)
Fixes
v
in the beginning (thanks @jbonadiman [Bug(?)] Version tag not showing correctly in frontend #202)Notable community contributions
DVDAndroid/glance-docker-container-ext - a Glance extension that shows the status of Docker containers:
Milestones
Glance has surpassed 100,000 downloads on Docker Hub. I did not expect my little side project to grow this much in the span of a couple of months. Thank you so much to everyone who's helped by contributing or simply spreading the word.
Sponsors
A special thank you to the people who have sponsored Glance:
If you'd also like to sponsor the project you can do so here. Thank you!
This discussion was created from the release v0.6.0.
Beta Was this translation helpful? Give feedback.
All reactions