From a900c36395161f1c2920c20c49a50a5a17d7473f Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 18 Aug 2022 01:02:19 +0200 Subject: [PATCH] v1.3.15 --- copyparty/__version__.py | 4 ++-- docs/changelog.md | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 025850b6..38d61647 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 3, 14) +VERSION = (1, 3, 15) CODENAME = "god dag" -BUILD_DT = (2022, 8, 15) +BUILD_DT = (2022, 8, 18) 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 6664dc03..0982e679 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,20 @@ +▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ +# 2022-0815-1825 `v1.3.14` fix windows db + +after two exciting releases, time for something boring +* read-only demo server at https://a.ocv.me/pub/demo/ +* latest gzip edition of the sfx: [v1.0.14](https://github.com/9001/copyparty/releases/tag/v1.0.14#:~:text=release-specific%20notes) + +## new features +* upload-info (ip and timestamp) is provided to `mtp` tagparser plugins as json +* tagscanner will index `fmt` (file-format / container type) by default + * and `description` can be enabled in `-mte` + +## bugfixes +* [v1.3.12](https://github.com/9001/copyparty/releases/tag/v1.3.12) broke file-indexing on windows if an entire HDD was mounted as a volume + + + ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ # 2022-0812-2258 `v1.3.12` quickboot