mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -06:00
v1.1.0
This commit is contained in:
parent
3375377371
commit
e111edd5e4
|
@ -1,8 +1,8 @@
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
VERSION = (1, 0, 14)
|
VERSION = (1, 1, 0)
|
||||||
CODENAME = "sufficient"
|
CODENAME = "opus"
|
||||||
BUILD_DT = (2021, 10, 30)
|
BUILD_DT = (2021, 11, 6)
|
||||||
|
|
||||||
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)
|
||||||
|
|
|
@ -1231,7 +1231,7 @@ html.light #acc_info {
|
||||||
html.light #srv_info span {
|
html.light #srv_info span {
|
||||||
color: #777;
|
color: #777;
|
||||||
}
|
}
|
||||||
html.light .ntree a+a {
|
html.light #tree .ntree a+a {
|
||||||
background: inherit;
|
background: inherit;
|
||||||
color: #06a;
|
color: #06a;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue