Browse Source

Merge branch 'release/v1.3.0' into develop

Chocobozzz 4 years ago
parent
commit
b6a1dd4d1b
4 changed files with 14 additions and 3 deletions
  1. 11 0
      CHANGELOG.md
  2. 1 1
      client/package.json
  3. 1 1
      package.json
  4. 1 1
      support/doc/api/openapi.yaml

+ 11 - 0
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 - 1
client/package.json

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

+ 1 - 1
package.json

@@ -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 - 1
support/doc/api/openapi.yaml

@@ -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'