Skip to content

Releases: seriousm4x/wubbl0rz-archiv

v4.1.0

05 Jun 19:48
94b319d
Compare
Choose a tag to compare
  • added vod sprites for player
  • added discord live notifications via webhook
  • added pushover notifications for failed vod downloads
  • improved twitch api handling. bearer only gets requested when it's needed
  • update libavif to 0.10.1
  • fix empty creator names
  • multiple code fixes and improvements

v4.0.0

11 Apr 14:09
v4.0.0
e0aaca8
Compare
Choose a tag to compare

This repo is from now on only the backend of the page. Frontend can be found at https://github.com/AgileProggers/archiv-frontend

  • api root moved from /api/ to /
  • filtering and serialization is all done with DRF
  • vods and clips are now segmented files which fixes the videojs player randomly getting stuck
  • download function moved to seperate thread, so the process quits after streaming the file
  • set yt-dlp retry count
  • less verbose log output. only print relevant stuff

v3.0.2

08 Feb 22:23
357e250
Compare
Choose a tag to compare
  • added category images to single clip view
  • add status page to footer

v3.0.1

04 Feb 10:02
b3af282
Compare
Choose a tag to compare
  • fix media and static paths

v3.0.0

03 Feb 18:47
8f1d1ab
Compare
Choose a tag to compare
  • added clips
    clips are relational database models linked to vods (if found). means, on a vod page, you can see the clips created for this vod. and vice versa
  • use api for search field
  • other minor improvements

v2.1.0

14 Jan 22:55
871b07f
Compare
Choose a tag to compare
  • added vod comments via utterances
  • properly set up redis caching
  • api: search for vods with ?title=lulw
  • stats: change grid color when toggling theme

v2.0.0

11 Jan 18:33
effdbb5
Compare
Choose a tag to compare
  • added json api. available at https://archiv.wubbl0rz.tv/api/. docs can be found at docs.md
  • added GPL-3.0 license
  • changed backup file pattern
  • removed chatlog stuff from project
  • added checkbox in backed to publish/unpublish vods. vods will be hidden in frontend and api

v1.2.0

06 Jan 00:45
25edf9a
Compare
Choose a tag to compare
  • download vods as mp4. once download is clicked, a background process streams the ts file to the client in a mp4 container
  • use gunicorn async workers
  • added hotkeys. to show all available hotkeys, press H
  • hide search results when none found
  • chart labels now dynamically change font color based on theme

v1.1.0

27 Dec 12:47
2114c7c
Compare
Choose a tag to compare
  • a lot of opengraph changes to make like previews nicer
  • twitch, discord, github and backup archiv icons in footer
  • thinner navbar
  • fix stats text clipping out of boxes
  • updated manual import script
  • added affinity designer project file for og image

v1.0.9

25 Dec 17:38
01dc55a
Compare
Choose a tag to compare
  • fixes for cloudflare breaking my js
  • german translations
  • remove image width and height from vod title
  • only show livestream on first page