diff --git a/gridtracker.spec b/gridtracker.spec index f26fefc6..ae7eb01f 100644 --- a/gridtracker.spec +++ b/gridtracker.spec @@ -1,6 +1,6 @@ Name: {{{ git_name name=gridtracker }}} Summary: GridTracker: An amateur radio companion to WSJT-X or JTDX -Version: {{{ git_version lead=1.22.1010 }}} +Version: {{{ git_version lead=1.22.1016 }}} Release: 1%{?dist} BuildArch: noarch Source0: {{{ git_dir_pack }}} @@ -40,6 +40,14 @@ DESTDIR=${RPM_BUILD_ROOT} make clean %license %{_docdir}/%{name}/ %changelog +* Sun Oct 16 2022 Tag Loomis - 1.22.1016-1 + - Fix issue with map blanking when upgrading + - Fix some POTA callers not showing in call roster + - Fix DXCC none (/MM) not showing in call roster + - New wanted callsign Regex in call roster + - New 'No Unknown DXCC' exception in call roster + - Award tracker now shows wanted options for highlighting + - Small performance improvements and installation size reduction * Sun Oct 09 2022 Tag Loomis - 1.22.1010-1 - Fix issue with map selection not saving/restoring * Sat Oct 08 2022 Tag Loomis - 1.22.1009-1 diff --git a/package.nw/gt_update.odt b/package.nw/gt_update.odt index efff3767..a0035d79 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 7acf23fa..8ad190fa 100644 Binary files a/package.nw/gt_update.pdf and b/package.nw/gt_update.pdf differ diff --git a/package.nw/lib/style_roster.css b/package.nw/lib/style_roster.css index ab4779c4..e697710e 100644 --- a/package.nw/lib/style_roster.css +++ b/package.nw/lib/style_roster.css @@ -75,7 +75,7 @@ select option { border-radius: 8px; text-indent: 0.2px; text-overflow: ""; - text-align: right; + text-align: left; padding: 5px; }