--------------------------------------------------------------------------- 2020.01.25 There is rc147(based on rc147_7) we will share on Monday January 27th to the wide trial if there is no major bugs reported. Changelog: - one more patch to prevent getting out of dd4() index range in the 'clearing audio frames received prior to the band change' functionality - 'clearing audio frames received prior to the band change' shall not be triggered at configuration change acceptance - LoTW users file is updated, cty.dat is updated to CTY-3001 version - built with modified Hamlib v20200123 changed source files: decoder.f90, mainwindow.cpp Windows XP operating system being not supported in JTDX rc147 win64 build. ------------------------------------------------------------------------- 2020.01.24 There is rc147_6, changelog: - patch to clearing audio frames received prior to the band change, code shall not get out of dd4 array index range when mode changed from FT8 to FT4 - Hamlib code changes: improved linearity of RF output power indication in JTDX for new Yaesu radios where newcat protocol being used - reverted AutoSeq functionality change on repeated RR73/73 messages made in rc147_5 - built with modified Hamlib v20200123 changed source files: decoder.f90, mainwindow.cpp Please find Hamlib patch attached. Windows XP operating system being not supported in JTDX rc147_6 win64 build. -------------------- There is rc147_5, changelog: - reworked S-meter indication, both: Hamlib and JTDX code, fixed for FTDX3000 and hopefully for any new Yaesu radio where newcat protocol being used - AutoSeq functionality change: prevent transmission of repeated RR73/73 messages if 'Single shot' or autologging features enabled - built with modified Hamlib v20200122 changed source files: HamlibTransceiver.cpp, mainwindow.cpp Please find Hamlib modification patch attached, it is applied to Bill’s G4WJS branch code of Hamlib. Windows XP operating system being not supported in JTDX rc147_5 win64 build. --------------------------------------------------------------------------- 2020.01.22 There is rc147_4, changelog: - FT8 FT4 decoders shall clear in current interval audio frames received prior to the band change - attempt to prevent "CQ DE AA00" false decode - allow to set AF RX frequency below 200 Hz - status bar: date format in the date label is changed to DD.MM.YYYY - JTDX 2.1.0-rc147_4 is built with modified Hamlib v20200121 changed source files: mainwindow.cpp/h/ui, commons.h, jt9com.f90, decoder.f90, ft8mf1.f90, ft8mfcq.f90 hamlib_147_3.patch file was used to modify Hamlib code, please find it attached. Windows XP operating system being not supported in JTDX rc147_4 win64 build. -------------------- In previous rc147_x steps I missed to make git checkout integration, Hamlib code for these versions is broken. This issue is fixed in rc147_4 with Hamlib code version 20200121 where rc147_3 Hamlib patch applied, please find patch file attached. Correct procedure to apply patch: As alternative approach you can clone Hamlib code from Bill’s G4WJS branch in Git repository yourself and apply JTDX patch, it is a bit risky approach as code there being changed and there is some low probability to get into conflict between our modifications and latest changes of Hamlib code in G4WJS branch. 1. Rename or delete C:\JTSDK64-Tools\tools\msys64\home\[account name]\src\hamlib\src folder 2. From C:\JTSDK64-Tools\tools\msys64\home\[account name]\src\hamlib floder execute command: git clone git://git.code.sf.net/u/bsomervi/hamlib src you should see cloning started in CLI window and when it is finished: 3. from C:\JTSDK64-Tools\tools\msys64\home\[account name]\src\hamlib\src floder execute command: git checkout integration 4. Put patch file into C:\JTSDK64-Tools\tools\msys64\home\[account name]\src\hamlib\src folder and being inside this folder execute command: patch -p1 < hamlib_147_3.patch You should see in CLI window either files are patched or any error. 5. Comment in build-hamlib.sh script section responsible for code cloning and checkout integration. 6. In msys2 menu choose to build Hamlib. 73 Igor --------------------------------------------------------------------------- 2020.01.19 There is rc147_3, changelog: - attempt to get output power indication for ic746 - attempt to get S-meter indication for ft100,ft450,ft600,ft736,ft757gx,ft950,ft1000mp,ft1200,ft2000,ft5000,ft9000 - attempt to enable power indication for new Yaesu radios using newcat protocol - JTDX 2.1.0-rc147_3 is built with modified Hamlib v20200117 changed source files: CMakeLists.txt ------------------------------------------------------------------------------------------------------------ 2020.01.17 Hello all, There is rc147_2, changelog: - win64 build shall not decrease TX audio level if USB audio codec being used - reworked meter stuff, now should be also bulletproof around enabling meter for rigs where it is not supported. Power indication should work with Icoms: ic7000, ic7100, ic7200, ic7300, ic7410, ic756, ic7600, ic7610, ic7700, ic7800, ic785x with new introduced RFPOWER_METER level function. - JTDX 2.1.0-rc147_2 is built with modified Hamlib v20200116 changed source files: CMakeLists.txt, HamlibTransceiver.cpp/hpp Windows XP operating system being not supported in JTDX rc147_2 win64 build. ------------------------------------------------------------------------------------------------------------ 2020.01.15 There is rc147_1, changelog: rc147_1 - major defect in FT8 decoder fixed for 64bit builds, affected all previous Linux/Mac 64bit JTDX builds: improved FT8 decoder efficiency and decreased decoding time - JTDX-win64 build is made under Qt 5.14.0, approximately 1.6 times faster in decoding FT8 signals on overcrowded band versus JTDX-win32 built under Qt 5.5 - JTDX 2.1.0-rc147_1 is built with modified Hamlib v20200114 (changes in configuration files only) changed source files: decoder.f90 Windows XP operating system being not supported in JTDX rc147_1 Win64 build. ------------------------------------------------------------------------------------------------------------