From e7152df1aea102ca2439aaca05577a527e683346 Mon Sep 17 00:00:00 2001 From: Derek Schmidt Date: Wed, 16 Nov 2022 07:04:13 -0500 Subject: [PATCH] Bump to +vtopia1 --- CHANGELOG.md | 6 ++++++ client/package.json | 10 +++++----- package.json | 10 +++++----- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d3c9bdb..822a4cb8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Differences from upstream +### vtopia1 ++ Refactor wording involving "live" to "stream" where appropriate (f10a5b0) ++ Utilize VHS and [Owncast latency compensation](https://github.com/owncast/vhs-latency-compensator) (9bf55ea) + + ## v4.3.0 ### Maintenance diff --git a/client/package.json b/client/package.json index 38cead1a1..edc1610b9 100644 --- a/client/package.json +++ b/client/package.json @@ -1,16 +1,16 @@ { "name": "peertube-client", - "version": "4.3.0", + "version": "4.3.0+vtopia1", "private": true, "license": "AGPL-3.0", "author": { - "name": "Chocobozzz", - "email": "chocobozzz@framasoft.org", - "url": "http://github.com/Chocobozzz" + "name": "VtopiaLIVE", + "email": "admin@votpia.live", + "url": "https://social.vtopia.live/@staff" }, "repository": { "type": "git", - "url": "git+https://github.com/Chocobozzz/PeerTube.git" + "url": "git+https://code.vtopia.live/Vtopia/VeeTube.git" }, "scripts": { "lint": "npm run lint-ts && npm run lint-scss", diff --git a/package.json b/package.json index 5eeca42a9..a72796aaf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube", "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.", - "version": "4.3.0", + "version": "4.3.0+vtopia1", "private": true, "licence": "AGPL-3.0", "engines": { @@ -12,13 +12,13 @@ "peertube": "dist/server/tools/peertube.js" }, "author": { - "name": "Chocobozzz", - "email": "chocobozzz@framasoft.org", - "url": "http://github.com/Chocobozzz" + "name": "VtopiaLIVE", + "email": "admin@votpia.live", + "url": "https://social.vtopia.live/@staff" }, "repository": { "type": "git", - "url": "git+https://github.com/Chocobozzz/PeerTube.git" + "url": "git+https://code.vtopia.live/Vtopia/VeeTube.git" }, "typings": "*.d.ts", "scripts": { -- 2.45.1