This repository has been archived by the owner on Jul 21, 2022. It is now read-only.
Releases: Zibbp/Ceres
Releases · Zibbp/Ceres
v0.0.9 - Custom Live Channel Cron Schedule
Changes
- Allow users to change the cron schedule that checks if channels are live via a Docker environment variable. Visit the wiki page for more information about this.
What's Changed
Full Changelog: v0.0.8...v0.0.9
v0.0.8 - Downgrade TwitchDownloader
Changed
- Reverted the version bump in
v0.0.7
as it is having issues rendering the live chat downloads #7
0.0.7 - Bump TwitchDownloader
Changed
- Bump TwitchDownloader version
- Fixes emojis for Linux and allowing parallel chat downloading. Please visit the TwitchDownloader release for more information.
v0.0.6 Live stream support!
What's Changed
- Archiving live stream support (both video and chat).
- Visit the wiki for more information.
- New notification webhook.
- Logs are quieter in production unless
LOG_LEVEL=debug
is set.
Pull Requests
Full Changelog: v0.0.5...v0.0.6
Remaking this release again because Github actions does not want to run a build for this release for some reason...
v0.0.5
Changes
- Routes for manually creating channels and vods.
- Useful for importing vods downloaded previously or downloaded through YouTube.
- Allow
.mkv
videos to be served through Nginx.- Firefox requires some specific headers for mkv playback
- Add a search route that perform a full text search against vod titles.
v0.0.4 Bump TwitchDownloader Version
Prometheus Metrics
Expose a /metrics
endpoint which returns:
- Total Vod count
- Total channel count
- Vods per channel
Video download logs
Properly log the video download output #1