Skip to content

Commit ecced0c

Browse files
committed
v1.17.1
1 parent d4a8071 commit ecced0c

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

bin/u2c.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env python3
22
from __future__ import print_function, unicode_literals
33

4-
S_VERSION = "2.10"
5-
S_BUILD_DT = "2025-02-19"
4+
S_VERSION = "2.11"
5+
S_BUILD_DT = "2025-05-18"
66

77
"""
88
u2c.py: upload to copyparty

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, 0)
3+
VERSION = (1, 17, 1)
44
CODENAME = "mixtape.m3u"
5-
BUILD_DT = (2025, 4, 26)
5+
BUILD_DT = (2025, 5, 18)
66

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

copyparty/th_srv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
VF_CAREFUL,
2424
Cooldown,
2525
Daemon,
26-
atomic_move,
2726
afsenc,
27+
atomic_move,
2828
fsenc,
2929
min_ex,
3030
runcmd,

docs/changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2+
# 2025-0426-2149 `v1.17.0` mixtape.m3u
3+
4+
## 🧪 new features
5+
6+
* [m3u playlists](https://github.com/9001/copyparty/#playlists) 897f9d32 ad200f2b 4195762d fff45552
7+
* create and play m3u / m3u8 files
8+
9+
## 🩹 bugfixes
10+
11+
* improve support for ie11 (yes, internet explorer 11) 3090c748 95157d02
12+
* now possible to launch the password-hasher cli while another instance is running dbfc899d
13+
* in preparation of #157 / #159
14+
15+
## 🔧 other changes
16+
17+
* make better decisions when running in a VM with less than 1 GiB RAM dc3b7a27
18+
19+
## 🌠 fun facts
20+
21+
* this release contains code written [less than 1masl](https://a.ocv.me/pub/g/nerd-stuff/PXL_20250425_170037812.jpg) and was gonna be named [hash again](https://www.youtube.com/watch?v=twUFbqyul_M) since it was originally just the password-hasher fix, but then kipun suggested adding playlist support (thx kipun)
22+
* [donations](https://github.com/9001/) are now also possible through github -- good alternative to paypal (y)
23+
* and thanks a lot for the support (and kind words therein) so far, appreciate it :>
24+
25+
26+
127
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
228
# 2025-0420-1836 `v1.16.21` unzip-compat
329

0 commit comments

Comments
 (0)