mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
v1.6.11
This commit is contained in:
parent
4e67516719
commit
f0000d9861
|
@ -9,6 +9,9 @@
|
||||||
# firewall-cmd --reload
|
# firewall-cmd --reload
|
||||||
# systemctl daemon-reload && systemctl enable --now copyparty
|
# systemctl daemon-reload && systemctl enable --now copyparty
|
||||||
#
|
#
|
||||||
|
# if it fails to start, first check this: systemctl status copyparty
|
||||||
|
# then try starting it while viewing logs: journalctl -fan 100
|
||||||
|
#
|
||||||
# you may want to:
|
# you may want to:
|
||||||
# change "User=cpp" and "/home/cpp/" to another user
|
# change "User=cpp" and "/home/cpp/" to another user
|
||||||
# remove the nft lines to only listen on port 3923
|
# remove the nft lines to only listen on port 3923
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
VERSION = (1, 6, 10)
|
VERSION = (1, 6, 11)
|
||||||
CODENAME = "cors k"
|
CODENAME = "cors k"
|
||||||
BUILD_DT = (2023, 3, 20)
|
BUILD_DT = (2023, 4, 1)
|
||||||
|
|
||||||
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,23 @@
|
||||||
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
||||||
|
# 2023-0320-2156 `v1.6.10` rclone sync
|
||||||
|
|
||||||
|
## new features
|
||||||
|
* [iPhone "app"](https://github.com/9001/copyparty#ios-shortcuts) (upload shortcut) -- thanks @Daedren !
|
||||||
|
* can strip exif, upload files, pics, vids, links, clipboard
|
||||||
|
* can download links and rehost the target file on your server
|
||||||
|
* support `rclone sync` to [sync folders](https://github.com/9001/copyparty#folder-sync) to/from copyparty
|
||||||
|
* let webdav clients set lastmodified times during upload
|
||||||
|
* let webdav clients replace files during upload
|
||||||
|
|
||||||
|
## bugfixes
|
||||||
|
* [prisonparty](https://github.com/9001/copyparty/blob/hovudstraum/bin/prisonparty.sh): FFmpeg transcoding was slow because there was no `/dev/urandom`
|
||||||
|
* iphones would fail to play *some* songs (low-bitrate and/or shorter than ~7 seconds)
|
||||||
|
* due to either an iOS bug or an FFmpeg bug in the caf remuxing idk
|
||||||
|
* fixed by mixing in white noise into songs if an iPhone asks for them
|
||||||
|
* small correction in the docker readme regarding rootless podman
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
||||||
# 2023-0316-2106 `v1.6.9` index.html
|
# 2023-0316-2106 `v1.6.9` index.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue