|
| 1 | +▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ |
| 2 | +# 2025-0209-2331 `v1.16.12` RTT |
| 3 | + |
| 4 | +## 🧪 new features |
| 5 | + |
| 6 | +* show rtt (network latency to server, including request processing time) in the top status text d27f1104 |
| 7 | + * and log the client-reported RTT to serverlog 20ddeb6e |
| 8 | +* remember file selection when changing folders c7db08ed |
| 9 | + * good for when you accidentally navigate elsewhere |
| 10 | +* option to restrict download-as-zip/tar to admins-only c87af9e8 |
| 11 | +* #135 add [bubbleparty](https://github.com/9001/copyparty/blob/hovudstraum/bin/README.md#bubblepartysh), thx @coderofsalvation! 3582a100 |
| 12 | + * runs copyparty in a [sandbox](https://github.com/containers/bubblewrap), making it harder to gain unintended access through bugs in python or copyparty |
| 13 | + * better alternative to [prisonparty](https://github.com/9001/copyparty/tree/hovudstraum/bin#prisonpartysh), more similar to [the sandboxing in the nixos package](https://github.com/9001/copyparty/blob/7dda77dcb/contrib/nixos/modules/copyparty.nix#L232-L272) |
| 14 | +* new plugin: [quickmove](https://github.com/9001/copyparty/blob/hovudstraum/contrib/plugins/quickmove.js) 46f9e9ef |
| 15 | + * adds hotkey `W` to quickly move selected files into a subfolder |
| 16 | +* #133 new plugin: [graft-thumbs.js](https://github.com/9001/copyparty/blob/hovudstraum/contrib/plugins/graft-thumbs.js) 6c202eff |
| 17 | + * in folders with foobar.mp3 and foobar.png, can copy the thumbnail from the png to the jpg (and then hide the png) |
| 18 | +* handlers: add [http-redirect example](https://github.com/9001/copyparty/blob/hovudstraum/bin/handlers/redirect.py) 22cbd2db |
| 19 | +* add [ping.html](https://github.com/9001/copyparty/blob/hovudstraum/srv/ping.html) 7de9d15a 910797cc |
| 20 | + |
| 21 | +## 🩹 bugfixes |
| 22 | + |
| 23 | +* improve iPad detection so they get opus instead of mp3 12dcea4f |
| 24 | + |
| 25 | +## 🔧 other changes |
| 26 | + |
| 27 | +* safeguard against accidental config loss cd71b505 |
| 28 | + * while no copyparty servers have ended up in this unfortunate situation yet (afaik), be proactive and borrow some experience from other docker-based services |
| 29 | +* readme: improve config examples 32e90859 |
| 30 | +* improve serverlog entries regarding 403s b020fd4a |
| 31 | +* #132 mention fuse permissions in readme d9d2a092 |
| 32 | +* traefik-example: fix disconnect during big uploads 6a9ffe7e |
| 33 | +* try to show an appropriate warning for media that the browser doesn't support playing 4ef35263 |
| 34 | + * was an attempt at detecting iphones failing to play high-color-precision webm files, but safari doesn't seem to realize itself that playback has failed, ah well |
| 35 | +* copyparty.exe: update to python 3.12.9 |
| 36 | +* update deps: dompurify 3.2.4 |
| 37 | + |
| 38 | + |
| 39 | + |
1 | 40 | ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
2 | 41 | # 2025-0127-0140 `v1.16.11` fix no-acode
|
3 | 42 |
|
|
0 commit comments