fix: version strings all updated to v0.6.9 (masthead, footer, terminal)

This commit is contained in:
Rene Fichtmueller 2026-04-04 23:48:30 +02:00
parent f6168f1329
commit f1fe96132f

View File

@ -423,7 +423,7 @@ body.dark .card{border-top-color:#e8e4dc}
<div class="ed-logo">PeerCortex<sup>β</sup></div> <div class="ed-logo">PeerCortex<sup>β</sup></div>
<div class="ed-tagline">The ASN News</div> <div class="ed-tagline">The ASN News</div>
</div> </div>
<div class="ed-masthead-meta">The ASN News<br><span style="font-family:var(--mono)">peercortex.org · v0.6.6 · routing intelligence</span></div> <div class="ed-masthead-meta">The ASN News<br><span style="font-family:var(--mono)">peercortex.org · v0.6.9 · routing intelligence</span></div>
</div> </div>
<hr class="ed-rule-h"> <hr class="ed-rule-h">
<nav class="ed-nav"> <nav class="ed-nav">
@ -902,7 +902,7 @@ body.dark .card{border-top-color:#e8e4dc}
<a href="https://bgproutes.io" target="_blank">bgproutes.io</a> <a href="https://bgproutes.io" target="_blank">bgproutes.io</a>
<a href="https://github.com/renefichtmueller/PeerCortex" target="_blank">GitHub</a> <a href="https://github.com/renefichtmueller/PeerCortex" target="_blank">GitHub</a>
</nav> </nav>
<div class="ed-footer-copy">v0.6.6 · Open Source · MIT License · Data powered by PeeringDB · RIPE Stat · RIPE Atlas · Route Views · bgp.he.net · bgproutes.io · RIPE DB · Cloudflare RPKI</div> <div class="ed-footer-copy">v0.6.9 · Open Source · MIT License · Data powered by PeeringDB · RIPE Stat · RIPE Atlas · Route Views · bgp.he.net · bgproutes.io · RIPE DB · Cloudflare RPKI</div>
<div class="ed-footer-copy" style="margin-top:.4rem;opacity:.45" id="visitor-count"></div> <div class="ed-footer-copy" style="margin-top:.4rem;opacity:.45" id="visitor-count"></div>
</footer> </footer>
@ -3402,7 +3402,7 @@ function termBoot() {
var G = 'color:var(--purple)', DIM = 'color:var(--dim)', MUT = 'color:var(--muted)'; var G = 'color:var(--purple)', DIM = 'color:var(--dim)', MUT = 'color:var(--muted)';
var lines = [ var lines = [
'<span style="' + DIM + '">────────────────────────────────────────────</span>', '<span style="' + DIM + '">────────────────────────────────────────────</span>',
' <span style="' + G + ';font-weight:600">PeerCortex Feedback Terminal</span> <span style="' + MUT + '">v0.6.6</span>', ' <span style="' + G + ';font-weight:600">PeerCortex Feedback Terminal</span> <span style="' + MUT + '">v0.6.9</span>',
'<span style="' + DIM + '">────────────────────────────────────────────</span>', '<span style="' + DIM + '">────────────────────────────────────────────</span>',
'', '',
'Got feedback? A bug? A wild idea?', 'Got feedback? A bug? A wild idea?',