Compare commits

..

3 Commits

10 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ If applicable, add screenshots to help explain your problem.
**Bug occurs on official PairDrop instance https://pairdrop.net/** **Bug occurs on official PairDrop instance https://pairdrop.net/**
No | Yes No | Yes
Version: v1.9.3 Version: v1.9.4
**Bug occurs on self-hosted PairDrop instance** **Bug occurs on self-hosted PairDrop instance**
No | Yes No | Yes
@@ -44,7 +44,7 @@ No | Yes
**Self-Hosted Setup** **Self-Hosted Setup**
Proxy: Nginx | Apache2 Proxy: Nginx | Apache2
Deployment: docker run | docker-compose | npm run start:prod Deployment: docker run | docker-compose | npm run start:prod
Version: v1.9.3 Version: v1.9.4
**Additional context** **Additional context**
Add any other context about the problem here. Add any other context about the problem here.
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "pairdrop", "name": "pairdrop",
"version": "1.9.3", "version": "1.9.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pairdrop", "name": "pairdrop",
"version": "1.9.3", "version": "1.9.4",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"express": "^4.18.2", "express": "^4.18.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "pairdrop", "name": "pairdrop",
"version": "1.9.3", "version": "1.9.4",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
+1 -1
View File
@@ -480,7 +480,7 @@
</svg> </svg>
<div class="title-wrapper" dir="ltr"> <div class="title-wrapper" dir="ltr">
<h1>PairDrop</h1> <h1>PairDrop</h1>
<div class="font-subheading">v1.9.3</div> <div class="font-subheading">v1.9.4</div>
</div> </div>
<div class="font-subheading" data-i18n-key="about.claim" data-i18n-attrs="text"></div> <div class="font-subheading" data-i18n-key="about.claim" data-i18n-attrs="text"></div>
<div class="row"> <div class="row">
+6 -6
View File
@@ -1268,9 +1268,9 @@ class PairDeviceDialog extends Dialog {
content: this._getPairUrl(), content: this._getPairUrl(),
width: 150, width: 150,
height: 150, height: 150,
padding: 0, padding: 1,
background: "transparent", background: 'rgb(238,238,238)',
color: `rgb(var(--text-color))`, color: 'rgb(18, 18, 18)',
ecl: "L", ecl: "L",
join: true join: true
}); });
@@ -1619,9 +1619,9 @@ class PublicRoomDialog extends Dialog {
content: this._getShareRoomUrl(), content: this._getShareRoomUrl(),
width: 150, width: 150,
height: 150, height: 150,
padding: 0, padding: 1,
background: "transparent", background: 'rgb(238,238,238)',
color: `rgb(var(--text-color))`, color: 'rgb(18, 18, 18)',
ecl: "L", ecl: "L",
join: true join: true
}); });
+1 -1
View File
@@ -1,4 +1,4 @@
const cacheVersion = 'v1.9.3'; const cacheVersion = 'v1.9.4';
const cacheTitle = `pairdrop-cache-${cacheVersion}`; const cacheTitle = `pairdrop-cache-${cacheVersion}`;
const forceFetch = false; // FOR DEVELOPMENT: Set to true to always update assets instead of using cached versions const forceFetch = false; // FOR DEVELOPMENT: Set to true to always update assets instead of using cached versions
const urlsToCache = [ const urlsToCache = [
+1 -1
View File
@@ -485,7 +485,7 @@
</svg> </svg>
<div class="title-wrapper" dir="ltr"> <div class="title-wrapper" dir="ltr">
<h1>PairDrop</h1> <h1>PairDrop</h1>
<div class="font-subheading">v1.9.3</div> <div class="font-subheading">v1.9.4</div>
</div> </div>
<div class="font-subheading" data-i18n-key="about.claim" data-i18n-attrs="text"></div> <div class="font-subheading" data-i18n-key="about.claim" data-i18n-attrs="text"></div>
<div class="row"> <div class="row">
@@ -1,5 +1,5 @@
window.URL = window.URL || window.webkitURL; window.URL = window.URL || window.webkitURL;
window.isRtcSupported = false; //!!(window.RTCPeerConnection || window.mozRTCPeerConnection || window.webkitRTCPeerConnection); window.isRtcSupported = !!(window.RTCPeerConnection || window.mozRTCPeerConnection || window.webkitRTCPeerConnection);
window.hiddenProperty = 'hidden' in document ? 'hidden' : window.hiddenProperty = 'hidden' in document ? 'hidden' :
'webkitHidden' in document ? 'webkitHidden' : 'webkitHidden' in document ? 'webkitHidden' :
+6 -6
View File
@@ -1270,9 +1270,9 @@ class PairDeviceDialog extends Dialog {
content: this._getPairUrl(), content: this._getPairUrl(),
width: 150, width: 150,
height: 150, height: 150,
padding: 0, padding: 1,
background: "transparent", background: 'rgb(238,238,238)',
color: `rgb(var(--text-color))`, color: 'rgb(18, 18, 18)',
ecl: "L", ecl: "L",
join: true join: true
}); });
@@ -1621,9 +1621,9 @@ class PublicRoomDialog extends Dialog {
content: this._getShareRoomUrl(), content: this._getShareRoomUrl(),
width: 150, width: 150,
height: 150, height: 150,
padding: 0, padding: 1,
background: "transparent", background: 'rgb(238,238,238)',
color: `rgb(var(--text-color))`, color: 'rgb(18, 18, 18)',
ecl: "L", ecl: "L",
join: true join: true
}); });
@@ -1,4 +1,4 @@
const cacheVersion = 'v1.9.3'; const cacheVersion = 'v1.9.4';
const cacheTitle = `pairdrop-included-ws-fallback-cache-${cacheVersion}`; const cacheTitle = `pairdrop-included-ws-fallback-cache-${cacheVersion}`;
const forceFetch = false; // FOR DEVELOPMENT: Set to true to always update assets instead of using cached versions const forceFetch = false; // FOR DEVELOPMENT: Set to true to always update assets instead of using cached versions
const urlsToCache = [ const urlsToCache = [