diff --git a/.swo b/.swo deleted file mode 100644 index 171d631..0000000 Binary files a/.swo and /dev/null differ diff --git a/CHANGELOG b/CHANGELOG index 01363f3..6d2a943 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # CHANGELOG +- 20211006 + + Send TX/Freq changes multiple times with rigctld + + bumped to 1.2d hopefully last testversion before 1.20 - 202109022 Remove duplicate setPriority() diff --git a/WHATSNEW b/WHATSNEW index bfc7df3..55b37ba 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -10,3 +10,8 @@ The following highlights are in this 1.x-release: rigctl basic split support rigctl prevents switching off civ transceive added 25 kHz step + + as a temporary measure sending multiple TX/FREQ change commands to the rig + when we use rigctld. + + people should use "fake it" in wsjtx as the split code is not reliable. diff --git a/aboutbox.cpp b/aboutbox.cpp index 5c45f42..a9222b0 100644 --- a/aboutbox.cpp +++ b/aboutbox.cpp @@ -12,7 +12,7 @@ aboutbox::aboutbox(QWidget *parent) : ui->logoBtn->setIcon(QIcon(":resources/wfview.png")); ui->logoBtn->setStyleSheet("Text-align:left"); - ui->topText->setText("wfview version 1.2c"); + ui->topText->setText("wfview version 1.2d"); QString head = QString(""); QString copyright = QString("Copyright 2017-2021 Elliott H. Liggett, W6EL. All rights reserved. wfview source code is licensed under the GNU GPLv3.");