diff --git a/debian/changelog b/debian/changelog index a5d9566..d756b86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,16 @@ -gridtracker (1.22.1113) unstable; urgency=low +gridtracker (1.22.1119) 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 + -- Ctrl-Left-click in Map 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 + -- Tag Loomis Sat, 19 Nov 2022 12:00:00 -0000 gridtracker (1.22.1016) unstable; urgency=low - Fix issue with map blanking when upgrading diff --git a/gridtracker.spec b/gridtracker.spec index 18ac237..ec5c626 100644 --- a/gridtracker.spec +++ b/gridtracker.spec @@ -40,13 +40,14 @@ DESTDIR=${RPM_BUILD_ROOT} make clean %license %{_docdir}/%{name}/ %changelog -* Sun Nov 13 2022 Tag Loomis - 1.22.1113-1 +* Sat Nov 19 2022 Tag Loomis - 1.22.1119-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 + -- Ctrl-Left-click in Map to Aim - Improved callsign validation in Call Roster - Grid-overlay (Hotkey B) performance boost - BIGCTY update from October 17th diff --git a/package.nw/data/mh-root-prefixed.json b/package.nw/data/mh-root-prefixed.json index d1e9fa6..bae288d 100644 --- a/package.nw/data/mh-root-prefixed.json +++ b/package.nw/data/mh-root-prefixed.json @@ -66660,7 +66660,9 @@ "confirmed_bands": {}, "worked_modes": {}, "confirmed_modes": {}, - "direct": [], + "direct": [ + "VERSION" + ], "prefixITU": {}, "prefixCQ": {}, "directITU": {}, diff --git a/package.nw/gt_update.odt b/package.nw/gt_update.odt index 9d86628..0713a87 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 52cfae5..debb1a9 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 9f36512..287ce83 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.1113", - "betaVersion": "Snow", + "version": "1.22.1119", + "betaVersion": "", "description": "GridTracker, an amateur radio companion", "author": "GridTracker.org", "license": "BSD-3-Clause",