Skip to content

Commit 99399c6

Browse files
committed
v1.16.3
1 parent 1f5f42f commit 99399c6

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-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, 16, 2)
3+
VERSION = (1, 16, 3)
44
CODENAME = "COPYparty"
5-
BUILD_DT = (2024, 11, 23)
5+
BUILD_DT = (2024, 12, 4)
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: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2+
# 2024-1123-2336 `v1.16.2` webdav upload fix
3+
4+
## 🧪 new features
5+
6+
* add `--nsort` and volflag `nsort` to default-enable natural sort of filenames with leading digits 8f7ffcf3
7+
* video-player: support `.mov` files which contain browser-native codecs 2d0cbdf1
8+
9+
## 🩹 bugfixes
10+
11+
* #119 v1.16.0 broke webdav uploads from rclone and possibly other clients 7dfbfc72
12+
* a collection of webdav unittests will be added soon to prevent similar issues in the future
13+
* #118 ip-ranges can be mixed with `lan` when specifying the list of trusted proxies for `x-forwarded-for` with `--xff-src`
14+
* found and fixed by @codemicro (thx!) 0e31cfa7
15+
* ux:
16+
* in the grid-view, markdown files would open in the generic text viewer 520ac8f4
17+
* qr-codes (create-share, view-share) didn't render on chrome db069c3d
18+
* qr-codes could cause layout-shifting 5afb562a
19+
* fix layout-shifting for ongoing downloads in controlpanel 9c8507a0
20+
* cosmetic eta jank b10843d0
21+
22+
## 🔧 other changes
23+
24+
* upto 7% faster folder listings due to refactoring for more ux knobs 0c43b592
25+
* fix resource leaks (only affected tests/debug) 2ab8924e
26+
27+
28+
129
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
230
# 2024-1115-2218 `v1.16.1` cbz thumbnails
331

0 commit comments

Comments
 (0)