Merge branch 'release/5.2.0' into develop

pull/5960/head
Chocobozzz 2023-08-30 19:03:03 +02:00
commit 76dbe843d1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,15 @@
# Changelog # Changelog
## v5.2.1
### Bug fixes
* Fix loading spinner displayed forever on Chrome
* Fix broken replay with long live name
* Fix fps transcoding on remote runners
* Fix terms/code of conduct link toggle
## v5.2.0 ## v5.2.0
### IMPORTANT NOTES ### IMPORTANT NOTES

View File

@ -1,6 +1,6 @@
{ {
"name": "peertube-client", "name": "peertube-client",
"version": "5.2.0", "version": "5.2.1",
"private": true, "private": true,
"license": "AGPL-3.0", "license": "AGPL-3.0",
"author": { "author": {

View File

@ -1,7 +1,7 @@
{ {
"name": "peertube", "name": "peertube",
"description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.", "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.",
"version": "5.2.0", "version": "5.2.1",
"private": true, "private": true,
"licence": "AGPL-3.0", "licence": "AGPL-3.0",
"engines": { "engines": {