v1.19.18

9001/copypartyv1.19.18Oct 25, 2025by 9001

AI Summary

Introduces an enterprise-friendly variant and enhances client-server communication with upload completion notifications.

Key Highlights

  • New `copyparty-en.pyz` variant (antivirus-friendly, no SMB)
  • Client upload completion messages
  • `--notooltips` global option

New Features

  • Client upload completion messages
  • copyparty-en.pyz variant
  • Show volumes with 'h' permission in navpane
  • Hide tooltips by default

Full Release Notes

<img src="https://github.com/9001/copyparty/raw/hovudstraum/docs/logo.svg" width="250" align="right"/>

* 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-09-07)

## recent important news

* [v1.19.8 (2025-09-07)](https://github.com/9001/copyparty/releases/tag/v1.19.8) fixed [CVE-2025-58753](https://github.com/9001/copyparty/security/advisories/GHSA-pxvw-4w88-6x95) (a missing permission-check inside single-file shares)
* [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

* #949 when all uploads have finished, the client (both the browser and u2c) sends a message to the server saying it's done db87ea5c
* #941 [copyparty-en.pyz](https://github.com/9001/copyparty/releases/latest/download/copyparty-en.pyz), yet another copyparty variant, with enterprise-friendly tweaks:
  * does not include the smb-server, so antivirus doesn't think it's malware 7f5810f1
  * english-only, because antivirus apparently hates certain translations too 7f5810f1
  * renamed the webdav-config `.bat` to `.txt` because clearly only one of those are "dangerous" b624a387
* show volumes with permssion `h` in the navpane fff7291d 
* #937 global-option `--notooltips` to default-disable tooltips a325353b

## 🩹 bugfixes

* #948 fix the u2c `--dr` option when the server is running on windows d3dd3456
* fix crash on startup when using volflags `unlistc*` and the parent folder is not a volume cdd5e78a
* `og` / opengraph / discord-embed fixes:
  * using the `h` permission could result in unexpected 404 c9e45c12
  * a single-file volume could make filenames in its parent volume unintentionally visible 36ab77e0
    * this would only happen when combined with `--og`
* fix some harmless warnings from single-file volumes b1efc006
* fix filesize-colors in selected rows 1c17b63b

## 🔧 other changes

* releases can now also be downloaded from https://copyparty.eu/ 547a7ab1

----

## ⚠️ not the [latest version](https://github.com/9001/copyparty/releases/latest/)!