Skip to content

Releases: BlipRanger/bdfr-html

Minor Upgrade v1.4.1

18 Jun 02:54
dc2e597
Compare
Choose a tag to compare
  • Makes the whole project correctly fit in a python package
  • Makes the automation script more sane and also part of the package
  • Allows for easier generation of default config files
  • Probably needs some code cleanup

Major Feature Release v1.4

29 May 05:47
7087dd1
Compare
Choose a tag to compare

Lots of new feature improvements and reaching a place where I feel somewhat comfortable with what the script creates.

New Features

  • Multi-user support
  • Two new index page options
  • Config file support
  • Better logging
  • Support for using setuptools.py
  • Thumbnail generation for lighter pages
  • CSS improvements
  • (Arguably better code)
  • And more!

Major fixes, small new features

22 May 22:44
7ffe9c4
Compare
Choose a tag to compare
  • Major fix to the "comment context" option which was broken.
  • Minor fixes to random parts of the template and ffmpeg. Other small new debugging outputs added.
  • Added the promised "recover posts from Pushshift" feature.
  • Added correct port and bdfr version for docker to work with bdfr Oauth.

v1.3

17 May 23:50
Compare
Choose a tag to compare

Complete re-factor / re-arranging of the code into a much more readable and stable setup. Now uses templates instead of writing the html in the python code. Code is now arranged like a proper module with proper helper functions. The timer function has been removed for now, as has the pagination, but when videos are rendered on an html page, they only preload the metadata, which keeps the weight of the index page down. This version will likely undergo additional testing and 1.3.1 will likely be released soon as a result.

1.2.1

11 May 16:47
fc03f8f
Compare
Choose a tag to compare

Added docker and docker compose support, additional features include:

  • Script can be instructed to watch the input folder using --watch_folder and --watch_freq
  • The script now actively avoids reprocessing inputs by storing a list of processed ids in the output folder
  • More robust support for env variables
  • Uses BDFR 2.1

Also includes bug fixes and likely new bugs.

1.1

05 Apr 01:36
fad5333
Compare
Choose a tag to compare
1.1

Works pretty well, needs some testing though.