From db7becacd231540afbc502fba1991d5969109cbe Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 27 May 2025 19:39:22 +0000 Subject: [PATCH] v1.17.2 --- README.md | 2 ++ copyparty/__version__.py | 4 ++-- docs/changelog.md | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58f6dbe3..0c4029b9 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ turn almost any device into a file server with resumable uploads/downloads using ๐ŸŽฌ **videos:** [upload](https://a.ocv.me/pub/demo/pics-vids/up2k.webm) // [cli-upload](https://a.ocv.me/pub/demo/pics-vids/u2cli.webm) // [race-the-beam](https://a.ocv.me/pub/g/nerd-stuff/cpp/2024-0418-race-the-beam.webm) +made in Norway ๐Ÿ‡ณ๐Ÿ‡ด + ## readme toc diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 1450a287..db81f3bd 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 17, 1) +VERSION = (1, 17, 2) CODENAME = "mixtape.m3u" -BUILD_DT = (2025, 5, 18) +BUILD_DT = (2025, 5, 27) 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 cc40cc68..d61c7489 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,35 @@ +โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€ +# 2025-0518-2234 `v1.17.1` as seen on archlinux + +## ๐Ÿงช new features + +* new toolbar button to zip/tar the currently open folder 256dad8c +* new options to specify the default checksum algorithm for PUT/bup/WebDAV uploads 0de09860 +* #164 new option `--put-name` to specify the filename of nameless uploads 5dcd88a6 + * the default is still `put-TIMESTAMP-IPADDRESS.bin` + +## ๐Ÿฉน bugfixes + +* #162 password-protected shares was incompatible with password-hashing c3ef3fdc +* #161 m3u playlist creation was only possible over https 94352f27 +* when relocating/redirecting an upload from an xbu hook (execute-before-upload), could miss an already existing file at the destination and create another copy 0a9a8077 +* some edgecases when moving files between filesystems f425ff51 +* improve tagscan-resume after a server restart (primarily for dupes) 41fa6b25 +* support prehistoric timestamps in fat16 vhd-drives on windows 261236e3 + +## ๐Ÿ”ง other changes + +* #159 the nixos module was improved (thx @gabevenberg and @chinponya!) d1bca1f5 +* an archlinux maintainer adopted the aur package; copyparty is now [officially in arch](https://archlinux.org/packages/extra/any/copyparty/) b9ba783c +* #162 add KDE Dolphin instructions to the conect-page d4a8071d +* audioplayer now knows that `.oga` means `.ogg` + +## ๐ŸŒ  fun facts + +* this release contains code [pair-programmed during an anime rave](https://a.ocv.me/pub/g/nerd-stuff/PXL_20250503_222654610.jpg) + + + โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€ # 2025-0426-2149 `v1.17.0` mixtape.m3u