Skip to content

Commit cec0e0c

Browse files
committed
v1.14.2
1 parent 8122dde commit cec0e0c

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-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, 14, 1)
3+
VERSION = (1, 14, 2)
44
CODENAME = "one step forward"
5-
BUILD_DT = (2024, 8, 19)
5+
BUILD_DT = (2024, 8, 23)
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: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2+
# 2024-0819-0014 `v1.14.1` one step forward
3+
4+
[if i turn back now, then this will always follow... one step forward, forward](https://youtu.be/xe3Wkzc0O3k?t=27)
5+
6+
* read-only demo server at https://a.ocv.me/pub/demo/
7+
* [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/)
8+
9+
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 2023-07-23)
10+
11+
## new features
12+
13+
* #92 users can change their own passwords 83fb569d 00da7440
14+
* this feature is default-disabled; see [readme](https://github.com/9001/copyparty#user-changeable-passwords)
15+
* #84 share files/folders by creating a temporary url 7c2beba5
16+
* inspired by other file servers; click the share-button to create a link like `example.com/share/enkz8g374o8g`
17+
* primary usecase is to sneak past authentication services (see issue description)
18+
* the create-share UI has options to accept uploads into the share, and/or set expiration time
19+
* this feature is default-disabled; see [readme](https://github.com/9001/copyparty#shares)
20+
21+
## bugfixes
22+
23+
* #93 fixes for vproxy / location-based / not-vhost-based reverse-proxying 0b46b1a6
24+
* using `--rp-loc` to reverse-proxy from a subfolder made some UI stuff break
25+
* listening on unix-sockets: 687df2fa
26+
* fix `x-forwarded-for` support, and avoid a possible container-specific collision
27+
* new syntax which allows setting unix-permissions and unix-group
28+
* `-i unix:770:www:/tmp/party.sock` (see `--help-bind` for more examples)
29+
* using relocation hooks (introduced in previous ver) could cause dedup issues c8f4aeae b0af4b37
30+
* custom fonts using `@import` css statements 5a62cb48
31+
* invert volume scrollwheel 7d8d9438
32+
33+
## other changes
34+
35+
* changed the button colors in theme 2 (pm-monokai) from red to yellow 5153db6b
36+
* the red buttons look better, but are too confusing because usually red means off
37+
38+
39+
140
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
241
# 2024-0813-0008 `v1.13.8` hook into place
342

0 commit comments

Comments
 (0)