Skip to content

Commit c0becc6

Browse files
committed
v1.16.19
1 parent b17ccc3 commit c0becc6

File tree

7 files changed

+42
-7
lines changed

7 files changed

+42
-7
lines changed

copyparty/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ def get_unixdir() -> str:
232232
p = os.environ.get("XDG_CONFIG_HOME")
233233
if not p:
234234
raise Exception()
235+
if p.startswith("~"):
236+
p = os.path.expanduser(p)
235237
p = os.path.abspath(os.path.realpath(p))
236238
p = os.path.join(p, "copyparty")
237239
if not os.path.isdir(p):

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, 18)
3+
VERSION = (1, 16, 19)
44
CODENAME = "COPYparty"
5-
BUILD_DT = (2025, 3, 23)
5+
BUILD_DT = (2025, 4, 8)
66

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

copyparty/svchub.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,14 @@ def __init__(
194194

195195
if not args.use_fpool and args.j != 1:
196196
args.no_fpool = True
197-
t = "multithreading enabled with -j {}, so disabling fpool -- this can reduce upload performance on some filesystems"
198-
self.log("root", t.format(args.j))
197+
t = "multithreading enabled with -j {}, so disabling fpool -- this can reduce upload performance on some filesystems, and make some antivirus-softwares "
198+
c = 0
199+
if ANYWIN:
200+
t += "(especially Microsoft Defender) stress your CPU and HDD severely during big uploads"
201+
c = 3
202+
else:
203+
t += "consume more resources (CPU/HDD) than normal"
204+
self.log("root", t.format(args.j), c)
199205

200206
if not args.no_fpool and args.j != 1:
201207
t = "WARNING: ignoring --use-fpool because multithreading (-j{}) is enabled"

docs/changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2+
# 2025-0323-2216 `v1.16.18` zlib-ng
3+
4+
## 🧪 new features
5+
6+
* prefer zlib-ng when available 57a56073
7+
* download-as-tar-gz becomes 2.5x faster
8+
* default-enabled in docker-images
9+
* not enabled in copyparty.exe yet; coming in a future python version
10+
* docker: add mimalloc (optional, default-disabled) de2c9788
11+
* gives twice the speed, and twice the ram usage
12+
13+
## 🩹 bugfixes
14+
15+
* small up2k glitch 3c90cec0
16+
17+
## 🔧 other changes
18+
19+
* rename logues/readmes when uploaded with write-only access 2525d594
20+
* since they are used as helptext when viewing the page
21+
* try to block google and other bad bots from `?doc` and `?zip` 99f63adf
22+
* apparently `rel="nofollow"` means nothing these days
23+
24+
### the docker images for this release were built from e1dea7ef
25+
26+
27+
128
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
229
# 2025-0316-2002 `v1.16.17` boot2party
330

scripts/deps-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /z
33
ENV ver_asmcrypto=c72492f4a66e17a0e5dd8ad7874de354f3ccdaa5 \
44
ver_hashwasm=4.12.0 \
55
ver_marked=4.3.0 \
6-
ver_dompf=3.2.4 \
6+
ver_dompf=3.2.5 \
77
ver_mde=2.18.0 \
88
ver_codemirror=5.65.18 \
99
ver_fontawesome=5.13.0 \

scripts/pyinstaller/deps.sha512

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ ac96786e5d35882e0c5b724794329c9125c2b86ae7847f17acfc49f0d294312c6afc1c3f248655de
3030
12d7921dc7dfd8a4b0ea0fa2bae8f1354fcdd59ece3d7f4e075aed631f9ba791dc142c70b1ccd1e6287c43139df1db26bd57a7a217c8da3a77326036495cdb57 pillow-11.1.0-cp312-cp312-win_amd64.whl
3131
f0463895e9aee97f31a2003323de235fed1b26289766dc0837261e3f4a594a31162b69e9adbb0e9a31e2e2d4b5f25c762ed1669553df7dc89a8ba4f85d297873 pyinstaller-6.11.1-py3-none-win_amd64.whl
3232
d550a0a14428386945533de2220c4c2e37c0c890fc51a600f626c6ca90a32d39572c121ec04c157ba3a8d6601cb021f8433d871b5c562a3d342c804fffec90c1 pyinstaller_hooks_contrib-2024.11-py3-none-any.whl
33-
17b64ff6744004a05d475c8f6de3e48286db4069afad4cae690f83b3555f8e35ceafb210eeba69a11e983d0da3001099de284b6696ed0f1bf9cd791938a7f2cd python-3.12.9-amd64.exe
33+
4f9a4d9f65c93e2d851e2674057343a9599f30f5dc582ffca485522237d4fcf43653b3d393ed5eb11e518c4ba93714a07134bbb13a97d421cce211e1da34682e python-3.12.10-amd64.exe

scripts/pyinstaller/notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fns=(
4141
pillow-11.1.0-cp312-cp312-win_amd64.whl
4242
pyinstaller-6.10.0-py3-none-win_amd64.whl
4343
pyinstaller_hooks_contrib-2024.8-py3-none-any.whl
44-
python-3.12.9-amd64.exe
44+
python-3.12.10-amd64.exe
4545
)
4646
[ $w7 ] && fns+=(
4747
future-1.0.0-py3-none-any.whl

0 commit comments

Comments
 (0)