Skip to content

Commit db7beca

Browse files
committed
v1.17.2
1 parent 28b63e5 commit db7beca

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ turn almost any device into a file server with resumable uploads/downloads using
1414

1515
🎬 **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)
1616

17+
made in Norway 🇳🇴
18+
1719

1820
## readme toc
1921

copyparty/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# coding: utf-8
22

3-
VERSION = (1, 17, 1)
3+
VERSION = (1, 17, 2)
44
CODENAME = "mixtape.m3u"
5-
BUILD_DT = (2025, 5, 18)
5+
BUILD_DT = (2025, 5, 27)
66

77
S_VERSION = ".".join(map(str, VERSION))
88
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

docs/changelog.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2+
# 2025-0518-2234 `v1.17.1` as seen on archlinux
3+
4+
## 🧪 new features
5+
6+
* new toolbar button to zip/tar the currently open folder 256dad8c
7+
* new options to specify the default checksum algorithm for PUT/bup/WebDAV uploads 0de09860
8+
* #164 new option `--put-name` to specify the filename of nameless uploads 5dcd88a6
9+
* the default is still `put-TIMESTAMP-IPADDRESS.bin`
10+
11+
## 🩹 bugfixes
12+
13+
* #162 password-protected shares was incompatible with password-hashing c3ef3fdc
14+
* #161 m3u playlist creation was only possible over https 94352f27
15+
* 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
16+
* some edgecases when moving files between filesystems f425ff51
17+
* improve tagscan-resume after a server restart (primarily for dupes) 41fa6b25
18+
* support prehistoric timestamps in fat16 vhd-drives on windows 261236e3
19+
20+
## 🔧 other changes
21+
22+
* #159 the nixos module was improved (thx @gabevenberg and @chinponya!) d1bca1f5
23+
* an archlinux maintainer adopted the aur package; copyparty is now [officially in arch](https://archlinux.org/packages/extra/any/copyparty/) b9ba783c
24+
* #162 add KDE Dolphin instructions to the conect-page d4a8071d
25+
* audioplayer now knows that `.oga` means `.ogg`
26+
27+
## 🌠 fun facts
28+
29+
* this release contains code [pair-programmed during an anime rave](https://a.ocv.me/pub/g/nerd-stuff/PXL_20250503_222654610.jpg)
30+
31+
32+
133
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
234
# 2025-0426-2149 `v1.17.0` mixtape.m3u
335

0 commit comments

Comments
 (0)