From 0cf6924dcab690b841073d2834c55cded3a5a6cd Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 2 Apr 2021 03:11:40 +0200 Subject: [PATCH] v0.10.6 --- copyparty/__version__.py | 4 ++-- copyparty/web/browser.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index e39fe7f4..844cf5ac 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (0, 10, 5) +VERSION = (0, 10, 6) CODENAME = "zip it" -BUILD_DT = (2021, 3, 31) +BUILD_DT = (2021, 4, 2) 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 c5daf6ae..1e08f1ef 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -870,6 +870,7 @@ document.onkeydown = function (e) { oldcfg = []; ebi('files').innerHTML = orig_html; orig_html = null; + msel.render(); reload_browser(); } })();