diff --git a/debian/changelog b/debian/changelog index 680fa9a..b8b8bb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +gridtracker (1.22.0725) unstable; urgency=low + - Resolved #9 Call roster columns order can be changed + - Resolved $95 Puts calling/called stations at the top of the call roster if sorting by Wanted + - Resolved #118 Introduce POTA hunting in the call roster + - Resolved #133 Fixes missing CloudLog Station Profile ID + - Resolved #150 Highlights RR73/73 the same as a station calling CQ + - Fixes pattern match for US 1x1 callsigns to match actual FCC rules around them. + - Add WSJT-X/JTDX active instance name to roster window title when operating with multiple instances. + + -- Matthew Chambers Sun, 24 Jul 2022 19:05:00 -0000 + gridtracker (1.22.0503) unstable; urgency=low - Increment version for build with correct NWJS version diff --git a/gridtracker.spec b/gridtracker.spec index 77d6189..924a264 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.0503 }}} +Version: {{{ git_version lead=1.22.0725 }}} Release: 1%{?dist} BuildArch: noarch Source0: {{{ git_dir_pack }}} @@ -40,6 +40,14 @@ DESTDIR=${RPM_BUILD_ROOT} make clean %license %{_docdir}/%{name}/ %changelog +* Sun Jul 24 2022 Matthew Chambers - 1.22.0725-1 + - Resolved #9 Call roster columns order can be changed + - Resolved $95 Puts calling/called stations at the top of the call roster if sorting by Wanted + - Resolved #118 Introduce POTA hunting in the call roster + - Resolved #133 Fixes missing CloudLog Station Profile ID + - Resolved #150 Highlights RR73/73 the same as a station calling CQ + - Fixes pattern match for US 1x1 callsigns to match actual FCC rules around them. + - Add WSJT-X/JTDX active instance name to roster window title when operating with multiple instances. * Mon May 02 2022 Matthew Chambers - 1.22.0503-1 - Increment version number for build with correct vesion of NWJS * Mon May 02 2022 Matthew Chambers - 1.22.0502-1 diff --git a/package.nw/gt_update.odt b/package.nw/gt_update.odt index 0f2c47e..0a6d20b 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 7d523d4..a49e973 100644 Binary files a/package.nw/gt_update.pdf and b/package.nw/gt_update.pdf differ diff --git a/package.nw/package.json b/package.nw/package.json index df4d731..92cbaf0 100644 --- a/package.nw/package.json +++ b/package.nw/package.json @@ -1,10 +1,10 @@ { "name": "GridTracker", "product_string_do_not_use": "gridtracker", - "version": "1.22.0503", + "version": "1.22.0725", "betaVersion": "", "description": "GridTracker, an amateur radio companion", - "author": "Stephen Loomis (N0TTL) and GridTracker.org", + "author": "GridTracker.org", "license": "BSD-3-Clause", "main": "GridTracker.html", "window": {