Merge branch 'release/v1.3.0' into develop

This commit is contained in:
Chocobozzz 2019-06-17 09:48:41 +02:00
commit b6a1dd4d1b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
4 changed files with 14 additions and 3 deletions

View File

@ -1,5 +1,16 @@
# Changelog # Changelog
## v1.3.1
### Bug fixes
* Fix Mastodon remote interactions
* Fix missing video download button
* Fix error in video upload/update form when scheduling publication
* Fix black theme on some pages
* Fix video import if auto blacklist is enabled
## v1.3.0 ## v1.3.0
**Since v1.2.0** **Since v1.2.0**

View File

@ -1,6 +1,6 @@
{ {
"name": "peertube-client", "name": "peertube-client",
"version": "1.3.0", "version": "1.3.1",
"private": true, "private": true,
"licence": "GPLv3", "licence": "GPLv3",
"author": { "author": {

View File

@ -1,7 +1,7 @@
{ {
"name": "peertube", "name": "peertube",
"description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
"version": "1.3.0", "version": "1.3.1",
"private": true, "private": true,
"licence": "AGPLv3", "licence": "AGPLv3",
"engines": { "engines": {

View File

@ -1,7 +1,7 @@
openapi: 3.0.0 openapi: 3.0.0
info: info:
title: PeerTube title: PeerTube
version: 1.3.0 version: 1.3.1
contact: contact:
name: PeerTube Community name: PeerTube Community
url: 'https://joinpeertube.org' url: 'https://joinpeertube.org'