Releases: seriousm4x/wubbl0rz-archiv
Releases · seriousm4x/wubbl0rz-archiv
v1.0.8
- remove chat embed when live. official embed gets blocked by firefox and chrome.
v1.0.7
- bitrate is now calculated by filesize and duration
- google font is now included to reduce requests to google
- button text under video changed
- docker container now waiting 300s for db and redis to be running before starting django
- fixed stats title
v1.0.6
- added share video functionality. its now possible to share videos at a given time. (use the
?t=234
url parameter) - added share button under video player
- replaced video-js.css with video-js.min.css
- removed videojs links from stats page
v1.0.5
- changed videojs play icon to a more modern look
- generate and serve properly sized image resolutions
- chrome lighthouse improvements
v1.0.4
- added thumbnail preview on hover (like youtube) in webp format with ffmpeg
- added og meta tags to html
v1.0.3
- remove pillow and pymediainfo from pip. using ffmpeg/ffprobe for both
- compile avifenc as replacement for unofficial pillow avif support
- fix django 4 cors problems
- when starting the container wait 24h to create the first backup instead of instant
- added DJANGO_DOMAIN env var. make sure to set it
- fix video.js warning on firefox
- fix wrong order for weekday stats
v1.0.2
- fixed pymediainfo dependency causing vod downloads to fail
v1.0.1
- smol css improvements for mobile
v1.0.0
First release