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