From 43a8bcefb933e74a9ef90f69a67df4ee569175a0 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 30 Aug 2021 03:02:11 +0200 Subject: [PATCH] v0.13.10 --- copyparty/__version__.py | 4 ++-- copyparty/web/browser.js | 2 +- copyparty/web/splash.css | 1 + copyparty/web/up2k.js | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 9264f185..949d1cc6 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (0, 13, 9) +VERSION = (0, 13, 10) CODENAME = "future-proof" -BUILD_DT = (2021, 8, 29) +BUILD_DT = (2021, 8, 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 116f17a7..9d7c41a0 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -284,7 +284,7 @@ var mpl = (function () { r.os_ctl = !r.os_ctl && have_mctl; bcfg_set('au_os_ctl', r.os_ctl); if (!have_mctl) - toast.err(5, 'need firefox 82+ or chrome 73+'); + toast.err(5, 'need firefox 82+ or chrome 73+\n(or iOS 15+ supposedly)'); }; ebi('au_osd_cv').onclick = function (e) { diff --git a/copyparty/web/splash.css b/copyparty/web/splash.css index c46d5640..0da733b3 100644 --- a/copyparty/web/splash.css +++ b/copyparty/web/splash.css @@ -30,6 +30,7 @@ a { padding: .2em .8em; } #repl { + border: none; background: none; color: inherit; padding: 0; diff --git a/copyparty/web/up2k.js b/copyparty/web/up2k.js index c9f89ba7..e0b81b93 100644 --- a/copyparty/web/up2k.js +++ b/copyparty/web/up2k.js @@ -1852,7 +1852,7 @@ function up2k_init(subtle) { flag = up2k_flagbus(); } catch (ex) { - console.log("flag error: " + ex.toString()); + toast.err(5, "not supported on your browser:\n" + ex); tgl_flag_en(); } }