pre-release script

This commit is contained in:
Martin Hebnes Pedersen 2026-04-19 17:57:52 +02:00
parent 6592fcf937
commit c1f8b15338
5 changed files with 24 additions and 45 deletions

View file

@ -1,18 +1,18 @@
2025 06 2025.458 : 129.2 0
2025 07 2025.542 : 126.9 0
2025 08 2025.625 : 125.3 0
2025 09 2025.708 : 122.0 6.8
2025 10 2025.792 : 118.9 7.4
2025 11 2025.875 : 117.0 8.3
2025 12 2025.958 : 116.8 9.6
2026 01 2026.042 : 116.8 10.8
2026 02 2026.125 : 116.6 11.8
2026 03 2026.208 : 116.3 12.6
2026 04 2026.292 : 115.3 13.4
2026 05 2026.375 : 113.9 14.0
2026 06 2026.458 : 112.1 14.5
2026 07 2026.542 : 108.9 14.7
2026 08 2026.625 : 105.9 15.0
2026 09 2026.708 : 103.2 15.4
2026 10 2026.792 : 100.6 15.6
2026 11 2026.875 : 97.9 15.7
2025 10 2025.792 : 115.7 0
2025 11 2025.875 : 113.7 0
2025 12 2025.958 : 114.1 0
2026 01 2026.042 : 108.9 6.5
2026 02 2026.125 : 106.9 7.2
2026 03 2026.208 : 105.6 8.0
2026 04 2026.292 : 104.9 9.0
2026 05 2026.375 : 103.8 9.9
2026 06 2026.458 : 102.4 10.7
2026 07 2026.542 : 100.6 11.3
2026 08 2026.625 : 98.9 11.9
2026 09 2026.708 : 97.5 12.6
2026 10 2026.792 : 96.3 13.1
2026 11 2026.875 : 93.6 13.4
2026 12 2026.958 : 90.8 13.6
2027 01 2027.042 : 87.7 13.7
2027 02 2027.125 : 84.3 13.7
2027 03 2027.208 : 81.2 13.7

29
web/dist/config.html vendored
View file

@ -21,16 +21,9 @@
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<span class="btn status-light btn-success"></span> Configuration
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/ui">Back to Mailbox</a></li>
</ul>
</div>
<ul class="nav navbar-nav">
<li><a href="/ui"><span class="glyphicon glyphicon-arrow-left"></span> Back to Mailbox</a></li>
</ul>
</div>
</div>
@ -269,12 +262,6 @@
<option value="">None</option>
</select>
</div>
<div class="checkbox">
<label>
<input type="checkbox" id="pactor_ptt_ctrl" name="pactor_ptt_ctrl">
PTT Control
</label>
</div>
</div>
</div>
</div>
@ -433,12 +420,6 @@
<option value="">None</option>
</select>
</div>
<div class="checkbox">
<label>
<input type="checkbox" id="ax25_ptt_ctrl" name="ax25_ptt_ctrl">
PTT Control
</label>
</div>
<small class="form-text text-muted">Linux (kernel AX.25), AGWPE (AGWPE-compatible TNC),
Serial-TNC (direct serial connection)</small>
</div>
@ -506,7 +487,6 @@
<label for="serial_tnc_type">TNC Type</label>
<select class="form-control" id="serial_tnc_type" name="serial_tnc_type">
<option value="kenwood">Kenwood</option>
<option value="generic">Generic</option>
</select>
</div>
<div class="form-group">
@ -622,12 +602,11 @@
</div>
<!-- /Rig Control Configuration -->
<!-- GPSd Configuration -->
<div class="panel-group" style="margin-top: 20px;">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">GPSd Configuration</h3>
<h3 class="panel-title">GPSd</h3>
</div>
<div class="panel-body">
<div class="form-group">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long