Compare commits

..
1 Commits
Author SHA1 Message Date
Ian Renton 8451ca2727 Release v2.0.4 2026-08-29 08:40:11 +01:00
10 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from data.band import Band
from data.sig import SIG
# General software
SOFTWARE_VERSION = "2.0.3"
SOFTWARE_VERSION = "2.0.4"
# HTTP headers used for spot providers that use HTTP
HTTP_HEADERS = {"User-Agent": f"Spothole v{SOFTWARE_VERSION} (operated by {SERVER_OWNER_CALLSIGN})"}
+3 -3
View File
@@ -1,8 +1,8 @@
[project]
name = "Spothole"
version = "2.0.3"
name = "spothole"
version = "2.0.4"
authors = [
{ name="Ian Renton", email="ian@ianrenton.com" },
{ name = "Ian Renton", email = "ian@ianrenton.com" },
]
description = "Spothole is a utility to aggregate \"spots\" from amateur radio DX clusters and xOTA spotting sites, and provide an open JSON API as well as a website to browse the data."
readme = "README.md"
+1 -1
View File
@@ -76,7 +76,7 @@
</div>
<script src="/static/js/add-spot.js?v=1787989041"></script>
<script src="/static/js/add-spot.js?v=1787989211"></script>
<script>$(document).ready(function () {
$("#nav-link-add-spot").addClass("active");
}); <!-- highlight active page in nav --></script>
+1 -1
View File
@@ -84,7 +84,7 @@
</div>
<script src="/static/js/alerts.js?v=1787989041"></script>
<script src="/static/js/alerts.js?v=1787989211"></script>
<script>$(document).ready(function () {
$("#nav-link-alerts").addClass("active");
}); <!-- highlight active page in nav --></script>
+2 -2
View File
@@ -76,8 +76,8 @@
</div>
<script src="/static/js/spotsbandsandmap.js?v=1787989041"></script>
<script src="/static/js/bands.js?v=1787989041"></script>
<script src="/static/js/spotsbandsandmap.js?v=1787989211"></script>
<script src="/static/js/bands.js?v=1787989211"></script>
<script>$(document).ready(function () {
$("#nav-link-bands").addClass("active");
}); <!-- highlight active page in nav --></script>
+5 -5
View File
@@ -1,6 +1,6 @@
{% extends "skeleton.html" %}
{% block head_extra %}
<link rel="stylesheet" href="/static/css/style.css?v=1787989041" type="text/css">
<link rel="stylesheet" href="/static/css/style.css?v=1787989211" type="text/css">
<link href="/static/vendor/css/bootstrap-5.3.8.min.css" rel="stylesheet">
<link href="/static/vendor/css/fontawesome-6.7.2.min.css" rel="stylesheet">
<link href="/static/vendor/css/solid-6.7.2.min.css" rel="stylesheet">
@@ -15,10 +15,10 @@
window.fetchEventSource = fetchEventSource;
</script>
<script src="/static/js/utils.js?v=1787989041"></script>
<script src="/static/js/ui-ham.js?v=1787989041"></script>
<script src="/static/js/geo.js?v=1787989041"></script>
<script src="/static/js/common.js?v=1787989041"></script>
<script src="/static/js/utils.js?v=1787989211"></script>
<script src="/static/js/ui-ham.js?v=1787989211"></script>
<script src="/static/js/geo.js?v=1787989211"></script>
<script src="/static/js/common.js?v=1787989211"></script>
{% end %}
{% block body %}
<div class="container">
+1 -1
View File
@@ -284,7 +284,7 @@
</div>
<script src="/static/vendor/js/chart-4.4.9.umd.min.js"></script>
<script src="/static/js/conditions.js?v=1787989041"></script>
<script src="/static/js/conditions.js?v=1787989211"></script>
<script>$(document).ready(function () {
$("#nav-link-conditions").addClass("active");
}); <!-- highlight active page in nav --></script>
+2 -2
View File
@@ -113,8 +113,8 @@
const CARTODB_API_KEY = "{{ web_ui_options.get('cartodb_api_key', '') }}";
</script>
<script src="/static/js/spotsbandsandmap.js?v=1787989041"></script>
<script src="/static/js/map.js?v=1787989041"></script>
<script src="/static/js/spotsbandsandmap.js?v=1787989211"></script>
<script src="/static/js/map.js?v=1787989211"></script>
<script>$(document).ready(function () {
$("#nav-link-map").addClass("active");
}); <!-- highlight active page in nav --></script>
+2 -2
View File
@@ -113,8 +113,8 @@
</div>
<script src="/static/js/spotsbandsandmap.js?v=1787989041"></script>
<script src="/static/js/spots.js?v=1787989041"></script>
<script src="/static/js/spotsbandsandmap.js?v=1787989211"></script>
<script src="/static/js/spots.js?v=1787989211"></script>
<script>$(document).ready(function () {
$("#nav-link-spots").addClass("active");
}); <!-- highlight active page in nav --></script>
+1 -1
View File
@@ -86,7 +86,7 @@
</div>
</div>
<script src="/static/js/status.js?v=1787989041"></script>
<script src="/static/js/status.js?v=1787989211"></script>
<script>
$(document).ready(function () {
$("#nav-link-status").addClass("active");