mirror of https://github.com/Chocobozzz/PeerTube
Merge branch 'release/v1.3.0' into develop
commit
b6a1dd4d1b
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
|||
# 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
|
||||
|
||||
**Since v1.2.0**
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "peertube-client",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"private": true,
|
||||
"licence": "GPLv3",
|
||||
"author": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "peertube",
|
||||
"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,
|
||||
"licence": "AGPLv3",
|
||||
"engines": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
openapi: 3.0.0
|
||||
info:
|
||||
title: PeerTube
|
||||
version: 1.3.0
|
||||
version: 1.3.1
|
||||
contact:
|
||||
name: PeerTube Community
|
||||
url: 'https://joinpeertube.org'
|
||||
|
|
Loading…
Reference in New Issue