diff --git a/contrib/systemd/copyparty.service b/contrib/systemd/copyparty.service index 2f4087ba..b8447760 100644 --- a/contrib/systemd/copyparty.service +++ b/contrib/systemd/copyparty.service @@ -9,6 +9,9 @@ # firewall-cmd --reload # 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: # change "User=cpp" and "/home/cpp/" to another user # remove the nft lines to only listen on port 3923 diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 3aea3adf..baa4d647 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 6, 10) +VERSION = (1, 6, 11) CODENAME = "cors k" -BUILD_DT = (2023, 3, 20) +BUILD_DT = (2023, 4, 1) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/docs/changelog.md b/docs/changelog.md index 4885c7a1..43b87be6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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