X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=39cedc2503220a0b089338f4583407b808792475;hb=1b28f13d136ceecc638e66fa427f226bdca83346;hp=103343ed1568c832fa6e87c664e6e989d58d518f;hpb=0c6e2c3a5619ce9791db56632c1b22d10c60bc70;p=spider.git diff --git a/Changes b/Changes index 103343ed..39cedc25 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,44 @@ +17Jun20======================================================================= +1. Change the Spot file reading mechanism back to the default of using 'tac'. +08Jun20======================================================================= +1. Fix show/mydx (lack of) filtering bug. +2. Add qra locator to prefix_data.pl. +3. Add 4 digit qra square for spotted callsign if show/dxgrid is enabled. +4. Fix general filtering bug where erroneous input causes crashing. +03Jun20======================================================================= +1. Make sure that all possible regexes get passed across to the search engine. +2. Fix out of order logging on sh/log queries spanning more than one month. +3. Do not read backwards on sh/dx, reading forwards seems a 1/3 quicker. +4. Add , and shortcuts to sh/dx (e.g sh/dx on 2m). +02Jun20======================================================================= +1. Fix the small whoopsie in sh/dx. +01Jun20======================================================================= +1. Fix sh/dx iota and qra. This completes the conversion of sh/dx's limited + "old style" parsing to using Filter style parsing with something that + allows expressions include brackets ( and ) as well as the 'not' keyword. + NOTE: the precedence rules are the same as perl's '!', '||' and '&&' + operators. +31May20======================================================================= +1. Improve links command layout slightly. +2. Issue an *accurate* UPGRADE.mojo with all the new packages included! +3. Fix issue with sh/dx +30May20======================================================================= +1. Fix sh/dx! It appears that there is a long standing problem with sh/dx not + actually return all the answers it should. I have also had a request to + allow / enable the "not" keyword (just like the filtering system dones). + + Now this was one of the earliest modules that I wrote and it took quite + a bit of work to tease out the important bits and then use the Filter + module (as in acc/spot) to generate the sh/dx filtering expressions. This + seems to have been done. + + NB This will likely not work if you are using a SQL backend to do sh/dx + commands. This was never actually an official feature. It is now + deprecated. +29May20======================================================================= +1. Please install Math::Round and Data::Structure::Util. Instructions are + available in UPGRADE.mojo. +2. ** Withdrawn ** user file format change to json not yet committed. 20May20======================================================================= 1. Backport convert-users-v3-to-v4.pl to allow creation of the new json formatted *text* based user file from the old v3 DB_File and Storable @@ -6,6 +47,8 @@ mojo branch. Running this program just *BEFORE* doing your next update of the mojo branch *should* ensure a seemless transition to the Storable & DB_File free version of the users file. +2. Show git branch in show/version. +3. Add CTY-3010 changes. 17May20======================================================================= 1. Backport DXSubprocess to change serialisations. Currently the internals of Mojo::IOLoop::Subprocess defaults to