From cc0cc8cdf07ac39303dc1c8cb8142e9eb88b6db5 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 11 Jan 2025 16:11:15 +0000 Subject: [PATCH] v1.16.8 --- copyparty/__version__.py | 4 ++-- docs/changelog.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 1e4a8e27..8bc58f6f 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 16, 7) +VERSION = (1, 16, 8) CODENAME = "COPYparty" -BUILD_DT = (2024, 12, 23) +BUILD_DT = (2025, 1, 11) 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 9d222227..0b3eae9d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,34 @@ +▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ +# 2024-1223-0005 `v1.16.7` an idp fix for xmas + +# ☃️🎄 **there is still time** 🎅🎁 + +❄️❄️❄️ please [enjoy some appropriate music](https://a.ocv.me/pub/demo/music/.bonus/#af-55d4554d) -- you'll probably like this more than the idp thing honestly ❄️❄️❄️ + +## 🧪 new features + +* more improvements to the recent-uploads feature 87598dcd + * move html rendering to clientside + * any changes to the filter-text applies in real-time + * loads 50% faster, reduces server-load by 30% + * inhibits search engines from indexing it + +## 🩹 bugfixes + +* using idp without e2d could mess with uploads dd6e9ea7 +* u2c (commandline uploader): fix window title 946a8c5b +* mDNS/SSDP: fix incorrect log colors when multiple primary IPs are lost 552897ab + +## 🔧 other changes + +* ui: make it more obvious that the volume-control is a volume-control 7f044372 +* copyparty.exe: update deps (jinja2, markupsafe, pyinstaller) c0dacbc4 +* improve safety of custom plugins 988a7223 + * if you've made your own plugins which expect certain values (host-header, filekeys) to be html-safe, then you'll want to upgrade + * also fixes rss-feed xml if password contains special characters + + + ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ # 2024-1219-0037 `v1.16.6` merry \x58mas