diff --git a/WSJT-X_Users_Guide.docx b/WSJT-X_Users_Guide.docx index f3a4c346f..5c3047607 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 2f4df1f88..291882563 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -27,7 +27,7 @@ Rig* rig = NULL; QTextEdit* pShortcuts; QString rev="$Rev$"; -QString Program_Title_Version=" WSJT-X v0.95, r" + rev.mid(6,4) + +QString Program_Title_Version=" WSJT-X v0.99, r" + rev.mid(6,4) + " by K1JT"; //-------------------------------------------------- MainWindow constructor diff --git a/wsjtx.iss b/wsjtx.iss index 3233bbd02..55646ae98 100644 --- a/wsjtx.iss +++ b/wsjtx.iss @@ -1,6 +1,6 @@ [Setup] AppName=wsjtx -AppVerName=wsjtx Version 0.95 r3278 +AppVerName=wsjtx Version 0.99 r3295 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 11442e349..461617d77 100644 --- a/wsjtx_changelog.txt +++ b/wsjtx_changelog.txt @@ -1,12 +1,29 @@ WSJT-X ChangeLog ------------------------------------------------------------------ -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 and improvements to the -decoder. If you have bug reports on version 0.95 r3278, or important -feature requests, please send them to us at wsjtgroup@yahoogroups.com -as soon as possible! +We are getting VERY 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.99 r3295, please send them to us at +wsjtgroup@yahoogroups.com as soon as possible! + +May 22, 2013: v0.99, r3295 +-------------------------- + +1. CAT control via Ham Radio Deluxe is now available. For setup + details see item #5 at the top of page 6 of the updated WSJT-X + User's Guide. + +2. Submodes JT9-5, JT8-10, JT9-30 have been de-activated. (As far as I + know, nobody was using them.) This action makes the program smaller + by some 150 MB and able to run effectively on some older computers. + +3. Bizarre ordering of COM port numbers on the drop-down list has been + corrected, and suitable serial ports added to the list displayed in + Linux. + +4. Gray bar between decoding periods now contains a dashed line. May 17, 2013: v0.95, r3278 --------------------------