glance/internal/feed
Wyatt Gill 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
..
calendar.go Initial commit 2024-04-27 20:10:24 +01:00
changedetection.go Update change detection 2024-05-30 22:53:59 +01:00
extension.go Add extension widget 2024-06-02 18:21:03 +01:00
github.go Use GitHub's latest release API endpoint 2024-08-09 16:02:15 +01:00
hacker-news.go Add more refinement options for HN widget 2024-05-10 14:08:01 +01:00
lobsters.go Allow specifying sort order and tags through config 2024-06-02 18:08:29 +01:00
monitor.go Refactor monitor: allow insecure requests & use of simple icons 2024-06-02 18:21:02 +01:00
openmeteo.go Allow specifying state in weather location 2024-05-02 19:54:20 +01:00
primitives.go Rename Stocks to Markets 2024-06-02 18:21:02 +01:00
reddit.go Move engagement calculation inside widget 2024-05-12 11:00:45 +01:00
requests.go Refactor monitor: allow insecure requests & use of simple icons 2024-06-02 18:21:02 +01:00
rss.go Fix RSS item links without base domain 2024-06-02 18:21:02 +01:00
twitch.go Add custom sorting to the twitch channels widget 2024-05-18 03:07:34 +03:00
utils.go Merge branch 'release/v0.5.0' into change-detection 2024-05-30 22:55:01 +01:00
yahoo.go Rename Stocks to Markets 2024-06-02 18:21:02 +01:00
youtube.go Allow using alternative links for YT, HN and reddit 2024-05-01 19:08:25 +01:00