diff --git a/copyparty/__version__.py b/copyparty/__version__.py index ea664afc..a234ce46 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 16, 14) +VERSION = (1, 16, 15) CODENAME = "COPYparty" -BUILD_DT = (2025, 2, 19) +BUILD_DT = (2025, 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 8d8cac32..ab7986ff 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,30 @@ +▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ +# 2025-0219-2309 `v1.16.14` overwrite by upload + +## 🧪 new features + +* #139 overwrite existing files by uploading over them e9f78ea7 + * default-disabled; a new togglebutton in the upload-UI configures it + * can optionally compare last-modified-time and only overwrite older files +* [GDPR compliance](https://github.com/9001/copyparty#GDPR-compliance) (maybe/probably) 4be0d426 + +## 🩹 bugfixes + +* some cosmetic volflag stuff, all harmless b190e676 + * disabling a volflag `foo` with `-foo` shows a warning that `-foo` was not a recognized volflag, but it still does the right thing + * some volflags give the *"unrecognized volflag, will ignore"* warning, but not to worry, they still work just fine: + * `xz` to allow serverside xz-compression of uploaded files +* the option to customize the loader-spinner would glitch out during the initial page load 7d7d5d6c + +## 🔧 other changes + +* [randpic.py](https://github.com/9001/copyparty/blob/hovudstraum/bin/handlers/randpic.py), new 404-handler example, returns a random pic from a folder 60d5f271 +* readme: [howto permanent cloudflare tunnel](https://github.com/9001/copyparty#permanent-cloudflare-tunnel) for easy hosting from home 2beb2acc +* [synology-dsm](https://github.com/9001/copyparty/blob/hovudstraum/docs/synology-dsm.md): mention how to update the docker image 56ce5919 +* spinner improvements 6858cb06 + + + ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ # 2025-0213-2057 `v1.16.13` configure with confidence