v1.19.6
9001/copypartyv1.19.6Aug 27, 2025by 9001
AI Summary
Adds authentication precedence control, Portuguese translation, and fixes IPv6 FTP and markdown editor issues.
Key Highlights
- New option to control authentication priority/precedence
- Portuguese translation added
- URL parameter `?dl` forces file download
- IPv6 link-local address support for FTP server
- Markdown editor panic fix for non-table content
New Features
- Authentication precedence option
- Portuguese translation
- `?dl` URL parameter
- IPv6 FTP support
- Markdown table panic fix
- Volume can be a single file
- XDG_CONFIG_HOME preference
- Config expansion order improvements
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-07-30) ## recent important news * [v1.18.9 (2025-08-01)](https://github.com/9001/copyparty/releases/tag/v1.18.9) fixed [CVE-2025-54796](https://github.com/9001/copyparty/security/advisories/GHSA-5662-2rj7-f2v6) (Denial-of-Service) * [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 * #673 add Portuguese translation (thx anonymous!) 4b8c2215 * ...and enable the Polish translation (whoops) 8f235be6 * #689 add option to control authentication priority/precedence 543b7ea9 * url-parameter `?dl` forces file download instead of displaying in-browser 48d6224e * #533 more ways to make the QR-code always-visible in the console 2848941e * #695 option to log invalid xml from clients 28b93d79 * #552 configurable markdown newline behavior 0491123b * and tweak the styling of monospace in links 68503444 ## 🩹 bugfixes * #628 FTP-server now accepts connections from IPv6 link-local addresses 978801d0 * incorrect assumption that all IPv6 link-local addresses start with `fe80` d39c74c1 * ftp: fix file rename d40f061a * u2c: couldn't upload files located at the very top of the unix file hierarchy 599e82f2 * #699 markdown-editor: fix panic if the table-formatter is executed on something that isn't a table 4c042b3c ## 🔧 other changes * #696 a volume can be one single file, not just folders aa1c9213 * #442 strongly prefer XDG_CONFIG_HOME as config location 35472557 * #691 album-art collected from audio-files can now become folder thumbnails 0b50fde3 * allow spaces in more of the comma-separated options d30240b4 * docs: * mention config requirements for [syncing folders](https://github.com/9001/copyparty/#folder-sync) with u2c 6cd0a396 59f142cd ---- ## ⚠️ not the [latest version](https://github.com/9001/copyparty/releases/latest/)!