Commit Graph

193 Commits

Author SHA1 Message Date
2a3f8eedf6 Fix RSS item link empty <link/> 2024-08-22 17:24:00 +08:00
b37f8a8375 Merge pull request #194 from glanceapp/backport-fixes
Backport fixes from v0.6.0 to v0.5.0
v0.5.1
2024-08-09 16:08:30 +01:00
139937f887 Fix missing RSS thumbnail images 2024-08-09 16:03:24 +01:00
b8b90451b6 Use GitHub's latest release API endpoint
The current releases widget uses the releases endpoint to pull the 10
most recent releases and filter them to find the latest release. This
causes a problem when a repository's latest release is outside of the 10
most recent (e.g. 10 prereleases):

ERROR No live release found repository=cross-seed/cross-seed url="https://api.github.com/repos/cross-seed/cross-seed/releases?per_page=10"

This is no longer a problem when using the latest release endpoint which
grabs the latest release, ignoring draft releases and prereleases.
2024-08-09 16:02:15 +01:00
c9a2aff6a6 Fix search input color 2024-08-09 16:01:15 +01:00
82b6531a07 Add funding 2024-08-07 19:18:17 +01:00
a981025679 Merge pull request #108 from wfg/github-actions
Create release workflow
2024-08-07 18:58:13 +01:00
f9ea2d73e1 Tidy up previous build files 2024-08-07 18:50:06 +01:00
a5728e9407 Update release workflow 2024-08-07 18:47:50 +01:00
1411268e35 Merge pull request #80 from c0smicdev/main
Add Kanagawa Dark theme
2024-07-03 19:51:42 +01:00
645802981e Update theme preview 2024-06-14 16:56:33 +00:00
0348a2475c Delete preview of old version 2024-06-14 16:55:44 +00:00
6c15c907bf Remove clock from preconfigured page 2024-06-11 00:17:25 +01:00
d5cf881d7a Produce example 2024-06-03 16:16:43 -05:00
050d3e6cd2 Add release workflow using GoReleaser 2024-06-03 16:16:43 -05:00
b83bf9bc09 Merge pull request #121 from glanceapp/release/v0.5.0
Release v0.5.0
v0.5.0
2024-06-02 20:17:50 +01:00
8d96e883d6 Update readme 2024-06-02 20:14:35 +01:00
75079a981b Add HTML widget 2024-06-02 19:01:20 +01:00
e8043be107 Add lobsters widget preview 2024-06-02 18:44:27 +01:00
c276f66017 Add tags to forum posts template 2024-06-02 18:44:17 +01:00
db7df33b27 Bump versions 2024-06-02 18:24:54 +01:00
1b8e355944 Document extension widget 2024-06-02 18:24:54 +01:00
342ef90cbe Add extension widget 2024-06-02 18:21:03 +01:00
b3be60acf6 Document collapse-after-rows property 2024-06-02 18:21:03 +01:00
b58d3e2849 Document change detection widget 2024-06-02 18:21:03 +01:00
4206fb943d Document simple icons usage for monitor icons 2024-06-02 18:21:03 +01:00
ee58ff40f1 Document allow-insecure property 2024-06-02 18:21:02 +01:00
21fd842bde Refactor monitor: allow insecure requests & use of simple icons 2024-06-02 18:21:02 +01:00
b63b5eb262 Make converting string to simple icon url reusable 2024-06-02 18:21:02 +01:00
9c69509a19 Fix markets class 2024-06-02 18:21:02 +01:00
511147fb90 Document detailed-list RSS style 2024-06-02 18:21:02 +01:00
9ce0030482 Don't offset attachments 2024-06-02 18:21:02 +01:00
4164263639 Fix RSS item links without base domain 2024-06-02 18:21:02 +01:00
1bebb88d0e Rename Stocks to Markets
Also fix bug that would remove markets if a network request failed
and not show them again until Glance was restarted
2024-06-02 18:21:02 +01:00
d2f5dbbc26 Fix weather widget making HTTP request as part of validation
Which would prevent app startup if there was no internet connection
2024-06-02 18:21:02 +01:00
2af6500028 Add utility class 2024-06-02 18:21:02 +01:00
a7cf8be8c4 Lower gap between timezones 2024-06-02 18:21:02 +01:00
69b3e544bd Fix layout shift on image load 2024-06-02 18:21:02 +01:00
0c63c61db5 Position category details to top when tags missing 2024-06-02 18:21:02 +01:00
8dc34ddfa7 Merge pull request #56 from jonasknobloch/lobsters-widget
Add Lobsters widget
2024-06-02 18:20:36 +01:00
8efda0047c Merge branch 'release/v0.5.0' into lobsters-widget 2024-06-02 18:20:07 +01:00
e3c17e0347 Merge branch 'main' into lobsters-widget 2024-06-02 18:19:06 +01:00
038c43bc09 Document lobsters widget 2024-06-02 18:17:20 +01:00
720549ec7e Allow specifying sort order and tags through config 2024-06-02 18:08:29 +01:00
3aa1f273b6 Add tags to dedicated field rather than to title 2024-06-02 17:51:49 +01:00
5105ebb870 Don't parse unused fields 2024-06-02 17:51:07 +01:00
0a55c12f4f Add tags to forum posts 2024-06-02 17:50:46 +01:00
67c20c3a5f Merge pull request #46 from knhash/change-detection
feat: add change detection module
2024-05-30 22:55:22 +01:00
f4f7892123 Merge branch 'release/v0.5.0' into change-detection 2024-05-30 22:55:01 +01:00
00a93e466d Update change detection 2024-05-30 22:53:59 +01:00