X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=9d9bed6e53e82f6c27f3cad3a19abbb5c9e02d97;hb=7b04a3d44f31ef2524a67c4498d686335477ee07;hp=ae7533ce59117de28e687a1da87f002eb8741909;hpb=17de485c3ef46f712b11a476e8174d75cac2d0d8;p=spider.git diff --git a/Changes b/Changes index ae7533ce..9d9bed6e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ +19Nov21======================================================================= +1. Add the ability of console.pl to resize and have dx spots also resize so + that the comment field's size will increase accordingly. Sh/dx amd sh/mydx + also work similarly. If you make the console width smaller or wider then + spots already on the screen will not resize. +2. For client programs that parse the output (why? use set/ve7cc to get more + easily machine parsed output), a new command "set/width " is + available. 18Nov21======================================================================= 1. Add a dx spot cache which will store 2 days worth (configurable) of spots. This is then used by the vast majority of simple sh/dx queries without @@ -7,10 +15,13 @@ names, no pack drill) will notice the difference immediately. It's also a bit snappier. 2. set/badspotter or set/badnode will work for RBN input. -3. RBN input with invalid QRGs will be dropped with a nice friedly message +3. RBN input with invalid QRGs will be dropped with a nice friendly message rather than a scary exception message about multiplication thrown by one of the libraries that I use. 4. Added CTY-3126 prefixes. +5. Silently ignore self spotting below 1240000Khz (change + $Spot::minselfspot to 0 to disable or some other freq in Khz). NOTE this + will appear as a spot to the spotter's feed, but will not be passed on. 15Jul21======================================================================= 1. Fix long standing bug in crontabs that commands with " rather than ' around strings could cause those commands not to work.