mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
v1.6.10
This commit is contained in:
parent
eb349f339c
commit
c01cad091e
|
@ -1,8 +1,8 @@
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
VERSION = (1, 6, 9)
|
VERSION = (1, 6, 10)
|
||||||
CODENAME = "cors k"
|
CODENAME = "cors k"
|
||||||
BUILD_DT = (2023, 3, 16)
|
BUILD_DT = (2023, 3, 20)
|
||||||
|
|
||||||
S_VERSION = ".".join(map(str, VERSION))
|
S_VERSION = ".".join(map(str, VERSION))
|
||||||
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
||||||
|
# 2023-0316-2106 `v1.6.9` index.html
|
||||||
|
|
||||||
|
## new features
|
||||||
|
* option to show `index.html` instead of the folder listing
|
||||||
|
* arg `--ih` makes it default-enabled
|
||||||
|
* clients can enable/disable it in the `[⚙️]` settings tab
|
||||||
|
* url-param `?v` skips it for a particular folder
|
||||||
|
* faster folder-thumbnail validation on startup (mostly on conventional HDDs)
|
||||||
|
|
||||||
|
## bugfixes
|
||||||
|
* "load more" button didn't always show up when search results got truncated
|
||||||
|
* ux: tooltips could block buttons on android
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
||||||
# 2023-0312-1610 `v1.6.8` folder thumbs
|
# 2023-0312-1610 `v1.6.8` folder thumbs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue