diff --git a/debian/changelog b/debian/changelog index 770d7e3..f3572ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +gridtracker (1.23.0131) unstable; urgency=low + - Bugfix for Turkey zone 1 decodes + - Heatmap part of “Spots” button, Hotkey H removed + - GT flags button follow “Map View Filters” + - OAMS chat messages word wrap correctly + - Mutli-Rig settings moved to Settings → General + - Call Roster Settings moved to Call Roster, right-click in Roster or press Ctrl-S + - Call Roster Compact Mode displays Band if multi-band + - Call Roster Compact Mode entity selection in Call Roster Settings, default “DXCC” + - Added Call Roster Window Filters in Call Roster Settings, Ctrl-R to reset filters + - Call Roster POTA column can now sort + - Added OAMS based band activity +-- Tag Loomis Tue, 31 Jan 2023 00:00:00 -0000 + gridtracker (1.23.0110) unstable; urgency=high - Emergency LoTW fix -- Tag Loomis Tue, 10 Jan 2023 00:00:00 -0000 diff --git a/gridtracker.spec b/gridtracker.spec index 79095f6..61b2e1a 100644 --- a/gridtracker.spec +++ b/gridtracker.spec @@ -40,6 +40,19 @@ DESTDIR=${RPM_BUILD_ROOT} make clean %license %{_docdir}/%{name}/ %changelog +* Tue Jan 31 2023 Tag Loomis - 1.23.0131-1 + - Removed lightning strike detection + - Bugfix for Turkey zone 1 decodes + - Heatmap part of “Spots” button, Hotkey H removed + - GT flags button follow “Map View Filters” + - OAMS chat messages word wrap correctly + - Mutli-Rig settings moved to Settings → General + - Call Roster Settings moved to Call Roster, right-click in Roster or press Ctrl-S + - Call Roster Compact Mode displays Band if multi-band + - Call Roster Compact Mode entity selection in Call Roster Settings, default “DXCC” + - Added Call Roster Window Filters in Call Roster Settings, Ctrl-R to reset filters + - Call Roster POTA column can now sort + - Added OAMS based band activity * Tue Jan 10 2023 Tag Loomis - 1.23.0110-1 - Emergency LoTW fix * Mon Dec 26 2022 Tag Loomis - 1.22.1226-1 diff --git a/package.nw/gt_update.odt b/package.nw/gt_update.odt index 4fd5474..6e46de4 100644 Binary files a/package.nw/gt_update.odt and b/package.nw/gt_update.odt differ diff --git a/package.nw/gt_update.pdf b/package.nw/gt_update.pdf index 9aae8c1..fe98ecb 100644 Binary files a/package.nw/gt_update.pdf and b/package.nw/gt_update.pdf differ diff --git a/package.nw/lib/gt.js b/package.nw/lib/gt.js index d971f7d..d73b09f 100644 --- a/package.nw/lib/gt.js +++ b/package.nw/lib/gt.js @@ -10797,6 +10797,9 @@ function pskBandActivityCallback(buffer, flag) specifically? We can disable the overall spots, both PSK and OAMS, and OAMS has a checkbox in the OAMS tab. I'm thinking for the situation where I only want to pull in OAMS spots and not PSK reporter's spots. + + Answer: this the Band Activity, not PSK Spots, different API. But we can revisit as + we now have OAMS Band Activity - Tag ************************************************************************************ */ function pskGetBandActivity() diff --git a/package.nw/package.json b/package.nw/package.json index ac14d4f..31310fb 100644 --- a/package.nw/package.json +++ b/package.nw/package.json @@ -1,7 +1,7 @@ { "name": "GridTracker", "product_string_do_not_use": "gridtracker", - "version": "1.23.0110", + "version": "1.23.0131", "betaVersion": "", "description": "GridTracker, an amateur radio companion", "author": "GridTracker.org",