Commit Graph

41 Commits

Author SHA1 Message Date
01af97ddab Allow fetching releases from multiple sources 2024-08-27 03:26:16 +01:00
7d1ede8c91 releases: Add support for gitlab 2024-07-03 08:20:02 +02:00
39f40670d0 Fix missing RSS thumbnail images 2024-06-29 17:17:27 +01:00
b327e59ab1 Allow specifying a custom lobsters URL or instance 2024-06-29 15:43:07 +01:00
263d2e6f30 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-06-07 16:27:13 -05:00
342ef90cbe Add extension widget 2024-06-02 18:21:03 +01:00
21fd842bde Refactor monitor: allow insecure requests & use of simple icons 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
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
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
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
d18f645c18 Add detailed-list style for RSS 2024-05-25 02:38:49 +01:00
0681a04607 Add custom sorting to the twitch channels widget
this allows the channels to be sorted as defined in the config while
still keeping the live channels on the top. the wording could probably
be improved, "custom" is too broad but i'm not sure what else to call
it.
2024-05-18 03:07:34 +03:00
6cad5a8efb Merge remote-tracking branch 'origin' into change-detection 2024-05-13 03:32:52 +02:00
eb9f92f04a Update tag delimiter 2024-05-12 17:14:40 +02:00
c05607934b Fetch posts via JSON endpoint 2024-05-12 17:14:04 +02:00
344f518991 Add Lobsters widget 2024-05-12 13:20:34 +02:00
aef0c84286 Move engagement calculation inside widget 2024-05-12 11:00:45 +01:00
0fbc8dcb41 Allow specifying links for stock symbol & chart 2024-05-12 04:13:38 +01:00
82f51293df Add more refinement options for HN widget 2024-05-10 14:08:01 +01:00
840ba0f240 Add more refinement options for Reddit widget 2024-05-10 13:23:57 +01:00
c5e3eed64b Add Repository Overview widget 2024-05-10 11:05:42 +01:00
aa04904a72 feat: add diff, fix: configurable url 2024-05-09 08:32:27 +02:00
7c4c1798b6 Lowercase domains 2024-05-09 04:49:42 +01:00
7adf624e95 feat: add change detection module 2024-05-08 11:47:25 +02:00
5fdc3e3f10 Merge pull request #23 from jarylc/proxy-option-for-reddit
Added a request-url-template option for Reddit requests
2024-05-03 02:48:32 +01:00
24ef8f6e2a Added a request-url-template option for Reddit requests
Reddit blocks known datacenter IPs from accessing their endpoints unless you request them to unblock it. Even so it has a low chance of success.

The new option will allow users to specify a request URL to handle Reddit requests.
2024-05-03 09:42:47 +08:00
d8d6625478 Allow specifying state in weather location 2024-05-02 19:54:20 +01:00
9c5b6045af Don't request unused wind speed data 2024-05-02 17:14:27 +01:00
44a153d30a Allow using alternative links for YT, HN and reddit 2024-05-01 19:08:25 +01:00
d5d6103327 Fix currency symbol being hardcoded to $ 2024-04-29 22:32:46 +01:00
ccdafcdfab Allow changing between C and F for weather temp 2024-04-29 16:29:11 +01:00
78572a534b Increase max body length 2024-04-29 16:18:32 +01:00
faeeb7c899 Truncate response body in error message 2024-04-28 14:53:58 +01:00
ec8ba40cf0 Initial commit 2024-04-27 20:10:24 +01:00