diff --git a/.gitignore b/.gitignore index d4073ad..71f7020 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,4 @@ debian/tmp .DS_Store node_modules package-lock.json -.vscode +.vscode \ No newline at end of file diff --git a/LICENSE b/LICENSE index a3c97dd..517ae08 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ BSD 3-Clause License -Copyright (c) 2018-2020 GridTricker.org +Copyright (c) 2018-2020 Stephen Tag Loomis +Copyright (c) 2018-2022 GridTricker.org All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/debian/changelog b/debian/changelog index 2e12e22..1829cea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,24 @@ +gridtracker (1.21.1212) unstable; urgency=low + Release build with the call roster refactor code that's been in the works for some time. + [Bug Fixes] + - Fix #76, unfinished ignore CQ and ITU zones. + - Improved handling of stations that are not in a valid DXCC (ie; /MM stations) + - Improved handling of free text decodes that don't contain valid callsigns (ie "HI BOB" and "MERRY XMAS") + - Fix how the Call Roster title bar counts are calculated. + [Enhancements] + - More clarity when a ULS Zip code falls in more then one county, replacing ~ with ? symbols and + better tool tip message. + - Fix #107, where the call roster timeout was longer then a single FT4 cycle. + - Fix #91, CQ is always highlighted, no matter status of CQ Only. + - Performance improvement by changing how call roster vars are handled ('let' vs 'var') + - Build system improved to push to Arch AUR, building of Debian (.deb) packages and triggering + of COPR RPM builds for Fedora/Cent/RHEL and their cousins. + + -- Matthew Chambers Thu, 12 Dec 2021 15:10:00 -0000 + gridtracker (1.21.0928) unstable; urgency=medium [Bug Fixes] - - Treat ADIF record values as byte length vs string length (to better handle UTF-8 data). + - Treat ADIF record values as byte length vs string length (to better handle UTSF-8 data). - Remove looking at fetched records for last date for LoTW fetches, Use only headers (More reliable LoTW fetches). [Enhancements] - ARM builds now with NWJS 0.54.2 and 64 bit ARM binaries. diff --git a/debian/copyright b/debian/copyright index ef36cc5..5b13702 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,9 +4,9 @@ Upstream-Contact: GridTracker Team Source: https://gitlab.com/gridtracker.org/gridtracker Files: * -Copyright: Copyright (c) 2018-2020 by Tag Loomis, 2020 by GridTracker.org +Copyright: Copyright (c) 2018-2020 by Tag Loomis, 2020-2022 by GridTracker.org License: BSD-3-clause - Copyright (c) 2018-2020 GridTricker.org + Copyright (c) 2018-2022 GridTricker.org All rights reserved. . Redistribution and use in source and binary forms, with or without diff --git a/gridtracker.1 b/gridtracker.1 index db58bfc..e42d548 100644 --- a/gridtracker.1 +++ b/gridtracker.1 @@ -43,7 +43,7 @@ Run gridtracker, no arguments needed. .SH COPYRIGHT .PP Copyright (c) 2018-2020 Stephen Tag Loomis. All rights reserved. -Copyright (c) 2020 GridTracker.org. All rights reserved. +Copyright (c) 2020-2022 GridTracker.org. All rights reserved. Released under BSD 3-Clause License https://gridtracker.org diff --git a/gridtracker.spec b/gridtracker.spec index 5b70a1a..d791545 100644 --- a/gridtracker.spec +++ b/gridtracker.spec @@ -40,7 +40,19 @@ DESTDIR=${RPM_BUILD_ROOT} make clean %license %{_docdir}/%{name}/ %changelog -* Sun Dec 13 2021 Matthew Chambers - 1.21.1212-1 -- Release with refactored Call Roster code and minor improvements. +* Sun Dec 12 2021 Matthew Chambers - 1.21.1212-1 +- Release build with the call roster refactor code that's been in the works for some time. +- [Bug Fixes] + - Fix #76, unfinished ignore CQ and ITU zones. + - Improved handling of stations that are not in a valid DXCC (ie; /MM stations) + - Improved handling of free text decodes that don't contain valid callsigns (ie "HI BOB" and "MERRY XMAS") + - Fix how the Call Roster title bar counts are calculated. +- [Enhancements] + - More clarity when a ULS Zip code falls in more then one county, replacing ~ with ? symbols and better tool tip message. + - Fix #107, where the call roster timeout was longer then a single FT4 cycle. + - Fix #91, CQ is always highlighted, no matter status of CQ Only. + - Performance improvement by changing how call roster vars are handled ('let' vs 'var') + - Build system improved to push to Arch AUR, building of Debian (.deb) packages and triggering + of COPR RPM builds for Fedora/Cent/RHEL and their cousins. * Thu Sep 30 2021 Matthew Chambers - 1.21.0928-1 - First attempt at repo grade RPM builds diff --git a/package.nw/GridTracker.html b/package.nw/GridTracker.html index c15e01e..e73f525 100644 --- a/package.nw/GridTracker.html +++ b/package.nw/GridTracker.html @@ -1,6 +1,6 @@