diff --git a/README.md b/README.md
index e24408a1..0d7ed9cc 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,13 @@ turn your phone or raspi into a portable file server with resumable uploads/down
📷 **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)
+## get the app
+
+
''
''
+
+(basic upload client, nothing fancy yet)
+
+
## readme toc
* top
@@ -449,7 +456,7 @@ see [up2k](#up2k) for details on how it works

-**protip:** you can avoid scaring away users with [docs/minimal-up2k.html](docs/minimal-up2k.html) which makes it look [much simpler](https://user-images.githubusercontent.com/241032/118311195-dd6ca380-b4ef-11eb-86f3-75a3ff2e1332.png)
+**protip:** you can avoid scaring away users with [contrib/plugins/minimal-up2k.html](contrib/plugins/minimal-up2k.html) which makes it look [much simpler](https://user-images.githubusercontent.com/241032/118311195-dd6ca380-b4ef-11eb-86f3-75a3ff2e1332.png)
**protip:** if you enable `favicon` in the `[⚙️] settings` tab (by typing something into the textbox), the icon in the browser tab will indicate upload progress
diff --git a/contrib/plugins/meadup.js b/contrib/plugins/meadup.js
index e6d6d2f3..cd5e123a 100644
--- a/contrib/plugins/meadup.js
+++ b/contrib/plugins/meadup.js
@@ -4,7 +4,7 @@
//
// FEATURES:
// * adds an onscreen keyboard for operating a media center remotely,
-// relies on https://github.com/9001/copyparty/blob/hovudstraum/contrib/plugins/meadup.js
+// relies on https://github.com/9001/copyparty/blob/hovudstraum/bin/mtag/very-bad-idea.py
// * adds an interactive anime girl (if you can find the dependencies)
var hambagas = [
@@ -495,7 +495,7 @@ function initKeybaord(BASE_URL, HAMBAGA, consoleLog, consoleError) {
var remaining = 3;
for (var a of ['pio', 'l2d', 'fireworks']) {
import_js(`/bad-memes/${a}.js`, function () {
- if (remaining-- > 1)
+ if (remaining --> 1)
return;
o = mknod('script');
diff --git a/copyparty/__version__.py b/copyparty/__version__.py
index 772adb57..0618ee80 100644
--- a/copyparty/__version__.py
+++ b/copyparty/__version__.py
@@ -1,8 +1,8 @@
# coding: utf-8
-VERSION = (1, 1, 10)
+VERSION = (1, 1, 11)
CODENAME = "opus"
-BUILD_DT = (2021, 12, 16)
+BUILD_DT = (2022, 1, 14)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
diff --git a/scripts/sfx.py b/scripts/sfx.py
index 28272514..da509a26 100644
--- a/scripts/sfx.py
+++ b/scripts/sfx.py
@@ -1,10 +1,10 @@
#!/usr/bin/env python3
# coding: latin-1
from __future__ import print_function, unicode_literals
-
import re, os, sys, time, shutil, signal, threading, tarfile, hashlib, platform, tempfile, traceback
import subprocess as sp
+
"""
to edit this file, use HxD or "vim -b"
(there is compressed stuff at the end)
@@ -20,6 +20,7 @@ the archive data is attached after the b"\n# eof\n" archive marker,
b"\n# " decodes to b""
"""
+
# set by make-sfx.sh
VER = None
SIZE = None