From c1c0ecca138c9bf52c2cb9fb176d20f3ed574129 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 13 Oct 2024 22:44:57 +0000 Subject: [PATCH] v1.15.7 --- copyparty/__version__.py | 4 ++-- docs/changelog.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index e206f3bf..e7d0e386 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 15, 6) +VERSION = (1, 15, 7) CODENAME = "fill the drives" -BUILD_DT = (2024, 10, 12) +BUILD_DT = (2024, 10, 14) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/docs/changelog.md b/docs/changelog.md index d2c109c3..3d964808 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,22 @@ +▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ +# 2024-1011-2256 `v1.15.6` preadme + +## 🧪 new features + +* #105 files named `preadme.md` appear at the top of directory listings 1d68acf8 +* entirely disable dedup with `--no-clone` / volflag `noclone` 3d7facd7 6b7ebdb7 + * even if a file exists for sure on the server HDD, let the client continue uploading instead of reusing the existing data + * using this option "never" makes sense, unless you're using something like S3 Glacier storage where reading is really expensive but writing is cheap + +## 🩹 bugfixes + +* up2k jank after detecting a bitflip or network glitch 4a4ec88d + * instead of resuming the interrupted upload like it should, the upload client could get stuck or start over +* #104 support viewing dotfile documents when dotfiles are hidden 9ccd8bb3 +* fix a buttload of typos 6adc778d 1e7697b5 + + + ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ # 2024-1005-1803 `v1.15.5` pyz all the cores