From 3e502a76d0a67e3e48ee93f8d9b50dd223830b20 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Sat, 17 Aug 2024 16:04:08 +0200 Subject: [PATCH] Increase version to v1.10.10 ## Enhancements - Make displayName field more intuitive by hiding the placeholder when it is focussed (#319) ## Fixes - Fixes substring error on server (#308) ## Languages - New Language Czech - New Language Ukrainian - Translations update from Hosted Weblate (Indonesian) --- .github/ISSUE_TEMPLATE/bug-report.md | 4 ++-- docs/how-to.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- public/index.html | 2 +- public/service-worker.js | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index f2970c06..8039a045 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -36,7 +36,7 @@ If applicable, add screenshots to help explain your problem. **Bug occurs on official PairDrop instance https://pairdrop.net/** No | Yes -Version: v1.10.9 +Version: v1.10.10 **Bug occurs on self-hosted PairDrop instance** No | Yes @@ -44,7 +44,7 @@ No | Yes **Self-Hosted Setup** Proxy: Nginx | Apache2 Deployment: docker run | docker compose | npm run start:prod -Version: v1.10.9 +Version: v1.10.10 **Additional context** Add any other context about the problem here. diff --git a/docs/how-to.md b/docs/how-to.md index 20737489..6513b13f 100644 --- a/docs/how-to.md +++ b/docs/how-to.md @@ -45,11 +45,11 @@ This pairdrop-cli version was released alongside v1.10.4 #### Linux / Mac 1. Download the latest _pairdrop-cli.zip_ from the [releases page](https://github.com/schlagmichdoch/PairDrop/releases) ```shell - wget "https://github.com/schlagmichdoch/PairDrop/releases/download/v1.10.9/pairdrop-cli.zip" + wget "https://github.com/schlagmichdoch/PairDrop/releases/download/v1.10.10/pairdrop-cli.zip" ``` or ```shell - curl -LO "https://github.com/schlagmichdoch/PairDrop/releases/download/v1.10.9/pairdrop-cli.zip" + curl -LO "https://github.com/schlagmichdoch/PairDrop/releases/download/v1.10.10/pairdrop-cli.zip" ``` 2. Unzip the archive to a folder of your choice e.g. `/usr/share/pairdrop-cli/` ```shell diff --git a/package-lock.json b/package-lock.json index 83556301..42a0b806 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pairdrop", - "version": "1.10.9", + "version": "1.10.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pairdrop", - "version": "1.10.9", + "version": "1.10.10", "license": "ISC", "dependencies": { "express": "^4.18.2", diff --git a/package.json b/package.json index ef07b977..5ed23242 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pairdrop", - "version": "1.10.9", + "version": "1.10.10", "type": "module", "description": "", "main": "server/index.js", diff --git a/public/index.html b/public/index.html index 2f164991..a2c45840 100644 --- a/public/index.html +++ b/public/index.html @@ -622,7 +622,7 @@

PairDrop

-
v1.10.9
+
v1.10.10
diff --git a/public/service-worker.js b/public/service-worker.js index 7f8cb3f9..c2478282 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,4 +1,4 @@ -const cacheVersion = 'v1.10.9'; +const cacheVersion = 'v1.10.10'; const cacheTitle = `pairdrop-cache-${cacheVersion}`; const forceFetch = false; // FOR DEVELOPMENT: Set to true to always update assets instead of using cached versions const relativePathsToCache = [