diff --git a/debian/changelog b/debian/changelog index 9e58676..a5d9566 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +gridtracker (1.22.1113) unstable; urgency=low + - New Internationalization support (Settings → General → Language) + -- English, 简体中文, 繁體中文 with German and Spanish in the works + - Removed QRT POTA Spots + - CatRotator / PstRotator support + -- Settings → Logging → scroll to bottom to enable + -- Right-click callsign in Call Roster to Aim + - Improved callsign validation in Call Roster + - Grid-overlay (Hotkey B) performance boost + - BIGCTY update from October 17th + - Performance improvements + -- Tag Loomis Sun, 13 Nov 2022 12:00:00 -0000 + gridtracker (1.22.1016) unstable; urgency=low - Fix issue with map blanking when upgrading - Fix some POTA callers not showing in call roster diff --git a/gridtracker.spec b/gridtracker.spec index ae7eb01..18ac237 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.1016 }}} +Version: {{{ git_version lead=1.22.1133 }}} Release: 1%{?dist} BuildArch: noarch Source0: {{{ git_dir_pack }}} @@ -40,6 +40,17 @@ DESTDIR=${RPM_BUILD_ROOT} make clean %license %{_docdir}/%{name}/ %changelog +* Sun Nov 13 2022 Tag Loomis - 1.22.1113-1 + - New Internationalization support (Settings → General → Language) + -- English, 简体中文, 繁體中文 with German and Spanish in the works + - Removed QRT POTA Spots + - CatRotator / PstRotator support + -- Settings → Logging → scroll to bottom to enable + -- Right-click callsign in Call Roster to Aim + - Improved callsign validation in Call Roster + - Grid-overlay (Hotkey B) performance boost + - BIGCTY update from October 17th + - Performance improvements * 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 diff --git a/package.nw/gt_update.odt b/package.nw/gt_update.odt index a0035d7..9d86628 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 8ad190f..cdb2cdd 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 b4ec58e..9f36512 100644 --- a/package.nw/package.json +++ b/package.nw/package.json @@ -1,8 +1,8 @@ { "name": "GridTracker", "product_string_do_not_use": "gridtracker", - "version": "1.22.1024", - "betaVersion": "Ernte", + "version": "1.22.1113", + "betaVersion": "Snow", "description": "GridTracker, an amateur radio companion", "author": "GridTracker.org", "license": "BSD-3-Clause",