Skip to content

Commit 4cce799

Browse files
committed
v1.19.12
1 parent 1460fe9 commit 4cce799

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
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, 19, 11)
3+
VERSION = (1, 19, 12)
44
CODENAME = "usernames"
5-
BUILD_DT = (2025, 9, 20)
5+
BUILD_DT = (2025, 9, 21)
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2+
# 2025-0920-1011 `v1.19.11` ftp fix
3+
4+
## 🩹 bugfixes
5+
6+
* #827 ftp on servers with unmapped root broke in v1.19.9 280815f1
7+
8+
9+
110
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
211
# 2025-0919-2244 `v1.19.10` ramdisk kinshi
312

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.6 \
6+
ver_dompf=3.2.7 \
77
ver_mde=2.18.0 \
88
ver_codemirror=5.65.18 \
99
ver_fontawesome=5.13.0 \

0 commit comments

Comments
 (0)