From bef10b1d1c37981b5aa318980a6debf9c161ecfa Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Fri, 22 Sep 2023 23:37:50 +0200 Subject: defer js loading --- 404.html | 6 +++--- changelog.1.1.html | 8 ++++---- changelog.1.2.html | 6 +++--- changelog.1.3.html | 6 +++--- changelog.beta.html | 6 +++--- changelog.html | 6 +++--- changelog.old.html | 6 +++--- downloads.html | 8 ++++---- index.html | 10 +++++----- sw.js | 2 +- 10 files changed, 32 insertions(+), 32 deletions(-) diff --git a/404.html b/404.html index b2a527c5..d8feb52b 100644 --- a/404.html +++ b/404.html @@ -10,7 +10,7 @@ @@ -144,7 +144,7 @@ "url": "https://qtpass.org" } - - + + diff --git a/changelog.1.1.html b/changelog.1.1.html index e5032aa7..4a0ae997 100644 --- a/changelog.1.1.html +++ b/changelog.1.1.html @@ -11,7 +11,7 @@ @@ -163,7 +163,7 @@
  • Completed Dutch and German translations
  • - +

    v1.1.3 Some more bug-squashing

    - +
    enable-ssh-support
     write-env-file
     use-standard-socket
    @@ -282,7 +282,7 @@ default-cache-ttl 600
     max-cache-ttl 7200

    Also, the following is useful to add to your .bashrc if you are using Yubikey NEO on Ubuntu:

    - +
    # OpenPGP applet support for YubiKey NEO
     if [ ! -f /tmp/gpg-agent.env ]; then
       killall gpg-agent;
    @@ -308,7 +308,7 @@ fi
             
     
             

    Where can I ask for help?

    - +
    • Create an issue issues on github.
    • Send an email to help@qtpass.org
    • @@ -353,7 +353,7 @@ fi "url": "https://qtpass.org" } - - + + diff --git a/sw.js b/sw.js index f1c38673..336f125f 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const cacheName = 'qtpass::v1.4.0-5::static'; +const cacheName = 'qtpass::v1.4.0-7::static'; self.addEventListener('install', e => { e.waitUntil( -- cgit v1.2.3