Skip to content

Commit c1c0ecc

Browse files
committed
v1.15.7
1 parent ee62836 commit c1c0ecc

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-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, 6)
3+
VERSION = (1, 15, 7)
44
CODENAME = "fill the drives"
5-
BUILD_DT = (2024, 10, 12)
5+
BUILD_DT = (2024, 10, 14)
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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
221
# 2024-1005-1803 `v1.15.5` pyz all the cores
322

0 commit comments

Comments
 (0)