File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# coding: utf-8
22
3- VERSION = (1 , 19 , 11 )
3+ VERSION = (1 , 19 , 12 )
44CODENAME = "usernames"
5- BUILD_DT = (2025 , 9 , 20 )
5+ BUILD_DT = (2025 , 9 , 21 )
66
77S_VERSION = "." .join (map (str , VERSION ))
88S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}" .format (* BUILD_DT )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ WORKDIR /z
33ENV 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 \
You can’t perform that action at this time.
0 commit comments