From ecced0c4f215c38abdcce1a524e63b395f83aa81 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 18 May 2025 22:34:16 +0000 Subject: [PATCH] v1.17.1 --- bin/u2c.py | 4 ++-- copyparty/__version__.py | 4 ++-- copyparty/th_srv.py | 2 +- docs/changelog.md | 26 ++++++++++++++++++++++++++ 4 files changed, 31 insertions(+), 5 deletions(-) diff --git a/bin/u2c.py b/bin/u2c.py index 4d6a4d1b..99c426c4 100755 --- a/bin/u2c.py +++ b/bin/u2c.py @@ -1,8 +1,8 @@ #!/usr/bin/env python3 from __future__ import print_function, unicode_literals -S_VERSION = "2.10" -S_BUILD_DT = "2025-02-19" +S_VERSION = "2.11" +S_BUILD_DT = "2025-05-18" """ u2c.py: upload to copyparty diff --git a/copyparty/__version__.py b/copyparty/__version__.py index e97d864a..1450a287 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 17, 0) +VERSION = (1, 17, 1) CODENAME = "mixtape.m3u" -BUILD_DT = (2025, 4, 26) +BUILD_DT = (2025, 5, 18) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/copyparty/th_srv.py b/copyparty/th_srv.py index aee97c43..e49ade63 100644 --- a/copyparty/th_srv.py +++ b/copyparty/th_srv.py @@ -23,8 +23,8 @@ from .util import ( VF_CAREFUL, Cooldown, Daemon, - atomic_move, afsenc, + atomic_move, fsenc, min_ex, runcmd, diff --git a/docs/changelog.md b/docs/changelog.md index ea823f28..cc40cc68 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,29 @@ +▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ +# 2025-0426-2149 `v1.17.0` mixtape.m3u + +## 🧪 new features + +* [m3u playlists](https://github.com/9001/copyparty/#playlists) 897f9d32 ad200f2b 4195762d fff45552 + * create and play m3u / m3u8 files + +## 🩹 bugfixes + +* improve support for ie11 (yes, internet explorer 11) 3090c748 95157d02 +* now possible to launch the password-hasher cli while another instance is running dbfc899d + * in preparation of #157 / #159 + +## 🔧 other changes + +* make better decisions when running in a VM with less than 1 GiB RAM dc3b7a27 + +## 🌠 fun facts + +* 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) +* [donations](https://github.com/9001/) are now also possible through github -- good alternative to paypal (y) + * and thanks a lot for the support (and kind words therein) so far, appreciate it :> + + + ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ # 2025-0420-1836 `v1.16.21` unzip-compat