From c9b385db4ba3b15ae8cf41e8e402a3a58f72a733 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 30 Oct 2021 00:37:46 +0200 Subject: [PATCH] v1.0.14 --- README.md | 2 -- copyparty/__version__.py | 4 ++-- copyparty/web/browser.js | 1 + 3 files changed, 3 insertions(+), 4 deletions(-) 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) {