From 0bf4e0bd347ecf1a8197697f23dee57558271745 Mon Sep 17 00:00:00 2001 From: trancen Date: Tue, 3 Feb 2026 16:42:50 +0000 Subject: [PATCH] chore: Update Gray Line plugin version to 1.0.1 --- src/plugins/layers/useGrayLine.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/plugins/layers/useGrayLine.js b/src/plugins/layers/useGrayLine.js index c83bc4d..0cdb7b5 100644 --- a/src/plugins/layers/useGrayLine.js +++ b/src/plugins/layers/useGrayLine.js @@ -1,7 +1,7 @@ import { useState, useEffect, useRef } from 'react'; /** - * Gray Line Propagation Overlay Plugin v1.0.0 + * Gray Line Propagation Overlay Plugin v1.0.1 * * Features: * - Real-time solar terminator (day/night boundary) @@ -10,6 +10,7 @@ import { useState, useEffect, useRef } from 'react'; * - Enhanced propagation zone highlighting * - Color-coded by propagation potential * - Minimizable control panel + * - Corrected sine wave calculation (v1.0.1) * * Use Case: Identify optimal times for long-distance DX contacts * The gray line provides enhanced HF propagation for several hours @@ -23,7 +24,7 @@ export const metadata = { category: 'propagation', defaultEnabled: false, defaultOpacity: 0.5, - version: '1.0.0' + version: '1.0.1' }; // Solar calculations based on astronomical algorithms