mirror of https://github.com/Chocobozzz/PeerTube
Merge branch 'release/4.0.0' into develop
commit
fa66c9a601
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v4.0.0-rc.1
|
## v4.0.0
|
||||||
|
|
||||||
### IMPORTANT NOTES
|
### IMPORTANT NOTES
|
||||||
|
|
||||||
|
@ -118,6 +118,15 @@
|
||||||
* Fix player placeholder width
|
* Fix player placeholder width
|
||||||
* Fix playlist miniature size with big description
|
* Fix playlist miniature size with big description
|
||||||
* Correctly escape meta tags
|
* 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
|
## v3.4.1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "peertube-client",
|
"name": "peertube-client",
|
||||||
"version": "4.0.0-rc.1",
|
"version": "4.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
|
@ -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": "4.0.0-rc.1",
|
"version": "4.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"licence": "AGPL-3.0",
|
"licence": "AGPL-3.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
Loading…
Reference in New Issue