diff --git a/README.md b/README.md index 642f46cd..72487a45 100644 --- a/README.md +++ b/README.md @@ -847,8 +847,6 @@ hashwasm would solve the streaming issue but reduces hashing speed for sha512 (x defaults are usually fine - expect `8 GiB/s` download, `1 GiB/s` upload -you can ignore the `cannot efficiently use multiple CPU cores` message, very unlikely to be a problem - below are some tweaks roughly ordered by usefulness: * `-q` disables logging and can help a bunch, even when combined with `-lo` to redirect logs to file diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 81d642aa..3bb906e6 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 0, 13) +VERSION = (1, 0, 14) CODENAME = "sufficient" -BUILD_DT = (2021, 10, 24) +BUILD_DT = (2021, 10, 30) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 2ed0bf0e..e9ac30ae 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -3274,6 +3274,7 @@ var treectl = (function () { links[a].onclick = treegrow; } ebi('tree').onscroll = nowrap ? unmenter : null; + tree_scrollto(); } function menter(e) {