From e00e11225f146c9aca50fec01232d4718eb8e6aa Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 25 Feb 2026 08:34:57 +0000 Subject: [PATCH] v1.20.9 --- copyparty/__version__.py | 4 ++-- docs/changelog.md | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index dcc70a95..fdb3f3d1 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 20, 8) +VERSION = (1, 20, 9) CODENAME = "sftp is fine too" -BUILD_DT = (2026, 2, 22) +BUILD_DT = (2026, 2, 25) 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 c4bcc982..5635f22a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,30 @@ +▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ +# 2026-0222-1507 `v1.20.8` no265 + +## 🧪 new features + +* #1298 add Hungarian translation (thx @sonacl!) eefb181b f37c3b96 +* #1299 chown now accepts 4-digit values (thx @new-sashok724!) 5a7504fd + +## 🩹 bugfixes + +* audioplayer skip-silence: + * #1303 clamp ffwd to safe values (thx @icxes!) f5e70c7f + * fix crash on folderchange f1a433a6 + +## 🔧 other changes + +* due to [legal reasons](https://github.com/9001/copyparty/blob/hovudstraum/docs/bad-codecs.md), the [docker-images](https://github.com/9001/copyparty/blob/hovudstraum/scripts/docker) and [bootable flashdrive](https://a.ocv.me/pub/stuff/edcd001/enterprise-edition/) are now unable to create thumbnails of HEVC/h265 videos and heif/heic images 1bec91d1 + * this primarily means photos/videos taken with iphones (and maybe some samsung phones) + * on the bright side, this has made the docker-images much smaller; `ac` is now half the size it used to be, and `iv` / `dj` are each 97 MiB smaller + +## 🌠 fun facts + +* if you wanna see your car doing its best impression of a frictionless spherical cow, I can warmly (heh) recommend the icy snowcoated countryroads of viken this weekend + * goes oddly well with [sakuraburst - deconstructing nature](https://www.youtube.com/watch?v=MJjO-pwYpJg) + + + ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ # 2026-0214-2315 `v1.20.7` fika