Skip to content

Commit d3ccacc

Browse files
committed
v1.16.1
1 parent df386c8 commit d3ccacc

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

copyparty/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# coding: utf-8
22

3-
VERSION = (1, 16, 0)
3+
VERSION = (1, 16, 1)
44
CODENAME = "COPYparty"
5-
BUILD_DT = (2024, 11, 10)
5+
BUILD_DT = (2024, 11, 15)
66

77
S_VERSION = ".".join(map(str, VERSION))
88
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

docs/changelog.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2+
# 2024-1110-1932 `v1.16.0` COPYparty
3+
4+
## 🧪 new features
5+
6+
* #46 #115 copy/paste files and folders cacec9c1
7+
* cut/paste still exists, but now you can copy too
8+
* with a UI to rename files in case of filename collisions 56317b00
9+
* files are created according to the dedup settings in the target volume (either full copies or symlinks/hardlinks)
10+
* show currently active downloads in the controlpanel 8aba5aed
11+
* can be made admin-only with `--dl-list=1` or disabled with `--dl-list=0`
12+
* hides filenames of hidden files, and files from volumes where the viewer doesn't have access
13+
* #114 async reinit on new [IdP users](https://github.com/9001/copyparty#identity-providers) 44ee07f0
14+
* new IdP users can now always auth, even while a filesystem reindex is running
15+
* ux:
16+
* remember batch-rename settings from last time 6a8d5e17
17+
* URL parameters to force grid/thumbs on/off 5718caa9
18+
19+
## 🩹 bugfixes
20+
21+
* folders that fail to list due to a corrupt HDD/filesystem will now return a 404 instead of an empty listing 119e88d8
22+
* also fixes similar issues in u2c and partyfuse
23+
* u2c (commandline uploader): detect and adapt to proxies with short connection keepalives c784e528
24+
* ui/ux:
25+
* show the "switch-to-https" button in 404-messages too efd8a32e
26+
* the folder-loading indicator could steal keyboard focus d9962f65
27+
* hotkey-help was very trigger-happy 71d9e010
28+
29+
## 🔧 other changes
30+
31+
* choose more conservative defaults when server has less than 1 GiB RAM 2bf9055c
32+
* runs okay down to 128 MiB, but thumbnails die below 256 MiB
33+
* update the [comparison to similar software](https://github.com/9001/copyparty/blob/hovudstraum/docs/versus.md) after years of optimizations on both sides 0ce7cf5e
34+
35+
36+
137
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
238
# 2024-1027-0751 `v1.15.10` temporary upload links
339

0 commit comments

Comments
 (0)