merge-requests/201/merge test_harvest3
Tag 2022-10-16 13:06:46 -07:00
rodzic 78e0a1be95
commit 24016859ab
4 zmienionych plików z 10 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
Name: {{{ git_name name=gridtracker }}} Name: {{{ git_name name=gridtracker }}}
Summary: GridTracker: An amateur radio companion to WSJT-X or JTDX 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} Release: 1%{?dist}
BuildArch: noarch BuildArch: noarch
Source0: {{{ git_dir_pack }}} Source0: {{{ git_dir_pack }}}
@ -40,6 +40,14 @@ DESTDIR=${RPM_BUILD_ROOT} make clean
%license %{_docdir}/%{name}/ %license %{_docdir}/%{name}/
%changelog %changelog
* Sun Oct 16 2022 Tag Loomis <n0ttl@gridtracker.org> - 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 <n0ttl@gridtracker.org> - 1.22.1010-1 * Sun Oct 09 2022 Tag Loomis <n0ttl@gridtracker.org> - 1.22.1010-1
- Fix issue with map selection not saving/restoring - Fix issue with map selection not saving/restoring
* Sat Oct 08 2022 Tag Loomis <n0ttl@gridtracker.org> - 1.22.1009-1 * Sat Oct 08 2022 Tag Loomis <n0ttl@gridtracker.org> - 1.22.1009-1

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -75,7 +75,7 @@ select option {
border-radius: 8px; border-radius: 8px;
text-indent: 0.2px; text-indent: 0.2px;
text-overflow: ""; text-overflow: "";
text-align: right; text-align: left;
padding: 5px; padding: 5px;
} }