v1.16.21
9001/copypartyv1.16.21Apr 20, 2025by 9001
AI Summary
This release adds a loop/repeat button for music and improves download-as-zip compatibility with older Unix tools.
Key Highlights
- Loop/repeat button for music playback.
- Increased compatibility with Unix `unzip` command for downloads.
- Docker logs cleanup to hide keepalive pings.
New Features
- Loop/repeat button for music playback
- Improved download-as-zip compatibility with Unix `unzip`
Full Release Notes
<img src="https://github.com/9001/copyparty/raw/hovudstraum/docs/logo.svg" width="250" align="right"/> a couple guys have been asking if I accept donations -- thanks a lot!! added a few options on [my github page](https://github.com/9001/) :> * read-only demo server at https://a.ocv.me/pub/demo/ * [docker image](https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker) ╱ [similar software](https://github.com/9001/copyparty/blob/hovudstraum/docs/versus.md) ╱ [client testbed](https://cd.ocv.me/b/) there is a [discord server](https://discord.gg/25J8CdTT6G) with an `@everyone` in case of future important updates, such as [vulnerabilities](https://github.com/9001/copyparty/security) (most recently 2025-02-25) ## recent important news * [v1.16.15 (2025-02-25)](https://github.com/9001/copyparty/releases/tag/v1.16.15) fixed low-severity xss when uploading maliciously-named files * [v1.15.0 (2024-09-08)](https://github.com/9001/copyparty/releases/tag/v1.15.0) changed upload deduplication to be default-disabled * [v1.14.3 (2024-08-30)](https://github.com/9001/copyparty/releases/tag/v1.14.3) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to **data loss** -- see the v1.14.3 release-notes for details ## 🧪 new features * #156 add button to loop/repeat music 71c55659 ## 🩹 bugfixes * #155 download-as-zip: increase compatibility with the unix `unzip` command db33d68d * this unfortunately reduces support for huge zipfiles on old software (WinXP and such) * and makes it less safe to stream zips into unzippers, so use tar.gz instead * and is perhaps not even a copyparty bug; see commit-message for the full story ## 🔧 other changes * show warning on Ctrl-A in lazy-loaded folders 5b3a5fe7 * docker: hide keepalive pings from logs d5a9bd80 ---- ## ⚠️ not the [latest version](https://github.com/9001/copyparty/releases/latest/)!