aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md11
-rw-r--r--client/package.json2
-rw-r--r--package.json2
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": {