From e66ece993f5c10d5480c1792882b8a35b3371331 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 11 Dec 2024 22:36:19 +0000 Subject: [PATCH] v1.16.5 --- copyparty/__version__.py | 4 ++-- docs/changelog.md | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index b1ab33a2..ed9aa715 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 16, 4) +VERSION = (1, 16, 5) CODENAME = "COPYparty" -BUILD_DT = (2024, 12, 7) +BUILD_DT = (2024, 12, 11) 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 fa32ac95..d3363b86 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,16 @@ +▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ +# 2024-1207-0024 `v1.16.4` ux is hard + +## 🧪 new features + +* improve the upload ui so it explains how to abort an unfinished upload when someone uploads to the wrong folder by accident be6afe2d + * also reduces serverload slightly when cloning an incoming file to multiple destinations +* u2c (commandline uploader): windows improvements 91637800 + * now supports globbing (filename wildcards) on windows + * progressbar in the windows taskbar (requires conemu or the "new windows terminal") + + + ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ # 2024-1204-0003 `v1.16.3` 120%