diff --git a/CHANGELOG b/CHANGELOG index 61e3f12..ad6f509 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,9 @@ -2019-Aug-31: Version 0.5.1 +2019-Aug-31: Version 0.6.0 ------------------------------------------------------------------------------- - Bandmap: Perform all screen updates in the main thread (avoid display problems with Curses which is not thread safe) +- Add "classic" DX cluster mode (linear display of all spots) +- Allow interactive use of the DX cluster (DX cluster menu item) 2019-Jul-31: Version 0.5.0 ------------------------------------------------------------------------------- diff --git a/config b/config index 180401d..ce58780 100644 --- a/config +++ b/config @@ -186,7 +186,7 @@ askme=1 # (O) logsort: How to sort the QSOs in the log display: Chronological or by the # QSO-number (how they were entered or imported). -# Possible values: "C" = chronological, "N" = Number (default). +# Possible values: "C" = chronological, "N" = Number logsort=C @@ -224,3 +224,5 @@ usehamdb=0 # (O) dxcport: DX cluster port (e.g. 7300) # (O) dxccall: DX cluster login call (e.g. DJ1YFK-9) + +# (O) dxcmode: DX cluster mode (B = bandmap, N = normal telnet) diff --git a/doc/dxcluster.png b/doc/dxcluster.png new file mode 100644 index 0000000..bcfbef2 Binary files /dev/null and b/doc/dxcluster.png differ diff --git a/doc/index.html b/doc/index.html index 56118ac..9ac3ef8 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,7 +1,7 @@ - YFKlog v0.5.0 Manual + YFKlog v0.6.0 Manual