From 99399c698b5571ec4c77f56a734f419f010ac522 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 4 Dec 2024 00:03:55 +0000 Subject: [PATCH] v1.16.3 --- copyparty/__version__.py | 4 ++-- docs/changelog.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 7ccc03c0..154598b8 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 16, 2) +VERSION = (1, 16, 3) CODENAME = "COPYparty" -BUILD_DT = (2024, 11, 23) +BUILD_DT = (2024, 12, 4) 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 29914a86..dfe0ae96 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,31 @@ +▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ +# 2024-1123-2336 `v1.16.2` webdav upload fix + +## 🧪 new features + +* add `--nsort` and volflag `nsort` to default-enable natural sort of filenames with leading digits 8f7ffcf3 +* video-player: support `.mov` files which contain browser-native codecs 2d0cbdf1 + +## 🩹 bugfixes + +* #119 v1.16.0 broke webdav uploads from rclone and possibly other clients 7dfbfc72 + * a collection of webdav unittests will be added soon to prevent similar issues in the future +* #118 ip-ranges can be mixed with `lan` when specifying the list of trusted proxies for `x-forwarded-for` with `--xff-src` + * found and fixed by @codemicro (thx!) 0e31cfa7 +* ux: + * in the grid-view, markdown files would open in the generic text viewer 520ac8f4 + * qr-codes (create-share, view-share) didn't render on chrome db069c3d + * qr-codes could cause layout-shifting 5afb562a + * fix layout-shifting for ongoing downloads in controlpanel 9c8507a0 + * cosmetic eta jank b10843d0 + +## 🔧 other changes + +* upto 7% faster folder listings due to refactoring for more ux knobs 0c43b592 +* fix resource leaks (only affected tests/debug) 2ab8924e + + + ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ # 2024-1115-2218 `v1.16.1` cbz thumbnails