Releases: BlipRanger/bdfr-html
Minor Upgrade v1.4.1
- 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
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
- 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
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
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
Works pretty well, needs some testing though.