Releases
v0.7.0
Version 0.7.0
Client-side Changes:
Video plater page shows title of video
Video player page predicts whether video is playable or not by Browser
Server-side Changes:
Added manual password, use --password
or -k
flag to set password
Using pyroboxCore as External module
all prints are now using logger.log|info|warn|error|debug
instead of print
TODO
: To change log level, use --log-level
or -l
flag
To change log level programmatically, use pyroboxCore.logger.setLevel(logging.DEBUG|INFO|WARN|ERROR)
REMOVED pyrobox.clone
module (stil available in dev_src
folder)
The Entire server is now using @SimpleHTTPRequestHandler.on_req
decorator importing from pyroboxCore to handle requests
check v0.6.1 for more info
added send_file function to pyroboxCore
improved POST request handling
Fixes:
FIXED Python 3.7 support
Fixed Video player text issue #70
Fixed zip download not working
Fixed many bugs
You can’t perform that action at this time.