Releases: seriousm4x/wubbl0rz-archiv
Releases · seriousm4x/wubbl0rz-archiv
v4.1.0
- 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
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
- added category images to single clip view
- add status page to footer
v3.0.1
- fix media and static paths
v3.0.0
- 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
- 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
- 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
- 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
- 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
- fixes for cloudflare breaking my js
- german translations
- remove image width and height from vod title
- only show livestream on first page