Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Releases: Zibbp/Ceres

v0.0.9 - Custom Live Channel Cron Schedule

11 May 16:46
Compare
Choose a tag to compare

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

  • feat: Allow users set live cron schedules by @Zibbp in #8

Full Changelog: v0.0.8...v0.0.9

v0.0.8 - Downgrade TwitchDownloader

10 May 14:33
Compare
Choose a tag to compare

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

06 May 14:30
Compare
Choose a tag to compare

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!

16 Apr 22:39
Compare
Choose a tag to compare

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

  • Feat: Archive Live Streams by @Zibbp in #3

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

09 Mar 20:11
Compare
Choose a tag to compare

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

21 Feb 22:04
205f673
Compare
Choose a tag to compare

Prometheus Metrics

05 Feb 18:05
Compare
Choose a tag to compare

Expose a /metrics endpoint which returns:

  • Total Vod count
  • Total channel count
  • Vods per channel

Video download logs

04 Feb 18:48
8a96a40
Compare
Choose a tag to compare

Properly log the video download output #1

v0.0.1

05 Jan 21:49
Compare
Choose a tag to compare

ALPHA RELEASE

All major features are working.

  • VOD Downloading
  • VOD Playback
  • VOD/Queue/User management

Features coming soon:

  • VOD Pagination
  • Manual Channel/VOD creation