Merge branch 'release/v8.0.x' into develop

This commit is contained in:
Chocobozzz
2026-01-27 09:45:28 +01:00
4 changed files with 560 additions and 495 deletions
+15
View File
@@ -1,5 +1,20 @@
# Changelog
## v8.0.2
### IMPORTANT NOTES
* Follow v8.0.0 IMPORTANT NOTES if you upgrade from PeerTube <= v7.3.0
### Bug fixes
* Fix PostgreSQL CPU usage and broken PeerTube instance on instances with a many subscriptions or big federation
* Fix login URL in registration email
* Remove the trailing comma in the plugins `package.json` files that broke the update/installation process
* Fix broken channel sync if private privacy is removed by a plugin
* Fix restoring *My Videos* sort after a search
## v8.0.1
### IMPORTANT NOTES
+15 -15
View File
@@ -1,6 +1,6 @@
{
"name": "peertube-client",
"version": "8.0.1",
"version": "8.0.2",
"private": true,
"license": "AGPL-3.0",
"author": {
@@ -34,20 +34,20 @@
],
"typings": "*.d.ts",
"devDependencies": {
"@angular/animations": "^20.3.15",
"@angular/build": "^20.3.12",
"@angular/cdk": "^20.2.14",
"@angular/cli": "^20.3.12",
"@angular/common": "^20.3.15",
"@angular/compiler": "^20.3.15",
"@angular/compiler-cli": "^20.3.15",
"@angular/core": "^20.3.15",
"@angular/forms": "^20.3.15",
"@angular/localize": "^20.3.15",
"@angular/platform-browser": "^20.3.15",
"@angular/platform-browser-dynamic": "^20.3.15",
"@angular/router": "^20.3.15",
"@angular/service-worker": "^20.3.15",
"@angular/animations": "~20.3.16",
"@angular/build": "~20.3.15",
"@angular/cdk": "~20.2.14",
"@angular/cli": "~20.3.15",
"@angular/common": "~20.3.16",
"@angular/compiler": "~20.3.16",
"@angular/compiler-cli": "~20.3.16",
"@angular/core": "~20.3.16",
"@angular/forms": "~20.3.16",
"@angular/localize": "~20.3.16",
"@angular/platform-browser": "~20.3.16",
"@angular/platform-browser-dynamic": "~20.3.16",
"@angular/router": "~20.3.16",
"@angular/service-worker": "~20.3.16",
"@ng-bootstrap/ng-bootstrap": "^19.0.1",
"@ngx-loading-bar/core": "^7.0.0",
"@ngx-loading-bar/http-client": "^7.0.0",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "peertube",
"description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.",
"version": "8.0.1",
"version": "8.0.2",
"private": true,
"licence": "AGPL-3.0",
"engines": {
+529 -479
View File
File diff suppressed because it is too large Load Diff