File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1
1
# coding: utf-8
2
2
3
- VERSION = (1 , 16 , 2 )
3
+ VERSION = (1 , 16 , 3 )
4
4
CODENAME = "COPYparty"
5
- BUILD_DT = (2024 , 11 , 23 )
5
+ BUILD_DT = (2024 , 12 , 4 )
6
6
7
7
S_VERSION = "." .join (map (str , VERSION ))
8
8
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}" .format (* BUILD_DT )
Original file line number Diff line number Diff line change
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
+
1
29
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2
30
# 2024-1115-2218 ` v1.16.1 ` cbz thumbnails
3
31
You can’t perform that action at this time.
0 commit comments