You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the turbo-uploader will now un-turbo when necessary to avoid banning itself
this only affects accounts with permissions g, G, or h
accounts with read-access (which are able to see directory listings anyways) and accounts with write-only access are no longer affected by --ban-404 or --ban-url
bugfixes
#55 clients could hit the --url-ban filter when uploading over webdav
fixed by limiting --ban-404 and --ban-url to accounts with permission g, G, or h
fixed 20% performance drop in python 3.12 due to utcfromtimestamp deprecation
but 3.12.0 is still 5% slower than 3.11.6 for some reason
volume listing on startup would display some redundant info
other changes
timeout for unfinished uploads increased from 6 to 24 hours