From 41ec03fcaf714a2769addd4a5976956747a40d8b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 13 Dec 2021 09:16:41 +0100 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ffb00d23..b9c18c10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v4.0.0-rc.1 +## v4.0.0 ### IMPORTANT NOTES @@ -118,6 +118,15 @@ * Fix player placeholder width * Fix playlist miniature size with big description * Correctly escape meta tags + * Fix audio upload client bug if not enabled by instance + * Add header Vary Accept-Language [#4588](https://github.com/Chocobozzz/PeerTube/pull/4588) + * Fix additional extensions admin config description + * Fix upload of video with long filename + * Fix pending transcoding counter with failed job + * Fix client header search on ios + * Fix iframe attribute `allow-popups` for oembed + * Fix theme update when logged in + * Fix homepage title ## v3.4.1 From 37a5d6318b8ce9a3784234751a74b7f15095d5c6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 13 Dec 2021 09:22:25 +0100 Subject: [PATCH 2/2] Bumped to version v4.0.0 --- client/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ { "name": "peertube-client", - "version": "4.0.0-rc.1", + "version": "4.0.0", "private": true, "license": "AGPL-3.0", "author": { diff --git a/package.json b/package.json index 6cc00d1ae..f2906128f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube", "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.", - "version": "4.0.0-rc.1", + "version": "4.0.0", "private": true, "licence": "AGPL-3.0", "engines": {