diff --git a/README.md b/README.md index cc02cfeb..adfc39fd 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,13 @@ turn your phone or raspi into a portable file server with resumable uploads/downloads using *any* web browser * server only needs `py2.7` or `py3.3+`, all dependencies optional -* browse/upload with IE4 / netscape4.0 on win3.11 (heh) +* browse/upload with [IE4](#browser-support) / netscape4.0 on win3.11 (heh) * *resumable* uploads need `firefox 34+` / `chrome 41+` / `safari 7+` for full speed * code standard: `black` -📷 **screenshots:** [browser](#the-browser) // [upload](#uploading) // [unpost](#unpost) // [thumbnails](#thumbnails) // [search](#searching) // [fsearch](#file-search) // [zip-DL](#zip-downloads) // [md-viewer](#markdown-viewer) // [ie4](#browser-support) +try the **[read-only demo server](https://a.ocv.me/pub/demo/)** 👀 running from a basement in finland + +📷 **screenshots:** [browser](#the-browser) // [upload](#uploading) // [unpost](#unpost) // [thumbnails](#thumbnails) // [search](#searching) // [fsearch](#file-search) // [zip-DL](#zip-downloads) // [md-viewer](#markdown-viewer) ## get the app diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 3d57b440..0838d7c2 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 3, 1) +VERSION = (1, 3, 2) CODENAME = "god dag" -BUILD_DT = (2022, 6, 16) +BUILD_DT = (2022, 6, 20) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 95783aab..ee265687 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1842,6 +1842,7 @@ a.btn, .full-image img, .full-image video { display: inline-block; + outline: none; width: auto; height: auto; max-width: 100%; diff --git a/copyparty/web/md.html b/copyparty/web/md.html index f82914ff..59268d82 100644 --- a/copyparty/web/md.html +++ b/copyparty/web/md.html @@ -128,7 +128,7 @@ write markdown (most html is 🙆 too)