mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
v0.7.0
This commit is contained in:
parent
d64e9b85a7
commit
46e70d50b7
|
@ -144,7 +144,6 @@ roughly sorted by priority
|
||||||
* `os.copy_file_range` for up2k cloning
|
* `os.copy_file_range` for up2k cloning
|
||||||
* support pillow-simd
|
* support pillow-simd
|
||||||
* cache sha512 chunks on client
|
* cache sha512 chunks on client
|
||||||
* persist unfinished up2k uploads too
|
|
||||||
* comment field
|
* comment field
|
||||||
* ~~look into android thumbnail cache file format~~ bad idea
|
* ~~look into android thumbnail cache file format~~ bad idea
|
||||||
* figure out the deal with pixel3a not being connectable as hotspot
|
* figure out the deal with pixel3a not being connectable as hotspot
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
VERSION = (0, 6, 3)
|
VERSION = (0, 7, 0)
|
||||||
CODENAME = "CHRISTMAAAAAS"
|
CODENAME = "keeping track"
|
||||||
BUILD_DT = (2021, 1, 7)
|
BUILD_DT = (2021, 1, 10)
|
||||||
|
|
||||||
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)
|
||||||
|
|
Loading…
Reference in a new issue