master^2
Tag Loomis 2024-09-22 10:33:14 -07:00
rodzic a8d66bc05d
commit d09c190da6
6 zmienionych plików z 10 dodań i 16 usunięć

Wyświetl plik

@ -1,16 +1,4 @@
Running changes for next release (clear changes after each release please)
--------------------------------------------------------------------------
- Mac - Fixed some network issues on macOS 15 (Sequoia)
- Panel - Data selector now a drop-down like the others
- Panel - Buttons are now movable (Shift-Key + Right-Click)
- Stats - Logbook - Fixed issue where callsign lookups stopped working
- Call Roster - Removed old and prevent new watchers with invalid characters
- Map - Removed some Carto maps that are no longer public access
- Map - Added Bathymetric Oceans by GEBCO
- Map - Added Tiandi Tu Chinese maps - requires api key
- Map - Fixed "old map tiles" showing up when switching maps
- Map - Zoom buttons now smaller increments
- System - Kp Index data now delivered over OAMS network
- System - BIGCTY update from Sept 17th
- System - NJWS engine updated to 0.78.1
- System - Revert to NWJS 0.68.1, fixes issues on Windows installs

4
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,7 @@
gridtracker (1.24.0922) unstable; urgency=low
- System - Revert to NWJS engine 0.68.1, fixes issues on Windows installs
-- Tag Loomis <n0ttl@gridtracker.org> Sun, 22 Sep 2024 00:00:00 -000
gridtracker (1.24.0920) unstable; urgency=low
- Mac - Fixed some network issues on macOS 15 (Sequoia)
- Panel - Data selector now a drop-down like the others

Wyświetl plik

@ -1,6 +1,6 @@
Name: {{{ git_name name=gridtracker }}}
Summary: GridTracker: An Amateur Radio Companion
Version: 1.24.0920
Version: 1.24.0922
Release: 1%{?dist}
BuildArch: noarch
Source0: {{{ git_dir_pack }}}
@ -40,6 +40,8 @@ DESTDIR=${RPM_BUILD_ROOT} make clean
%license %{_docdir}/%{name}/
%changelog
* Sun Sep 22 2024 Tag Loomis <n0ttl@gridtracker.org> - 1.24.0922-1
- System - Regression in 2d accleration, Windows 7, 10 and 11
* Fri Sep 20 2024 Tag Loomis <n0ttl@gridtracker.org> - 1.24.0920-1
- Mac - Fixed some network issues on macOS 15 (Sequoia)
- Panel - Data selector now a drop-down like the others

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "GridTracker",
"product_string_do_not_use": "gridtracker",
"version": "1.24.0920",
"version": "1.24.0922",
"betaVersion": "",
"description": "GridTracker: An Amateur Radio Companion",
"author": "GridTracker.org",
@ -26,7 +26,7 @@
"start": "run --mirror https://dl.nwjs.io/ ."
},
"build": {
"nwVersion": "0.78.1",
"nwVersion": "0.68.1",
"output": "../dist/.",
"targets": [
"zip",