From e2dc6d33bfda536bd2dc16e36dd4d9d9e1ee2e7e Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 30 Jan 2026 21:45:16 +0000 Subject: [PATCH] v1.20.5 --- copyparty/__version__.py | 4 ++-- docs/changelog.md | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 2fd34538..f0881bec 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 20, 4) +VERSION = (1, 20, 5) CODENAME = "sftp is fine too" -BUILD_DT = (2026, 1, 23) +BUILD_DT = (2026, 1, 30) 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 712751d4..9d4985fd 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,21 @@ +▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ +# 2026-0123-0055 `v1.20.4` a fresh pair of sock(et)s + +## 🩹 bugfixes + +* #1235 rightclick-menu: fix creating new files/folders in gridview (thx @SpaceXCheeseWheel!) ffca67f2 +* #1231 fix http desync if the [`urlform`](https://copyparty.eu/cli/#urlform-help-page) global-option was changed to `get` + * this initial fix only applies when reverse-proxied, in which case copyparty will now always `connection:close` (don't reuse tcp/uds connections), as giving each client a fresh socket helps avoid all such issues e1eff216 b4fddbc3 + * the expected performance impact from this change is near-zero for real use, even if benchmarks show a 40% reduction in requests/sec in the absolute-worst-case (burst of cheap requests) + * a future version will also fix this issue for non-proxied clients + +## 🔧 other changes + +* #1229 updated the Esperanto translation (thx @slashdevslashurandom!) 1142ac25 +* #1232 shares: if an external domain is configured, then show both the LAN and external link for each share 81e5eb7b + + + ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ # 2026-0121-0505 `v1.20.3` dillo approves