Skip to content

Commit cecef88

Browse files
committed
v1.15.9
1 parent 7ffd805 commit cecef88

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-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, 15, 8)
3+
VERSION = (1, 15, 9)
44
CODENAME = "fill the drives"
5-
BUILD_DT = (2024, 10, 16)
5+
BUILD_DT = (2024, 10, 18)
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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2+
# 2024-1016-2153 `v1.15.8` the sky is the limit
3+
4+
## 🧪 new features
5+
6+
* subchunks; avoid the Cloudflare filesize limit entirely fc8298c4 48147c07
7+
* the previous max filesize was `383.9 GiB`, now only the sky is the limit
8+
* if you're using another proxy with a more restrictive limit than Cloudflare's 100 MiB, for example 64 MiB, then `--u2sz 1,64,64`
9+
* m4v videos can be played in the gallery ff0a71f2
10+
11+
## 🩹 bugfixes
12+
13+
* up2k: uploading duplicate files could initially fail (but would succeed after a few automatic retries) due to a toctou 114b71b7
14+
* [u2c](https://github.com/9001/copyparty/blob/hovudstraum/bin/README.md#u2cpy) / commandline uploader:
15+
* directory scanner got stuck if it found a FIFO cba1878b
16+
* excessive number of FDs when uploading large files 65a2b6a2
17+
* chunksize calculation; only affected files exactly 128 GiB large a2e037d6
18+
* support filenames with newlines and invalid utf-8 b2770a20
19+
* invalid utf-8 is replaced by `?` when they hit the server
20+
21+
## 🔧 other changes
22+
23+
* don't show the toast countdown bar if duration is infinite 22dfc6ec
24+
* chickenbit to disable the browser's built-in sha512 implementation and force the bundled wasm instead d715479e
25+
26+
27+
128
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
229
# 2024-1013-2244 `v1.15.7` the 'a' in "ip address" stands for authentication
330

0 commit comments

Comments
 (0)