Fldigi v4.1.0 now available

The hard-working development team led by W1HKJ have announced the release of Fldigi v4.1.0.  This update release of Fldigi brings several bug fixes, performance improvements and several new features..  Full details are available in the ReadMe file available for download and below this announcement.

As with all of the FL suite, Fldigi continues to support both PowerPC and Intel (i386) processors; with individual downloads available for each architecture and can be downloaded here.

Version 4.1.0 Update release

po update
* update to el.po

WWV doc
* Update to WWV calibration procedure

contest-docs

arq-override
* fix –arq-port override flag

flmsg-dir
* fix command line parser

Winkeyer FSK
* Add Winkeyer USB version 3 FSK module
* test for WK version 31 or greater for WKFSK support

Contests
* Added support / N3FJP support for these contests
– ARRL Field Day
– ARRL Winter Field Day
– ARRL Kids Day
– ARRL Rookie Roundup
– ARRL RTTY
– ARRL School Club Roundup
– ARRL Jamboree On The Air
– CQ WPX
– CQWW Rtty
– Italian ARI International DX
– North American QSO Party
– North American Sprint
– Sweepstakes
– State QSO parties
– Ten Ten
– Africa International DX
– VHF
– Worked All Europe
– State QSO Parties
* replace with globally defined uppercase in strutil
* Change all occurances of FDCLASS to CLASS
– allow CLASS to be used generically
* Change all occurances of FDSECTION to SECTION
– allow SECTION to be u sed generically
* fixed the missing gARRL_RTTY group hide by default
* contest field validity checks
* select contest type based on N3FJP logger initialization
* add user help notes for all contests.
* Maintain cursor position during edit of log widgets
* allow user to grab 1, 2, 3, or 4 words by clicking
on first word
– left click : 1 word
– shift-left click : 2 words
– ctl-left click : 3 words
– shift-cltl-left click : 4 words
* add __APPLE__ pragma to avoid change in Fltk 1.3->1.4
support of Fl_Surface_Device
* Change surrounding widget from Fl_Pack to Fl_Group
– Fl_Pack positioning algorithm not working as expected
* LotW Modes
– Add LotW export names for all modes
– Increased max MODE string to 20.
* Kid’s Day
– separate State / Province capture-entries
* fix compile warnings
* use single instance of cboCountyfor all full view logging
* change all county names with MS$ extended character set
long hypen with normal hyphen
* add state field to hawaii
* IARI contest uses separate fields for fldigi entry
transfered to spcnum (single field) for n3fjp logger
* County lists for SQSO, NEQP and 7QP are initialized from
internal strings. Written to files:
– fldigi.files/data/SQSO.txt
– fldigi.files/data/NEQP.txt
– fldigi.files/data/7QP.txt
upon exiting fldigi.
Subsequent fldigi execution reads data from files.
Files may be edited by user. File format compatible with
ASCII text editor, or spreadsheet program. Must be saved
as plain text from editor, or as comma separated value from
spreadsheet program.
* text capture remove all leading sub strings such as
– loc:
– op:
– nam:
– qth:

fldigi_def.xml
* removed “–>” from GPIO description string
– caused xml parse error by mismatching closing element in <!- –> comment pairs

socket_mods

wefax
* disable wefax thread when modem not in use !

nanoIO
* fix for TTY interface
* fix for initialization

CW SOM table
* error in entry for ‘J’

flrig: macro
* correct send string

Audio adjust docs
* Change description of setting audio input levels

Version check
* Change version check
– test each string element individually

Fltk 1.4 mod
* Change to waterfall widget to accommodate changes in fltk 1.4.x.
– driven by changes to OS X 10.14 and Xcode-10 changes
* change to recognize 1.4.x library

feldhell
* C11 compile warning corrections
* Additional wave shaping for FeldHell
– 4 msec
– 2 msec
– 1 msec
– no wave shaping

C-11 fixes
* fix warnings issued by C-11 compiler

nano FSK
* change TTY test for nanoIO on line and set to FSK mode

Mint-19/Mate
* fix to missing check box image on gtk+ scheme

Signal Browser documentation
* Squelch control
* Which modems support multi-channel detection

flrig seg fault
* fix flrig shutdown seg fault
– call to GUI update not constrained by Fl::awake(…) usage