From 4ea31de45f2295708279ab91cdcd72d44ec878bb Mon Sep 17 00:00:00 2001 From: coulisse Date: Sun, 12 Feb 2023 11:20:47 +0100 Subject: [PATCH] fixed tagging --- CITATION.cff | 2 +- README.md | 2 +- docs/CHANGELOG.md | 2 +- static/html/offline.html | 2 +- static/pwa/manifest.webmanifest | 2 +- static/pwa/service-worker.js | 2 +- templates/_base.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 9c6c4f2..4b24943 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,5 +24,5 @@ keywords: - dxcluster - spiderweb license: GPL-3.0 -version: v2.4.1.2 +version: v2.4.2 date-released: 2023-02-12 diff --git a/README.md b/README.md index 0070056..11dd827 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![CodeFactor](https://www.codefactor.io/repository/github/coulisse/spiderweb/badge)](https://www.codefactor.io/repository/github/coulisse/spiderweb) -- **Release:** v2.4.1.2 +- **Release:** v2.4.2 - **Author:** Corrado Gerbaldo - [IU1BOW](https://www.qrz.com/db/IU1BOW) - **Mail:** - **Licensing:** Gpl V3.0 see [LICENSE](LICENSE) file. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3e4d745..b08a53b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ ### Change log Date: 12/02/2023 -Release: v2.4.1.2 +Release: v2.4.2 - changed cache-control header - fixed Layout scrolling (SEO) - first time spot load: not show cyan background diff --git a/static/html/offline.html b/static/html/offline.html index b716b5e..03ba372 100644 --- a/static/html/offline.html +++ b/static/html/offline.html @@ -96,7 +96,7 @@

No internet connection

© Copyleft: IU1BOW - Spiderweb - v2.4.1.2 + v2.4.2 diff --git a/static/pwa/manifest.webmanifest b/static/pwa/manifest.webmanifest index 1f9c63e..763ba3f 100644 --- a/static/pwa/manifest.webmanifest +++ b/static/pwa/manifest.webmanifest @@ -1,5 +1,5 @@ { - "name": "IU1BOW Spiderweb v2.4.1.2", + "name": "IU1BOW Spiderweb v2.4.2", "description": "DXCluser for ham radio by IU1BOW", "short_name": "Spiderweb", "theme_color": "#f3b221", diff --git a/static/pwa/service-worker.js b/static/pwa/service-worker.js index b41442c..9837700 100644 --- a/static/pwa/service-worker.js +++ b/static/pwa/service-worker.js @@ -1,5 +1,5 @@ // Dichiarazione della costante per il nome della cache -const CACHE_NAME = 'pwa-spiderweb_v2.4.1.2' +const CACHE_NAME = 'pwa-spiderweb_v2.4.2' // Dichiarazione della costante per gli URL da mettere in cache const URLS_TO_CACHE = [ diff --git a/templates/_base.html b/templates/_base.html index 5a029a9..417a6cf 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -92,7 +92,7 @@ © Copyleft: IU1BOW - Spiderweb - v2.4.1.2 + v2.4.2