Updates to User's Guide and ChangeLog.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3252 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-05-02 18:04:39 +00:00
parent 25001c1ee7
commit bb65994011
4 changed files with 31 additions and 5 deletions

Binary file not shown.

View File

@ -1,4 +1,4 @@
//---------------------------------------------------------------- MainWindow
//--------------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "devsetup.h"

View File

@ -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

View File

@ -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
----------------------------