diff --git a/WSJT-X_Users_Guide.docx b/WSJT-X_Users_Guide.docx index 34141c2b3..6b377b79b 100644 Binary files a/WSJT-X_Users_Guide.docx and b/WSJT-X_Users_Guide.docx differ diff --git a/mainwindow.cpp b/mainwindow.cpp index 97f26222e..799e027b5 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//---------------------------------------------------------------- MainWindow +//--------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h" diff --git a/wsjtx.iss b/wsjtx.iss index 195f26fcf..ea5b9f4d7 100644 --- a/wsjtx.iss +++ b/wsjtx.iss @@ -1,6 +1,6 @@ [Setup] AppName=wsjtx -AppVerName=wsjtx Version 0.95 r3243 +AppVerName=wsjtx Version 0.95 r3251 AppCopyright=Copyright (C) 2001-2013 by Joe Taylor, K1JT DefaultDirName=c:\wsjtx DefaultGroupName=wsjtx diff --git a/wsjtx_changelog.txt b/wsjtx_changelog.txt index e05d22e98..dc322f77f 100644 --- a/wsjtx_changelog.txt +++ b/wsjtx_changelog.txt @@ -3,9 +3,35 @@ We are getting close to a stable "Version 1.0" release of WSJT-X. At that point program features will be frozen temporarily while we -concentrate on any necessary bug fixes. If you have bug reports on -version 0.95 r3243, or important feature requests, send them to us -at wsjtgroup@yahoogroups.com as soon as possible! +concentrate on any necessary bug fixes and improvements to the +decoder. If you have bug reports on version 0.95 r3251, or important +feature requests, please send them to us at wsjtgroup@yahoogroups.com +as soon as possible! + +May 2, 2013: v0.95, r3251 +------------------------- + +1. The "band change" function is executed whenever the Band combobox + is activated, even if the selected band has not changed. + +2. The program does not set rig mode. That task is left to the user. + +3. Time interval for polling rig frequency is now a user parameter on + the setup screen. I set mine to 1 second, which works fine with + the Kenwood TS-2000. Set it to 0 if you want no polling for + frequency (which means unidirectional CAT control from program to + radio). Choose something like 10 s for the K3. + +4. Much new work on the WSJT-X User's Guide, which is approaching its + final form for Version 1.0. Please read it and tell us about + anything you find unclear or missing! + +These changes address nearly all of the CAT issues found by a few +users -- those with K3, IC-746, IC-706, in particular. + +One additional piece of advice when running WSJT-X in Windows: connect +and turn on the radio and any interface equipment before starting +WSJT-X, and exit the program before turning such equipment off. April 29, 2013: v0.95, r3243 ----------------------------