File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
# coding: utf-8
2
2
3
- VERSION = (1 , 15 , 6 )
3
+ VERSION = (1 , 15 , 7 )
4
4
CODENAME = "fill the drives"
5
- BUILD_DT = (2024 , 10 , 12 )
5
+ BUILD_DT = (2024 , 10 , 14 )
6
6
7
7
S_VERSION = "." .join (map (str , VERSION ))
8
8
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}" .format (* BUILD_DT )
Original file line number Diff line number Diff line change
1
+ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2
+ # 2024-1011-2256 ` v1.15.6 ` preadme
3
+
4
+ ## 🧪 new features
5
+
6
+ * #105 files named ` preadme.md ` appear at the top of directory listings 1d68acf8
7
+ * entirely disable dedup with ` --no-clone ` / volflag ` noclone ` 3d7facd7 6b7ebdb7
8
+ * even if a file exists for sure on the server HDD, let the client continue uploading instead of reusing the existing data
9
+ * using this option "never" makes sense, unless you're using something like S3 Glacier storage where reading is really expensive but writing is cheap
10
+
11
+ ## 🩹 bugfixes
12
+
13
+ * up2k jank after detecting a bitflip or network glitch 4a4ec88d
14
+ * instead of resuming the interrupted upload like it should, the upload client could get stuck or start over
15
+ * #104 support viewing dotfile documents when dotfiles are hidden 9ccd8bb3
16
+ * fix a buttload of typos 6adc778d 1e7697b5
17
+
18
+
19
+
1
20
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2
21
# 2024-1005-1803 ` v1.15.5 ` pyz all the cores
3
22
You can’t perform that action at this time.
0 commit comments