glance/internal
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
..
assets Fix search input color 2024-08-09 16:01:15 +01:00
feed Use GitHub's latest release API endpoint 2024-08-09 16:02:15 +01:00
glance Adds reporting serve errors 2024-05-17 10:11:00 -06:00
widget Add HTML widget 2024-06-02 19:01:20 +01:00