Browse Source

Merge branch 'release/1.4.0' into develop

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

+ 10 - 0
CHANGELOG.md

@@ -1,5 +1,15 @@
 # Changelog
 
+## v1.4.1
+
+### Bug fixes
+
+ * Fix too fast redundancy eviction
+ * Fix broken auto blacklist page
+ * Rename signup steps
+ * Fix menu x overflow
+
+
 ## v1.4.0
 
 **Since v1.3.1**

+ 1 - 1
client/package.json

@@ -1,6 +1,6 @@
 {
   "name": "peertube-client",
-  "version": "1.4.0",
+  "version": "1.4.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.4.0",
+  "version": "1.4.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.4.0
+  version: 1.4.1
   contact:
     name: PeerTube Community
     url: 'https://joinpeertube.org'