Skip to content

Commit 1dace72

Browse files
committed
v1.16.10
1 parent 3a5c1d9 commit 1dace72

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

copyparty/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# coding: utf-8
22

3-
VERSION = (1, 16, 9)
3+
VERSION = (1, 16, 10)
44
CODENAME = "COPYparty"
5-
BUILD_DT = (2025, 1, 22)
5+
BUILD_DT = (2025, 1, 25)
66

77
S_VERSION = ".".join(map(str, VERSION))
88
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

docs/changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2+
# 2025-0122-2326 `v1.16.9` ZeroMQ says hello
3+
4+
## 🧪 new features
5+
6+
* event-hooks can send zeromq / zmq / 0mq messages; see [readme](https://github.com/9001/copyparty#zeromq) or `--help-hooks` for examples d9db1534
7+
* new volflags to specify the [allow-tag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy#iframes) of the markdown/logue sandbox, to allow fullscreen and such (see `--help-flags`) 6a0aaaf0
8+
* new volflag `nosparse` for possibly-better performance in very rare and specific scenarios 917380dd
9+
* only enable this if you're uploading to s3 or something like that, and do plenty of benchmarking to make sure that it actually improved performance instead of making it worse
10+
11+
## 🩹 bugfixes
12+
13+
* restrict max-length of filekeys to 72 characters e0cac6fd
14+
* the hash-calculator mode of the commandline uploader produced incorrect whole-file hashes 4c04798a
15+
* each chunk (`--chs`) was okay, but the final sum was not
16+
17+
## 🔧 other changes
18+
19+
* selftest the xml-parser on startup with malicious xml b2e8bf6e
20+
* just in case a future python-version suddenly makes it unsafe somehow
21+
* disable some features if a dangerously misconfigured reverseproxy is detected 3f84b0a0
22+
* the download-as-zip feature now defaults to utf8 filenames 1231ce19
23+
24+
25+
126
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
227
# 2025-0111-1611 `v1.16.8` android boost
328

0 commit comments

Comments
 (0)