diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-13 10:22:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-13 10:22:05 +0100 |
commit | fa66c9a601d69f6d57c956a3513e8bbed7ee9616 (patch) | |
tree | e818516e0d5374286e0a18c1bb8968be1c79fa6b | |
parent | 82c082d9ed4c2253ec70830583815a64cc7226f7 (diff) | |
parent | 37a5d6318b8ce9a3784234751a74b7f15095d5c6 (diff) | |
download | PeerTube-fa66c9a601d69f6d57c956a3513e8bbed7ee9616.tar.gz PeerTube-fa66c9a601d69f6d57c956a3513e8bbed7ee9616.tar.zst PeerTube-fa66c9a601d69f6d57c956a3513e8bbed7ee9616.zip |
Merge branch 'release/4.0.0' into develop
-rw-r--r-- | CHANGELOG.md | 11 | ||||
-rw-r--r-- | client/package.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ffb00d23..b9c18c10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,6 +1,6 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v4.0.0-rc.1 | 3 | ## v4.0.0 |
4 | 4 | ||
5 | ### IMPORTANT NOTES | 5 | ### IMPORTANT NOTES |
6 | 6 | ||
@@ -118,6 +118,15 @@ | |||
118 | * Fix player placeholder width | 118 | * Fix player placeholder width |
119 | * Fix playlist miniature size with big description | 119 | * Fix playlist miniature size with big description |
120 | * Correctly escape meta tags | 120 | * Correctly escape meta tags |
121 | * Fix audio upload client bug if not enabled by instance | ||
122 | * Add header Vary Accept-Language [#4588](https://github.com/Chocobozzz/PeerTube/pull/4588) | ||
123 | * Fix additional extensions admin config description | ||
124 | * Fix upload of video with long filename | ||
125 | * Fix pending transcoding counter with failed job | ||
126 | * Fix client header search on ios | ||
127 | * Fix iframe attribute `allow-popups` for oembed | ||
128 | * Fix theme update when logged in | ||
129 | * Fix homepage title | ||
121 | 130 | ||
122 | 131 | ||
123 | ## v3.4.1 | 132 | ## v3.4.1 |
diff --git a/client/package.json b/client/package.json index f1ebd6dec..0f52ec88c 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "name": "peertube-client", | 2 | "name": "peertube-client", |
3 | "version": "4.0.0-rc.1", | 3 | "version": "4.0.0", |
4 | "private": true, | 4 | "private": true, |
5 | "license": "AGPL-3.0", | 5 | "license": "AGPL-3.0", |
6 | "author": { | 6 | "author": { |
diff --git a/package.json b/package.json index a60e0f8aa..2d342418d 100644 --- a/package.json +++ b/package.json | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | "name": "peertube", | 2 | "name": "peertube", |
3 | "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.", | 3 | "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.", |
4 | "version": "4.0.0-rc.1", | 4 | "version": "4.0.0", |
5 | "private": true, | 5 | "private": true, |
6 | "licence": "AGPL-3.0", | 6 | "licence": "AGPL-3.0", |
7 | "engines": { | 7 | "engines": { |