<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tucnak.nagano.cz/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ok1zia</id>
	<title>Tučňák Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://tucnak.nagano.cz/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ok1zia"/>
	<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/Special:Contributions/Ok1zia"/>
	<updated>2026-05-03T13:19:53Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Install&amp;diff=3222</id>
		<title>Install</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Install&amp;diff=3222"/>
		<updated>2026-04-02T17:45:34Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* Repository */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
=Install=&lt;br /&gt;
The primary URL for tucnak downloading is http://tucnak.nagano.cz/download.php .&lt;br /&gt;
&lt;br /&gt;
Download first source code or binary packages of Tucnak. There are maybe binary packages for your distribution but it can be out of date.&lt;br /&gt;
&lt;br /&gt;
Tucnak requires glib 2 library. It&#039;s probably part of your distribution. If you want to compile Tucnak from source code you must have installed development version of glib library too (devel package - libglib2.0-dev*.deb (Debian), glib-devel*.rpm (RedHat), libglib2.0*.rpm (Mandrake)). The library you can download from www.gtk.org (not glib.org :-)&lt;br /&gt;
&lt;br /&gt;
Since 2.0 it&#039;s mandatory to have installed SDL library (if you can compile it from source code you must have install devel packages too - libsdl1.2-dev*.deb (Debian), SDL-devel-1.2*.rpm (RedHat), libSDL1.2-devel*.rpm (Mandrake).&lt;br /&gt;
&lt;br /&gt;
=Installation from source code=&lt;br /&gt;
&lt;br /&gt;
Installation from source code is universal way to install program. There must be installed developments tools for C language on your PC.&lt;br /&gt;
&lt;br /&gt;
 tar xzf tucnak2-2.07.tar.gz&lt;br /&gt;
 cd tucnak2-2.07&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
Program is normally installed into directory /usr/local/bin. Maybe you will need to add path to Tucnak binary. You can add line export HOME=/usr/local/bin:$HOME to end of file /etc/rc.local in bash shell and then restart rc.local (or restart system).&lt;br /&gt;
&lt;br /&gt;
Configuration files are allways saved in ~/tucnak directory.&lt;br /&gt;
&lt;br /&gt;
=Install on Debian=&lt;br /&gt;
&lt;br /&gt;
All examples are for AMD64 architecture. I you use other replace &amp;quot;amd64&amp;quot; with &amp;quot;i386&amp;quot; or &amp;quot;armhf&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Repository==&lt;br /&gt;
&lt;br /&gt;
Simplest way is to add lines&lt;br /&gt;
&lt;br /&gt;
 deb [trusted=yes] &amp;lt;nowiki&amp;gt;https://tucnak.nagano.cz/debian&amp;lt;/nowiki&amp;gt; binary-amd64/&lt;br /&gt;
&lt;br /&gt;
to file /etc/apt/sources.list.d/tucnak.sources . For distributions trixie and later, use this:&lt;br /&gt;
&lt;br /&gt;
 Types: deb&lt;br /&gt;
 URIs: &amp;lt;nowiki&amp;gt;https://tucnak.nagano.cz/debian&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 Suites: binary-amd64&lt;br /&gt;
 Components:&lt;br /&gt;
 Trusted: yes&lt;br /&gt;
&lt;br /&gt;
After it use&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install libzia tucnak&lt;br /&gt;
&lt;br /&gt;
==Download manually and install==&lt;br /&gt;
&lt;br /&gt;
Download packages libzia-4.09*_amd64.deb and tucnak-4.09*_amd64.deb. Install they by command:&lt;br /&gt;
&lt;br /&gt;
 dpkg --install libzia-4.09*_amd64.deb tucnak-4.09*_amd64.deb&lt;br /&gt;
&lt;br /&gt;
==Download sources and create package==&lt;br /&gt;
&lt;br /&gt;
If binary package doesn&#039;t present, create them by extracting source code by commnad:&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make deb&lt;br /&gt;
&lt;br /&gt;
=Install on Ubuntu=&lt;br /&gt;
&lt;br /&gt;
Debian packages can either be installed from the sources (same as Debian section above). Alternatively, they can be installed with gdebi. You may need to install gdebi from the Ubuntu Software Centre. Download the latest deb-file from  http://tucnak.nagano.cz/download.php. Use tucnak2-*_i386.deb for a 32-bit system, tucnak2-*_amd64.deb for a 64-bit system. &lt;br /&gt;
&lt;br /&gt;
Start gdebi, e. g. by command:&lt;br /&gt;
&lt;br /&gt;
 gdebi-gtk&lt;br /&gt;
&lt;br /&gt;
Open the file tucnak2-*.deb. Ignore the recommendation to install an older version from a software channel. Then click on &amp;quot;Install Package&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=Install on RedHat like distribution=&lt;br /&gt;
&lt;br /&gt;
Download package tucnak2-2.07*.i386.rpm, and install it by command:&lt;br /&gt;
&lt;br /&gt;
 rpm -i tucnak2-2.07*.i386.rpm&lt;br /&gt;
&lt;br /&gt;
If rpm binary package doesn&#039;t exists, create them by extracting source code and execute commnads: (you must install package rpm-build first on Mandrake)&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make rpm&lt;br /&gt;
&lt;br /&gt;
Source package RPM (SRPM) you can create by:&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make srpm&lt;br /&gt;
&lt;br /&gt;
Files are saved in /usr/src/[redhat|RPM|packages|rpm]/* (depending on your distribution). Is necessary to have a write right to this directory.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Remark: Creating RPM packages isn&#039;t perfectly tested. If you have any question for function or you know how to fix any mistake then write me, please.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Install on Gentoo=&lt;br /&gt;
&lt;br /&gt;
You can find Tucnak also on Gentoo Linux. You can find it in the portage main tree in category &#039;&#039;media-radio&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Just use&lt;br /&gt;
&lt;br /&gt;
  emerge -av tucnak2&lt;br /&gt;
&lt;br /&gt;
to build it for your system. You can set USE-flags &#039;alsa&#039;, &#039;ftdi&#039;, &#039;gpm&#039; and &#039;hamlib&#039;&lt;br /&gt;
to enable the support for Audio I/O via Alsa, USB support for coming DAVAC-4 device, console based mouse-driver and hamlib support.&lt;br /&gt;
&lt;br /&gt;
At the moment it only supports x86 and amd64 architectures. If you want to use it&lt;br /&gt;
on other architectures (ppc, ...) please contact me by mail.&lt;br /&gt;
&lt;br /&gt;
                        &lt;br /&gt;
DL1JBE&lt;br /&gt;
&lt;br /&gt;
=Install on Arch Linux=&lt;br /&gt;
&lt;br /&gt;
You can build the AUR packages [https://aur.archlinux.org/packages/libzia libzia] and [https://aur.archlinux.org/packages/tucnak tucnak]&lt;br /&gt;
&lt;br /&gt;
=Install on openSUSE=&lt;br /&gt;
openSUSE users can find rpm packages here http://download.opensuse.org/repositories/hamradio/ &lt;br /&gt;
Even simpler, search for &amp;quot;tucnak&amp;quot; at http://software.opensuse.org/search and follow the instructions for 1-click installation.&lt;br /&gt;
&lt;br /&gt;
=Install on Asus EEE laptop=&lt;br /&gt;
&lt;br /&gt;
Asus EEE is using Xandros, which is commercial fork of Debian. Unfortunately used Xandros version corresponds with Debian Etch but current DEB&#039;s are build under Squeeze. So I create, time after time, binary for EEE. It is compiled without libraries that are uncommon here. Namely libgpm (here is no virtual console) and libftdi (EEE is expected to use without rig control). &lt;br /&gt;
&lt;br /&gt;
Go to http://tucnak.nagano.cz/download.php and copy location of tucnak3-eee-3.14.tar.gz . Press Ctrl+Alt+T to run terminal and type:&lt;br /&gt;
 /home/user&amp;gt; wget &amp;lt;nowiki&amp;gt;http://tucnak.nagano.cz/tucnak2-eee-3.14.tar.gz&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 /home/user&amp;gt; tar xvzf tucnak2-eee-3.14.tar.gz&lt;br /&gt;
 /home/user&amp;gt; tucnak/tucnak&lt;br /&gt;
That&#039;s all !&lt;br /&gt;
&lt;br /&gt;
If you wish to create the eee package, look at eee.sh script in tucnak sources. You must run it under Debian Etch i386.&lt;br /&gt;
&lt;br /&gt;
Tip: Look at http://wiki.eeeuser.com/ for more info about EEE.&lt;br /&gt;
&lt;br /&gt;
Many thanks to Zdenek OK1VKZ for lending of laptop.&lt;br /&gt;
&lt;br /&gt;
=Compile on [[Ubuntu &amp;quot;Karmic&amp;quot; (9.10)]]=&lt;br /&gt;
=Install on [[Ubuntu &amp;quot;Jaunty&amp;quot; (9.04)]]=&lt;br /&gt;
=Install on [[Ubuntu &amp;quot;Intrepid&amp;quot; (8.10)]]=&lt;br /&gt;
=Compile on [[Ubuntu &#039;Hardy&#039; (8.04 LTS)]]=&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Main_Page&amp;diff=3217</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Main_Page&amp;diff=3217"/>
		<updated>2026-01-17T23:36:09Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Languages}}&lt;br /&gt;
=Tucnak - hamradio contest log=&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; background-color: lightgrey; border: 2px solid grey; width: 19em; margin-left: 0.5em; padding: 0.3em;&amp;quot;&amp;gt;&lt;br /&gt;
: &#039;&#039;&#039;{{big|News}}&#039;&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Debian repository fix&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Debian packages repository was broken for years. Now I have found way to fix it. TNX to ON4PA for bugreport.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2026-01-17&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;New webhosting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This site is running on new web hosting. Please let me know in case of problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2024-08-29&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Save configuration is back&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The automatic Configuration save introduced in 4.45 looked harmless. But it has many unintended consequences to users. So I decided to revert to manual &#039;&#039;&#039;Save configuration&#039;&#039;&#039; since 4.55.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2024-01-23&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Donate&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Sometimes users write that they are satisfied with Tucnak and how they can contribute. So after 21 years I have created two options. Both are in the left sidebar. Of course, Tucnak remains free including source codes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-11-27&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Two providers for Aircraft scatter&lt;br /&gt;
&lt;br /&gt;
After some work, with a lot of help from Dave G1OGY, we have OpenSky feed. Because of low availability, I have modified the Firefox plugin for Planefinder. Please look at version 4.50. Not all perfect but, I hope, usable.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-11-15&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Aircraft scatter failed again&lt;br /&gt;
&lt;br /&gt;
Bad news, the flightradar page changed again, the aircraft scatter is not working :-(&lt;br /&gt;
I will work for a new solution, please be patient&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-11-12&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Aircraft problem SOLVED (experimental)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Please look at [[Aircraft scatter 2023]]. Please test and let me know any problems. Would be great to solve the bugs before season &#039;24 :-)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-10-15&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Aircraft scatter problem&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Flightradar changed the feed format. Current versions are unusable for Aircraft scatter. I hope I can find a solution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-10-13&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Settings change&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Starting with the version 4.45, configuration file (tucnakrc) is saved automatically. Please let me know if you notice any problems. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-08-25&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;ON4KST protocol change&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Sice Dec 10, 2022, ON4KST is running on new version of chat. It&#039;s output of /sh has changed. Please upgrade to at least 4.39.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-01-14&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Davac 4.2 released&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After hours and hours of work, there is [[Davac4|new SMD version of Davac]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2022-09-01&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Tucnak 4.31 released&#039;&#039;&#039; to be in sync with Hamlib 4.3.1 :-)&lt;br /&gt;
&lt;br /&gt;
(windows installer)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2021-09-24&#039;&#039; &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tucnak is multiplatform VHF/HF contest logbook. It is executable on Linux and other unix-type systems, Windows, [[Android]] and [[MacOS]]. You can download Tucnak from https://tucnak.nagano.cz/download.php . HF support is limited because I&#039;m not QRV here. Feedback is welcome.&lt;br /&gt;
&lt;br /&gt;
=Download=&lt;br /&gt;
&lt;br /&gt;
First look at [[Changelog]]&lt;br /&gt;
&lt;br /&gt;
Please download Tucnak here https://tucnak.nagano.cz/download.php .&lt;br /&gt;
&lt;br /&gt;
OpenSUSE users can find rpm packages here http://download.opensuse.org/repositories/hamradio/ &lt;br /&gt;
Even simpler, search for &amp;quot;tucnak&amp;quot; at http://software.opensuse.org/search and follow the instructions for 1-click installation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Tucnak Wiki=&lt;br /&gt;
This site is intended to serve as documentation for Tucnak - multiplatform hamradio contest log. You can read it, create your own pages or correct spelling. &lt;br /&gt;
&lt;br /&gt;
I maintain this site in English only, since I am not able to maintain more than one languages. English is preferred because most of hams understand it. But this wiki is not restricted to English - you can write pages in your native language. Many thanks to Jerôme F0FLO for maintaining the site in French, Hannes DK1HJ in German and Sergey RT5D and Vitaliy UR6LAD in Russian.&lt;br /&gt;
&lt;br /&gt;
Because of spammer&#039;s attacks you must ask me (ok1zia.AT.nagano.cz) to allow account create. Sorry.&lt;br /&gt;
&lt;br /&gt;
If you want to be informed about site changes, add this URL into your RSS reader: https://tucnak.nagano.cz/wiki/index.php?title=Special:Recentchanges&amp;amp;feed=rss&lt;br /&gt;
&lt;br /&gt;
==Available translations of wiki==&lt;br /&gt;
*[[FR Main Page|Français]] Maintained by Jerôme F0FLO, tnx!&lt;br /&gt;
*[[DE Main Page|Deutsch]] Maintained by Hannes DK1HJ, tnx!&lt;br /&gt;
*[[RU Main Page|Русский]] Maintained by Sergey RT5D и Vitaliy [[User:UR6LAD|UR6LAD]], tnx!&lt;br /&gt;
&lt;br /&gt;
Machine translation can be done by Google:&lt;br /&gt;
* [http://translate.google.cz/translate?hl=cs&amp;amp;sl=en&amp;amp;u=http://tucnak.nagano.cz/wiki/Main_Page Čeština]&lt;br /&gt;
* [http://translate.google.cz/translate?hl=de&amp;amp;sl=en&amp;amp;u=http://tucnak.nagano.cz/wiki/Main_Page Deutsch]&lt;br /&gt;
* [http://translate.google.cz/translate?hl=ru&amp;amp;sl=en&amp;amp;u=http://tucnak.nagano.cz/wiki/Main_Page Русский]&lt;br /&gt;
&lt;br /&gt;
Bartek, SP5QWB, produced PDF documentation ([[File:TucnakPolish.pdf|TucnakPolish.pdf]]) in Polish, tnx!&lt;br /&gt;
&lt;br /&gt;
=Screenshots=&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; heights=&amp;quot;320px&amp;quot;&amp;gt;&lt;br /&gt;
Image:Qsos.png|QSOs window&lt;br /&gt;
Image:Stats.png|Statistics&lt;br /&gt;
Image:Map.png|Polar map&lt;br /&gt;
Image:Rainscatter.png|Rain Scatter Map&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
And others in section [[Subwin types]].&lt;br /&gt;
&lt;br /&gt;
=Documentation=&lt;br /&gt;
Not fully completed yet, I&#039;m working on it...&lt;br /&gt;
* [[Features]]&lt;br /&gt;
**[[Supported Contests]] &lt;br /&gt;
* [[Quick Start]]&lt;br /&gt;
* [[Install]]&lt;br /&gt;
* Settings&lt;br /&gt;
** [[Post Install Settings]]&lt;br /&gt;
** [[Files]]&lt;br /&gt;
** [[Variables]]&lt;br /&gt;
** [[Command line]]&lt;br /&gt;
* [[New Contest]]&lt;br /&gt;
* [[Network]]&lt;br /&gt;
* Control&lt;br /&gt;
** [[Basic control]]&lt;br /&gt;
** [[Edit QSO]]&lt;br /&gt;
** [[Hotkeys]]&lt;br /&gt;
** [[Tutorial]]&lt;br /&gt;
* [[Output formats]]&lt;br /&gt;
* [[Activity]]&lt;br /&gt;
** [[Duplicate callsign]]&lt;br /&gt;
** [[Advanced]]&lt;br /&gt;
** [[RS and AS in Tucnak|Rain and Aircraft scatter]]&lt;br /&gt;
** [[After contest]]&lt;br /&gt;
** [[Tips]]&lt;br /&gt;
** [[MGM]], [[ATV]]&lt;br /&gt;
* [[Menu]]&lt;br /&gt;
** [[Contest]]&lt;br /&gt;
** [[File]]&lt;br /&gt;
** [[Edit]]&lt;br /&gt;
** [[Bands]]&lt;br /&gt;
** [[Subwins]]&lt;br /&gt;
** [[Setup]]&lt;br /&gt;
*** [[Rain Scatter]]&lt;br /&gt;
** [[Help]]&lt;br /&gt;
* [[Subwin types]]&lt;br /&gt;
* [[HF contest setup]]&lt;br /&gt;
* [[Supported hardware]]&lt;br /&gt;
* [[Problems]]&lt;br /&gt;
* [[Using NTP]]&lt;br /&gt;
* [[Framebuffer]]&lt;br /&gt;
* [[Converting from TACLog]]&lt;br /&gt;
* [[CW tips]]&lt;br /&gt;
* [[Thanks]]&lt;br /&gt;
&lt;br /&gt;
=Tucnak users=&lt;br /&gt;
[http://ok2m.nagano.cz OK2M], [http://www.dr5a.de/equipment/ DR5A], [http://www.qslnet.de/member/ok5tr/ OK5TR], [http://ok1hra.nagano.cz OK1HRA], [http://www.m1cro.org.uk/ G0VHF/M1CRO], [http://www.g1ogy.com/ G1OGY],[http://www.ok2fug.com/?p=117#more-117 OK2FUG], [http://ok1rca.tym.cz OK1RCA], [http://www.landshut.org/members/db1ras/funkfreunde/contestdl1e.htm DL1E], [[User:Dl5ybz|DL5YBZ]], [http://www.vhfcontest.net/?kat=getlog/viewlog&amp;amp;filename=YpCAfGNyenJflpWa&amp;amp;zavod=11&amp;amp;lang=eng OK2AIA], HG6Z, [http://www.vhfcontest.net/index.php?kat=getlog/viewlog&amp;amp;filename=YpKAgGF0fnxfmJWc&amp;amp;zavod=31&amp;amp;lang=cz OM0AMI], [[User:UR6LAD|UR6LAD]], [http://www.vhfcontest.net/getlog/downloadlog.php?filename=ZZOCf2R/hHxhmZed&amp;amp;zavod=43 OK1KQH], [http://om3tps.comyr.com/fotky/2010/3.%20Subregional%202010/20100703_OM3KEG.html OM3KEG], [http://www.f8kth.fr F8KTH], [http://www.aripadova.it/contest/66-iq3ww3-al-contest-sicilia-2008-50mhz- IQ3WW], [http://hannes.jochriem.at/ham_contest/49/darc-qrp-contest DK1HJ], [http://om3kmk.blogspot.com/2004_07_01_archive.html OM4K], [http://yt1et.ni5ni6.net/index.php?option=com_content&amp;amp;task=blogcategory&amp;amp;id=17&amp;amp;Itemid=26 YT1ET/YT3T], [http://forum.qrz.ru/showthread.php?p=398825 RU2FM], [http://vhfdx.at.ua/forum/7-121-1 US5WE/UW5W], EM80H, F6KHK, [http://www.vhfcontest.net/getlog/viewlog.php?filename=apSFgGiEd4hkmpqe&amp;amp;zavod=56&amp;amp;lang=cz OK2OAS], [http://www.ok1kzd.net/aktivity/articles/denikvkvQRP09.php OK1KZD], US5WU, UR5WCE, [http://www.okdxf.eu/expedice/tagir/www/ TC03W], DL1JBE, [http://dm3da.tuxomania.net/links/index.html DM3DA], DG6MAN, [http://www.vhfcontest.net/getlog/downloadlog.php?filename=Y5SAgGKHcoBfmpWe&amp;amp;zavod=51 OK1RAK], RW3WR, UR7LL, YU1ET, [http://blog.ok1cdj.com/2012/08/alpe-adria-2012-oeok1rs-jn77kr.html OK1RS], [http://hrvhf.net/forum/index.php?topic=2165.msg18291#msg18291 9A4QV], [http://web.hamradio.hr/9a1acd/ 9A0P], IK0OKY, [http://oz7z.dk/index.php?page=nac-okt-2012 OZ1ALS], IK4XQT, [http://www.sp5xmu.pl/sn5r/raporty/432_1296IARU2012.html SN5R], [http://contest.hb9cat.com/20120907_HB9EI.html HB9EI], [http://forum.bfra.org/viewtopic.php?f=4&amp;amp;t=537#p2603 LZ1BB], [http://forum.vhfdx.ru/log-software/luchshii-logbook-dlya-vhf/msg47347/#msg47347 RA3WND], [http://forum.vhfdx.ru/polevoy-den/polevoi-den-2011/msg69008/#msg69008 RW3WR], [http://oz1ff.dk/NAC_Reports/20121002/20121002_OZ1FF.html OZ1FF], [http://qrz.com/db/ON4KLG ON4KLG], [http://www.tm2a.fr/contests/ TM2A], OK2WO, [http://ok7km.nagano.cz/web/activity/vhf/2012_xmas/index.html OK7KM], [http://www.oz9f.dk/tucnak-data/20130212_OZ9F.html OZ9F], [http://oz3z.dk/nac-test.html OZ3Z], [http://www.arimodena.it/Members/ik4wku/contest-vhf/2013/contest-may-2012-vhf-h24-cinisello-balsamo/contest-summaries IK4WKU], [http://www.g4ztr.co.uk/blog-1/ G4ZTR], [http://oz7z.dk/index.php?page=nac-july-2013 OZ7Z], [http://marsipulami0815.de/contest/20130302/ DC5DM], [http://www.dk0tu.de/users/dl7bst DL7BST], [http://www.dk0tu.de DK0TU], [http://www.sota-sp.iq24.pl/default.asp?grupa=162837&amp;amp;temat=344760 SQ9OZH], [http://forum.vhfdx.ru/log-software/luchshii-logbook-dlya-vhf/15/ RT5D],[http://forum.vhfdx.ru/kompyutery-i-programmy/linux-i-ukv/ RO2F], [http://www.vhfcontest.net/getlog/downloadlog.php?filename=apWShXJ+k4Rnm52f&amp;amp;zavod=69 YO9HZN], [http://www.vhfcontest.net/?kat=getlog/viewlog&amp;amp;filename=Z5KFgGmHhoZkmJqc&amp;amp;zavod=36&amp;amp;lang=cz OM3TPS], [http://www.vhfcontest.net/getlog/downloadlog.php?filename=apWHg2t/Zpucnw==&amp;amp;zavod=68 OM3I], [http://www.vhfcontest.net/?kat=getlog/viewlog&amp;amp;filename=aJWGg2x5emScmqA=&amp;amp;zavod=67&amp;amp;lang=cz OM5CC], [http://kd2djv.blogspot.cz/p/linux-ham-software.html KD2DJV], [http://www.piers.tv F5NLG], [http://www.qrz.com/db/DB1FLO DB1FLO], [http://www.prdec.cz/2014/08/alpe-adria-contest-2014-oeol1p.html OL1P], [http://www.ok1kvk.cz/web/index.php/zavody/vkv/596-vhf-contest-2014 OK1KVK/OL7C], OK1MZM, [http://radioklub.dvojka.cz/ OK1RAJ], [http://ok2jkd.cq.sk/fmpohar/fmp07_04.html OK2JKD], [http://om0xa.dxradio.sk/other/PA_VKV/20090517_OM8ACE.html OM8ACE], [http://oz7skv.dk/tucnak/082014/20140813_OZ7KJ.html OZ7KJ], [http://www.dk1max.de/contest/062014/20140607_DK1MAX.html DK1MAX], [http://www.on4jx.net/content/on4khg-sub-regional-vhf-contest-july-2014 ON4KHG], [http://www.qrz.com/db/ON4KLG/ ON4KLG], [http://hamqth.com/iz3gme IZ3GME], ON7WP, OT4D, OT0D, ON3JT, DL4PD, [http://www.vhfcontest.net/getlog/downloadlog.php?filename=aJaPhm+ChoGVh2ScmqA=&amp;amp;zavod=76 YO9KPJ], [http://www.vhfcontest.net/getlog/downloadlog.php?filename=Y5aAhGSJfXhfnJWg&amp;amp;zavod=71 OM3RLA], [https://uk.groups.yahoo.com/neo/groups/uk-vhf-contesting/conversations/messages/2554 G8HGN], [https://www.youtube.com/watch?v=oIC-Yjvbs9k&amp;amp;t=625s IQ4AX], [https://groups.yahoo.com/neo/groups/elad_sdr_en/conversations/messages/6687 G4DBN], [http://so3z.com/?page_id=2502 SO3Z], [http://www.qrz.com/db/EA4GPZ EA4GPZ], [http://www.oz6frs.dk OZ2AR], [http://www.frenning.dk/oz1pif.htm OZ1PIF], [http://s53x.m2b.si/ S53X], [http://iv3cyt.blogspot.com IV3CYT], OK1ELE, OK1PSM, OK1RPL, DD7PA, DR3A, OK1CID, OK7W, OL7M, HA4XN, [https://www.f6kop.com/wp-content/uploads/2022/05/Resized_20220507_1735381.jpg F6KOP], [https://sn7l.pgk.net.pl/ SN7L], OM3TFP, [https://www.youtube.com/watch?v=rWlQKn-K46Q&amp;amp;t=202s IU4APB], RK9ULD.&lt;br /&gt;
&lt;br /&gt;
Want to be in list? Send me (ok1zia.AT.nagano.cz) your call and URL.&lt;br /&gt;
&lt;br /&gt;
=How to help?=&lt;br /&gt;
&lt;br /&gt;
* By testing stable and development branch of Tucnak and sending error list to me.&lt;br /&gt;
* Help with refill data files like tucnakdw and tucnakwiz.&lt;br /&gt;
* Laud about Tucnak :-)&lt;br /&gt;
* If you have some idea how to improve Tucnak, please mail me this idea.&lt;br /&gt;
* Write a new part of Tucnak.&lt;br /&gt;
* Translate this documentation to other languages (or repair bugs in the English version :-) ).&lt;br /&gt;
* Create package for your distribution.&lt;br /&gt;
* Voluntary small contribute for beers please sent to author (to me).&lt;br /&gt;
&lt;br /&gt;
73! Ladislav Vaiz, OK1ZIA&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;MYCALL&amp;gt;@nagano.cz&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Main_Page&amp;diff=3216</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Main_Page&amp;diff=3216"/>
		<updated>2026-01-17T23:35:57Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Languages}}&lt;br /&gt;
=Tucnak - hamradio contest log=&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; background-color: lightgrey; border: 2px solid grey; width: 19em; margin-left: 0.5em; padding: 0.3em;&amp;quot;&amp;gt;&lt;br /&gt;
: &#039;&#039;&#039;{{big|News}}&#039;&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Debian repository fix&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Debian packages repository was broken for years. Now I have found way to fix it. TNX to ON4PA for bugreport.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2026-01-17&#039;&#039;----&lt;br /&gt;
&#039;&#039;&#039;New webhosting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This site is running on new web hosting. Please let me know in case of problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2024-08-29&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Save configuration is back&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The automatic Configuration save introduced in 4.45 looked harmless. But it has many unintended consequences to users. So I decided to revert to manual &#039;&#039;&#039;Save configuration&#039;&#039;&#039; since 4.55.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2024-01-23&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Donate&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Sometimes users write that they are satisfied with Tucnak and how they can contribute. So after 21 years I have created two options. Both are in the left sidebar. Of course, Tucnak remains free including source codes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-11-27&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Two providers for Aircraft scatter&lt;br /&gt;
&lt;br /&gt;
After some work, with a lot of help from Dave G1OGY, we have OpenSky feed. Because of low availability, I have modified the Firefox plugin for Planefinder. Please look at version 4.50. Not all perfect but, I hope, usable.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-11-15&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Aircraft scatter failed again&lt;br /&gt;
&lt;br /&gt;
Bad news, the flightradar page changed again, the aircraft scatter is not working :-(&lt;br /&gt;
I will work for a new solution, please be patient&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-11-12&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Aircraft problem SOLVED (experimental)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Please look at [[Aircraft scatter 2023]]. Please test and let me know any problems. Would be great to solve the bugs before season &#039;24 :-)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-10-15&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Aircraft scatter problem&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Flightradar changed the feed format. Current versions are unusable for Aircraft scatter. I hope I can find a solution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-10-13&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Settings change&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Starting with the version 4.45, configuration file (tucnakrc) is saved automatically. Please let me know if you notice any problems. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-08-25&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;ON4KST protocol change&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Sice Dec 10, 2022, ON4KST is running on new version of chat. It&#039;s output of /sh has changed. Please upgrade to at least 4.39.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-01-14&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Davac 4.2 released&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After hours and hours of work, there is [[Davac4|new SMD version of Davac]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2022-09-01&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Tucnak 4.31 released&#039;&#039;&#039; to be in sync with Hamlib 4.3.1 :-)&lt;br /&gt;
&lt;br /&gt;
(windows installer)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2021-09-24&#039;&#039; &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tucnak is multiplatform VHF/HF contest logbook. It is executable on Linux and other unix-type systems, Windows, [[Android]] and [[MacOS]]. You can download Tucnak from https://tucnak.nagano.cz/download.php . HF support is limited because I&#039;m not QRV here. Feedback is welcome.&lt;br /&gt;
&lt;br /&gt;
=Download=&lt;br /&gt;
&lt;br /&gt;
First look at [[Changelog]]&lt;br /&gt;
&lt;br /&gt;
Please download Tucnak here https://tucnak.nagano.cz/download.php .&lt;br /&gt;
&lt;br /&gt;
OpenSUSE users can find rpm packages here http://download.opensuse.org/repositories/hamradio/ &lt;br /&gt;
Even simpler, search for &amp;quot;tucnak&amp;quot; at http://software.opensuse.org/search and follow the instructions for 1-click installation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Tucnak Wiki=&lt;br /&gt;
This site is intended to serve as documentation for Tucnak - multiplatform hamradio contest log. You can read it, create your own pages or correct spelling. &lt;br /&gt;
&lt;br /&gt;
I maintain this site in English only, since I am not able to maintain more than one languages. English is preferred because most of hams understand it. But this wiki is not restricted to English - you can write pages in your native language. Many thanks to Jerôme F0FLO for maintaining the site in French, Hannes DK1HJ in German and Sergey RT5D and Vitaliy UR6LAD in Russian.&lt;br /&gt;
&lt;br /&gt;
Because of spammer&#039;s attacks you must ask me (ok1zia.AT.nagano.cz) to allow account create. Sorry.&lt;br /&gt;
&lt;br /&gt;
If you want to be informed about site changes, add this URL into your RSS reader: https://tucnak.nagano.cz/wiki/index.php?title=Special:Recentchanges&amp;amp;feed=rss&lt;br /&gt;
&lt;br /&gt;
==Available translations of wiki==&lt;br /&gt;
*[[FR Main Page|Français]] Maintained by Jerôme F0FLO, tnx!&lt;br /&gt;
*[[DE Main Page|Deutsch]] Maintained by Hannes DK1HJ, tnx!&lt;br /&gt;
*[[RU Main Page|Русский]] Maintained by Sergey RT5D и Vitaliy [[User:UR6LAD|UR6LAD]], tnx!&lt;br /&gt;
&lt;br /&gt;
Machine translation can be done by Google:&lt;br /&gt;
* [http://translate.google.cz/translate?hl=cs&amp;amp;sl=en&amp;amp;u=http://tucnak.nagano.cz/wiki/Main_Page Čeština]&lt;br /&gt;
* [http://translate.google.cz/translate?hl=de&amp;amp;sl=en&amp;amp;u=http://tucnak.nagano.cz/wiki/Main_Page Deutsch]&lt;br /&gt;
* [http://translate.google.cz/translate?hl=ru&amp;amp;sl=en&amp;amp;u=http://tucnak.nagano.cz/wiki/Main_Page Русский]&lt;br /&gt;
&lt;br /&gt;
Bartek, SP5QWB, produced PDF documentation ([[File:TucnakPolish.pdf|TucnakPolish.pdf]]) in Polish, tnx!&lt;br /&gt;
&lt;br /&gt;
=Screenshots=&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; heights=&amp;quot;320px&amp;quot;&amp;gt;&lt;br /&gt;
Image:Qsos.png|QSOs window&lt;br /&gt;
Image:Stats.png|Statistics&lt;br /&gt;
Image:Map.png|Polar map&lt;br /&gt;
Image:Rainscatter.png|Rain Scatter Map&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
And others in section [[Subwin types]].&lt;br /&gt;
&lt;br /&gt;
=Documentation=&lt;br /&gt;
Not fully completed yet, I&#039;m working on it...&lt;br /&gt;
* [[Features]]&lt;br /&gt;
**[[Supported Contests]] &lt;br /&gt;
* [[Quick Start]]&lt;br /&gt;
* [[Install]]&lt;br /&gt;
* Settings&lt;br /&gt;
** [[Post Install Settings]]&lt;br /&gt;
** [[Files]]&lt;br /&gt;
** [[Variables]]&lt;br /&gt;
** [[Command line]]&lt;br /&gt;
* [[New Contest]]&lt;br /&gt;
* [[Network]]&lt;br /&gt;
* Control&lt;br /&gt;
** [[Basic control]]&lt;br /&gt;
** [[Edit QSO]]&lt;br /&gt;
** [[Hotkeys]]&lt;br /&gt;
** [[Tutorial]]&lt;br /&gt;
* [[Output formats]]&lt;br /&gt;
* [[Activity]]&lt;br /&gt;
** [[Duplicate callsign]]&lt;br /&gt;
** [[Advanced]]&lt;br /&gt;
** [[RS and AS in Tucnak|Rain and Aircraft scatter]]&lt;br /&gt;
** [[After contest]]&lt;br /&gt;
** [[Tips]]&lt;br /&gt;
** [[MGM]], [[ATV]]&lt;br /&gt;
* [[Menu]]&lt;br /&gt;
** [[Contest]]&lt;br /&gt;
** [[File]]&lt;br /&gt;
** [[Edit]]&lt;br /&gt;
** [[Bands]]&lt;br /&gt;
** [[Subwins]]&lt;br /&gt;
** [[Setup]]&lt;br /&gt;
*** [[Rain Scatter]]&lt;br /&gt;
** [[Help]]&lt;br /&gt;
* [[Subwin types]]&lt;br /&gt;
* [[HF contest setup]]&lt;br /&gt;
* [[Supported hardware]]&lt;br /&gt;
* [[Problems]]&lt;br /&gt;
* [[Using NTP]]&lt;br /&gt;
* [[Framebuffer]]&lt;br /&gt;
* [[Converting from TACLog]]&lt;br /&gt;
* [[CW tips]]&lt;br /&gt;
* [[Thanks]]&lt;br /&gt;
&lt;br /&gt;
=Tucnak users=&lt;br /&gt;
[http://ok2m.nagano.cz OK2M], [http://www.dr5a.de/equipment/ DR5A], [http://www.qslnet.de/member/ok5tr/ OK5TR], [http://ok1hra.nagano.cz OK1HRA], [http://www.m1cro.org.uk/ G0VHF/M1CRO], [http://www.g1ogy.com/ G1OGY],[http://www.ok2fug.com/?p=117#more-117 OK2FUG], [http://ok1rca.tym.cz OK1RCA], [http://www.landshut.org/members/db1ras/funkfreunde/contestdl1e.htm DL1E], [[User:Dl5ybz|DL5YBZ]], [http://www.vhfcontest.net/?kat=getlog/viewlog&amp;amp;filename=YpCAfGNyenJflpWa&amp;amp;zavod=11&amp;amp;lang=eng OK2AIA], HG6Z, [http://www.vhfcontest.net/index.php?kat=getlog/viewlog&amp;amp;filename=YpKAgGF0fnxfmJWc&amp;amp;zavod=31&amp;amp;lang=cz OM0AMI], [[User:UR6LAD|UR6LAD]], [http://www.vhfcontest.net/getlog/downloadlog.php?filename=ZZOCf2R/hHxhmZed&amp;amp;zavod=43 OK1KQH], [http://om3tps.comyr.com/fotky/2010/3.%20Subregional%202010/20100703_OM3KEG.html OM3KEG], [http://www.f8kth.fr F8KTH], [http://www.aripadova.it/contest/66-iq3ww3-al-contest-sicilia-2008-50mhz- IQ3WW], [http://hannes.jochriem.at/ham_contest/49/darc-qrp-contest DK1HJ], [http://om3kmk.blogspot.com/2004_07_01_archive.html OM4K], [http://yt1et.ni5ni6.net/index.php?option=com_content&amp;amp;task=blogcategory&amp;amp;id=17&amp;amp;Itemid=26 YT1ET/YT3T], [http://forum.qrz.ru/showthread.php?p=398825 RU2FM], [http://vhfdx.at.ua/forum/7-121-1 US5WE/UW5W], EM80H, F6KHK, [http://www.vhfcontest.net/getlog/viewlog.php?filename=apSFgGiEd4hkmpqe&amp;amp;zavod=56&amp;amp;lang=cz OK2OAS], [http://www.ok1kzd.net/aktivity/articles/denikvkvQRP09.php OK1KZD], US5WU, UR5WCE, [http://www.okdxf.eu/expedice/tagir/www/ TC03W], DL1JBE, [http://dm3da.tuxomania.net/links/index.html DM3DA], DG6MAN, [http://www.vhfcontest.net/getlog/downloadlog.php?filename=Y5SAgGKHcoBfmpWe&amp;amp;zavod=51 OK1RAK], RW3WR, UR7LL, YU1ET, [http://blog.ok1cdj.com/2012/08/alpe-adria-2012-oeok1rs-jn77kr.html OK1RS], [http://hrvhf.net/forum/index.php?topic=2165.msg18291#msg18291 9A4QV], [http://web.hamradio.hr/9a1acd/ 9A0P], IK0OKY, [http://oz7z.dk/index.php?page=nac-okt-2012 OZ1ALS], IK4XQT, [http://www.sp5xmu.pl/sn5r/raporty/432_1296IARU2012.html SN5R], [http://contest.hb9cat.com/20120907_HB9EI.html HB9EI], [http://forum.bfra.org/viewtopic.php?f=4&amp;amp;t=537#p2603 LZ1BB], [http://forum.vhfdx.ru/log-software/luchshii-logbook-dlya-vhf/msg47347/#msg47347 RA3WND], [http://forum.vhfdx.ru/polevoy-den/polevoi-den-2011/msg69008/#msg69008 RW3WR], [http://oz1ff.dk/NAC_Reports/20121002/20121002_OZ1FF.html OZ1FF], [http://qrz.com/db/ON4KLG ON4KLG], [http://www.tm2a.fr/contests/ TM2A], OK2WO, [http://ok7km.nagano.cz/web/activity/vhf/2012_xmas/index.html OK7KM], [http://www.oz9f.dk/tucnak-data/20130212_OZ9F.html OZ9F], [http://oz3z.dk/nac-test.html OZ3Z], [http://www.arimodena.it/Members/ik4wku/contest-vhf/2013/contest-may-2012-vhf-h24-cinisello-balsamo/contest-summaries IK4WKU], [http://www.g4ztr.co.uk/blog-1/ G4ZTR], [http://oz7z.dk/index.php?page=nac-july-2013 OZ7Z], [http://marsipulami0815.de/contest/20130302/ DC5DM], [http://www.dk0tu.de/users/dl7bst DL7BST], [http://www.dk0tu.de DK0TU], [http://www.sota-sp.iq24.pl/default.asp?grupa=162837&amp;amp;temat=344760 SQ9OZH], [http://forum.vhfdx.ru/log-software/luchshii-logbook-dlya-vhf/15/ RT5D],[http://forum.vhfdx.ru/kompyutery-i-programmy/linux-i-ukv/ RO2F], [http://www.vhfcontest.net/getlog/downloadlog.php?filename=apWShXJ+k4Rnm52f&amp;amp;zavod=69 YO9HZN], [http://www.vhfcontest.net/?kat=getlog/viewlog&amp;amp;filename=Z5KFgGmHhoZkmJqc&amp;amp;zavod=36&amp;amp;lang=cz OM3TPS], [http://www.vhfcontest.net/getlog/downloadlog.php?filename=apWHg2t/Zpucnw==&amp;amp;zavod=68 OM3I], [http://www.vhfcontest.net/?kat=getlog/viewlog&amp;amp;filename=aJWGg2x5emScmqA=&amp;amp;zavod=67&amp;amp;lang=cz OM5CC], [http://kd2djv.blogspot.cz/p/linux-ham-software.html KD2DJV], [http://www.piers.tv F5NLG], [http://www.qrz.com/db/DB1FLO DB1FLO], [http://www.prdec.cz/2014/08/alpe-adria-contest-2014-oeol1p.html OL1P], [http://www.ok1kvk.cz/web/index.php/zavody/vkv/596-vhf-contest-2014 OK1KVK/OL7C], OK1MZM, [http://radioklub.dvojka.cz/ OK1RAJ], [http://ok2jkd.cq.sk/fmpohar/fmp07_04.html OK2JKD], [http://om0xa.dxradio.sk/other/PA_VKV/20090517_OM8ACE.html OM8ACE], [http://oz7skv.dk/tucnak/082014/20140813_OZ7KJ.html OZ7KJ], [http://www.dk1max.de/contest/062014/20140607_DK1MAX.html DK1MAX], [http://www.on4jx.net/content/on4khg-sub-regional-vhf-contest-july-2014 ON4KHG], [http://www.qrz.com/db/ON4KLG/ ON4KLG], [http://hamqth.com/iz3gme IZ3GME], ON7WP, OT4D, OT0D, ON3JT, DL4PD, [http://www.vhfcontest.net/getlog/downloadlog.php?filename=aJaPhm+ChoGVh2ScmqA=&amp;amp;zavod=76 YO9KPJ], [http://www.vhfcontest.net/getlog/downloadlog.php?filename=Y5aAhGSJfXhfnJWg&amp;amp;zavod=71 OM3RLA], [https://uk.groups.yahoo.com/neo/groups/uk-vhf-contesting/conversations/messages/2554 G8HGN], [https://www.youtube.com/watch?v=oIC-Yjvbs9k&amp;amp;t=625s IQ4AX], [https://groups.yahoo.com/neo/groups/elad_sdr_en/conversations/messages/6687 G4DBN], [http://so3z.com/?page_id=2502 SO3Z], [http://www.qrz.com/db/EA4GPZ EA4GPZ], [http://www.oz6frs.dk OZ2AR], [http://www.frenning.dk/oz1pif.htm OZ1PIF], [http://s53x.m2b.si/ S53X], [http://iv3cyt.blogspot.com IV3CYT], OK1ELE, OK1PSM, OK1RPL, DD7PA, DR3A, OK1CID, OK7W, OL7M, HA4XN, [https://www.f6kop.com/wp-content/uploads/2022/05/Resized_20220507_1735381.jpg F6KOP], [https://sn7l.pgk.net.pl/ SN7L], OM3TFP, [https://www.youtube.com/watch?v=rWlQKn-K46Q&amp;amp;t=202s IU4APB], RK9ULD.&lt;br /&gt;
&lt;br /&gt;
Want to be in list? Send me (ok1zia.AT.nagano.cz) your call and URL.&lt;br /&gt;
&lt;br /&gt;
=How to help?=&lt;br /&gt;
&lt;br /&gt;
* By testing stable and development branch of Tucnak and sending error list to me.&lt;br /&gt;
* Help with refill data files like tucnakdw and tucnakwiz.&lt;br /&gt;
* Laud about Tucnak :-)&lt;br /&gt;
* If you have some idea how to improve Tucnak, please mail me this idea.&lt;br /&gt;
* Write a new part of Tucnak.&lt;br /&gt;
* Translate this documentation to other languages (or repair bugs in the English version :-) ).&lt;br /&gt;
* Create package for your distribution.&lt;br /&gt;
* Voluntary small contribute for beers please sent to author (to me).&lt;br /&gt;
&lt;br /&gt;
73! Ladislav Vaiz, OK1ZIA&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;MYCALL&amp;gt;@nagano.cz&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Install&amp;diff=3215</id>
		<title>Install</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Install&amp;diff=3215"/>
		<updated>2026-01-17T23:30:22Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* Repository */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
=Install=&lt;br /&gt;
The primary URL for tucnak downloading is http://tucnak.nagano.cz/download.php .&lt;br /&gt;
&lt;br /&gt;
Download first source code or binary packages of Tucnak. There are maybe binary packages for your distribution but it can be out of date.&lt;br /&gt;
&lt;br /&gt;
Tucnak requires glib 2 library. It&#039;s probably part of your distribution. If you want to compile Tucnak from source code you must have installed development version of glib library too (devel package - libglib2.0-dev*.deb (Debian), glib-devel*.rpm (RedHat), libglib2.0*.rpm (Mandrake)). The library you can download from www.gtk.org (not glib.org :-)&lt;br /&gt;
&lt;br /&gt;
Since 2.0 it&#039;s mandatory to have installed SDL library (if you can compile it from source code you must have install devel packages too - libsdl1.2-dev*.deb (Debian), SDL-devel-1.2*.rpm (RedHat), libSDL1.2-devel*.rpm (Mandrake).&lt;br /&gt;
&lt;br /&gt;
=Installation from source code=&lt;br /&gt;
&lt;br /&gt;
Installation from source code is universal way to install program. There must be installed developments tools for C language on your PC.&lt;br /&gt;
&lt;br /&gt;
 tar xzf tucnak2-2.07.tar.gz&lt;br /&gt;
 cd tucnak2-2.07&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
Program is normally installed into directory /usr/local/bin. Maybe you will need to add path to Tucnak binary. You can add line export HOME=/usr/local/bin:$HOME to end of file /etc/rc.local in bash shell and then restart rc.local (or restart system).&lt;br /&gt;
&lt;br /&gt;
Configuration files are allways saved in ~/tucnak directory.&lt;br /&gt;
&lt;br /&gt;
=Install on Debian=&lt;br /&gt;
&lt;br /&gt;
All examples are for AMD64 architecture. I you use other replace &amp;quot;amd64&amp;quot; with &amp;quot;i386&amp;quot; or &amp;quot;armhf&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Repository==&lt;br /&gt;
&lt;br /&gt;
Simplest way is to add lines&lt;br /&gt;
&lt;br /&gt;
 deb [trusted=yes] &amp;lt;nowiki&amp;gt;https://tucnak.nagano.cz/debian&amp;lt;/nowiki&amp;gt; binary-amd64/&lt;br /&gt;
&lt;br /&gt;
to your /etc/apt/sources.list . After it use&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install libzia tucnak&lt;br /&gt;
&lt;br /&gt;
==Download manually and install==&lt;br /&gt;
&lt;br /&gt;
Download packages libzia-4.09*_amd64.deb and tucnak-4.09*_amd64.deb. Install they by command:&lt;br /&gt;
&lt;br /&gt;
 dpkg --install libzia-4.09*_amd64.deb tucnak-4.09*_amd64.deb&lt;br /&gt;
&lt;br /&gt;
==Download sources and create package==&lt;br /&gt;
&lt;br /&gt;
If binary package doesn&#039;t present, create them by extracting source code by commnad:&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make deb&lt;br /&gt;
&lt;br /&gt;
=Install on Ubuntu=&lt;br /&gt;
&lt;br /&gt;
Debian packages can either be installed from the sources (same as Debian section above). Alternatively, they can be installed with gdebi. You may need to install gdebi from the Ubuntu Software Centre. Download the latest deb-file from  http://tucnak.nagano.cz/download.php. Use tucnak2-*_i386.deb for a 32-bit system, tucnak2-*_amd64.deb for a 64-bit system. &lt;br /&gt;
&lt;br /&gt;
Start gdebi, e. g. by command:&lt;br /&gt;
&lt;br /&gt;
 gdebi-gtk&lt;br /&gt;
&lt;br /&gt;
Open the file tucnak2-*.deb. Ignore the recommendation to install an older version from a software channel. Then click on &amp;quot;Install Package&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=Install on RedHat like distribution=&lt;br /&gt;
&lt;br /&gt;
Download package tucnak2-2.07*.i386.rpm, and install it by command:&lt;br /&gt;
&lt;br /&gt;
 rpm -i tucnak2-2.07*.i386.rpm&lt;br /&gt;
&lt;br /&gt;
If rpm binary package doesn&#039;t exists, create them by extracting source code and execute commnads: (you must install package rpm-build first on Mandrake)&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make rpm&lt;br /&gt;
&lt;br /&gt;
Source package RPM (SRPM) you can create by:&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make srpm&lt;br /&gt;
&lt;br /&gt;
Files are saved in /usr/src/[redhat|RPM|packages|rpm]/* (depending on your distribution). Is necessary to have a write right to this directory.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Remark: Creating RPM packages isn&#039;t perfectly tested. If you have any question for function or you know how to fix any mistake then write me, please.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Install on Gentoo=&lt;br /&gt;
&lt;br /&gt;
You can find Tucnak also on Gentoo Linux. You can find it in the portage main tree in category &#039;&#039;media-radio&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Just use&lt;br /&gt;
&lt;br /&gt;
  emerge -av tucnak2&lt;br /&gt;
&lt;br /&gt;
to build it for your system. You can set USE-flags &#039;alsa&#039;, &#039;ftdi&#039;, &#039;gpm&#039; and &#039;hamlib&#039;&lt;br /&gt;
to enable the support for Audio I/O via Alsa, USB support for coming DAVAC-4 device, console based mouse-driver and hamlib support.&lt;br /&gt;
&lt;br /&gt;
At the moment it only supports x86 and amd64 architectures. If you want to use it&lt;br /&gt;
on other architectures (ppc, ...) please contact me by mail.&lt;br /&gt;
&lt;br /&gt;
                        &lt;br /&gt;
DL1JBE&lt;br /&gt;
&lt;br /&gt;
=Install on Arch Linux=&lt;br /&gt;
&lt;br /&gt;
You can build the AUR packages [https://aur.archlinux.org/packages/libzia libzia] and [https://aur.archlinux.org/packages/tucnak tucnak]&lt;br /&gt;
&lt;br /&gt;
=Install on openSUSE=&lt;br /&gt;
openSUSE users can find rpm packages here http://download.opensuse.org/repositories/hamradio/ &lt;br /&gt;
Even simpler, search for &amp;quot;tucnak&amp;quot; at http://software.opensuse.org/search and follow the instructions for 1-click installation.&lt;br /&gt;
&lt;br /&gt;
=Install on Asus EEE laptop=&lt;br /&gt;
&lt;br /&gt;
Asus EEE is using Xandros, which is commercial fork of Debian. Unfortunately used Xandros version corresponds with Debian Etch but current DEB&#039;s are build under Squeeze. So I create, time after time, binary for EEE. It is compiled without libraries that are uncommon here. Namely libgpm (here is no virtual console) and libftdi (EEE is expected to use without rig control). &lt;br /&gt;
&lt;br /&gt;
Go to http://tucnak.nagano.cz/download.php and copy location of tucnak3-eee-3.14.tar.gz . Press Ctrl+Alt+T to run terminal and type:&lt;br /&gt;
 /home/user&amp;gt; wget &amp;lt;nowiki&amp;gt;http://tucnak.nagano.cz/tucnak2-eee-3.14.tar.gz&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 /home/user&amp;gt; tar xvzf tucnak2-eee-3.14.tar.gz&lt;br /&gt;
 /home/user&amp;gt; tucnak/tucnak&lt;br /&gt;
That&#039;s all !&lt;br /&gt;
&lt;br /&gt;
If you wish to create the eee package, look at eee.sh script in tucnak sources. You must run it under Debian Etch i386.&lt;br /&gt;
&lt;br /&gt;
Tip: Look at http://wiki.eeeuser.com/ for more info about EEE.&lt;br /&gt;
&lt;br /&gt;
Many thanks to Zdenek OK1VKZ for lending of laptop.&lt;br /&gt;
&lt;br /&gt;
=Compile on [[Ubuntu &amp;quot;Karmic&amp;quot; (9.10)]]=&lt;br /&gt;
=Install on [[Ubuntu &amp;quot;Jaunty&amp;quot; (9.04)]]=&lt;br /&gt;
=Install on [[Ubuntu &amp;quot;Intrepid&amp;quot; (8.10)]]=&lt;br /&gt;
=Compile on [[Ubuntu &#039;Hardy&#039; (8.04 LTS)]]=&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Install&amp;diff=3214</id>
		<title>Install</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Install&amp;diff=3214"/>
		<updated>2026-01-17T23:30:08Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* Repository */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
=Install=&lt;br /&gt;
The primary URL for tucnak downloading is http://tucnak.nagano.cz/download.php .&lt;br /&gt;
&lt;br /&gt;
Download first source code or binary packages of Tucnak. There are maybe binary packages for your distribution but it can be out of date.&lt;br /&gt;
&lt;br /&gt;
Tucnak requires glib 2 library. It&#039;s probably part of your distribution. If you want to compile Tucnak from source code you must have installed development version of glib library too (devel package - libglib2.0-dev*.deb (Debian), glib-devel*.rpm (RedHat), libglib2.0*.rpm (Mandrake)). The library you can download from www.gtk.org (not glib.org :-)&lt;br /&gt;
&lt;br /&gt;
Since 2.0 it&#039;s mandatory to have installed SDL library (if you can compile it from source code you must have install devel packages too - libsdl1.2-dev*.deb (Debian), SDL-devel-1.2*.rpm (RedHat), libSDL1.2-devel*.rpm (Mandrake).&lt;br /&gt;
&lt;br /&gt;
=Installation from source code=&lt;br /&gt;
&lt;br /&gt;
Installation from source code is universal way to install program. There must be installed developments tools for C language on your PC.&lt;br /&gt;
&lt;br /&gt;
 tar xzf tucnak2-2.07.tar.gz&lt;br /&gt;
 cd tucnak2-2.07&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
Program is normally installed into directory /usr/local/bin. Maybe you will need to add path to Tucnak binary. You can add line export HOME=/usr/local/bin:$HOME to end of file /etc/rc.local in bash shell and then restart rc.local (or restart system).&lt;br /&gt;
&lt;br /&gt;
Configuration files are allways saved in ~/tucnak directory.&lt;br /&gt;
&lt;br /&gt;
=Install on Debian=&lt;br /&gt;
&lt;br /&gt;
All examples are for AMD64 architecture. I you use other replace &amp;quot;amd64&amp;quot; with &amp;quot;i386&amp;quot; or &amp;quot;armhf&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Repository==&lt;br /&gt;
&lt;br /&gt;
Simplest way is to add lines&lt;br /&gt;
&lt;br /&gt;
 deb [trusted=yes] &amp;lt;nowiki&amp;gt;https://tucnak.nagano.cz/debian/&amp;lt;/nowiki&amp;gt; binary-amd64/&lt;br /&gt;
&lt;br /&gt;
to your /etc/apt/sources.list . After it use&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install libzia tucnak&lt;br /&gt;
&lt;br /&gt;
==Download manually and install==&lt;br /&gt;
&lt;br /&gt;
Download packages libzia-4.09*_amd64.deb and tucnak-4.09*_amd64.deb. Install they by command:&lt;br /&gt;
&lt;br /&gt;
 dpkg --install libzia-4.09*_amd64.deb tucnak-4.09*_amd64.deb&lt;br /&gt;
&lt;br /&gt;
==Download sources and create package==&lt;br /&gt;
&lt;br /&gt;
If binary package doesn&#039;t present, create them by extracting source code by commnad:&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make deb&lt;br /&gt;
&lt;br /&gt;
=Install on Ubuntu=&lt;br /&gt;
&lt;br /&gt;
Debian packages can either be installed from the sources (same as Debian section above). Alternatively, they can be installed with gdebi. You may need to install gdebi from the Ubuntu Software Centre. Download the latest deb-file from  http://tucnak.nagano.cz/download.php. Use tucnak2-*_i386.deb for a 32-bit system, tucnak2-*_amd64.deb for a 64-bit system. &lt;br /&gt;
&lt;br /&gt;
Start gdebi, e. g. by command:&lt;br /&gt;
&lt;br /&gt;
 gdebi-gtk&lt;br /&gt;
&lt;br /&gt;
Open the file tucnak2-*.deb. Ignore the recommendation to install an older version from a software channel. Then click on &amp;quot;Install Package&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=Install on RedHat like distribution=&lt;br /&gt;
&lt;br /&gt;
Download package tucnak2-2.07*.i386.rpm, and install it by command:&lt;br /&gt;
&lt;br /&gt;
 rpm -i tucnak2-2.07*.i386.rpm&lt;br /&gt;
&lt;br /&gt;
If rpm binary package doesn&#039;t exists, create them by extracting source code and execute commnads: (you must install package rpm-build first on Mandrake)&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make rpm&lt;br /&gt;
&lt;br /&gt;
Source package RPM (SRPM) you can create by:&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make srpm&lt;br /&gt;
&lt;br /&gt;
Files are saved in /usr/src/[redhat|RPM|packages|rpm]/* (depending on your distribution). Is necessary to have a write right to this directory.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Remark: Creating RPM packages isn&#039;t perfectly tested. If you have any question for function or you know how to fix any mistake then write me, please.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Install on Gentoo=&lt;br /&gt;
&lt;br /&gt;
You can find Tucnak also on Gentoo Linux. You can find it in the portage main tree in category &#039;&#039;media-radio&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Just use&lt;br /&gt;
&lt;br /&gt;
  emerge -av tucnak2&lt;br /&gt;
&lt;br /&gt;
to build it for your system. You can set USE-flags &#039;alsa&#039;, &#039;ftdi&#039;, &#039;gpm&#039; and &#039;hamlib&#039;&lt;br /&gt;
to enable the support for Audio I/O via Alsa, USB support for coming DAVAC-4 device, console based mouse-driver and hamlib support.&lt;br /&gt;
&lt;br /&gt;
At the moment it only supports x86 and amd64 architectures. If you want to use it&lt;br /&gt;
on other architectures (ppc, ...) please contact me by mail.&lt;br /&gt;
&lt;br /&gt;
                        &lt;br /&gt;
DL1JBE&lt;br /&gt;
&lt;br /&gt;
=Install on Arch Linux=&lt;br /&gt;
&lt;br /&gt;
You can build the AUR packages [https://aur.archlinux.org/packages/libzia libzia] and [https://aur.archlinux.org/packages/tucnak tucnak]&lt;br /&gt;
&lt;br /&gt;
=Install on openSUSE=&lt;br /&gt;
openSUSE users can find rpm packages here http://download.opensuse.org/repositories/hamradio/ &lt;br /&gt;
Even simpler, search for &amp;quot;tucnak&amp;quot; at http://software.opensuse.org/search and follow the instructions for 1-click installation.&lt;br /&gt;
&lt;br /&gt;
=Install on Asus EEE laptop=&lt;br /&gt;
&lt;br /&gt;
Asus EEE is using Xandros, which is commercial fork of Debian. Unfortunately used Xandros version corresponds with Debian Etch but current DEB&#039;s are build under Squeeze. So I create, time after time, binary for EEE. It is compiled without libraries that are uncommon here. Namely libgpm (here is no virtual console) and libftdi (EEE is expected to use without rig control). &lt;br /&gt;
&lt;br /&gt;
Go to http://tucnak.nagano.cz/download.php and copy location of tucnak3-eee-3.14.tar.gz . Press Ctrl+Alt+T to run terminal and type:&lt;br /&gt;
 /home/user&amp;gt; wget &amp;lt;nowiki&amp;gt;http://tucnak.nagano.cz/tucnak2-eee-3.14.tar.gz&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 /home/user&amp;gt; tar xvzf tucnak2-eee-3.14.tar.gz&lt;br /&gt;
 /home/user&amp;gt; tucnak/tucnak&lt;br /&gt;
That&#039;s all !&lt;br /&gt;
&lt;br /&gt;
If you wish to create the eee package, look at eee.sh script in tucnak sources. You must run it under Debian Etch i386.&lt;br /&gt;
&lt;br /&gt;
Tip: Look at http://wiki.eeeuser.com/ for more info about EEE.&lt;br /&gt;
&lt;br /&gt;
Many thanks to Zdenek OK1VKZ for lending of laptop.&lt;br /&gt;
&lt;br /&gt;
=Compile on [[Ubuntu &amp;quot;Karmic&amp;quot; (9.10)]]=&lt;br /&gt;
=Install on [[Ubuntu &amp;quot;Jaunty&amp;quot; (9.04)]]=&lt;br /&gt;
=Install on [[Ubuntu &amp;quot;Intrepid&amp;quot; (8.10)]]=&lt;br /&gt;
=Compile on [[Ubuntu &#039;Hardy&#039; (8.04 LTS)]]=&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Tips&amp;diff=3211</id>
		<title>Tips</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Tips&amp;diff=3211"/>
		<updated>2025-12-25T19:23:15Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
=Automatic reports=&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t want to enter RST&#039;s in IARU-like contest, you can set up:&lt;br /&gt;
* Set [[Contest_options#Only_digits_mean|Only digits mean]] to &#039;&#039;QSO-NR-R&#039;&#039;.&lt;br /&gt;
* Turn [[Contest_options#RST|Also for RST-R]] on.&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3210</id>
		<title>Changelog</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3210"/>
		<updated>2025-12-14T10:06:37Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=4.70=&lt;br /&gt;
2025-12-14&lt;br /&gt;
* Now www.on4kst.org&lt;br /&gt;
* Changed airscatter.dk URL, TNX to OV3T&lt;br /&gt;
&lt;br /&gt;
=4.69=&lt;br /&gt;
2025-08-28&lt;br /&gt;
* Update date+time after QSONR received&lt;br /&gt;
* Dynamicaly linked libpng and libftdi1 on Windows&lt;br /&gt;
* Removed RTL-SDR from windows build&lt;br /&gt;
* Allow 144 MHz and 432 MHz on EDI import&lt;br /&gt;
* Setup menu cleanup&lt;br /&gt;
* Minimal aircract wingspan filter&lt;br /&gt;
* Airplane details visible in AS info&lt;br /&gt;
&lt;br /&gt;
=4.68=&lt;br /&gt;
2025-04-30&lt;br /&gt;
* Persistent bandwidth during mode change&lt;br /&gt;
* macOS build procedure, TNX to OK7SE&lt;br /&gt;
* Fixed non-GNU strerror_r detection, TNX to SQ2JUL and others&lt;br /&gt;
* Linux reproducible build patch, TNX to DO4RAJ&lt;br /&gt;
&lt;br /&gt;
=4.67=&lt;br /&gt;
2025-02-11&lt;br /&gt;
* Fixed rotar+aircraft map draw&lt;br /&gt;
* CQ delay is entered in seconds with one decimal place&lt;br /&gt;
* CQ delay can be up to 2 minutes&lt;br /&gt;
* Hamlib SSB CQ does not set PTT&lt;br /&gt;
* Linux map mutex fix, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.66=&lt;br /&gt;
2025-02-03&lt;br /&gt;
* Better QSO/beacon/aircraft info in map sidebar&lt;br /&gt;
* Hamlib CW CQ repeat&lt;br /&gt;
* Right strip of map shows QSO, beacon or aircraft info&lt;br /&gt;
* Ctrl + allows font up to 64, updated form text&lt;br /&gt;
* New locator map Alt+I&lt;br /&gt;
&lt;br /&gt;
=4.65=&lt;br /&gt;
2024-12-06&lt;br /&gt;
* Beaconspots.uk database, TNX to G1OGY&lt;br /&gt;
* Libzia configure fix, TNX to DL1JBE&lt;br /&gt;
* SOTA/GMA/FF in Wizard has exctype=free and excname empty&lt;br /&gt;
* AS info in map on right mouse button&lt;br /&gt;
&lt;br /&gt;
=4.64=&lt;br /&gt;
2024-10-16&lt;br /&gt;
* Fixed double sized font, TNX to OK2WO/OE3JPC&lt;br /&gt;
* Distinguish -number in KST user list, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.63=&lt;br /&gt;
2024-09-18&lt;br /&gt;
&lt;br /&gt;
* Signed Tucnak.exe and Windows installer&lt;br /&gt;
* New Android build for Android 5 (API level 21) to Android 14 (API level 34)&lt;br /&gt;
* Fixed Map Home (for photo) without QSOs&lt;br /&gt;
* Map icon larger click area in touch mode, TNX to OK5ZS&lt;br /&gt;
* Zoomin icon fix TNX to OK5ZS&lt;br /&gt;
* rtlsdr under *nix is disabled by default&lt;br /&gt;
&lt;br /&gt;
=4.62=&lt;br /&gt;
2024-07-15&lt;br /&gt;
* Fixed SDL 1.2 build&lt;br /&gt;
* KST SSID up to 5 digits&lt;br /&gt;
&lt;br /&gt;
=4.61=&lt;br /&gt;
2024-07-03&lt;br /&gt;
* Do not set empty rig Device to keep rigctld default address 127.0.0.1:4533&lt;br /&gt;
* Added --without-rtlsdr into configure&lt;br /&gt;
* Debian package is build without librtlsdr (0.6 vs 2.0 binary incompatibility)&lt;br /&gt;
* OE Activity added bands OPQ&lt;br /&gt;
* Removed global Ctrl+K, it conflicts with 10GHz band change, TNX to OZ1FF&lt;br /&gt;
&lt;br /&gt;
=4.60=&lt;br /&gt;
2024-06-18&lt;br /&gt;
* THz (Light) band&lt;br /&gt;
* IARU reg.I ATV contest&lt;br /&gt;
* IARU reg.I MGM contest&lt;br /&gt;
* RTTY changed to MGM&lt;br /&gt;
* Ctrl+K and Alt+K work also in main input line&lt;br /&gt;
* Fixed Band switch value after contest load from network&lt;br /&gt;
* Touch keyboard SDL2 font size fix&lt;br /&gt;
* Touch keyboard SDL2 input fix&lt;br /&gt;
&lt;br /&gt;
=4.59=&lt;br /&gt;
2024-04-11&lt;br /&gt;
* Fixed upgrade/HTTP timeout, TNX to OK1UGE&lt;br /&gt;
* CW word space length fix, TNX to OK1DOL&lt;br /&gt;
* New libSDL 2.30.1 for Windows	builds&lt;br /&gt;
* Always show aircraft provider name&lt;br /&gt;
* Default KST QRB is 910km&lt;br /&gt;
* Aircraft dump1090 support, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.58=&lt;br /&gt;
* Fixed unability to run without admin rights under Windows, TNX to OK7KM, OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.57=&lt;br /&gt;
2024-03-01&lt;br /&gt;
* Next libiconv call fixes, TNX to OK2JTB, M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.56=&lt;br /&gt;
2024-02-27&lt;br /&gt;
* Fixed aircraft.dk error message, TNX to G1OGY&lt;br /&gt;
* Reviewed errno handling, TNX to G1OGY&lt;br /&gt;
* Some libiconv call fixes, TNX to IN3UPQ&lt;br /&gt;
* Next fix for Davac5 udev rules, TNX to OK1ELE&lt;br /&gt;
&lt;br /&gt;
=4.55=&lt;br /&gt;
2024-01-23&lt;br /&gt;
* Return to manualy save the tucnakrc (many many problems with autosave)&lt;br /&gt;
* Linux udev rules for CM108 family (Davac5), TNX to OK1ELE&lt;br /&gt;
* Fixed linux rotar save freeze, TNX to M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.54=&lt;br /&gt;
2024-01-05&lt;br /&gt;
* Removed Dump RW bands and hashes&lt;br /&gt;
* KST QSO phase filter, TNX to OK1MZM&lt;br /&gt;
* Fixed PortAudio device search (hostApi)&lt;br /&gt;
* Fixed PortAudio recording devixe, TNX to OK2WO&lt;br /&gt;
* Fixed Paypal donate, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.53=&lt;br /&gt;
2023-12-17&lt;br /&gt;
* Airscatter.dk feed, TNX to OV3T&lt;br /&gt;
* Donate via PayPal or Buymeacofee&lt;br /&gt;
* Truetype font&lt;br /&gt;
* Centerwwl, OSN credentials null fix&lt;br /&gt;
* MinASL tested on load&lt;br /&gt;
* ASfile fixed unknown wingspan&lt;br /&gt;
* AS print ICAO24 address (ID)&lt;br /&gt;
* Disabled RS Meteox and Wetteronline&lt;br /&gt;
* HTTPS (openssl) under Android&lt;br /&gt;
* Rainviewer timer fix&lt;br /&gt;
* libzia TLS message fix&lt;br /&gt;
&lt;br /&gt;
=4.52=&lt;br /&gt;
2023-11-20&lt;br /&gt;
* Fixed overflow bug in AS options under Linux, TNX to G1OGY&lt;br /&gt;
* Default AS provider is ADSB One&lt;br /&gt;
* Fixed RS SCP dist 310&lt;br /&gt;
* Fixed Linux ttys *printf without arguments&lt;br /&gt;
&lt;br /&gt;
=4.51=&lt;br /&gt;
2023-11-19&lt;br /&gt;
* New option AS Center WWL&lt;br /&gt;
* AS tracking also for remote rotator&lt;br /&gt;
* ADS-B One feed, TNX to G1OGY&lt;br /&gt;
* Optimized file read in AS thread&lt;br /&gt;
* Better HTTP error reporting&lt;br /&gt;
* Fixed Feed filename load in AS options dialog. TNX to OK1ELE&lt;br /&gt;
* Memory leak fixes&lt;br /&gt;
&lt;br /&gt;
=4.50=&lt;br /&gt;
2023-11-18&lt;br /&gt;
* Aircraft file feed returned for planefinder.net&lt;br /&gt;
* Wingspan from icao24, many TNX to G1OGY&lt;br /&gt;
* Fixed wingspan respects imperial units setting&lt;br /&gt;
* Fixed rotars reinit race condition while AC tracking&lt;br /&gt;
* Added configure --without-hidapi&lt;br /&gt;
* OpenSky-network feed&lt;br /&gt;
&lt;br /&gt;
=4.49=&lt;br /&gt;
2023-10-30&lt;br /&gt;
* Fixed config save after window resize&lt;br /&gt;
* Aircraft size, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.48=&lt;br /&gt;
2023-10-15&lt;br /&gt;
* Aircraft scatter changed feed to firefox addon&lt;br /&gt;
* Rig config&lt;br /&gt;
* Fixed oct8tor wait for thread&lt;br /&gt;
* Fixed rig close (unlock filename)&lt;br /&gt;
* Fixed broken rig_handshake_none&lt;br /&gt;
&lt;br /&gt;
=4.47=&lt;br /&gt;
2023-10-04&lt;br /&gt;
* Save PortAudio device names instead of numbers&lt;br /&gt;
* Davac5 full support&lt;br /&gt;
* Fixed oct8tor leaks&lt;br /&gt;
* Removed obsolete hdkeyb support&lt;br /&gt;
* JP90 is in SM5, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.46=&lt;br /&gt;
2023-09-09&lt;br /&gt;
* Fixed memory leaks&lt;br /&gt;
* Fixed AS crash, TNX to OK1UGE and SQ6EMM&lt;br /&gt;
* Fixed subwin save, TNX to OK2SLC&lt;br /&gt;
* Fixed Log lines change, TNX to OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.45=&lt;br /&gt;
2023-08-25&lt;br /&gt;
* QRG for sked saves contest&lt;br /&gt;
* Rig and Rotar poll intervals set to valid values&lt;br /&gt;
* Removed Terminal options&lt;br /&gt;
* Configuration autosave after OK in every setup dialog&lt;br /&gt;
* Map keys (L) only without modifiers (Ctrl)&lt;br /&gt;
* Gain graph redraw after band change&lt;br /&gt;
* Removed floppy autosave&lt;br /&gt;
&lt;br /&gt;
=4.44=&lt;br /&gt;
2023-06-04&lt;br /&gt;
* Save QRG for all bands into contest files&lt;br /&gt;
* Fixed crash bad font size, TNX to OK1MZM&lt;br /&gt;
* Fixed subwin highlight for characters &amp;gt;=0x80&lt;br /&gt;
* Oct8tor support&lt;br /&gt;
* Names and FM Pohar update, TNX to OK4DJ&lt;br /&gt;
* Winkey echoback, TNX to OK4DJ&lt;br /&gt;
* Load from net loads also contest defaults&lt;br /&gt;
* Fixed KST messages (/CQ)&lt;br /&gt;
* Fixed chart redraw after new QSO, TNX to OK2SLC&lt;br /&gt;
* Removed Alt+G&lt;br /&gt;
&lt;br /&gt;
=4.43=&lt;br /&gt;
2023-04-15&lt;br /&gt;
* Initial window type in Change type, TNX to OK2SLC&lt;br /&gt;
* Fixed chart after EDI load, TNX to OK2SLC&lt;br /&gt;
* Fixed: new KST stations are red, TNX to OK1MZM&lt;br /&gt;
* cppcheck warning level fixes&lt;br /&gt;
* Included rotctld.exe&lt;br /&gt;
&lt;br /&gt;
=4.42=&lt;br /&gt;
2023-03-09&lt;br /&gt;
* [CLR] click only on button&lt;br /&gt;
* KST message cleanup, TNX to OK2WO&lt;br /&gt;
* linux xset fix, TNX to OK4DJ&lt;br /&gt;
* HTTP header parse fix, TNX to OK7SE&lt;br /&gt;
* Configure C99 fix, TNX to OK2JRQ&lt;br /&gt;
* Fixed empty RST-S bug, TNX to G1OGY&lt;br /&gt;
* Spy active band (*)&lt;br /&gt;
* Fixed tucnakrc parse&lt;br /&gt;
&lt;br /&gt;
=4.41=&lt;br /&gt;
2023-03-02&lt;br /&gt;
* Display AS in imperial units option&lt;br /&gt;
* Ctrl+S for hamlib/remote rotator stop, TNX to G1OGY&lt;br /&gt;
* Rotar	description up to 8 characters&lt;br /&gt;
* Configure socklen_t fix, TNX to Florian Weimer&lt;br /&gt;
&lt;br /&gt;
=4.40=&lt;br /&gt;
2023-01-07&lt;br /&gt;
* Fixed ADIF import, TNX to OK2WO&lt;br /&gt;
* Fixed keypad double keys and Ctrl +-&lt;br /&gt;
* Removed accidentally create of font18x32.png&lt;br /&gt;
* Robust KST /sh us &lt;br /&gt;
* Limit rit to +-10000 Hz&lt;br /&gt;
&lt;br /&gt;
=4.39=&lt;br /&gt;
2022-12-10&lt;br /&gt;
* ON4KST telnet protocol change&lt;br /&gt;
* Fixed AS download crash, TNX to OK2SLC&lt;br /&gt;
* Fixed keypad on windows (Ctrl +-)&lt;br /&gt;
* Menu triple bar&lt;br /&gt;
&lt;br /&gt;
=4.38=&lt;br /&gt;
2022-11-25&lt;br /&gt;
* ADIF import STX_STRING, SRX_STRING, TNX to DF2ET&lt;br /&gt;
* DARC Worked All Germany Contest, TNX to DF2ET&lt;br /&gt;
* SP activity contest, TNX to SQ6EMM&lt;br /&gt;
* Gentoo build fix, TNX to DL1JBE&lt;br /&gt;
* MMMonVHF instead of EBW&lt;br /&gt;
* USB info about opened Davac and Rotar, TNX to OK1MZM&lt;br /&gt;
* KST full name (including bands) in QSO info&lt;br /&gt;
* Davac reset on startup&lt;br /&gt;
&lt;br /&gt;
=4.37=&lt;br /&gt;
2022-08-30&lt;br /&gt;
* AcKST is now latest activity, not presence&lt;br /&gt;
* Fixed EDI import crash, TNX to OK1MZM&lt;br /&gt;
* Linux lock permission fix, TNX to OK4DJ&lt;br /&gt;
* Fullscreen fix, TNX to OK7KM&lt;br /&gt;
* Allow 4k displays&lt;br /&gt;
* libzia bfd/binutils require fix, TNX to OK2JRQ&lt;br /&gt;
* RST recovery from *.swp&lt;br /&gt;
* ifa_addr == NULL fix, TNX to OK2JRQ&lt;br /&gt;
&lt;br /&gt;
=4.36=&lt;br /&gt;
2022-04-29&lt;br /&gt;
* Mode change from menu, default RST fix, TNX to OK4DJ&lt;br /&gt;
* FM Alt+M accidental CQ fix&lt;br /&gt;
* Argument -c for other tucnakrc&lt;br /&gt;
* Minimal required glib is 2.30&lt;br /&gt;
* Fixed memory leaks discovered by valgrind&lt;br /&gt;
* AS info can use temporary locator, TNX to OK1MZM&lt;br /&gt;
* Fixed czech network info&lt;br /&gt;
* itrm free fix, TNX to Ozkan Sezer&lt;br /&gt;
* zifaces redefinition fix, TNX to Ozkan Sezer&lt;br /&gt;
&lt;br /&gt;
=4.35=&lt;br /&gt;
2022-04-12&lt;br /&gt;
* Italian activity contest, TNX to IU5BON&lt;br /&gt;
* Memory free fix, TNX to IU5BON&lt;br /&gt;
* MacOs/linux interfaces detect, TNX to IU5BON&lt;br /&gt;
* MacOs build fix, TNX to IU5BON&lt;br /&gt;
* Fixed aircraft plural, TNX to IU5HKX&lt;br /&gt;
* IARU band names convert at start&lt;br /&gt;
* IARU band names fix&lt;br /&gt;
* Linux desktop file icon/exec fix, TNX to SQ6EMM&lt;br /&gt;
* DARC XMAS contest, tttype fix, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib configure, TNX to DH5YM&lt;br /&gt;
&lt;br /&gt;
=4.34=&lt;br /&gt;
2021-12-22&lt;br /&gt;
* CW breakable only opt-in&lt;br /&gt;
* RIT read only if supported, TNX to OK1MZM&lt;br /&gt;
* Hamlib voice/morse thread fix, TNX to SQ6EMM&lt;br /&gt;
* Input breaks only repeated CQ, TNX to OZ9GE&lt;br /&gt;
* Minimal rig poll is 100ms, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.33=&lt;br /&gt;
2021-12-12&lt;br /&gt;
* Fixed gcc 10.2 warnings&lt;br /&gt;
* Moon contest 23cm&lt;br /&gt;
* Fixed zserial_close race condition&lt;br /&gt;
* Fixed expedition mode from wizzard, TNX to OK1MZM&lt;br /&gt;
* Rotator offset&lt;br /&gt;
* KST networking partial rewrite&lt;br /&gt;
* Updated KST IP, used without DNS&lt;br /&gt;
* Content-type check in AS, RainViewer&lt;br /&gt;
* Excluded vhfcontestnet&lt;br /&gt;
* Swap recovery keeps date/time, TNX to OK1FIK&lt;br /&gt;
* Code inout breaks CQ, TNX to OK1FIK&lt;br /&gt;
* Infinite rotator beam&lt;br /&gt;
* CW/SSB CQ using Hamlib, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.32=&lt;br /&gt;
2020-09-30&lt;br /&gt;
* Ruhrgebiets Contest, TNX to DF2ET&lt;br /&gt;
* Alt+A crash, TNX to OK2SLC&lt;br /&gt;
* Linux interfaces bug fixed, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.31=&lt;br /&gt;
2020-09-14&lt;br /&gt;
* Hamlib 4.3.1 in windows package :-))&lt;br /&gt;
* IARU band names update, TNX to OK5ZS&lt;br /&gt;
* Linux double Alt+M fix, TNX to IZ3GME&lt;br /&gt;
* Linux winkey timeout fix, TNX to IZ3GME&lt;br /&gt;
* KST messages &amp;quot;CALL MSG&amp;quot; showed in bottom log&lt;br /&gt;
* Fixed border redraw after locator change&lt;br /&gt;
&lt;br /&gt;
=4.30=&lt;br /&gt;
2021-06-29&lt;br /&gt;
* DARC 2m Education Contest in wizzard&lt;br /&gt;
* Rainviewer Web Mercator projection fix&lt;br /&gt;
* AS info above clouds in map&lt;br /&gt;
* AS tracking hysteresis +-1deg&lt;br /&gt;
* Fixed DNS crash&lt;br /&gt;
* Hamlib 4.2 fix, TNX to KF5OIM&lt;br /&gt;
&lt;br /&gt;
=4.29=&lt;br /&gt;
2021-05-23&lt;br /&gt;
* Paleni carodejnic partial support, TNX to OK4DJ&lt;br /&gt;
* ARI DX partial support, TNX to OK4DJ&lt;br /&gt;
* ADIF TX_PWR, TNX DF2ET&lt;br /&gt;
* Airscatter plane tracking by rotator&lt;br /&gt;
* Hamlib rotator elevation and baudrate support&lt;br /&gt;
* Rainviewer support, TNX to RT5D&lt;br /&gt;
* Fixed gnutls error messages&lt;br /&gt;
* KST &amp;amp;amp; -&amp;gt; &amp;amp;&lt;br /&gt;
* Removed qsop_method total_method debug message&lt;br /&gt;
&lt;br /&gt;
=4.28=&lt;br /&gt;
2021-04-21		&lt;br /&gt;
* Fixed meteox load, TNX OK4DJ&lt;br /&gt;
* Map context menu on right click to turn rotator&lt;br /&gt;
* Fixed crash before QSO edit, TNX to OK1PKO&lt;br /&gt;
&lt;br /&gt;
=4.27=&lt;br /&gt;
2021-04-13&lt;br /&gt;
* tucnaknames update, TNX to OK4DJ&lt;br /&gt;
* HTML code in separate columns, TNX to DF2ET&lt;br /&gt;
* DARC Easter Contest, TNX to DF2ET&lt;br /&gt;
* Fixed crash after QSO edit, TNX to OK1ELE&lt;br /&gt;
* Fixed Android 4.1 library order, TNX to OK1PKO&lt;br /&gt;
* Sums across all bands in HTML report, TNX to DF2ET&lt;br /&gt;
* Fixed android locale characters problem&lt;br /&gt;
&lt;br /&gt;
=4.26=&lt;br /&gt;
2021-02-26&lt;br /&gt;
* SOTA and DXC update, TNX to OK2MUF&lt;br /&gt;
* GTK2 -&amp;gt; GTK3 for libzia messagebox&lt;br /&gt;
* Changed i18n generation not to require ISO8859-2 locales&lt;br /&gt;
* Fixed free() bug under Linux, TNX to OK3TV&lt;br /&gt;
* Fixed some problems reported by Valgrind&lt;br /&gt;
* Ctrl+Up/Down arrows emulate PageUp/PageDown&lt;br /&gt;
&lt;br /&gt;
=4.25=&lt;br /&gt;
2021-01-20&lt;br /&gt;
* Moon contest full support (in QTH use minus instead of spaces, only english chars)&lt;br /&gt;
* Fixed Contest Lombardia points&lt;br /&gt;
* TNX to OK5ZS for precise testing&lt;br /&gt;
* chmi.cz fix (HTTPS)&lt;br /&gt;
* TLS (HTTPS) support using GNUTLS&lt;br /&gt;
* Re-arranged Contest options, TNX to OK1MZM&lt;br /&gt;
* Support for contest phases, TNX to OK6RP, OK5ZS&lt;br /&gt;
* STF export, TNX to DF2ET&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* ICAO DB update, TNX to G1OGY&lt;br /&gt;
* Fixed text file load without trailing CRLF, TNX to OK1MZM&lt;br /&gt;
* Fixed ICAO DB, TNX to G1OGY&lt;br /&gt;
* Fixed zsdl variable, TNX to DF2ET&lt;br /&gt;
* SOTA export, TNX to OK2MUF&lt;br /&gt;
* Directory to store logs, TNX to DF2ET&lt;br /&gt;
* Adif ERROR export choices, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.24=&lt;br /&gt;
2020-11-16&lt;br /&gt;
* New Debian maintainer OK3ON&lt;br /&gt;
* Fixed QRV window crash, TNX to OK1MZM&lt;br /&gt;
* Skips wkd WWL in KST list&lt;br /&gt;
* Fixed map update after contest open/close, TNX to OK1MZM&lt;br /&gt;
* Tmpqsos context menu, added infos also for fifo context menu&lt;br /&gt;
* Scatterpoint detect&lt;br /&gt;
* Fixed bug in tmpqsos&lt;br /&gt;
* Renamed A/C to AS&lt;br /&gt;
* Support for SDL2&lt;br /&gt;
* Detected SIOCGIFHWADDR for MacOs, TNX to SQ2JUL&lt;br /&gt;
* Fixed ASCII texts conversion for Android, TNX to OK5ZS&lt;br /&gt;
&lt;br /&gt;
=4.23=&lt;br /&gt;
2020-09-15&lt;br /&gt;
* Fixed crash on file choose (EDI import), TNX to G1OGY&lt;br /&gt;
* R-Contest, TNX to DF2ET&lt;br /&gt;
* BSD style -Wl,-map&lt;br /&gt;
* KST menu to select call when text scrolls fast&lt;br /&gt;
* SDL events in same thread on MacOs, TNX to SQ2JUL&lt;br /&gt;
* ADIF items update, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib rotar &lt;br /&gt;
* Trace hamlib rotars&lt;br /&gt;
* ` toggles split VFOs MAIN/SUB, TNX to OK1FIK&lt;br /&gt;
&lt;br /&gt;
=4.22=&lt;br /&gt;
2020-08-10&lt;br /&gt;
* New hamlib 3.3 in windows package, TNX to OK2WO, OZ9GE&lt;br /&gt;
* Fixed tucnakdw prefixes recognition (SK6), TNX to OZ9GE&lt;br /&gt;
* JO57 is SM6&lt;br /&gt;
* Libzia.pc&lt;br /&gt;
* Increased rotator timeout ranges&lt;br /&gt;
* Replaced obsolete glib macros&lt;br /&gt;
* New config.guess and config.sub for aarch64&lt;br /&gt;
* All c and h files are in utf-8&lt;br /&gt;
* New libbfd macros support&lt;br /&gt;
* Support for detailed tucnakdw, TNX to OK2WO&lt;br /&gt;
* QRG in QSOs window for M7IMF&lt;br /&gt;
* Do not print open hdkeyb error mesage&lt;br /&gt;
* Fixed crash under terminal with long name&lt;br /&gt;
* DARC VHF UHF uW contest, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.21=&lt;br /&gt;
2020-04-21&lt;br /&gt;
* EXC len 20 characters&lt;br /&gt;
* KST message from right click in log (bottom of screen)&lt;br /&gt;
* Rig error message showed&lt;br /&gt;
* Fixed rig device lock&lt;br /&gt;
* COM keying on single pin&lt;br /&gt;
* GCC warning fixes&lt;br /&gt;
* Autoconf obsolete macro remove, TNX to OK2JRQ&lt;br /&gt;
* Some files in UTF-8, TNX to OK2JRQ&lt;br /&gt;
* Next fix for update_deb.sh, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.20=&lt;br /&gt;
2020-01-29&lt;br /&gt;
* Fixed update_deb.sh, TNX to G1OGY&lt;br /&gt;
* GCC-10 fixes, TNX to Robert-André Mauchin&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* WSA multipliers update, TNX to DF2ET&lt;br /&gt;
* Fixed broken libpng.dll, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.19=&lt;br /&gt;
2020-01-10&lt;br /&gt;
* FSF address update, TNX to OK2JRQ&lt;br /&gt;
* WNA multipliers update, TNX to DF2ET&lt;br /&gt;
* HTTP server refresh, TNX to DF2ET&lt;br /&gt;
* K7FRY&#039;s locator map, TNX to G1OGY&lt;br /&gt;
* Different EXC length, TNX to DF2ET&lt;br /&gt;
* Fixes for OpenBSD&lt;br /&gt;
* Some warning fixes&lt;br /&gt;
* MacOS build, TNX to Vitaliy UT4UAZ&lt;br /&gt;
* Fixed build under FreeBSD 12.0&lt;br /&gt;
* Optional exchange in Cabrillo, TNX to DF2ET&lt;br /&gt;
* Fixed msvcr120.dll, TNX to OK1CDJ, OK5ZS  &lt;br /&gt;
&lt;br /&gt;
=4.18=&lt;br /&gt;
2019-09-04&lt;br /&gt;
* Fixed startup crash on Debian i386, TNX G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.17=&lt;br /&gt;
2019-09-01&lt;br /&gt;
* Valid QSO count for OK2WO&lt;br /&gt;
* Changed export extension ADIF-&amp;gt;ADI&lt;br /&gt;
* Fixed wifi interface name under Windows&lt;br /&gt;
* New libpng.dll&lt;br /&gt;
* Removed battery support under Windows&lt;br /&gt;
* Switch to VS2013 (toolset v120_xp)&lt;br /&gt;
* Fixed battery state detection win32&lt;br /&gt;
&lt;br /&gt;
=4.16=&lt;br /&gt;
2019-04-17&lt;br /&gt;
* Removed libusb0 under windows&lt;br /&gt;
* Contest Lombardia support&lt;br /&gt;
* Removed vhfcontest.net support&lt;br /&gt;
* Do not mark DUPE in expedition mode&lt;br /&gt;
&lt;br /&gt;
=4.15=&lt;br /&gt;
2018-11-13&lt;br /&gt;
* Us-ascii strings in Android to prevent charset-relate crash &amp;gt;= 7.0&lt;br /&gt;
* Worked WWLs in map displayed red&lt;br /&gt;
* WWL in KST users list, missing WWL multipliers displayed green&lt;br /&gt;
* SSID support for ON4KST chat&lt;br /&gt;
* PTT tail&lt;br /&gt;
* 59* (numeric keypad) is RST-S, TNX to OK5ZS&lt;br /&gt;
* Updated wetteronline rain map (site change)&lt;br /&gt;
&lt;br /&gt;
=4.14=&lt;br /&gt;
* Quiet mode for soundwrapper&lt;br /&gt;
* Uninstall cleanup on Windows&lt;br /&gt;
* Fixed &amp;quot;QRM&amp;quot; from remote rotator. TNX to OK1XDF&lt;br /&gt;
* Upgraded libftdi to 1.4 under MSVC&lt;br /&gt;
* Back to VS2010 for WinXP&lt;br /&gt;
* Cabrillo EXC indent&lt;br /&gt;
&lt;br /&gt;
=4.13=&lt;br /&gt;
2018-05-06&lt;br /&gt;
* Fixed new gcc warnings&lt;br /&gt;
* KST dark yellow of worked call, also not selected&lt;br /&gt;
* Lowered priority of A/C thread&lt;br /&gt;
* Compute A/C for whole QRV list&lt;br /&gt;
* Fixed crash on Android 7, TNX to OK1USW&lt;br /&gt;
* Fixed KST sort by NR&lt;br /&gt;
* Improved RIG timeout&lt;br /&gt;
* Fixed RIT read from rig&lt;br /&gt;
* MSVC120 (VS1013)&lt;br /&gt;
* Plane type and wingspan in map&lt;br /&gt;
* KST /sh us sent after connect&lt;br /&gt;
* QRV list rework&lt;br /&gt;
* KST QRB filter&lt;br /&gt;
* Ask for sked B&lt;br /&gt;
&lt;br /&gt;
=4.12=&lt;br /&gt;
2018-03-04&lt;br /&gt;
* KST color for station worked on actual band (dark yellow)&lt;br /&gt;
* KST color - station worked on all read-write bands is dark grey&lt;br /&gt;
* Fixed KST A/C info, call with -number &lt;br /&gt;
&lt;br /&gt;
=4.11=&lt;br /&gt;
2017-10-04&lt;br /&gt;
* X-QSO: in cabrillo, TNX to DO2HG&lt;br /&gt;
* German translation of program, TNX to DO2HG&lt;br /&gt;
* ON UBA contest in wizzard, TNX to DO2HG&lt;br /&gt;
* claimed live score to slovhf.net&lt;br /&gt;
* removed KST debug dump, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.10=&lt;br /&gt;
2017-08-30&lt;br /&gt;
* Rainscatter does not show low intensity rain&lt;br /&gt;
* New band multipliers for NAC&lt;br /&gt;
* Fx macros in CW window, TNX to DL5YBZ&lt;br /&gt;
* Fixed rotctld filename, TNX to DL4PD&lt;br /&gt;
* Fixed crash in DXC, TNX to DL4PD&lt;br /&gt;
* Fixed mingw compile&lt;br /&gt;
* Fixed compile errors witout SDL, TNX to OK1CDJ&lt;br /&gt;
&lt;br /&gt;
=4.09=&lt;br /&gt;
2017-02-15&lt;br /&gt;
* Fixed Spy crash, TNX to OK1CT&lt;br /&gt;
* Fixed hamlib rotator, TNX to OZ1CT&lt;br /&gt;
* Fixed update crash, TNX to DJ0QZ&lt;br /&gt;
* Fixed startup crash in text mode&lt;br /&gt;
* Fixes for FreeBSD 10.2&lt;br /&gt;
* Updated WNA/WSA scoring in support files &lt;br /&gt;
&lt;br /&gt;
=4.08=&lt;br /&gt;
2016-08-10&lt;br /&gt;
* Support for Multiplied exchanges&lt;br /&gt;
* Support for WNA and WSA Westphalia Activity&lt;br /&gt;
* DOKs in validated EXCs&lt;br /&gt;
* A/C smaller planes on smaller zoom&lt;br /&gt;
* JA in tucnakdw&lt;br /&gt;
* SDR without SDL&lt;br /&gt;
* Fixed localization crashes in SDL init&lt;br /&gt;
* Rainscatter maps&lt;br /&gt;
* Menu Set Mode for AM/FM/RTTY &lt;br /&gt;
&lt;br /&gt;
=4.07=&lt;br /&gt;
2016-04-29&lt;br /&gt;
* Fixed A/C feed load interrupt under minimal altitude&lt;br /&gt;
* A/C feed URL got from server&lt;br /&gt;
* Fixed text in the &amp;quot;Only digits mean&amp;quot; button &lt;br /&gt;
&lt;br /&gt;
=4.06=&lt;br /&gt;
2016-03-11&lt;br /&gt;
* Summary dialog before vhfcontest.net upload&lt;br /&gt;
* Stats WWL radius&lt;br /&gt;
* Fixed qsoglob in tucnakwiz for SSB Liga &lt;br /&gt;
* Fixed tucnakrc crash after downgrade&lt;br /&gt;
* Fixes for clang 3.5&lt;br /&gt;
* Fixed many rig PTT problems, TNX to G4ZTR&lt;br /&gt;
* Fixed race condition in rig initialization&lt;br /&gt;
* New rig option Force handshake NONE, TNX to G4ZTR&lt;br /&gt;
* Hamlib 3.1~git in windows package&lt;br /&gt;
* Fixed bug in first start in textmode&lt;br /&gt;
* Compile fixes for probably bug in gcc 4.6&lt;br /&gt;
* Support for libftdi 1.0&lt;br /&gt;
* Fixed bug in QSO trace under windows, TNX to SP6LTC &lt;br /&gt;
&lt;br /&gt;
=4.05=&lt;br /&gt;
2015-10-12&lt;br /&gt;
* Koel-Achen contest wizzard and EXC data, TNX to DL4PD&lt;br /&gt;
* Fixed bug in QRB compute JN54KP-JN54KP, TNX to IU4APB&lt;br /&gt;
* Ctrl+Up/Down in bandmap tunes rig to next spot&lt;br /&gt;
* Use in DXC window sets rig frequency&lt;br /&gt;
* Fixed AC start time display, TNX to OK3MAD&lt;br /&gt;
* Inverse display&lt;br /&gt;
* Fixed &amp;quot;ZC4:&amp;quot; bug in tucnakdw, TNX to DL7BST&lt;br /&gt;
* Fixed unifinished QSO without qsonr, TNX to DL7BST&lt;br /&gt;
* DXCC multipliers in HF window&lt;br /&gt;
* Included txt2inc.pl and master.scp, TNX to DL7BST&lt;br /&gt;
&lt;br /&gt;
=4.04=&lt;br /&gt;
2015-08-07&lt;br /&gt;
* Fixed rebuild scripts and libiberty detection&lt;br /&gt;
* Removed Crash test and Int.error test also from v4, TNX to SP2FRY&lt;br /&gt;
* Fixed italian translation, TNX to IK4XQT&lt;br /&gt;
* AC&#039;s sorted in z-order&lt;br /&gt;
* Fixed translations&lt;br /&gt;
&lt;br /&gt;
=4.03=&lt;br /&gt;
2015-06-04&lt;br /&gt;
* RSGB M7 support for G4ZTR&lt;br /&gt;
* Official Tucnak package in Debian, TNX to G8TMV&lt;br /&gt;
* tac2tuc.pl removed from install&lt;br /&gt;
* Modifications of build system to satisfy Debian&#039;s pbuild&lt;br /&gt;
* Fixed menu name, TNX to OZ1PIF&lt;br /&gt;
* Fixed A/C info without known locator&lt;br /&gt;
* Fixed A/C info crash, sw-&amp;gt;zoom was not set &lt;br /&gt;
&lt;br /&gt;
=4.02=&lt;br /&gt;
2015-05-12&lt;br /&gt;
* Fixed A/C freeze under WinXP, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.01=&lt;br /&gt;
2015-05-11&lt;br /&gt;
* Fixed bug in cor recalc on WinXP, TNX to OZ9GE&lt;br /&gt;
* Fixed A/C WWL update, TNX to OK1MZM&lt;br /&gt;
* Fixed update output parse&lt;br /&gt;
&lt;br /&gt;
=4.00=&lt;br /&gt;
* KST dump skip&lt;br /&gt;
* Fixes for development on Jessie&lt;br /&gt;
* Fixed missing WWLs in stats window, tnx to OZ9GE&lt;br /&gt;
* Fixed Sun position jun-sep&lt;br /&gt;
* Talk offline transfer&lt;br /&gt;
* Updated Czech translation&lt;br /&gt;
* Fixed scroll when searching in KST/DXC&lt;br /&gt;
* Fixed QSO hash, can cause bad call highlight in KST/DXC&lt;br /&gt;
* Fixed layout update in text mode after Misc options&lt;br /&gt;
* Fixed and optimized cor recalculation&lt;br /&gt;
* Airplane position is in the center of sign&lt;br /&gt;
* Fixed new format of A/C feed&lt;br /&gt;
* Updated KST server IP list&lt;br /&gt;
* Show ! in DXC when call brings new EXC multiplier&lt;br /&gt;
* Fixed CI-V address, TNX to OK1CDJ&lt;br /&gt;
* Allow up to 4 digits and letters in callsign&lt;br /&gt;
* Fixed crash when adding chart without opened contest, TNX to IZ3GME (ex IW3IKN).&lt;br /&gt;
* Fixed gen-conly script&lt;br /&gt;
* Italian translation, TNX to IK1RAC&lt;br /&gt;
* Anti-aliased qso cross in map&lt;br /&gt;
* Fixed cabrillo frequency and header, TNX to OK1UGE&lt;br /&gt;
* New countries in tucnakdw, TNX to F4CIB &lt;br /&gt;
* Remove branch number from package names&lt;br /&gt;
&lt;br /&gt;
* Fixed lintian errors and some warnings&lt;br /&gt;
* Fixed characters typed with right alt keyboard layout switch&lt;br /&gt;
* Optimized layout of OSK&lt;br /&gt;
* A/C info plot instead of QSO info&lt;br /&gt;
* Crossing A/C are blue&lt;br /&gt;
* Fixed http upload of long files (&amp;gt;cca 100kB)&lt;br /&gt;
* Fixed crash in wiki upload&lt;br /&gt;
* Set higher priority to cwdaemon thread on windows&lt;br /&gt;
* Fixed crash in main_msg_handled (CW:!)&lt;br /&gt;
* Fixed compile with some version of libbfd&lt;br /&gt;
&lt;br /&gt;
=3.28=&lt;br /&gt;
2014-09-29&lt;br /&gt;
* Window highlight searches for whole words&lt;br /&gt;
* Allow to use non-call as operator&lt;br /&gt;
* Fixed too many open files bug in SSB CQ&lt;br /&gt;
* Fixed mediawiki upload credentials&lt;br /&gt;
* Reverse portrait and landscape mode on Android&lt;br /&gt;
* Lower mouse accuracy needed for menu separators and borders, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=3.27=&lt;br /&gt;
2014-08-31&lt;br /&gt;
* Fixed KST A/C map crash, TNX to SP3IYM&lt;br /&gt;
* Fixed crash in vhfcontestnet upload&lt;br /&gt;
* Ask for sked and Message open OSK&lt;br /&gt;
* Fixed Alt+PNK in KST within OSK&lt;br /&gt;
&lt;br /&gt;
=3.26=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Fixed crash in QRV window redraw, TNX to OZ7Z&lt;br /&gt;
&lt;br /&gt;
=3.25=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Reload interfaces button in Network info&lt;br /&gt;
* Spy shows error when contest is long&lt;br /&gt;
* Android notification and service&lt;br /&gt;
* Fixed crash on Android 4.4 KitKat, TNX to my wife Bara&lt;br /&gt;
* Fixed OSK KST Alt+K, Ctrl+K, TNX to OK1MZM&lt;br /&gt;
* Fixed OSK size, OSK close button click area, out of OSK clicks pass, TNX to OK1MZM&lt;br /&gt;
* QRV list create in menu Subwins-&amp;gt;Add contest&lt;br /&gt;
* Wiki report upload to mediawiki site&lt;br /&gt;
* EDI log upload to www.vfhcontest.net&lt;br /&gt;
* Fixed HF Edit QSO bug, TNX to F5NLG&lt;br /&gt;
* Removed Crash test and Int.error test, TNX to DL4DZ&lt;br /&gt;
* hamlib uses win32 api for FUNcube&lt;br /&gt;
* SDR right button drag tunes radio&lt;br /&gt;
* Fixed many SDR bugs&lt;br /&gt;
&lt;br /&gt;
=3.24=&lt;br /&gt;
2014-06-12&lt;br /&gt;
* Experimental support for SDR&lt;br /&gt;
* Fixed wifi UDP negotiation on Android&lt;br /&gt;
* Fixed band change tucnak-&amp;gt;radio&lt;br /&gt;
* Fixed rig lock problem&lt;br /&gt;
* Translate 0xd8 to 0 in KST&lt;br /&gt;
* Fixed spy and contest load when remote node is connected&lt;br /&gt;
* Fixed bad comparison in initialization, TNX to David Binderman&lt;br /&gt;
* Fixed gain display of QTF=8, tnx to OZ9GE&lt;br /&gt;
* Anti-aliased map in HTML/wiki exports and over HTTP&lt;br /&gt;
* Speed up window resizing &lt;br /&gt;
* Remember maximized state under Windows&lt;br /&gt;
* Fixed crash causet by too small application window&lt;br /&gt;
* Bigger font allowed in on screen keyboard&lt;br /&gt;
* Bigger font for higher resolution at startup&lt;br /&gt;
* Window maximized at startup&lt;br /&gt;
* Open web browser with WWL in Call info&lt;br /&gt;
* Do not preload checkboxes in Load from network dialog when loading from same host&lt;br /&gt;
* Autorepeat in OSK&lt;br /&gt;
* Inputline	history works in OSK&lt;br /&gt;
* Show battery state &lt;br /&gt;
* Support for arbitrary category (PSect in EDI)&lt;br /&gt;
* Fixed ftdi_usb_get_strings detection under &#039;nixes and msvc&lt;br /&gt;
* Fixed multipliers in CQSOs EDI line, TNX to OZ1FF&lt;br /&gt;
* Fixes in Scope/FFT window&lt;br /&gt;
* Fixed hamlib configure path&lt;br /&gt;
* Fixed redraw of focus rectangle around window&lt;br /&gt;
&lt;br /&gt;
=3.23=&lt;br /&gt;
2013-12-28&lt;br /&gt;
* New windows icon resolutions&lt;br /&gt;
* Seconds marks in Player window&lt;br /&gt;
* Send locator to KST during connect chat&lt;br /&gt;
* Experimental focus rectangle around window&lt;br /&gt;
* Experimental portrait orientation under Android&lt;br /&gt;
* Support for RSGB M5-type contests&lt;br /&gt;
* Fixed external tucnakwiz load under windows&lt;br /&gt;
* Fixed many SSB CQ and recording issues&lt;br /&gt;
* Fixed FFT redraw after ssbd file format change&lt;br /&gt;
* Fixed wav play fail under Android&lt;br /&gt;
* Accelerated vertical window scroll under Android  &lt;br /&gt;
* Fixed scope window flashing when recording&lt;br /&gt;
* Fixed device lockfile delete&lt;br /&gt;
* Fixed serial port detect under Android&lt;br /&gt;
&lt;br /&gt;
=3.22=&lt;br /&gt;
2013-11-05&lt;br /&gt;
* Serial port detection in Info&lt;br /&gt;
* Battery state in Info&lt;br /&gt;
* Close button in on screen keyboard&lt;br /&gt;
* Drag menu selection by mouse/touch&lt;br /&gt;
* Location update by click on Android&lt;br /&gt;
* Fixed lockfile path on Arch linux, TNX to DF4OR&lt;br /&gt;
* Playing SSB CQ on Android&lt;br /&gt;
* Android API back to 4 (Android 1.6)&lt;br /&gt;
* Fixed shift in on screen keyboard&lt;br /&gt;
* Fixed under cursor nummer-ended call recognition in KST/DXC&lt;br /&gt;
* Fixed spy state request after contest load&lt;br /&gt;
* Fixed screen layout with spy activated&lt;br /&gt;
* Inputline history in touch mode&lt;br /&gt;
* On screen keyboard capslock&lt;br /&gt;
* Fixed settings on Android&lt;br /&gt;
* Save/restore state on Android after apps switch&lt;br /&gt;
* Fixed menu Window-&amp;gt;Open connection&lt;br /&gt;
* On screen keyboard replace Fn with star&lt;br /&gt;
* On screen keyboard swap comma and question mark&lt;br /&gt;
* On screen keyboard shows same case size as it writes&lt;br /&gt;
* Shake on end of scroll in windows&lt;br /&gt;
* Reversed QSO scroll direction, no QSO highlight&lt;br /&gt;
* Faster window scroll in touch mode&lt;br /&gt;
&lt;br /&gt;
=3.21=&lt;br /&gt;
2013-09-03&lt;br /&gt;
* Disable screensaver on Android (off by default)&lt;br /&gt;
* New touch keyboard symbols&lt;br /&gt;
* Geolocation in Info on Android&lt;br /&gt;
* Actual locator in new contest on Android&lt;br /&gt;
* Fixed swap import, TNX to OK1HRA&lt;br /&gt;
* Ignored spy lines in old contest&lt;br /&gt;
* Fixed screen layout after Log lines change&lt;br /&gt;
* Removed &amp;gt;&amp;lt; in A/C result&lt;br /&gt;
* QSOs cursor jumps to last qso when window is activated&lt;br /&gt;
* Scroll in search results in kst and dxc windows&lt;br /&gt;
* Use of call (kst, dxc, sked, qrv) adds call to inputline history&lt;br /&gt;
* Fixed Shift+F3 in contest&lt;br /&gt;
* Set PTT over CAT&lt;br /&gt;
* Fixed rig_open error reporting&lt;br /&gt;
* Get locator also from QRV database&lt;br /&gt;
* Change font in first Contest def dialog&lt;br /&gt;
* Fixed NAC on 70MHz&lt;br /&gt;
* Fixed A/C load (included in 3.20-android)&lt;br /&gt;
&lt;br /&gt;
=3.20=&lt;br /&gt;
2013-06-14&lt;br /&gt;
* Fixed crash after TAB in text mode, tnx to OK1HRA&lt;br /&gt;
* Fixed database load in New contest from net over slow link&lt;br /&gt;
* Fixed negative float number read from tucnakrc&lt;br /&gt;
* rigctl.exe and rigctld.exe in msvc package&lt;br /&gt;
* Hamlib 1.2.15.3-zia in msvc package&lt;br /&gt;
* Fixed tucnakwiz load&lt;br /&gt;
* NAC is also on 70MHz, TNX to OZ1FF&lt;br /&gt;
* Fixed shell close under Win32&lt;br /&gt;
* Fix QRG decimal dots in QRG&lt;br /&gt;
* Rotar description on main screen&lt;br /&gt;
* Select in QRV window &lt;br /&gt;
* Testing support for A/C prediction&lt;br /&gt;
* Fixed Home in Chart window under linux&lt;br /&gt;
* Support for serial numbers for FTDI converters&lt;br /&gt;
* Many fixes and improvements in rig control&lt;br /&gt;
* Fixed crash in file unlock&lt;br /&gt;
* Improved rig trace&lt;br /&gt;
* Alt+F10 maximize/restore window under msvc/mingw&lt;br /&gt;
* Improved settings under msvc&lt;br /&gt;
&lt;br /&gt;
=3.19&lt;br /&gt;
2013-04-28&lt;br /&gt;
* Automake silent rules&lt;br /&gt;
* File libzia*.so.d moved to /usr/lib/libzia&lt;br /&gt;
* Fixed CQ repeat timer, TNX to OK2WO&lt;br /&gt;
* Removed OS Shell in SDL mode, TNX to OK2WO&lt;br /&gt;
* Can select menu item checbox also by mouse/touch&lt;br /&gt;
* Close OSK before DUPE dialog &lt;br /&gt;
* Ctrl+Y clears also OSK inputline&lt;br /&gt;
* Fixed platform trailing &#039;x&#039;&lt;br /&gt;
&lt;br /&gt;
=3.18=&lt;br /&gt;
2013-04-24&lt;br /&gt;
* Initial locator load on android&lt;br /&gt;
* Fixed -d argument under msvc and mings&lt;br /&gt;
* Fixed bug in SWP load (unbelievable, must be here many years)&lt;br /&gt;
* Sndfile is optional&lt;br /&gt;
* Disabled rotar description in menu&lt;br /&gt;
* Update for EEE&lt;br /&gt;
* Again fixed checkbox in Shell menu item&lt;br /&gt;
* Fixed Invalid option message&lt;br /&gt;
* Fixed empty space redraw in text mode&lt;br /&gt;
* Fixed Bad auth message&lt;br /&gt;
* Probably fixed crash of deb&#039;s tucnak on wheezy, TNX to OK1TKP&lt;br /&gt;
* New option No device locks&lt;br /&gt;
* Removed use of deprecated GMemChunk&lt;br /&gt;
* Fixed most of warnings for gcc 4.7&lt;br /&gt;
* Improved sound latency&lt;br /&gt;
* Fixed hamlib debug mode (OR of enabled rigs)&lt;br /&gt;
* Export to text file for KST and DXC windows&lt;br /&gt;
* Dump RW bands and hashes for diagnostics of problem caught in March contest&lt;br /&gt;
* Export as EDI fill operators when field is empty&lt;br /&gt;
* In touch mode screenshot is without keyboard&lt;br /&gt;
* Show stars instead of KST password &lt;br /&gt;
* Distribute RIT over rigs&lt;br /&gt;
* QRG can be entered without contest&lt;br /&gt;
* Experimental support for more rigs&lt;br /&gt;
* Fixed up arrow in QSOs window with Show All on&lt;br /&gt;
* Add contest and Add files menu items in Chart subwin/context menu&lt;br /&gt;
&lt;br /&gt;
=3.17=&lt;br /&gt;
2013-02-25&lt;br /&gt;
* Fixed secondary DXCC prefix recognition&lt;br /&gt;
* Fixed crash in empty QRV list using mouse wheel, TNX to OZ9F&lt;br /&gt;
* Fixed worked QSO color after QSO edit&lt;br /&gt;
* CEPT prefix and suffix sensitive QRV list (tnx to G1OGY)&lt;br /&gt;
* Support for debug info from dynamic libzia&lt;br /&gt;
* Fixed checkbox in Shell menu item&lt;br /&gt;
&lt;br /&gt;
=3.16=&lt;br /&gt;
2013-01-09&lt;br /&gt;
* Winkey over TCP/IP&lt;br /&gt;
* Fixed internal error message, TNX to OK1CDJ&lt;br /&gt;
* Removed QRB QSO check warning&lt;br /&gt;
* DXCC name in call info&lt;br /&gt;
* Enter without contest runs call info&lt;br /&gt;
* Fixed libzia compile --without-gtk&lt;br /&gt;
* Fixed TUCNAK_DEBUG variable (broken since 3.00)&lt;br /&gt;
* Removed support for winkey+davac4 (never 100% working)&lt;br /&gt;
* Fixed unix shell echo without PTY&lt;br /&gt;
* Idea: OSK keeps worked QSO visible&lt;br /&gt;
* Support for libsndfile (no SSB CQ/rec now) under android&lt;br /&gt;
* Support for hamlib under android&lt;br /&gt;
* Confirm call/exc/wwl by mouse click&lt;br /&gt;
* Android key trace&lt;br /&gt;
* Android menu key opens menu&lt;br /&gt;
* Rewritten parts of mouse handling code for drag window scroll&lt;br /&gt;
* In touch mode DXC/KST click always shows context menu&lt;br /&gt;
* Swap ENTER and BS on OS keyboard&lt;br /&gt;
* Released public beta od android&lt;br /&gt;
* Map icons Home, Zoom in, Zoom out&lt;br /&gt;
* Touch control&lt;br /&gt;
* New font 18x32&lt;br /&gt;
* Private release of beta Android&lt;br /&gt;
* Scroll DXC bandmap using Shift+Arrows, PageUp, PageDown, Home&lt;br /&gt;
* Frequency in QRV list takes only needed space&lt;br /&gt;
* Higlighted line in bandmap and qrv list changed from inverse to [...]&lt;br /&gt;
* Polish language file, TNX to SP5QWB&lt;br /&gt;
* Fixed sound type without portaudio&lt;br /&gt;
* Uploaded transitional debian package tucnak2 -&amp;gt; tucnak3&lt;br /&gt;
* Insert in chart window chooses contest instead of file&lt;br /&gt;
* Settings and Info in Help menu (corresponds to -s and -i command line arguments)&lt;br /&gt;
* Improved network contest load with long databases over slow links&lt;br /&gt;
* Re-arranged Network and Trace dialog&lt;br /&gt;
* Fixed remote connect to local host&lt;br /&gt;
* Fixed ] in talk window&lt;br /&gt;
* OK? at end of Ask for sked&lt;br /&gt;
* Fixed crash in wiki export in text mode&lt;br /&gt;
* --with-pkg configure argument&lt;br /&gt;
* Fixed platform and machine type under mingw&lt;br /&gt;
&lt;br /&gt;
=3.15=&lt;br /&gt;
2012-10-25&lt;br /&gt;
* Own update system for deb.i386, deb.amd64 and msvc&lt;br /&gt;
* Inputline history increased to 30 items&lt;br /&gt;
* Right click in title of QRV part of KST window choose optional QRV column&lt;br /&gt;
* When QRV sort is by QTF or KST, the QTF is shown in QRV part of KST window&lt;br /&gt;
* Can clicn to QRV column headers in QRV window to sort items&lt;br /&gt;
* Can click to QRV column headers in KST window to sort items&lt;br /&gt;
* Support for mouse in QRV part of KST window&lt;br /&gt;
* Support for incorrect KST /CQ command recognition &#039;&amp;gt; (0) (CALL) ...&#039;&lt;br /&gt;
* Improved search in KST window (no right move, highlight search pattern)&lt;br /&gt;
* Accidentaly entered 2-7 numbers in KST are processed as contest exchange (RST,NR)&lt;br /&gt;
* Fixed accidental kill when shell terminated under linux&lt;br /&gt;
* Fixed codepage od DNS errors under msc/mingw&lt;br /&gt;
* Fixed socket connected handler in KST, DXC (should not happen in real life)&lt;br /&gt;
* Operator change mark in chart, operator show in title&lt;br /&gt;
* Removed old New from net&lt;br /&gt;
* Removed old spy&lt;br /&gt;
* Mass R-O band set Bands-&amp;gt;Set read-only&lt;br /&gt;
* QRV info showed instead of top log line to save space&lt;br /&gt;
* QRV info show also for dupe&lt;br /&gt;
* Ctrl+L under SDL switches to 24G. Without SDL means terminal redraw.&lt;br /&gt;
* Fixed SSID-calls add to C_W&lt;br /&gt;
* Fixed chart points axis description&lt;br /&gt;
* Changed font for msie in httpd&lt;br /&gt;
&lt;br /&gt;
=3.14=&lt;br /&gt;
2012-10-04&lt;br /&gt;
* Fixed contest load with 0 points&lt;br /&gt;
* Fixed new cty.dat load, tnx to 9A4ZM&lt;br /&gt;
&lt;br /&gt;
=3.13=&lt;br /&gt;
2012-10-03&lt;br /&gt;
* Fixed right click out of windows titles&lt;br /&gt;
* QTF in QRV window right aligned&lt;br /&gt;
* Allow reverse sort in QRV window&lt;br /&gt;
* Fixed crash in New Contest, tnx to SP5QWB&lt;br /&gt;
* Fixed alternative slash key in QRV window, tnx to 9A4ZM&lt;br /&gt;
* Updated cty.dat (2O12L)&lt;br /&gt;
* Libzia-ver.so.d distributet, not working &lt;br /&gt;
&lt;br /&gt;
=3.12=&lt;br /&gt;
2012-10-01&lt;br /&gt;
* Fixed debian build --without-bfd&lt;br /&gt;
* Fixed libzia&#039;s settins include in deb&lt;br /&gt;
* Band multiplier for NAC&lt;br /&gt;
* Alternative priority set to 50 (tucnak2 has 40)&lt;br /&gt;
* Remote host is resolved&lt;br /&gt;
* Fixed resolve error handle under platforms with getaddrinfo&lt;br /&gt;
* Must not enter first two letters of locator (60LJ is JO60LJ for stn. from JN69)&lt;br /&gt;
* Removed direct backtrace from internal_error&lt;br /&gt;
* Fixed tucnak.d and bfd_open path&lt;br /&gt;
* Autosave and floppy save fixes, TNX to OZ7Z&lt;br /&gt;
* Platform and version to crash messageboxes&#039;s titles&lt;br /&gt;
&lt;br /&gt;
=3.11=&lt;br /&gt;
2012-09-21&lt;br /&gt;
* Left click on window tab shows context menu same as Subwins&lt;br /&gt;
* Run mode stat next to WPM indicator&lt;br /&gt;
* New hotkey Ctrl+R (tnx to 9A4ZM)&lt;br /&gt;
* Use speaker hidden under windows&lt;br /&gt;
* Fixed text in tucnak3.desktop&lt;br /&gt;
* QRV list transferred by New From Network&lt;br /&gt;
* Fixed network reconnect when remote is connected&lt;br /&gt;
* Enter in log window adds empty line for &lt;br /&gt;
* Fixed accidental stdin close in winkey/rotator&lt;br /&gt;
* New option net_remote_enable&lt;br /&gt;
* Fixed color of lowercase KST call&lt;br /&gt;
* Removed debugging of P3 command&lt;br /&gt;
* Page Up in QSOs window wraps to end of list, TNX to OK1XDF&lt;br /&gt;
* Fixed heap corruption after twice sf_close() when recording device cannot be opened&lt;br /&gt;
* Binary zloc in libzia/src&lt;br /&gt;
* Deb dependency to libzia of same version&lt;br /&gt;
* Use -release in libzia creation&lt;br /&gt;
&lt;br /&gt;
=3.10=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Removed libbfd from debian build because binutils versions incompatibility&lt;br /&gt;
* Fixed crash after tab in welcome dialog probably only under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.09=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Backtrace uses map file under mingw&lt;br /&gt;
* Updated backtrace for msvc&lt;br /&gt;
* Fixed winkey also under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.08=&lt;br /&gt;
2012-08-14&lt;br /&gt;
* Fixed winkey, TNX to OK1HRA&lt;br /&gt;
* Unhandled Exception under mingw&lt;br /&gt;
* Fixed compile under OpenSuse due broken binutils-devel&lt;br /&gt;
* Platform in window title and on some next places&lt;br /&gt;
* Fixed impout.dll for paralel port under mingw&lt;br /&gt;
* Included settings from libzia&lt;br /&gt;
* Fixed parameter parse (-i) under msvc/mingw&lt;br /&gt;
* Example tucnaknames and tucnakcw in binary&lt;br /&gt;
* Enter in Welcome dialog does not run Language choose&lt;br /&gt;
&lt;br /&gt;
=3.07=&lt;br /&gt;
2012-08-07&lt;br /&gt;
* Can be compiled under mingw, not tested&lt;br /&gt;
* Fixed IPV6 resolving, tnx to CT1DRB&lt;br /&gt;
* Fixed -liberty compile on OpenSuse, tnx to CT1DRB&lt;br /&gt;
* SDL keyboard delay/rate taken from system under MSVC&lt;br /&gt;
* Fixed operator send for Network Info&lt;br /&gt;
* Fixed jump to first QSO in QSOs findow when first fucused&lt;br /&gt;
* Fixed WAV search after Ctrl+P in QSOs window under MSVC&lt;br /&gt;
* $E in default ssbd_template&lt;br /&gt;
* Repeated play in Player window&lt;br /&gt;
* Fixed subwin inputlines position without resize&lt;br /&gt;
* Thread names for debugging&lt;br /&gt;
* Band name in QSO info&lt;br /&gt;
* Suspicious chars ?! are red&lt;br /&gt;
* QSO check after call/locator enter&lt;br /&gt;
* Maybe fixed rig QRG resend after band change &lt;br /&gt;
&lt;br /&gt;
=3.06=&lt;br /&gt;
2012-07-25&lt;br /&gt;
* Probably fixed fftw but not released&lt;br /&gt;
* Msvc version uses Release build to improve speed&lt;br /&gt;
* Fixed X11/putty mouse handle for coordinates&amp;gt;94&lt;br /&gt;
* Fixed RBN call selection in DXC window&lt;br /&gt;
* Fixed background on gnome-terminal&lt;br /&gt;
* Fixed DXC spots in HF window&lt;br /&gt;
* Fixed Shell window under Linux&lt;br /&gt;
* Code cleanup&lt;br /&gt;
* Httpd options dialog&lt;br /&gt;
* Fixed httpd SO_REUSEADDR&lt;br /&gt;
* Fixed DXC spot parse&lt;br /&gt;
&lt;br /&gt;
=3.05=&lt;br /&gt;
2012-07-18&lt;br /&gt;
* Fullscreen Ctrl+F11&lt;br /&gt;
* Font change Ctrl+, Ctrl-, Ctrl0&lt;br /&gt;
* New font 8x13&lt;br /&gt;
* Disabled portaudio in linux build because ubuntu segfault in Pa_Initialize&lt;br /&gt;
* Speedup: calls are not compared using regular expressions&lt;br /&gt;
* Speedup: calls are hold also in hash&lt;br /&gt;
* Oh mistake and Ask for sked in KST window&lt;br /&gt;
* QSOs from all bands in QSOs window&lt;br /&gt;
&lt;br /&gt;
=3.04=&lt;br /&gt;
2012-07-03&lt;br /&gt;
* Fixed Tucnak data.lnk&lt;br /&gt;
* Window title is Tucnak instead of tucnak3&lt;br /&gt;
* New contest from network (flood)&lt;br /&gt;
* New spy method (flood)&lt;br /&gt;
* Fixed operator load from contest files&lt;br /&gt;
* Connection to remote tucnak&lt;br /&gt;
* Kill connection in Subwin menu&lt;br /&gt;
&lt;br /&gt;
=3.03=&lt;br /&gt;
2012-06-18 (R1724)&lt;br /&gt;
* red highlight of 73-like KST messages&lt;br /&gt;
* turn on SSBWAY pin also during CW CQ to allow CQ on more band simultaneously&lt;br /&gt;
* dark yellow calls in subwin only when worked on all read-write bands&lt;br /&gt;
* fixed crash when sdl cannot be initialized&lt;br /&gt;
* kst logged QRV stations from QRV list&lt;br /&gt;
* fixed accidental QRV list sort change when subwin is leaved with Alt+number&lt;br /&gt;
* changed color of qsos and qso gain in map subwin&lt;br /&gt;
* svn version (revision) compiled-in in binary&lt;br /&gt;
* fixed crash after contest wizard, TNX to OK3MAD&lt;br /&gt;
* call selection and right mouse in qrv subwin&lt;br /&gt;
* QSO window does not loose focus when switched to it&lt;br /&gt;
* QSO window does not switch to last QSO when focused&lt;br /&gt;
&lt;br /&gt;
=3.02=&lt;br /&gt;
2012-05-09 (R1637)&lt;br /&gt;
* fixed SSID&#039;ized call info and call use in KST and DXC&lt;br /&gt;
* fixed crash after home key in KST and DXC&lt;br /&gt;
* fixed crash in quicksearch&lt;br /&gt;
* fixed Diskfree text in audio dialog&lt;br /&gt;
* fixed dxc_host delete&lt;br /&gt;
* link with libzia can be static or dynamic&lt;br /&gt;
* fixed new contest crash bug&lt;br /&gt;
&lt;br /&gt;
=3.01=&lt;br /&gt;
2012-05-02&lt;br /&gt;
* fixed fftw sample count handle&lt;br /&gt;
* updated libfftw3 3.3.1 to pl1 for msvc&lt;br /&gt;
* qrg entry in khz (.144300)&lt;br /&gt;
* bandmap in dxc window&lt;br /&gt;
* new key l in map&lt;br /&gt;
* disable screensaver under msvc&lt;br /&gt;
* format of -i&lt;br /&gt;
* libusb in installer&lt;br /&gt;
* fixed time_t 64bit bug, tnx to G1OGY&lt;br /&gt;
* highlighted item in sked window, enter send to worked qso&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* rotator poll interval&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* portautio must be at least version 0.19&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* wider beamwidth in map&lt;br /&gt;
* sked dialog rewrite, removed we_call and skedshift&lt;br /&gt;
* charts are per band&lt;br /&gt;
* loading of txt into chart loads also other bands&lt;br /&gt;
* qso gain in for photo&lt;br /&gt;
* alt+f4 closes tucnak under windows&lt;br /&gt;
* progress indicator during exports and qso check&lt;br /&gt;
* chart points axis value round&lt;br /&gt;
* chart time axis extremes snapped to hours&lt;br /&gt;
* removed charset menu&lt;br /&gt;
* newline adter map image in wiki export&lt;br /&gt;
* fixed portable calls in KST, DXC&lt;br /&gt;
* QRB, QTF in Call info&lt;br /&gt;
* removed Not mounted message when no floppy is defined&lt;br /&gt;
* fixed floppy save under msvc&lt;br /&gt;
&lt;br /&gt;
=3.00=&lt;br /&gt;
* first test - march contest 2012 OK2M&lt;br /&gt;
* change SDL key repeat&lt;br /&gt;
* azimuthal star in map&lt;br /&gt;
* simplyfied first contest options&lt;br /&gt;
* (untested) support for hamlib rotators&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* macro $J&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* kst reads cwdb and namedb from /sh us command&lt;br /&gt;
* double font height&lt;br /&gt;
* readonly flag in bands menu&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
* mast icon in map&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
* common code moved to libzia&lt;br /&gt;
* split header.h into more smaller headers&lt;br /&gt;
* memory allocations only from glib&lt;br /&gt;
* removed cba_t&lt;br /&gt;
* forked v3 &lt;br /&gt;
&lt;br /&gt;
=2.48=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* renamed debian to debian.unofficial&lt;br /&gt;
* removed -lusb, tnx to EA4TV&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* fixed possible pointer shot of &#039;\0&#039; behind last_screen&lt;br /&gt;
&lt;br /&gt;
=2.47=&lt;br /&gt;
2011-02-16&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* fixed band LO freq&lt;br /&gt;
* debian/ updates for Jaime EA4TV&lt;br /&gt;
&lt;br /&gt;
=2.46=&lt;br /&gt;
2011-01-18&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* accpet portaudio options in tucnakrc&lt;br /&gt;
* accept subwin KST(15) as Shell in tucnakrc&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
&lt;br /&gt;
=2.45=&lt;br /&gt;
2011-10-12&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* strip binaries in deb package&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* support for libpng 1.5, tnx to DL1JBE &lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
&lt;br /&gt;
=2.44=&lt;br /&gt;
2011-07-29&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
&lt;br /&gt;
=2.43=&lt;br /&gt;
2011-06-28&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
&lt;br /&gt;
=2.42=&lt;br /&gt;
2011-05-31&lt;br /&gt;
* fixed crash in contest close&lt;br /&gt;
* forked v3&lt;br /&gt;
&lt;br /&gt;
=2.41=&lt;br /&gt;
2011-05-25&lt;br /&gt;
* released as tribute to Douglas Adams. Don&#039;t panic!&lt;br /&gt;
* fixed trace_sock&lt;br /&gt;
* fixed udev script - usb_device -&amp;gt; usb&lt;br /&gt;
* fixed some gcc warnings&lt;br /&gt;
* html/http/wiki exports map and chart as png&lt;br /&gt;
* http server for contest progress presentation&lt;br /&gt;
* changed fifo time format to HH:MM&lt;br /&gt;
* fixed wiki map description&lt;br /&gt;
* fixed volume indicator flicker&lt;br /&gt;
* fixed trace condition&lt;br /&gt;
* show chart files without sdl&lt;br /&gt;
* fixed grid &amp;amp; boundaries in map, tnx to DG6MAN &lt;br /&gt;
* libgpm is disabled by default&lt;br /&gt;
* fixed player and chart windows add&lt;br /&gt;
* fixed network interfaces detect&lt;br /&gt;
* ignored duplicate $GLIB_CFLAGS, $GLIB_LIBS in configure.in&lt;br /&gt;
* new macros in tucnak -s&lt;br /&gt;
&lt;br /&gt;
=2.40=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* added _cv_ in autoconf cached variables&lt;br /&gt;
* updated missing script&lt;br /&gt;
* fixed iconv detection&lt;br /&gt;
* fixed tucnakrc load under WIN32&lt;br /&gt;
* sdev trace&lt;br /&gt;
* trace rewrite&lt;br /&gt;
* split master db into more strings&lt;br /&gt;
* rewritten cbr items choice for OKOM DX&lt;br /&gt;
* compile under msvc and ming but unusable at this time&lt;br /&gt;
* fixed qrv edit/insert (should overwrite another item)&lt;br /&gt;
* added player (and chart) window types in Add subwin&lt;br /&gt;
* removed testing code for Ctrl+P in main inputline&lt;br /&gt;
* experiments with waterfall palette and filtering&lt;br /&gt;
* frequency axis in fft scope&lt;br /&gt;
* frequency argument in soundwrapper for testing&lt;br /&gt;
* tab complete file in file import&lt;br /&gt;
* chart subwin&lt;br /&gt;
* fixed cursor position in inputline history alt+h&lt;br /&gt;
* degree sign in C_W quick search&lt;br /&gt;
* fixed alt+letter in qrv search&lt;br /&gt;
* rig error code instead of qrg&lt;br /&gt;
* changed rig debug level&lt;br /&gt;
* fixed rigs with unsupported rig_get_vfo()&lt;br /&gt;
* +1/-1 alloc bugs detection with --enable-leak-debug&lt;br /&gt;
* fixed qrv insert from keyboard&lt;br /&gt;
* fixed text upcase in qrv insert/edit&lt;br /&gt;
&lt;br /&gt;
=2.39=&lt;br /&gt;
2011-02-25&lt;br /&gt;
* fixed ftdi_context portability between libftdi versions&lt;br /&gt;
* qso gain diagram&lt;br /&gt;
* qrv gain diagram respects worked count&lt;br /&gt;
* qrv item insert&lt;br /&gt;
* qrv item edit&lt;br /&gt;
* new contest loads ~/tucnak/qrv&lt;br /&gt;
* fixed qrv points drawing when mouse move&lt;br /&gt;
&lt;br /&gt;
=2.38=&lt;br /&gt;
2011-02-20&lt;br /&gt;
* fixed bug in map window during contest load&lt;br /&gt;
* fixed memory alloc problem in master db&lt;br /&gt;
* degree sign as hexa constant 0xb0&lt;br /&gt;
* rewritten qrv database&lt;br /&gt;
* fixed master database comment filter&lt;br /&gt;
* increased length of contest option numbers, tnx to RU2FM&lt;br /&gt;
* calls from master database are never deleted&lt;br /&gt;
* fixed contest date in contest options&lt;br /&gt;
* qso check warning if exists remark&lt;br /&gt;
* fixed qsonr in cabrillo output, tnx to OK1HRA&lt;br /&gt;
* fixed avg unit pts/km in wiki and html output&lt;br /&gt;
* fixed compile without various --without combinations&lt;br /&gt;
* removed forgotten font13x24.png create&lt;br /&gt;
* QRG in edit QSO&lt;br /&gt;
* correct size of screenshots in HTML export&lt;br /&gt;
* fixed runmode CQ without hamlib, tnx to DL1JBE&lt;br /&gt;
* fixed Ctrl+3 to Ctrl+9 under SDL&lt;br /&gt;
* wav player seems to be usable&lt;br /&gt;
&lt;br /&gt;
=2.37=&lt;br /&gt;
2010-10-27&lt;br /&gt;
* two letters input moved to unresolved area&lt;br /&gt;
* fixed some minors in runmode, tnx to OK3MAD&lt;br /&gt;
* fixed soundwrapper sound frequency&lt;br /&gt;
* rewritten runmode for A1/MMC&lt;br /&gt;
* fixed runmode CQ only in CW mode (TNX to OK1HRA/TC03W)&lt;br /&gt;
* fixed runmode TU&lt;br /&gt;
* skeleton for wiki publish&lt;br /&gt;
* fixed TU give in run mode&lt;br /&gt;
* &amp;gt; for qrb&amp;gt;average in qsocheck&lt;br /&gt;
* changed delay between hamlib rig calls for slow radios&lt;br /&gt;
* fixed string truncate in inputline insert&lt;br /&gt;
* rig freq read reads from actual VFO&lt;br /&gt;
* rig mode change keeps bandwidth&lt;br /&gt;
* fixed autogive=0&lt;br /&gt;
* expedition mode&lt;br /&gt;
&lt;br /&gt;
=2.36=&lt;br /&gt;
2010-09-27&lt;br /&gt;
* fixed rig ID choose&lt;br /&gt;
* fixed segv in loading of contest with HF window and &amp;gt; 6 active bands&lt;br /&gt;
* do not add &#039;similar call&#039; to qsocheck when this call is also worked&lt;br /&gt;
* set rig handshake to none (default for TS850 is CTS/RTS)&lt;br /&gt;
* set rig timeout to 500ms (480s is unusable)&lt;br /&gt;
* gdb and rigctl under cygwin&lt;br /&gt;
* fixed cygncurses-9 dependency for sh.exe under cygwin&lt;br /&gt;
* updated tucnakdw (4X, ZC4, many UA)&lt;br /&gt;
* improved edit qso time parsing&lt;br /&gt;
* autogive mode after some typed chars&lt;br /&gt;
* macro $B&lt;br /&gt;
* bell sign for character 7 under sdl&lt;br /&gt;
* in macro $I dots are replaced by question marks&lt;br /&gt;
* added baudrate for rig control&lt;br /&gt;
* fixed R9SA parsing as report (tnx to OK1HRA)&lt;br /&gt;
* WAZ and ITU in HF window&lt;br /&gt;
* rewritten exc list in HF window&lt;br /&gt;
* master call database&lt;br /&gt;
* fixed SFI parse&lt;br /&gt;
* &amp;quot;live&amp;quot; QSO list in HF window&lt;br /&gt;
* enlarged layout of HF window&lt;br /&gt;
* updated UA wwls in tucnakdw&lt;br /&gt;
* fixed missing excs display&lt;br /&gt;
* argument -m sets time from master PC&lt;br /&gt;
* &#039;c&#039; key for center screen to QTH&lt;br /&gt;
* &#039;p&#039; key for photo in map&lt;br /&gt;
* fixed second part of CQSOs for method 16&lt;br /&gt;
* summery table with links to bands in html export&lt;br /&gt;
* fixed buffer and period time to ms (was us)&lt;br /&gt;
* similar calls are computed using Levenshtein distance&lt;br /&gt;
* cleared qso check message&lt;br /&gt;
* fixed top10 formatting for qrb&amp;gt;=1000 km&lt;br /&gt;
* reverted to old udev rule style (for lenny)&lt;br /&gt;
* fixed memory leaks in dwdb.c, rotar.c&lt;br /&gt;
&lt;br /&gt;
=2.35=&lt;br /&gt;
2010-06-30&lt;br /&gt;
* fixed crash in fft calculation&lt;br /&gt;
* support for Championnat de France THF&lt;br /&gt;
* alt-j: short access for A/C and M/S cq&lt;br /&gt;
* qrv list save&lt;br /&gt;
* configure checks for make&lt;br /&gt;
* fixed large qso number display in global QSO mode, tnx to DL5YBZ&lt;br /&gt;
* support for prefixes with slash (3D2/C)                                                                               &lt;br /&gt;
* fixed crash after IT9x call (* in prefix in cty.dat), tnx to DL5YBZ &lt;br /&gt;
* fixed $MN macro, tnx to OK1HRA (GL in WPX!)&lt;br /&gt;
* send CW2 and save QSO also after QSONR&lt;br /&gt;
* list import&lt;br /&gt;
* support for odd/even/1st/2nd TX (MS,AERO)&lt;br /&gt;
* fixed suid of soundwrapper&lt;br /&gt;
* updated cty.dat&lt;br /&gt;
* SYSFS{} changed to ATTR{} for new udev versions&lt;br /&gt;
&lt;br /&gt;
=2.34=&lt;br /&gt;
2010-04-26&lt;br /&gt;
* changed time separator from . to :&lt;br /&gt;
* four digits are QSO number, not month and day of month&lt;br /&gt;
* deb package uses suided soundwrapper &lt;br /&gt;
* macro $I&lt;br /&gt;
* fixed statistics calculation after loading of contest   &lt;br /&gt;
* added frequency to adif export&lt;br /&gt;
* fixed exchange output in cabrillo and adif export  &lt;br /&gt;
* changed format of ChangeLog to Mediawiki source format&lt;br /&gt;
* get back generated debian/changelog, it seems we have no DEB maintainer&lt;br /&gt;
&lt;br /&gt;
=2.33=&lt;br /&gt;
2010-02-18&lt;br /&gt;
* fixed usaca multiple names&lt;br /&gt;
* rit clear after qso save in run mode&lt;br /&gt;
* support for ARRL International DX Contest&lt;br /&gt;
* fixed ARRL VHF scoring&lt;br /&gt;
* turned off cq repeat for cwdaemon&lt;br /&gt;
* rig changes: poll interval, mode and band transfer&lt;br /&gt;
&lt;br /&gt;
=2.32=&lt;br /&gt;
2010-02-13&lt;br /&gt;
* cabrillo export for ARRL VHF contests&lt;br /&gt;
* fixed leak debug on AMD64&lt;br /&gt;
* fixed double rig_cleanup()&lt;br /&gt;
* fixed using of non-serial ports in hamlib (f.e. rpc.rigd, type 1901)&lt;br /&gt;
* rover (/R) are not dupe when are in different big wwl&lt;br /&gt;
* fixed EDI properties dialog &lt;br /&gt;
* script for Asus EEE binary and optimized configuration&lt;br /&gt;
* updated tucnakrc (HF bands, windows)&lt;br /&gt;
&lt;br /&gt;
=2.31=&lt;br /&gt;
2010-01-01&lt;br /&gt;
* fixed crash if mode is changed without FFT window. TNX to DF4OR&lt;br /&gt;
* crossmode test in QSO check&lt;br /&gt;
&lt;br /&gt;
=2.30=&lt;br /&gt;
2009-11-30&lt;br /&gt;
* fixed device locking under cygwin, tnx to G1OGY&lt;br /&gt;
&lt;br /&gt;
=2.29=&lt;br /&gt;
2009-11-03&lt;br /&gt;
* fixed corrupted contest date display in Open contest from net &lt;br /&gt;
* fixed tucnakdw; JN89 is in OM	&lt;br /&gt;
* fixed cwdaemon and sdev double freeing &lt;br /&gt;
* recording level has filtered DC &lt;br /&gt;
* CW window holds PTT all time it is opened&lt;br /&gt;
* removed debugging show of 1&#039;s under volume indicator&lt;br /&gt;
* fixed (null) display in empty qrv list&lt;br /&gt;
* speeded up sdl key repeat&lt;br /&gt;
* removed delayed screen redraw&lt;br /&gt;
* fixed KST new call upcase &lt;br /&gt;
* DX network command sends only valid spots, no KST or other garbage&lt;br /&gt;
* fixed rig qrg display (mode switch worked)&lt;br /&gt;
* fixed ebw db import error message&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3209</id>
		<title>Changelog</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3209"/>
		<updated>2025-08-28T18:45:36Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=4.69=&lt;br /&gt;
2025-08-28&lt;br /&gt;
* Update date+time after QSONR received&lt;br /&gt;
* Dynamicaly linked libpng and libftdi1 on Windows&lt;br /&gt;
* Removed RTL-SDR from windows build&lt;br /&gt;
* Allow 144 MHz and 432 MHz on EDI import&lt;br /&gt;
* Setup menu cleanup&lt;br /&gt;
* Minimal aircract wingspan filter&lt;br /&gt;
* Airplane details visible in AS info&lt;br /&gt;
&lt;br /&gt;
=4.68=&lt;br /&gt;
2025-04-30&lt;br /&gt;
* Persistent bandwidth during mode change&lt;br /&gt;
* macOS build procedure, TNX to OK7SE&lt;br /&gt;
* Fixed non-GNU strerror_r detection, TNX to SQ2JUL and others&lt;br /&gt;
* Linux reproducible build patch, TNX to DO4RAJ&lt;br /&gt;
&lt;br /&gt;
=4.67=&lt;br /&gt;
2025-02-11&lt;br /&gt;
* Fixed rotar+aircraft map draw&lt;br /&gt;
* CQ delay is entered in seconds with one decimal place&lt;br /&gt;
* CQ delay can be up to 2 minutes&lt;br /&gt;
* Hamlib SSB CQ does not set PTT&lt;br /&gt;
* Linux map mutex fix, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.66=&lt;br /&gt;
2025-02-03&lt;br /&gt;
* Better QSO/beacon/aircraft info in map sidebar&lt;br /&gt;
* Hamlib CW CQ repeat&lt;br /&gt;
* Right strip of map shows QSO, beacon or aircraft info&lt;br /&gt;
* Ctrl + allows font up to 64, updated form text&lt;br /&gt;
* New locator map Alt+I&lt;br /&gt;
&lt;br /&gt;
=4.65=&lt;br /&gt;
2024-12-06&lt;br /&gt;
* Beaconspots.uk database, TNX to G1OGY&lt;br /&gt;
* Libzia configure fix, TNX to DL1JBE&lt;br /&gt;
* SOTA/GMA/FF in Wizard has exctype=free and excname empty&lt;br /&gt;
* AS info in map on right mouse button&lt;br /&gt;
&lt;br /&gt;
=4.64=&lt;br /&gt;
2024-10-16&lt;br /&gt;
* Fixed double sized font, TNX to OK2WO/OE3JPC&lt;br /&gt;
* Distinguish -number in KST user list, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.63=&lt;br /&gt;
2024-09-18&lt;br /&gt;
&lt;br /&gt;
* Signed Tucnak.exe and Windows installer&lt;br /&gt;
* New Android build for Android 5 (API level 21) to Android 14 (API level 34)&lt;br /&gt;
* Fixed Map Home (for photo) without QSOs&lt;br /&gt;
* Map icon larger click area in touch mode, TNX to OK5ZS&lt;br /&gt;
* Zoomin icon fix TNX to OK5ZS&lt;br /&gt;
* rtlsdr under *nix is disabled by default&lt;br /&gt;
&lt;br /&gt;
=4.62=&lt;br /&gt;
2024-07-15&lt;br /&gt;
* Fixed SDL 1.2 build&lt;br /&gt;
* KST SSID up to 5 digits&lt;br /&gt;
&lt;br /&gt;
=4.61=&lt;br /&gt;
2024-07-03&lt;br /&gt;
* Do not set empty rig Device to keep rigctld default address 127.0.0.1:4533&lt;br /&gt;
* Added --without-rtlsdr into configure&lt;br /&gt;
* Debian package is build without librtlsdr (0.6 vs 2.0 binary incompatibility)&lt;br /&gt;
* OE Activity added bands OPQ&lt;br /&gt;
* Removed global Ctrl+K, it conflicts with 10GHz band change, TNX to OZ1FF&lt;br /&gt;
&lt;br /&gt;
=4.60=&lt;br /&gt;
2024-06-18&lt;br /&gt;
* THz (Light) band&lt;br /&gt;
* IARU reg.I ATV contest&lt;br /&gt;
* IARU reg.I MGM contest&lt;br /&gt;
* RTTY changed to MGM&lt;br /&gt;
* Ctrl+K and Alt+K work also in main input line&lt;br /&gt;
* Fixed Band switch value after contest load from network&lt;br /&gt;
* Touch keyboard SDL2 font size fix&lt;br /&gt;
* Touch keyboard SDL2 input fix&lt;br /&gt;
&lt;br /&gt;
=4.59=&lt;br /&gt;
2024-04-11&lt;br /&gt;
* Fixed upgrade/HTTP timeout, TNX to OK1UGE&lt;br /&gt;
* CW word space length fix, TNX to OK1DOL&lt;br /&gt;
* New libSDL 2.30.1 for Windows	builds&lt;br /&gt;
* Always show aircraft provider name&lt;br /&gt;
* Default KST QRB is 910km&lt;br /&gt;
* Aircraft dump1090 support, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.58=&lt;br /&gt;
* Fixed unability to run without admin rights under Windows, TNX to OK7KM, OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.57=&lt;br /&gt;
2024-03-01&lt;br /&gt;
* Next libiconv call fixes, TNX to OK2JTB, M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.56=&lt;br /&gt;
2024-02-27&lt;br /&gt;
* Fixed aircraft.dk error message, TNX to G1OGY&lt;br /&gt;
* Reviewed errno handling, TNX to G1OGY&lt;br /&gt;
* Some libiconv call fixes, TNX to IN3UPQ&lt;br /&gt;
* Next fix for Davac5 udev rules, TNX to OK1ELE&lt;br /&gt;
&lt;br /&gt;
=4.55=&lt;br /&gt;
2024-01-23&lt;br /&gt;
* Return to manualy save the tucnakrc (many many problems with autosave)&lt;br /&gt;
* Linux udev rules for CM108 family (Davac5), TNX to OK1ELE&lt;br /&gt;
* Fixed linux rotar save freeze, TNX to M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.54=&lt;br /&gt;
2024-01-05&lt;br /&gt;
* Removed Dump RW bands and hashes&lt;br /&gt;
* KST QSO phase filter, TNX to OK1MZM&lt;br /&gt;
* Fixed PortAudio device search (hostApi)&lt;br /&gt;
* Fixed PortAudio recording devixe, TNX to OK2WO&lt;br /&gt;
* Fixed Paypal donate, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.53=&lt;br /&gt;
2023-12-17&lt;br /&gt;
* Airscatter.dk feed, TNX to OV3T&lt;br /&gt;
* Donate via PayPal or Buymeacofee&lt;br /&gt;
* Truetype font&lt;br /&gt;
* Centerwwl, OSN credentials null fix&lt;br /&gt;
* MinASL tested on load&lt;br /&gt;
* ASfile fixed unknown wingspan&lt;br /&gt;
* AS print ICAO24 address (ID)&lt;br /&gt;
* Disabled RS Meteox and Wetteronline&lt;br /&gt;
* HTTPS (openssl) under Android&lt;br /&gt;
* Rainviewer timer fix&lt;br /&gt;
* libzia TLS message fix&lt;br /&gt;
&lt;br /&gt;
=4.52=&lt;br /&gt;
2023-11-20&lt;br /&gt;
* Fixed overflow bug in AS options under Linux, TNX to G1OGY&lt;br /&gt;
* Default AS provider is ADSB One&lt;br /&gt;
* Fixed RS SCP dist 310&lt;br /&gt;
* Fixed Linux ttys *printf without arguments&lt;br /&gt;
&lt;br /&gt;
=4.51=&lt;br /&gt;
2023-11-19&lt;br /&gt;
* New option AS Center WWL&lt;br /&gt;
* AS tracking also for remote rotator&lt;br /&gt;
* ADS-B One feed, TNX to G1OGY&lt;br /&gt;
* Optimized file read in AS thread&lt;br /&gt;
* Better HTTP error reporting&lt;br /&gt;
* Fixed Feed filename load in AS options dialog. TNX to OK1ELE&lt;br /&gt;
* Memory leak fixes&lt;br /&gt;
&lt;br /&gt;
=4.50=&lt;br /&gt;
2023-11-18&lt;br /&gt;
* Aircraft file feed returned for planefinder.net&lt;br /&gt;
* Wingspan from icao24, many TNX to G1OGY&lt;br /&gt;
* Fixed wingspan respects imperial units setting&lt;br /&gt;
* Fixed rotars reinit race condition while AC tracking&lt;br /&gt;
* Added configure --without-hidapi&lt;br /&gt;
* OpenSky-network feed&lt;br /&gt;
&lt;br /&gt;
=4.49=&lt;br /&gt;
2023-10-30&lt;br /&gt;
* Fixed config save after window resize&lt;br /&gt;
* Aircraft size, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.48=&lt;br /&gt;
2023-10-15&lt;br /&gt;
* Aircraft scatter changed feed to firefox addon&lt;br /&gt;
* Rig config&lt;br /&gt;
* Fixed oct8tor wait for thread&lt;br /&gt;
* Fixed rig close (unlock filename)&lt;br /&gt;
* Fixed broken rig_handshake_none&lt;br /&gt;
&lt;br /&gt;
=4.47=&lt;br /&gt;
2023-10-04&lt;br /&gt;
* Save PortAudio device names instead of numbers&lt;br /&gt;
* Davac5 full support&lt;br /&gt;
* Fixed oct8tor leaks&lt;br /&gt;
* Removed obsolete hdkeyb support&lt;br /&gt;
* JP90 is in SM5, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.46=&lt;br /&gt;
2023-09-09&lt;br /&gt;
* Fixed memory leaks&lt;br /&gt;
* Fixed AS crash, TNX to OK1UGE and SQ6EMM&lt;br /&gt;
* Fixed subwin save, TNX to OK2SLC&lt;br /&gt;
* Fixed Log lines change, TNX to OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.45=&lt;br /&gt;
2023-08-25&lt;br /&gt;
* QRG for sked saves contest&lt;br /&gt;
* Rig and Rotar poll intervals set to valid values&lt;br /&gt;
* Removed Terminal options&lt;br /&gt;
* Configuration autosave after OK in every setup dialog&lt;br /&gt;
* Map keys (L) only without modifiers (Ctrl)&lt;br /&gt;
* Gain graph redraw after band change&lt;br /&gt;
* Removed floppy autosave&lt;br /&gt;
&lt;br /&gt;
=4.44=&lt;br /&gt;
2023-06-04&lt;br /&gt;
* Save QRG for all bands into contest files&lt;br /&gt;
* Fixed crash bad font size, TNX to OK1MZM&lt;br /&gt;
* Fixed subwin highlight for characters &amp;gt;=0x80&lt;br /&gt;
* Oct8tor support&lt;br /&gt;
* Names and FM Pohar update, TNX to OK4DJ&lt;br /&gt;
* Winkey echoback, TNX to OK4DJ&lt;br /&gt;
* Load from net loads also contest defaults&lt;br /&gt;
* Fixed KST messages (/CQ)&lt;br /&gt;
* Fixed chart redraw after new QSO, TNX to OK2SLC&lt;br /&gt;
* Removed Alt+G&lt;br /&gt;
&lt;br /&gt;
=4.43=&lt;br /&gt;
2023-04-15&lt;br /&gt;
* Initial window type in Change type, TNX to OK2SLC&lt;br /&gt;
* Fixed chart after EDI load, TNX to OK2SLC&lt;br /&gt;
* Fixed: new KST stations are red, TNX to OK1MZM&lt;br /&gt;
* cppcheck warning level fixes&lt;br /&gt;
* Included rotctld.exe&lt;br /&gt;
&lt;br /&gt;
=4.42=&lt;br /&gt;
2023-03-09&lt;br /&gt;
* [CLR] click only on button&lt;br /&gt;
* KST message cleanup, TNX to OK2WO&lt;br /&gt;
* linux xset fix, TNX to OK4DJ&lt;br /&gt;
* HTTP header parse fix, TNX to OK7SE&lt;br /&gt;
* Configure C99 fix, TNX to OK2JRQ&lt;br /&gt;
* Fixed empty RST-S bug, TNX to G1OGY&lt;br /&gt;
* Spy active band (*)&lt;br /&gt;
* Fixed tucnakrc parse&lt;br /&gt;
&lt;br /&gt;
=4.41=&lt;br /&gt;
2023-03-02&lt;br /&gt;
* Display AS in imperial units option&lt;br /&gt;
* Ctrl+S for hamlib/remote rotator stop, TNX to G1OGY&lt;br /&gt;
* Rotar	description up to 8 characters&lt;br /&gt;
* Configure socklen_t fix, TNX to Florian Weimer&lt;br /&gt;
&lt;br /&gt;
=4.40=&lt;br /&gt;
2023-01-07&lt;br /&gt;
* Fixed ADIF import, TNX to OK2WO&lt;br /&gt;
* Fixed keypad double keys and Ctrl +-&lt;br /&gt;
* Removed accidentally create of font18x32.png&lt;br /&gt;
* Robust KST /sh us &lt;br /&gt;
* Limit rit to +-10000 Hz&lt;br /&gt;
&lt;br /&gt;
=4.39=&lt;br /&gt;
2022-12-10&lt;br /&gt;
* ON4KST telnet protocol change&lt;br /&gt;
* Fixed AS download crash, TNX to OK2SLC&lt;br /&gt;
* Fixed keypad on windows (Ctrl +-)&lt;br /&gt;
* Menu triple bar&lt;br /&gt;
&lt;br /&gt;
=4.38=&lt;br /&gt;
2022-11-25&lt;br /&gt;
* ADIF import STX_STRING, SRX_STRING, TNX to DF2ET&lt;br /&gt;
* DARC Worked All Germany Contest, TNX to DF2ET&lt;br /&gt;
* SP activity contest, TNX to SQ6EMM&lt;br /&gt;
* Gentoo build fix, TNX to DL1JBE&lt;br /&gt;
* MMMonVHF instead of EBW&lt;br /&gt;
* USB info about opened Davac and Rotar, TNX to OK1MZM&lt;br /&gt;
* KST full name (including bands) in QSO info&lt;br /&gt;
* Davac reset on startup&lt;br /&gt;
&lt;br /&gt;
=4.37=&lt;br /&gt;
2022-08-30&lt;br /&gt;
* AcKST is now latest activity, not presence&lt;br /&gt;
* Fixed EDI import crash, TNX to OK1MZM&lt;br /&gt;
* Linux lock permission fix, TNX to OK4DJ&lt;br /&gt;
* Fullscreen fix, TNX to OK7KM&lt;br /&gt;
* Allow 4k displays&lt;br /&gt;
* libzia bfd/binutils require fix, TNX to OK2JRQ&lt;br /&gt;
* RST recovery from *.swp&lt;br /&gt;
* ifa_addr == NULL fix, TNX to OK2JRQ&lt;br /&gt;
&lt;br /&gt;
=4.36=&lt;br /&gt;
2022-04-29&lt;br /&gt;
* Mode change from menu, default RST fix, TNX to OK4DJ&lt;br /&gt;
* FM Alt+M accidental CQ fix&lt;br /&gt;
* Argument -c for other tucnakrc&lt;br /&gt;
* Minimal required glib is 2.30&lt;br /&gt;
* Fixed memory leaks discovered by valgrind&lt;br /&gt;
* AS info can use temporary locator, TNX to OK1MZM&lt;br /&gt;
* Fixed czech network info&lt;br /&gt;
* itrm free fix, TNX to Ozkan Sezer&lt;br /&gt;
* zifaces redefinition fix, TNX to Ozkan Sezer&lt;br /&gt;
&lt;br /&gt;
=4.35=&lt;br /&gt;
2022-04-12&lt;br /&gt;
* Italian activity contest, TNX to IU5BON&lt;br /&gt;
* Memory free fix, TNX to IU5BON&lt;br /&gt;
* MacOs/linux interfaces detect, TNX to IU5BON&lt;br /&gt;
* MacOs build fix, TNX to IU5BON&lt;br /&gt;
* Fixed aircraft plural, TNX to IU5HKX&lt;br /&gt;
* IARU band names convert at start&lt;br /&gt;
* IARU band names fix&lt;br /&gt;
* Linux desktop file icon/exec fix, TNX to SQ6EMM&lt;br /&gt;
* DARC XMAS contest, tttype fix, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib configure, TNX to DH5YM&lt;br /&gt;
&lt;br /&gt;
=4.34=&lt;br /&gt;
2021-12-22&lt;br /&gt;
* CW breakable only opt-in&lt;br /&gt;
* RIT read only if supported, TNX to OK1MZM&lt;br /&gt;
* Hamlib voice/morse thread fix, TNX to SQ6EMM&lt;br /&gt;
* Input breaks only repeated CQ, TNX to OZ9GE&lt;br /&gt;
* Minimal rig poll is 100ms, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.33=&lt;br /&gt;
2021-12-12&lt;br /&gt;
* Fixed gcc 10.2 warnings&lt;br /&gt;
* Moon contest 23cm&lt;br /&gt;
* Fixed zserial_close race condition&lt;br /&gt;
* Fixed expedition mode from wizzard, TNX to OK1MZM&lt;br /&gt;
* Rotator offset&lt;br /&gt;
* KST networking partial rewrite&lt;br /&gt;
* Updated KST IP, used without DNS&lt;br /&gt;
* Content-type check in AS, RainViewer&lt;br /&gt;
* Excluded vhfcontestnet&lt;br /&gt;
* Swap recovery keeps date/time, TNX to OK1FIK&lt;br /&gt;
* Code inout breaks CQ, TNX to OK1FIK&lt;br /&gt;
* Infinite rotator beam&lt;br /&gt;
* CW/SSB CQ using Hamlib, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.32=&lt;br /&gt;
2020-09-30&lt;br /&gt;
* Ruhrgebiets Contest, TNX to DF2ET&lt;br /&gt;
* Alt+A crash, TNX to OK2SLC&lt;br /&gt;
* Linux interfaces bug fixed, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.31=&lt;br /&gt;
2020-09-14&lt;br /&gt;
* Hamlib 4.3.1 in windows package :-))&lt;br /&gt;
* IARU band names update, TNX to OK5ZS&lt;br /&gt;
* Linux double Alt+M fix, TNX to IZ3GME&lt;br /&gt;
* Linux winkey timeout fix, TNX to IZ3GME&lt;br /&gt;
* KST messages &amp;quot;CALL MSG&amp;quot; showed in bottom log&lt;br /&gt;
* Fixed border redraw after locator change&lt;br /&gt;
&lt;br /&gt;
=4.30=&lt;br /&gt;
2021-06-29&lt;br /&gt;
* DARC 2m Education Contest in wizzard&lt;br /&gt;
* Rainviewer Web Mercator projection fix&lt;br /&gt;
* AS info above clouds in map&lt;br /&gt;
* AS tracking hysteresis +-1deg&lt;br /&gt;
* Fixed DNS crash&lt;br /&gt;
* Hamlib 4.2 fix, TNX to KF5OIM&lt;br /&gt;
&lt;br /&gt;
=4.29=&lt;br /&gt;
2021-05-23&lt;br /&gt;
* Paleni carodejnic partial support, TNX to OK4DJ&lt;br /&gt;
* ARI DX partial support, TNX to OK4DJ&lt;br /&gt;
* ADIF TX_PWR, TNX DF2ET&lt;br /&gt;
* Airscatter plane tracking by rotator&lt;br /&gt;
* Hamlib rotator elevation and baudrate support&lt;br /&gt;
* Rainviewer support, TNX to RT5D&lt;br /&gt;
* Fixed gnutls error messages&lt;br /&gt;
* KST &amp;amp;amp; -&amp;gt; &amp;amp;&lt;br /&gt;
* Removed qsop_method total_method debug message&lt;br /&gt;
&lt;br /&gt;
=4.28=&lt;br /&gt;
2021-04-21		&lt;br /&gt;
* Fixed meteox load, TNX OK4DJ&lt;br /&gt;
* Map context menu on right click to turn rotator&lt;br /&gt;
* Fixed crash before QSO edit, TNX to OK1PKO&lt;br /&gt;
&lt;br /&gt;
=4.27=&lt;br /&gt;
2021-04-13&lt;br /&gt;
* tucnaknames update, TNX to OK4DJ&lt;br /&gt;
* HTML code in separate columns, TNX to DF2ET&lt;br /&gt;
* DARC Easter Contest, TNX to DF2ET&lt;br /&gt;
* Fixed crash after QSO edit, TNX to OK1ELE&lt;br /&gt;
* Fixed Android 4.1 library order, TNX to OK1PKO&lt;br /&gt;
* Sums across all bands in HTML report, TNX to DF2ET&lt;br /&gt;
* Fixed android locale characters problem&lt;br /&gt;
&lt;br /&gt;
=4.26=&lt;br /&gt;
2021-02-26&lt;br /&gt;
* SOTA and DXC update, TNX to OK2MUF&lt;br /&gt;
* GTK2 -&amp;gt; GTK3 for libzia messagebox&lt;br /&gt;
* Changed i18n generation not to require ISO8859-2 locales&lt;br /&gt;
* Fixed free() bug under Linux, TNX to OK3TV&lt;br /&gt;
* Fixed some problems reported by Valgrind&lt;br /&gt;
* Ctrl+Up/Down arrows emulate PageUp/PageDown&lt;br /&gt;
&lt;br /&gt;
=4.25=&lt;br /&gt;
2021-01-20&lt;br /&gt;
* Moon contest full support (in QTH use minus instead of spaces, only english chars)&lt;br /&gt;
* Fixed Contest Lombardia points&lt;br /&gt;
* TNX to OK5ZS for precise testing&lt;br /&gt;
* chmi.cz fix (HTTPS)&lt;br /&gt;
* TLS (HTTPS) support using GNUTLS&lt;br /&gt;
* Re-arranged Contest options, TNX to OK1MZM&lt;br /&gt;
* Support for contest phases, TNX to OK6RP, OK5ZS&lt;br /&gt;
* STF export, TNX to DF2ET&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* ICAO DB update, TNX to G1OGY&lt;br /&gt;
* Fixed text file load without trailing CRLF, TNX to OK1MZM&lt;br /&gt;
* Fixed ICAO DB, TNX to G1OGY&lt;br /&gt;
* Fixed zsdl variable, TNX to DF2ET&lt;br /&gt;
* SOTA export, TNX to OK2MUF&lt;br /&gt;
* Directory to store logs, TNX to DF2ET&lt;br /&gt;
* Adif ERROR export choices, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.24=&lt;br /&gt;
2020-11-16&lt;br /&gt;
* New Debian maintainer OK3ON&lt;br /&gt;
* Fixed QRV window crash, TNX to OK1MZM&lt;br /&gt;
* Skips wkd WWL in KST list&lt;br /&gt;
* Fixed map update after contest open/close, TNX to OK1MZM&lt;br /&gt;
* Tmpqsos context menu, added infos also for fifo context menu&lt;br /&gt;
* Scatterpoint detect&lt;br /&gt;
* Fixed bug in tmpqsos&lt;br /&gt;
* Renamed A/C to AS&lt;br /&gt;
* Support for SDL2&lt;br /&gt;
* Detected SIOCGIFHWADDR for MacOs, TNX to SQ2JUL&lt;br /&gt;
* Fixed ASCII texts conversion for Android, TNX to OK5ZS&lt;br /&gt;
&lt;br /&gt;
=4.23=&lt;br /&gt;
2020-09-15&lt;br /&gt;
* Fixed crash on file choose (EDI import), TNX to G1OGY&lt;br /&gt;
* R-Contest, TNX to DF2ET&lt;br /&gt;
* BSD style -Wl,-map&lt;br /&gt;
* KST menu to select call when text scrolls fast&lt;br /&gt;
* SDL events in same thread on MacOs, TNX to SQ2JUL&lt;br /&gt;
* ADIF items update, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib rotar &lt;br /&gt;
* Trace hamlib rotars&lt;br /&gt;
* ` toggles split VFOs MAIN/SUB, TNX to OK1FIK&lt;br /&gt;
&lt;br /&gt;
=4.22=&lt;br /&gt;
2020-08-10&lt;br /&gt;
* New hamlib 3.3 in windows package, TNX to OK2WO, OZ9GE&lt;br /&gt;
* Fixed tucnakdw prefixes recognition (SK6), TNX to OZ9GE&lt;br /&gt;
* JO57 is SM6&lt;br /&gt;
* Libzia.pc&lt;br /&gt;
* Increased rotator timeout ranges&lt;br /&gt;
* Replaced obsolete glib macros&lt;br /&gt;
* New config.guess and config.sub for aarch64&lt;br /&gt;
* All c and h files are in utf-8&lt;br /&gt;
* New libbfd macros support&lt;br /&gt;
* Support for detailed tucnakdw, TNX to OK2WO&lt;br /&gt;
* QRG in QSOs window for M7IMF&lt;br /&gt;
* Do not print open hdkeyb error mesage&lt;br /&gt;
* Fixed crash under terminal with long name&lt;br /&gt;
* DARC VHF UHF uW contest, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.21=&lt;br /&gt;
2020-04-21&lt;br /&gt;
* EXC len 20 characters&lt;br /&gt;
* KST message from right click in log (bottom of screen)&lt;br /&gt;
* Rig error message showed&lt;br /&gt;
* Fixed rig device lock&lt;br /&gt;
* COM keying on single pin&lt;br /&gt;
* GCC warning fixes&lt;br /&gt;
* Autoconf obsolete macro remove, TNX to OK2JRQ&lt;br /&gt;
* Some files in UTF-8, TNX to OK2JRQ&lt;br /&gt;
* Next fix for update_deb.sh, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.20=&lt;br /&gt;
2020-01-29&lt;br /&gt;
* Fixed update_deb.sh, TNX to G1OGY&lt;br /&gt;
* GCC-10 fixes, TNX to Robert-André Mauchin&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* WSA multipliers update, TNX to DF2ET&lt;br /&gt;
* Fixed broken libpng.dll, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.19=&lt;br /&gt;
2020-01-10&lt;br /&gt;
* FSF address update, TNX to OK2JRQ&lt;br /&gt;
* WNA multipliers update, TNX to DF2ET&lt;br /&gt;
* HTTP server refresh, TNX to DF2ET&lt;br /&gt;
* K7FRY&#039;s locator map, TNX to G1OGY&lt;br /&gt;
* Different EXC length, TNX to DF2ET&lt;br /&gt;
* Fixes for OpenBSD&lt;br /&gt;
* Some warning fixes&lt;br /&gt;
* MacOS build, TNX to Vitaliy UT4UAZ&lt;br /&gt;
* Fixed build under FreeBSD 12.0&lt;br /&gt;
* Optional exchange in Cabrillo, TNX to DF2ET&lt;br /&gt;
* Fixed msvcr120.dll, TNX to OK1CDJ, OK5ZS  &lt;br /&gt;
&lt;br /&gt;
=4.18=&lt;br /&gt;
2019-09-04&lt;br /&gt;
* Fixed startup crash on Debian i386, TNX G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.17=&lt;br /&gt;
2019-09-01&lt;br /&gt;
* Valid QSO count for OK2WO&lt;br /&gt;
* Changed export extension ADIF-&amp;gt;ADI&lt;br /&gt;
* Fixed wifi interface name under Windows&lt;br /&gt;
* New libpng.dll&lt;br /&gt;
* Removed battery support under Windows&lt;br /&gt;
* Switch to VS2013 (toolset v120_xp)&lt;br /&gt;
* Fixed battery state detection win32&lt;br /&gt;
&lt;br /&gt;
=4.16=&lt;br /&gt;
2019-04-17&lt;br /&gt;
* Removed libusb0 under windows&lt;br /&gt;
* Contest Lombardia support&lt;br /&gt;
* Removed vhfcontest.net support&lt;br /&gt;
* Do not mark DUPE in expedition mode&lt;br /&gt;
&lt;br /&gt;
=4.15=&lt;br /&gt;
2018-11-13&lt;br /&gt;
* Us-ascii strings in Android to prevent charset-relate crash &amp;gt;= 7.0&lt;br /&gt;
* Worked WWLs in map displayed red&lt;br /&gt;
* WWL in KST users list, missing WWL multipliers displayed green&lt;br /&gt;
* SSID support for ON4KST chat&lt;br /&gt;
* PTT tail&lt;br /&gt;
* 59* (numeric keypad) is RST-S, TNX to OK5ZS&lt;br /&gt;
* Updated wetteronline rain map (site change)&lt;br /&gt;
&lt;br /&gt;
=4.14=&lt;br /&gt;
* Quiet mode for soundwrapper&lt;br /&gt;
* Uninstall cleanup on Windows&lt;br /&gt;
* Fixed &amp;quot;QRM&amp;quot; from remote rotator. TNX to OK1XDF&lt;br /&gt;
* Upgraded libftdi to 1.4 under MSVC&lt;br /&gt;
* Back to VS2010 for WinXP&lt;br /&gt;
* Cabrillo EXC indent&lt;br /&gt;
&lt;br /&gt;
=4.13=&lt;br /&gt;
2018-05-06&lt;br /&gt;
* Fixed new gcc warnings&lt;br /&gt;
* KST dark yellow of worked call, also not selected&lt;br /&gt;
* Lowered priority of A/C thread&lt;br /&gt;
* Compute A/C for whole QRV list&lt;br /&gt;
* Fixed crash on Android 7, TNX to OK1USW&lt;br /&gt;
* Fixed KST sort by NR&lt;br /&gt;
* Improved RIG timeout&lt;br /&gt;
* Fixed RIT read from rig&lt;br /&gt;
* MSVC120 (VS1013)&lt;br /&gt;
* Plane type and wingspan in map&lt;br /&gt;
* KST /sh us sent after connect&lt;br /&gt;
* QRV list rework&lt;br /&gt;
* KST QRB filter&lt;br /&gt;
* Ask for sked B&lt;br /&gt;
&lt;br /&gt;
=4.12=&lt;br /&gt;
2018-03-04&lt;br /&gt;
* KST color for station worked on actual band (dark yellow)&lt;br /&gt;
* KST color - station worked on all read-write bands is dark grey&lt;br /&gt;
* Fixed KST A/C info, call with -number &lt;br /&gt;
&lt;br /&gt;
=4.11=&lt;br /&gt;
2017-10-04&lt;br /&gt;
* X-QSO: in cabrillo, TNX to DO2HG&lt;br /&gt;
* German translation of program, TNX to DO2HG&lt;br /&gt;
* ON UBA contest in wizzard, TNX to DO2HG&lt;br /&gt;
* claimed live score to slovhf.net&lt;br /&gt;
* removed KST debug dump, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.10=&lt;br /&gt;
2017-08-30&lt;br /&gt;
* Rainscatter does not show low intensity rain&lt;br /&gt;
* New band multipliers for NAC&lt;br /&gt;
* Fx macros in CW window, TNX to DL5YBZ&lt;br /&gt;
* Fixed rotctld filename, TNX to DL4PD&lt;br /&gt;
* Fixed crash in DXC, TNX to DL4PD&lt;br /&gt;
* Fixed mingw compile&lt;br /&gt;
* Fixed compile errors witout SDL, TNX to OK1CDJ&lt;br /&gt;
&lt;br /&gt;
=4.09=&lt;br /&gt;
2017-02-15&lt;br /&gt;
* Fixed Spy crash, TNX to OK1CT&lt;br /&gt;
* Fixed hamlib rotator, TNX to OZ1CT&lt;br /&gt;
* Fixed update crash, TNX to DJ0QZ&lt;br /&gt;
* Fixed startup crash in text mode&lt;br /&gt;
* Fixes for FreeBSD 10.2&lt;br /&gt;
* Updated WNA/WSA scoring in support files &lt;br /&gt;
&lt;br /&gt;
=4.08=&lt;br /&gt;
2016-08-10&lt;br /&gt;
* Support for Multiplied exchanges&lt;br /&gt;
* Support for WNA and WSA Westphalia Activity&lt;br /&gt;
* DOKs in validated EXCs&lt;br /&gt;
* A/C smaller planes on smaller zoom&lt;br /&gt;
* JA in tucnakdw&lt;br /&gt;
* SDR without SDL&lt;br /&gt;
* Fixed localization crashes in SDL init&lt;br /&gt;
* Rainscatter maps&lt;br /&gt;
* Menu Set Mode for AM/FM/RTTY &lt;br /&gt;
&lt;br /&gt;
=4.07=&lt;br /&gt;
2016-04-29&lt;br /&gt;
* Fixed A/C feed load interrupt under minimal altitude&lt;br /&gt;
* A/C feed URL got from server&lt;br /&gt;
* Fixed text in the &amp;quot;Only digits mean&amp;quot; button &lt;br /&gt;
&lt;br /&gt;
=4.06=&lt;br /&gt;
2016-03-11&lt;br /&gt;
* Summary dialog before vhfcontest.net upload&lt;br /&gt;
* Stats WWL radius&lt;br /&gt;
* Fixed qsoglob in tucnakwiz for SSB Liga &lt;br /&gt;
* Fixed tucnakrc crash after downgrade&lt;br /&gt;
* Fixes for clang 3.5&lt;br /&gt;
* Fixed many rig PTT problems, TNX to G4ZTR&lt;br /&gt;
* Fixed race condition in rig initialization&lt;br /&gt;
* New rig option Force handshake NONE, TNX to G4ZTR&lt;br /&gt;
* Hamlib 3.1~git in windows package&lt;br /&gt;
* Fixed bug in first start in textmode&lt;br /&gt;
* Compile fixes for probably bug in gcc 4.6&lt;br /&gt;
* Support for libftdi 1.0&lt;br /&gt;
* Fixed bug in QSO trace under windows, TNX to SP6LTC &lt;br /&gt;
&lt;br /&gt;
=4.05=&lt;br /&gt;
2015-10-12&lt;br /&gt;
* Koel-Achen contest wizzard and EXC data, TNX to DL4PD&lt;br /&gt;
* Fixed bug in QRB compute JN54KP-JN54KP, TNX to IU4APB&lt;br /&gt;
* Ctrl+Up/Down in bandmap tunes rig to next spot&lt;br /&gt;
* Use in DXC window sets rig frequency&lt;br /&gt;
* Fixed AC start time display, TNX to OK3MAD&lt;br /&gt;
* Inverse display&lt;br /&gt;
* Fixed &amp;quot;ZC4:&amp;quot; bug in tucnakdw, TNX to DL7BST&lt;br /&gt;
* Fixed unifinished QSO without qsonr, TNX to DL7BST&lt;br /&gt;
* DXCC multipliers in HF window&lt;br /&gt;
* Included txt2inc.pl and master.scp, TNX to DL7BST&lt;br /&gt;
&lt;br /&gt;
=4.04=&lt;br /&gt;
2015-08-07&lt;br /&gt;
* Fixed rebuild scripts and libiberty detection&lt;br /&gt;
* Removed Crash test and Int.error test also from v4, TNX to SP2FRY&lt;br /&gt;
* Fixed italian translation, TNX to IK4XQT&lt;br /&gt;
* AC&#039;s sorted in z-order&lt;br /&gt;
* Fixed translations&lt;br /&gt;
&lt;br /&gt;
=4.03=&lt;br /&gt;
2015-06-04&lt;br /&gt;
* RSGB M7 support for G4ZTR&lt;br /&gt;
* Official Tucnak package in Debian, TNX to G8TMV&lt;br /&gt;
* tac2tuc.pl removed from install&lt;br /&gt;
* Modifications of build system to satisfy Debian&#039;s pbuild&lt;br /&gt;
* Fixed menu name, TNX to OZ1PIF&lt;br /&gt;
* Fixed A/C info without known locator&lt;br /&gt;
* Fixed A/C info crash, sw-&amp;gt;zoom was not set &lt;br /&gt;
&lt;br /&gt;
=4.02=&lt;br /&gt;
2015-05-12&lt;br /&gt;
* Fixed A/C freeze under WinXP, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.01=&lt;br /&gt;
2015-05-11&lt;br /&gt;
* Fixed bug in cor recalc on WinXP, TNX to OZ9GE&lt;br /&gt;
* Fixed A/C WWL update, TNX to OK1MZM&lt;br /&gt;
* Fixed update output parse&lt;br /&gt;
&lt;br /&gt;
=4.00=&lt;br /&gt;
* KST dump skip&lt;br /&gt;
* Fixes for development on Jessie&lt;br /&gt;
* Fixed missing WWLs in stats window, tnx to OZ9GE&lt;br /&gt;
* Fixed Sun position jun-sep&lt;br /&gt;
* Talk offline transfer&lt;br /&gt;
* Updated Czech translation&lt;br /&gt;
* Fixed scroll when searching in KST/DXC&lt;br /&gt;
* Fixed QSO hash, can cause bad call highlight in KST/DXC&lt;br /&gt;
* Fixed layout update in text mode after Misc options&lt;br /&gt;
* Fixed and optimized cor recalculation&lt;br /&gt;
* Airplane position is in the center of sign&lt;br /&gt;
* Fixed new format of A/C feed&lt;br /&gt;
* Updated KST server IP list&lt;br /&gt;
* Show ! in DXC when call brings new EXC multiplier&lt;br /&gt;
* Fixed CI-V address, TNX to OK1CDJ&lt;br /&gt;
* Allow up to 4 digits and letters in callsign&lt;br /&gt;
* Fixed crash when adding chart without opened contest, TNX to IZ3GME (ex IW3IKN).&lt;br /&gt;
* Fixed gen-conly script&lt;br /&gt;
* Italian translation, TNX to IK1RAC&lt;br /&gt;
* Anti-aliased qso cross in map&lt;br /&gt;
* Fixed cabrillo frequency and header, TNX to OK1UGE&lt;br /&gt;
* New countries in tucnakdw, TNX to F4CIB &lt;br /&gt;
* Remove branch number from package names&lt;br /&gt;
&lt;br /&gt;
* Fixed lintian errors and some warnings&lt;br /&gt;
* Fixed characters typed with right alt keyboard layout switch&lt;br /&gt;
* Optimized layout of OSK&lt;br /&gt;
* A/C info plot instead of QSO info&lt;br /&gt;
* Crossing A/C are blue&lt;br /&gt;
* Fixed http upload of long files (&amp;gt;cca 100kB)&lt;br /&gt;
* Fixed crash in wiki upload&lt;br /&gt;
* Set higher priority to cwdaemon thread on windows&lt;br /&gt;
* Fixed crash in main_msg_handled (CW:!)&lt;br /&gt;
* Fixed compile with some version of libbfd&lt;br /&gt;
&lt;br /&gt;
=3.28=&lt;br /&gt;
2014-09-29&lt;br /&gt;
* Window highlight searches for whole words&lt;br /&gt;
* Allow to use non-call as operator&lt;br /&gt;
* Fixed too many open files bug in SSB CQ&lt;br /&gt;
* Fixed mediawiki upload credentials&lt;br /&gt;
* Reverse portrait and landscape mode on Android&lt;br /&gt;
* Lower mouse accuracy needed for menu separators and borders, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=3.27=&lt;br /&gt;
2014-08-31&lt;br /&gt;
* Fixed KST A/C map crash, TNX to SP3IYM&lt;br /&gt;
* Fixed crash in vhfcontestnet upload&lt;br /&gt;
* Ask for sked and Message open OSK&lt;br /&gt;
* Fixed Alt+PNK in KST within OSK&lt;br /&gt;
&lt;br /&gt;
=3.26=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Fixed crash in QRV window redraw, TNX to OZ7Z&lt;br /&gt;
&lt;br /&gt;
=3.25=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Reload interfaces button in Network info&lt;br /&gt;
* Spy shows error when contest is long&lt;br /&gt;
* Android notification and service&lt;br /&gt;
* Fixed crash on Android 4.4 KitKat, TNX to my wife Bara&lt;br /&gt;
* Fixed OSK KST Alt+K, Ctrl+K, TNX to OK1MZM&lt;br /&gt;
* Fixed OSK size, OSK close button click area, out of OSK clicks pass, TNX to OK1MZM&lt;br /&gt;
* QRV list create in menu Subwins-&amp;gt;Add contest&lt;br /&gt;
* Wiki report upload to mediawiki site&lt;br /&gt;
* EDI log upload to www.vfhcontest.net&lt;br /&gt;
* Fixed HF Edit QSO bug, TNX to F5NLG&lt;br /&gt;
* Removed Crash test and Int.error test, TNX to DL4DZ&lt;br /&gt;
* hamlib uses win32 api for FUNcube&lt;br /&gt;
* SDR right button drag tunes radio&lt;br /&gt;
* Fixed many SDR bugs&lt;br /&gt;
&lt;br /&gt;
=3.24=&lt;br /&gt;
2014-06-12&lt;br /&gt;
* Experimental support for SDR&lt;br /&gt;
* Fixed wifi UDP negotiation on Android&lt;br /&gt;
* Fixed band change tucnak-&amp;gt;radio&lt;br /&gt;
* Fixed rig lock problem&lt;br /&gt;
* Translate 0xd8 to 0 in KST&lt;br /&gt;
* Fixed spy and contest load when remote node is connected&lt;br /&gt;
* Fixed bad comparison in initialization, TNX to David Binderman&lt;br /&gt;
* Fixed gain display of QTF=8, tnx to OZ9GE&lt;br /&gt;
* Anti-aliased map in HTML/wiki exports and over HTTP&lt;br /&gt;
* Speed up window resizing &lt;br /&gt;
* Remember maximized state under Windows&lt;br /&gt;
* Fixed crash causet by too small application window&lt;br /&gt;
* Bigger font allowed in on screen keyboard&lt;br /&gt;
* Bigger font for higher resolution at startup&lt;br /&gt;
* Window maximized at startup&lt;br /&gt;
* Open web browser with WWL in Call info&lt;br /&gt;
* Do not preload checkboxes in Load from network dialog when loading from same host&lt;br /&gt;
* Autorepeat in OSK&lt;br /&gt;
* Inputline	history works in OSK&lt;br /&gt;
* Show battery state &lt;br /&gt;
* Support for arbitrary category (PSect in EDI)&lt;br /&gt;
* Fixed ftdi_usb_get_strings detection under &#039;nixes and msvc&lt;br /&gt;
* Fixed multipliers in CQSOs EDI line, TNX to OZ1FF&lt;br /&gt;
* Fixes in Scope/FFT window&lt;br /&gt;
* Fixed hamlib configure path&lt;br /&gt;
* Fixed redraw of focus rectangle around window&lt;br /&gt;
&lt;br /&gt;
=3.23=&lt;br /&gt;
2013-12-28&lt;br /&gt;
* New windows icon resolutions&lt;br /&gt;
* Seconds marks in Player window&lt;br /&gt;
* Send locator to KST during connect chat&lt;br /&gt;
* Experimental focus rectangle around window&lt;br /&gt;
* Experimental portrait orientation under Android&lt;br /&gt;
* Support for RSGB M5-type contests&lt;br /&gt;
* Fixed external tucnakwiz load under windows&lt;br /&gt;
* Fixed many SSB CQ and recording issues&lt;br /&gt;
* Fixed FFT redraw after ssbd file format change&lt;br /&gt;
* Fixed wav play fail under Android&lt;br /&gt;
* Accelerated vertical window scroll under Android  &lt;br /&gt;
* Fixed scope window flashing when recording&lt;br /&gt;
* Fixed device lockfile delete&lt;br /&gt;
* Fixed serial port detect under Android&lt;br /&gt;
&lt;br /&gt;
=3.22=&lt;br /&gt;
2013-11-05&lt;br /&gt;
* Serial port detection in Info&lt;br /&gt;
* Battery state in Info&lt;br /&gt;
* Close button in on screen keyboard&lt;br /&gt;
* Drag menu selection by mouse/touch&lt;br /&gt;
* Location update by click on Android&lt;br /&gt;
* Fixed lockfile path on Arch linux, TNX to DF4OR&lt;br /&gt;
* Playing SSB CQ on Android&lt;br /&gt;
* Android API back to 4 (Android 1.6)&lt;br /&gt;
* Fixed shift in on screen keyboard&lt;br /&gt;
* Fixed under cursor nummer-ended call recognition in KST/DXC&lt;br /&gt;
* Fixed spy state request after contest load&lt;br /&gt;
* Fixed screen layout with spy activated&lt;br /&gt;
* Inputline history in touch mode&lt;br /&gt;
* On screen keyboard capslock&lt;br /&gt;
* Fixed settings on Android&lt;br /&gt;
* Save/restore state on Android after apps switch&lt;br /&gt;
* Fixed menu Window-&amp;gt;Open connection&lt;br /&gt;
* On screen keyboard replace Fn with star&lt;br /&gt;
* On screen keyboard swap comma and question mark&lt;br /&gt;
* On screen keyboard shows same case size as it writes&lt;br /&gt;
* Shake on end of scroll in windows&lt;br /&gt;
* Reversed QSO scroll direction, no QSO highlight&lt;br /&gt;
* Faster window scroll in touch mode&lt;br /&gt;
&lt;br /&gt;
=3.21=&lt;br /&gt;
2013-09-03&lt;br /&gt;
* Disable screensaver on Android (off by default)&lt;br /&gt;
* New touch keyboard symbols&lt;br /&gt;
* Geolocation in Info on Android&lt;br /&gt;
* Actual locator in new contest on Android&lt;br /&gt;
* Fixed swap import, TNX to OK1HRA&lt;br /&gt;
* Ignored spy lines in old contest&lt;br /&gt;
* Fixed screen layout after Log lines change&lt;br /&gt;
* Removed &amp;gt;&amp;lt; in A/C result&lt;br /&gt;
* QSOs cursor jumps to last qso when window is activated&lt;br /&gt;
* Scroll in search results in kst and dxc windows&lt;br /&gt;
* Use of call (kst, dxc, sked, qrv) adds call to inputline history&lt;br /&gt;
* Fixed Shift+F3 in contest&lt;br /&gt;
* Set PTT over CAT&lt;br /&gt;
* Fixed rig_open error reporting&lt;br /&gt;
* Get locator also from QRV database&lt;br /&gt;
* Change font in first Contest def dialog&lt;br /&gt;
* Fixed NAC on 70MHz&lt;br /&gt;
* Fixed A/C load (included in 3.20-android)&lt;br /&gt;
&lt;br /&gt;
=3.20=&lt;br /&gt;
2013-06-14&lt;br /&gt;
* Fixed crash after TAB in text mode, tnx to OK1HRA&lt;br /&gt;
* Fixed database load in New contest from net over slow link&lt;br /&gt;
* Fixed negative float number read from tucnakrc&lt;br /&gt;
* rigctl.exe and rigctld.exe in msvc package&lt;br /&gt;
* Hamlib 1.2.15.3-zia in msvc package&lt;br /&gt;
* Fixed tucnakwiz load&lt;br /&gt;
* NAC is also on 70MHz, TNX to OZ1FF&lt;br /&gt;
* Fixed shell close under Win32&lt;br /&gt;
* Fix QRG decimal dots in QRG&lt;br /&gt;
* Rotar description on main screen&lt;br /&gt;
* Select in QRV window &lt;br /&gt;
* Testing support for A/C prediction&lt;br /&gt;
* Fixed Home in Chart window under linux&lt;br /&gt;
* Support for serial numbers for FTDI converters&lt;br /&gt;
* Many fixes and improvements in rig control&lt;br /&gt;
* Fixed crash in file unlock&lt;br /&gt;
* Improved rig trace&lt;br /&gt;
* Alt+F10 maximize/restore window under msvc/mingw&lt;br /&gt;
* Improved settings under msvc&lt;br /&gt;
&lt;br /&gt;
=3.19&lt;br /&gt;
2013-04-28&lt;br /&gt;
* Automake silent rules&lt;br /&gt;
* File libzia*.so.d moved to /usr/lib/libzia&lt;br /&gt;
* Fixed CQ repeat timer, TNX to OK2WO&lt;br /&gt;
* Removed OS Shell in SDL mode, TNX to OK2WO&lt;br /&gt;
* Can select menu item checbox also by mouse/touch&lt;br /&gt;
* Close OSK before DUPE dialog &lt;br /&gt;
* Ctrl+Y clears also OSK inputline&lt;br /&gt;
* Fixed platform trailing &#039;x&#039;&lt;br /&gt;
&lt;br /&gt;
=3.18=&lt;br /&gt;
2013-04-24&lt;br /&gt;
* Initial locator load on android&lt;br /&gt;
* Fixed -d argument under msvc and mings&lt;br /&gt;
* Fixed bug in SWP load (unbelievable, must be here many years)&lt;br /&gt;
* Sndfile is optional&lt;br /&gt;
* Disabled rotar description in menu&lt;br /&gt;
* Update for EEE&lt;br /&gt;
* Again fixed checkbox in Shell menu item&lt;br /&gt;
* Fixed Invalid option message&lt;br /&gt;
* Fixed empty space redraw in text mode&lt;br /&gt;
* Fixed Bad auth message&lt;br /&gt;
* Probably fixed crash of deb&#039;s tucnak on wheezy, TNX to OK1TKP&lt;br /&gt;
* New option No device locks&lt;br /&gt;
* Removed use of deprecated GMemChunk&lt;br /&gt;
* Fixed most of warnings for gcc 4.7&lt;br /&gt;
* Improved sound latency&lt;br /&gt;
* Fixed hamlib debug mode (OR of enabled rigs)&lt;br /&gt;
* Export to text file for KST and DXC windows&lt;br /&gt;
* Dump RW bands and hashes for diagnostics of problem caught in March contest&lt;br /&gt;
* Export as EDI fill operators when field is empty&lt;br /&gt;
* In touch mode screenshot is without keyboard&lt;br /&gt;
* Show stars instead of KST password &lt;br /&gt;
* Distribute RIT over rigs&lt;br /&gt;
* QRG can be entered without contest&lt;br /&gt;
* Experimental support for more rigs&lt;br /&gt;
* Fixed up arrow in QSOs window with Show All on&lt;br /&gt;
* Add contest and Add files menu items in Chart subwin/context menu&lt;br /&gt;
&lt;br /&gt;
=3.17=&lt;br /&gt;
2013-02-25&lt;br /&gt;
* Fixed secondary DXCC prefix recognition&lt;br /&gt;
* Fixed crash in empty QRV list using mouse wheel, TNX to OZ9F&lt;br /&gt;
* Fixed worked QSO color after QSO edit&lt;br /&gt;
* CEPT prefix and suffix sensitive QRV list (tnx to G1OGY)&lt;br /&gt;
* Support for debug info from dynamic libzia&lt;br /&gt;
* Fixed checkbox in Shell menu item&lt;br /&gt;
&lt;br /&gt;
=3.16=&lt;br /&gt;
2013-01-09&lt;br /&gt;
* Winkey over TCP/IP&lt;br /&gt;
* Fixed internal error message, TNX to OK1CDJ&lt;br /&gt;
* Removed QRB QSO check warning&lt;br /&gt;
* DXCC name in call info&lt;br /&gt;
* Enter without contest runs call info&lt;br /&gt;
* Fixed libzia compile --without-gtk&lt;br /&gt;
* Fixed TUCNAK_DEBUG variable (broken since 3.00)&lt;br /&gt;
* Removed support for winkey+davac4 (never 100% working)&lt;br /&gt;
* Fixed unix shell echo without PTY&lt;br /&gt;
* Idea: OSK keeps worked QSO visible&lt;br /&gt;
* Support for libsndfile (no SSB CQ/rec now) under android&lt;br /&gt;
* Support for hamlib under android&lt;br /&gt;
* Confirm call/exc/wwl by mouse click&lt;br /&gt;
* Android key trace&lt;br /&gt;
* Android menu key opens menu&lt;br /&gt;
* Rewritten parts of mouse handling code for drag window scroll&lt;br /&gt;
* In touch mode DXC/KST click always shows context menu&lt;br /&gt;
* Swap ENTER and BS on OS keyboard&lt;br /&gt;
* Released public beta od android&lt;br /&gt;
* Map icons Home, Zoom in, Zoom out&lt;br /&gt;
* Touch control&lt;br /&gt;
* New font 18x32&lt;br /&gt;
* Private release of beta Android&lt;br /&gt;
* Scroll DXC bandmap using Shift+Arrows, PageUp, PageDown, Home&lt;br /&gt;
* Frequency in QRV list takes only needed space&lt;br /&gt;
* Higlighted line in bandmap and qrv list changed from inverse to [...]&lt;br /&gt;
* Polish language file, TNX to SP5QWB&lt;br /&gt;
* Fixed sound type without portaudio&lt;br /&gt;
* Uploaded transitional debian package tucnak2 -&amp;gt; tucnak3&lt;br /&gt;
* Insert in chart window chooses contest instead of file&lt;br /&gt;
* Settings and Info in Help menu (corresponds to -s and -i command line arguments)&lt;br /&gt;
* Improved network contest load with long databases over slow links&lt;br /&gt;
* Re-arranged Network and Trace dialog&lt;br /&gt;
* Fixed remote connect to local host&lt;br /&gt;
* Fixed ] in talk window&lt;br /&gt;
* OK? at end of Ask for sked&lt;br /&gt;
* Fixed crash in wiki export in text mode&lt;br /&gt;
* --with-pkg configure argument&lt;br /&gt;
* Fixed platform and machine type under mingw&lt;br /&gt;
&lt;br /&gt;
=3.15=&lt;br /&gt;
2012-10-25&lt;br /&gt;
* Own update system for deb.i386, deb.amd64 and msvc&lt;br /&gt;
* Inputline history increased to 30 items&lt;br /&gt;
* Right click in title of QRV part of KST window choose optional QRV column&lt;br /&gt;
* When QRV sort is by QTF or KST, the QTF is shown in QRV part of KST window&lt;br /&gt;
* Can clicn to QRV column headers in QRV window to sort items&lt;br /&gt;
* Can click to QRV column headers in KST window to sort items&lt;br /&gt;
* Support for mouse in QRV part of KST window&lt;br /&gt;
* Support for incorrect KST /CQ command recognition &#039;&amp;gt; (0) (CALL) ...&#039;&lt;br /&gt;
* Improved search in KST window (no right move, highlight search pattern)&lt;br /&gt;
* Accidentaly entered 2-7 numbers in KST are processed as contest exchange (RST,NR)&lt;br /&gt;
* Fixed accidental kill when shell terminated under linux&lt;br /&gt;
* Fixed codepage od DNS errors under msc/mingw&lt;br /&gt;
* Fixed socket connected handler in KST, DXC (should not happen in real life)&lt;br /&gt;
* Operator change mark in chart, operator show in title&lt;br /&gt;
* Removed old New from net&lt;br /&gt;
* Removed old spy&lt;br /&gt;
* Mass R-O band set Bands-&amp;gt;Set read-only&lt;br /&gt;
* QRV info showed instead of top log line to save space&lt;br /&gt;
* QRV info show also for dupe&lt;br /&gt;
* Ctrl+L under SDL switches to 24G. Without SDL means terminal redraw.&lt;br /&gt;
* Fixed SSID-calls add to C_W&lt;br /&gt;
* Fixed chart points axis description&lt;br /&gt;
* Changed font for msie in httpd&lt;br /&gt;
&lt;br /&gt;
=3.14=&lt;br /&gt;
2012-10-04&lt;br /&gt;
* Fixed contest load with 0 points&lt;br /&gt;
* Fixed new cty.dat load, tnx to 9A4ZM&lt;br /&gt;
&lt;br /&gt;
=3.13=&lt;br /&gt;
2012-10-03&lt;br /&gt;
* Fixed right click out of windows titles&lt;br /&gt;
* QTF in QRV window right aligned&lt;br /&gt;
* Allow reverse sort in QRV window&lt;br /&gt;
* Fixed crash in New Contest, tnx to SP5QWB&lt;br /&gt;
* Fixed alternative slash key in QRV window, tnx to 9A4ZM&lt;br /&gt;
* Updated cty.dat (2O12L)&lt;br /&gt;
* Libzia-ver.so.d distributet, not working &lt;br /&gt;
&lt;br /&gt;
=3.12=&lt;br /&gt;
2012-10-01&lt;br /&gt;
* Fixed debian build --without-bfd&lt;br /&gt;
* Fixed libzia&#039;s settins include in deb&lt;br /&gt;
* Band multiplier for NAC&lt;br /&gt;
* Alternative priority set to 50 (tucnak2 has 40)&lt;br /&gt;
* Remote host is resolved&lt;br /&gt;
* Fixed resolve error handle under platforms with getaddrinfo&lt;br /&gt;
* Must not enter first two letters of locator (60LJ is JO60LJ for stn. from JN69)&lt;br /&gt;
* Removed direct backtrace from internal_error&lt;br /&gt;
* Fixed tucnak.d and bfd_open path&lt;br /&gt;
* Autosave and floppy save fixes, TNX to OZ7Z&lt;br /&gt;
* Platform and version to crash messageboxes&#039;s titles&lt;br /&gt;
&lt;br /&gt;
=3.11=&lt;br /&gt;
2012-09-21&lt;br /&gt;
* Left click on window tab shows context menu same as Subwins&lt;br /&gt;
* Run mode stat next to WPM indicator&lt;br /&gt;
* New hotkey Ctrl+R (tnx to 9A4ZM)&lt;br /&gt;
* Use speaker hidden under windows&lt;br /&gt;
* Fixed text in tucnak3.desktop&lt;br /&gt;
* QRV list transferred by New From Network&lt;br /&gt;
* Fixed network reconnect when remote is connected&lt;br /&gt;
* Enter in log window adds empty line for &lt;br /&gt;
* Fixed accidental stdin close in winkey/rotator&lt;br /&gt;
* New option net_remote_enable&lt;br /&gt;
* Fixed color of lowercase KST call&lt;br /&gt;
* Removed debugging of P3 command&lt;br /&gt;
* Page Up in QSOs window wraps to end of list, TNX to OK1XDF&lt;br /&gt;
* Fixed heap corruption after twice sf_close() when recording device cannot be opened&lt;br /&gt;
* Binary zloc in libzia/src&lt;br /&gt;
* Deb dependency to libzia of same version&lt;br /&gt;
* Use -release in libzia creation&lt;br /&gt;
&lt;br /&gt;
=3.10=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Removed libbfd from debian build because binutils versions incompatibility&lt;br /&gt;
* Fixed crash after tab in welcome dialog probably only under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.09=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Backtrace uses map file under mingw&lt;br /&gt;
* Updated backtrace for msvc&lt;br /&gt;
* Fixed winkey also under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.08=&lt;br /&gt;
2012-08-14&lt;br /&gt;
* Fixed winkey, TNX to OK1HRA&lt;br /&gt;
* Unhandled Exception under mingw&lt;br /&gt;
* Fixed compile under OpenSuse due broken binutils-devel&lt;br /&gt;
* Platform in window title and on some next places&lt;br /&gt;
* Fixed impout.dll for paralel port under mingw&lt;br /&gt;
* Included settings from libzia&lt;br /&gt;
* Fixed parameter parse (-i) under msvc/mingw&lt;br /&gt;
* Example tucnaknames and tucnakcw in binary&lt;br /&gt;
* Enter in Welcome dialog does not run Language choose&lt;br /&gt;
&lt;br /&gt;
=3.07=&lt;br /&gt;
2012-08-07&lt;br /&gt;
* Can be compiled under mingw, not tested&lt;br /&gt;
* Fixed IPV6 resolving, tnx to CT1DRB&lt;br /&gt;
* Fixed -liberty compile on OpenSuse, tnx to CT1DRB&lt;br /&gt;
* SDL keyboard delay/rate taken from system under MSVC&lt;br /&gt;
* Fixed operator send for Network Info&lt;br /&gt;
* Fixed jump to first QSO in QSOs findow when first fucused&lt;br /&gt;
* Fixed WAV search after Ctrl+P in QSOs window under MSVC&lt;br /&gt;
* $E in default ssbd_template&lt;br /&gt;
* Repeated play in Player window&lt;br /&gt;
* Fixed subwin inputlines position without resize&lt;br /&gt;
* Thread names for debugging&lt;br /&gt;
* Band name in QSO info&lt;br /&gt;
* Suspicious chars ?! are red&lt;br /&gt;
* QSO check after call/locator enter&lt;br /&gt;
* Maybe fixed rig QRG resend after band change &lt;br /&gt;
&lt;br /&gt;
=3.06=&lt;br /&gt;
2012-07-25&lt;br /&gt;
* Probably fixed fftw but not released&lt;br /&gt;
* Msvc version uses Release build to improve speed&lt;br /&gt;
* Fixed X11/putty mouse handle for coordinates&amp;gt;94&lt;br /&gt;
* Fixed RBN call selection in DXC window&lt;br /&gt;
* Fixed background on gnome-terminal&lt;br /&gt;
* Fixed DXC spots in HF window&lt;br /&gt;
* Fixed Shell window under Linux&lt;br /&gt;
* Code cleanup&lt;br /&gt;
* Httpd options dialog&lt;br /&gt;
* Fixed httpd SO_REUSEADDR&lt;br /&gt;
* Fixed DXC spot parse&lt;br /&gt;
&lt;br /&gt;
=3.05=&lt;br /&gt;
2012-07-18&lt;br /&gt;
* Fullscreen Ctrl+F11&lt;br /&gt;
* Font change Ctrl+, Ctrl-, Ctrl0&lt;br /&gt;
* New font 8x13&lt;br /&gt;
* Disabled portaudio in linux build because ubuntu segfault in Pa_Initialize&lt;br /&gt;
* Speedup: calls are not compared using regular expressions&lt;br /&gt;
* Speedup: calls are hold also in hash&lt;br /&gt;
* Oh mistake and Ask for sked in KST window&lt;br /&gt;
* QSOs from all bands in QSOs window&lt;br /&gt;
&lt;br /&gt;
=3.04=&lt;br /&gt;
2012-07-03&lt;br /&gt;
* Fixed Tucnak data.lnk&lt;br /&gt;
* Window title is Tucnak instead of tucnak3&lt;br /&gt;
* New contest from network (flood)&lt;br /&gt;
* New spy method (flood)&lt;br /&gt;
* Fixed operator load from contest files&lt;br /&gt;
* Connection to remote tucnak&lt;br /&gt;
* Kill connection in Subwin menu&lt;br /&gt;
&lt;br /&gt;
=3.03=&lt;br /&gt;
2012-06-18 (R1724)&lt;br /&gt;
* red highlight of 73-like KST messages&lt;br /&gt;
* turn on SSBWAY pin also during CW CQ to allow CQ on more band simultaneously&lt;br /&gt;
* dark yellow calls in subwin only when worked on all read-write bands&lt;br /&gt;
* fixed crash when sdl cannot be initialized&lt;br /&gt;
* kst logged QRV stations from QRV list&lt;br /&gt;
* fixed accidental QRV list sort change when subwin is leaved with Alt+number&lt;br /&gt;
* changed color of qsos and qso gain in map subwin&lt;br /&gt;
* svn version (revision) compiled-in in binary&lt;br /&gt;
* fixed crash after contest wizard, TNX to OK3MAD&lt;br /&gt;
* call selection and right mouse in qrv subwin&lt;br /&gt;
* QSO window does not loose focus when switched to it&lt;br /&gt;
* QSO window does not switch to last QSO when focused&lt;br /&gt;
&lt;br /&gt;
=3.02=&lt;br /&gt;
2012-05-09 (R1637)&lt;br /&gt;
* fixed SSID&#039;ized call info and call use in KST and DXC&lt;br /&gt;
* fixed crash after home key in KST and DXC&lt;br /&gt;
* fixed crash in quicksearch&lt;br /&gt;
* fixed Diskfree text in audio dialog&lt;br /&gt;
* fixed dxc_host delete&lt;br /&gt;
* link with libzia can be static or dynamic&lt;br /&gt;
* fixed new contest crash bug&lt;br /&gt;
&lt;br /&gt;
=3.01=&lt;br /&gt;
2012-05-02&lt;br /&gt;
* fixed fftw sample count handle&lt;br /&gt;
* updated libfftw3 3.3.1 to pl1 for msvc&lt;br /&gt;
* qrg entry in khz (.144300)&lt;br /&gt;
* bandmap in dxc window&lt;br /&gt;
* new key l in map&lt;br /&gt;
* disable screensaver under msvc&lt;br /&gt;
* format of -i&lt;br /&gt;
* libusb in installer&lt;br /&gt;
* fixed time_t 64bit bug, tnx to G1OGY&lt;br /&gt;
* highlighted item in sked window, enter send to worked qso&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* rotator poll interval&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* portautio must be at least version 0.19&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* wider beamwidth in map&lt;br /&gt;
* sked dialog rewrite, removed we_call and skedshift&lt;br /&gt;
* charts are per band&lt;br /&gt;
* loading of txt into chart loads also other bands&lt;br /&gt;
* qso gain in for photo&lt;br /&gt;
* alt+f4 closes tucnak under windows&lt;br /&gt;
* progress indicator during exports and qso check&lt;br /&gt;
* chart points axis value round&lt;br /&gt;
* chart time axis extremes snapped to hours&lt;br /&gt;
* removed charset menu&lt;br /&gt;
* newline adter map image in wiki export&lt;br /&gt;
* fixed portable calls in KST, DXC&lt;br /&gt;
* QRB, QTF in Call info&lt;br /&gt;
* removed Not mounted message when no floppy is defined&lt;br /&gt;
* fixed floppy save under msvc&lt;br /&gt;
&lt;br /&gt;
=3.00=&lt;br /&gt;
* first test - march contest 2012 OK2M&lt;br /&gt;
* change SDL key repeat&lt;br /&gt;
* azimuthal star in map&lt;br /&gt;
* simplyfied first contest options&lt;br /&gt;
* (untested) support for hamlib rotators&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* macro $J&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* kst reads cwdb and namedb from /sh us command&lt;br /&gt;
* double font height&lt;br /&gt;
* readonly flag in bands menu&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
* mast icon in map&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
* common code moved to libzia&lt;br /&gt;
* split header.h into more smaller headers&lt;br /&gt;
* memory allocations only from glib&lt;br /&gt;
* removed cba_t&lt;br /&gt;
* forked v3 &lt;br /&gt;
&lt;br /&gt;
=2.48=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* renamed debian to debian.unofficial&lt;br /&gt;
* removed -lusb, tnx to EA4TV&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* fixed possible pointer shot of &#039;\0&#039; behind last_screen&lt;br /&gt;
&lt;br /&gt;
=2.47=&lt;br /&gt;
2011-02-16&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* fixed band LO freq&lt;br /&gt;
* debian/ updates for Jaime EA4TV&lt;br /&gt;
&lt;br /&gt;
=2.46=&lt;br /&gt;
2011-01-18&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* accpet portaudio options in tucnakrc&lt;br /&gt;
* accept subwin KST(15) as Shell in tucnakrc&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
&lt;br /&gt;
=2.45=&lt;br /&gt;
2011-10-12&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* strip binaries in deb package&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* support for libpng 1.5, tnx to DL1JBE &lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
&lt;br /&gt;
=2.44=&lt;br /&gt;
2011-07-29&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
&lt;br /&gt;
=2.43=&lt;br /&gt;
2011-06-28&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
&lt;br /&gt;
=2.42=&lt;br /&gt;
2011-05-31&lt;br /&gt;
* fixed crash in contest close&lt;br /&gt;
* forked v3&lt;br /&gt;
&lt;br /&gt;
=2.41=&lt;br /&gt;
2011-05-25&lt;br /&gt;
* released as tribute to Douglas Adams. Don&#039;t panic!&lt;br /&gt;
* fixed trace_sock&lt;br /&gt;
* fixed udev script - usb_device -&amp;gt; usb&lt;br /&gt;
* fixed some gcc warnings&lt;br /&gt;
* html/http/wiki exports map and chart as png&lt;br /&gt;
* http server for contest progress presentation&lt;br /&gt;
* changed fifo time format to HH:MM&lt;br /&gt;
* fixed wiki map description&lt;br /&gt;
* fixed volume indicator flicker&lt;br /&gt;
* fixed trace condition&lt;br /&gt;
* show chart files without sdl&lt;br /&gt;
* fixed grid &amp;amp; boundaries in map, tnx to DG6MAN &lt;br /&gt;
* libgpm is disabled by default&lt;br /&gt;
* fixed player and chart windows add&lt;br /&gt;
* fixed network interfaces detect&lt;br /&gt;
* ignored duplicate $GLIB_CFLAGS, $GLIB_LIBS in configure.in&lt;br /&gt;
* new macros in tucnak -s&lt;br /&gt;
&lt;br /&gt;
=2.40=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* added _cv_ in autoconf cached variables&lt;br /&gt;
* updated missing script&lt;br /&gt;
* fixed iconv detection&lt;br /&gt;
* fixed tucnakrc load under WIN32&lt;br /&gt;
* sdev trace&lt;br /&gt;
* trace rewrite&lt;br /&gt;
* split master db into more strings&lt;br /&gt;
* rewritten cbr items choice for OKOM DX&lt;br /&gt;
* compile under msvc and ming but unusable at this time&lt;br /&gt;
* fixed qrv edit/insert (should overwrite another item)&lt;br /&gt;
* added player (and chart) window types in Add subwin&lt;br /&gt;
* removed testing code for Ctrl+P in main inputline&lt;br /&gt;
* experiments with waterfall palette and filtering&lt;br /&gt;
* frequency axis in fft scope&lt;br /&gt;
* frequency argument in soundwrapper for testing&lt;br /&gt;
* tab complete file in file import&lt;br /&gt;
* chart subwin&lt;br /&gt;
* fixed cursor position in inputline history alt+h&lt;br /&gt;
* degree sign in C_W quick search&lt;br /&gt;
* fixed alt+letter in qrv search&lt;br /&gt;
* rig error code instead of qrg&lt;br /&gt;
* changed rig debug level&lt;br /&gt;
* fixed rigs with unsupported rig_get_vfo()&lt;br /&gt;
* +1/-1 alloc bugs detection with --enable-leak-debug&lt;br /&gt;
* fixed qrv insert from keyboard&lt;br /&gt;
* fixed text upcase in qrv insert/edit&lt;br /&gt;
&lt;br /&gt;
=2.39=&lt;br /&gt;
2011-02-25&lt;br /&gt;
* fixed ftdi_context portability between libftdi versions&lt;br /&gt;
* qso gain diagram&lt;br /&gt;
* qrv gain diagram respects worked count&lt;br /&gt;
* qrv item insert&lt;br /&gt;
* qrv item edit&lt;br /&gt;
* new contest loads ~/tucnak/qrv&lt;br /&gt;
* fixed qrv points drawing when mouse move&lt;br /&gt;
&lt;br /&gt;
=2.38=&lt;br /&gt;
2011-02-20&lt;br /&gt;
* fixed bug in map window during contest load&lt;br /&gt;
* fixed memory alloc problem in master db&lt;br /&gt;
* degree sign as hexa constant 0xb0&lt;br /&gt;
* rewritten qrv database&lt;br /&gt;
* fixed master database comment filter&lt;br /&gt;
* increased length of contest option numbers, tnx to RU2FM&lt;br /&gt;
* calls from master database are never deleted&lt;br /&gt;
* fixed contest date in contest options&lt;br /&gt;
* qso check warning if exists remark&lt;br /&gt;
* fixed qsonr in cabrillo output, tnx to OK1HRA&lt;br /&gt;
* fixed avg unit pts/km in wiki and html output&lt;br /&gt;
* fixed compile without various --without combinations&lt;br /&gt;
* removed forgotten font13x24.png create&lt;br /&gt;
* QRG in edit QSO&lt;br /&gt;
* correct size of screenshots in HTML export&lt;br /&gt;
* fixed runmode CQ without hamlib, tnx to DL1JBE&lt;br /&gt;
* fixed Ctrl+3 to Ctrl+9 under SDL&lt;br /&gt;
* wav player seems to be usable&lt;br /&gt;
&lt;br /&gt;
=2.37=&lt;br /&gt;
2010-10-27&lt;br /&gt;
* two letters input moved to unresolved area&lt;br /&gt;
* fixed some minors in runmode, tnx to OK3MAD&lt;br /&gt;
* fixed soundwrapper sound frequency&lt;br /&gt;
* rewritten runmode for A1/MMC&lt;br /&gt;
* fixed runmode CQ only in CW mode (TNX to OK1HRA/TC03W)&lt;br /&gt;
* fixed runmode TU&lt;br /&gt;
* skeleton for wiki publish&lt;br /&gt;
* fixed TU give in run mode&lt;br /&gt;
* &amp;gt; for qrb&amp;gt;average in qsocheck&lt;br /&gt;
* changed delay between hamlib rig calls for slow radios&lt;br /&gt;
* fixed string truncate in inputline insert&lt;br /&gt;
* rig freq read reads from actual VFO&lt;br /&gt;
* rig mode change keeps bandwidth&lt;br /&gt;
* fixed autogive=0&lt;br /&gt;
* expedition mode&lt;br /&gt;
&lt;br /&gt;
=2.36=&lt;br /&gt;
2010-09-27&lt;br /&gt;
* fixed rig ID choose&lt;br /&gt;
* fixed segv in loading of contest with HF window and &amp;gt; 6 active bands&lt;br /&gt;
* do not add &#039;similar call&#039; to qsocheck when this call is also worked&lt;br /&gt;
* set rig handshake to none (default for TS850 is CTS/RTS)&lt;br /&gt;
* set rig timeout to 500ms (480s is unusable)&lt;br /&gt;
* gdb and rigctl under cygwin&lt;br /&gt;
* fixed cygncurses-9 dependency for sh.exe under cygwin&lt;br /&gt;
* updated tucnakdw (4X, ZC4, many UA)&lt;br /&gt;
* improved edit qso time parsing&lt;br /&gt;
* autogive mode after some typed chars&lt;br /&gt;
* macro $B&lt;br /&gt;
* bell sign for character 7 under sdl&lt;br /&gt;
* in macro $I dots are replaced by question marks&lt;br /&gt;
* added baudrate for rig control&lt;br /&gt;
* fixed R9SA parsing as report (tnx to OK1HRA)&lt;br /&gt;
* WAZ and ITU in HF window&lt;br /&gt;
* rewritten exc list in HF window&lt;br /&gt;
* master call database&lt;br /&gt;
* fixed SFI parse&lt;br /&gt;
* &amp;quot;live&amp;quot; QSO list in HF window&lt;br /&gt;
* enlarged layout of HF window&lt;br /&gt;
* updated UA wwls in tucnakdw&lt;br /&gt;
* fixed missing excs display&lt;br /&gt;
* argument -m sets time from master PC&lt;br /&gt;
* &#039;c&#039; key for center screen to QTH&lt;br /&gt;
* &#039;p&#039; key for photo in map&lt;br /&gt;
* fixed second part of CQSOs for method 16&lt;br /&gt;
* summery table with links to bands in html export&lt;br /&gt;
* fixed buffer and period time to ms (was us)&lt;br /&gt;
* similar calls are computed using Levenshtein distance&lt;br /&gt;
* cleared qso check message&lt;br /&gt;
* fixed top10 formatting for qrb&amp;gt;=1000 km&lt;br /&gt;
* reverted to old udev rule style (for lenny)&lt;br /&gt;
* fixed memory leaks in dwdb.c, rotar.c&lt;br /&gt;
&lt;br /&gt;
=2.35=&lt;br /&gt;
2010-06-30&lt;br /&gt;
* fixed crash in fft calculation&lt;br /&gt;
* support for Championnat de France THF&lt;br /&gt;
* alt-j: short access for A/C and M/S cq&lt;br /&gt;
* qrv list save&lt;br /&gt;
* configure checks for make&lt;br /&gt;
* fixed large qso number display in global QSO mode, tnx to DL5YBZ&lt;br /&gt;
* support for prefixes with slash (3D2/C)                                                                               &lt;br /&gt;
* fixed crash after IT9x call (* in prefix in cty.dat), tnx to DL5YBZ &lt;br /&gt;
* fixed $MN macro, tnx to OK1HRA (GL in WPX!)&lt;br /&gt;
* send CW2 and save QSO also after QSONR&lt;br /&gt;
* list import&lt;br /&gt;
* support for odd/even/1st/2nd TX (MS,AERO)&lt;br /&gt;
* fixed suid of soundwrapper&lt;br /&gt;
* updated cty.dat&lt;br /&gt;
* SYSFS{} changed to ATTR{} for new udev versions&lt;br /&gt;
&lt;br /&gt;
=2.34=&lt;br /&gt;
2010-04-26&lt;br /&gt;
* changed time separator from . to :&lt;br /&gt;
* four digits are QSO number, not month and day of month&lt;br /&gt;
* deb package uses suided soundwrapper &lt;br /&gt;
* macro $I&lt;br /&gt;
* fixed statistics calculation after loading of contest   &lt;br /&gt;
* added frequency to adif export&lt;br /&gt;
* fixed exchange output in cabrillo and adif export  &lt;br /&gt;
* changed format of ChangeLog to Mediawiki source format&lt;br /&gt;
* get back generated debian/changelog, it seems we have no DEB maintainer&lt;br /&gt;
&lt;br /&gt;
=2.33=&lt;br /&gt;
2010-02-18&lt;br /&gt;
* fixed usaca multiple names&lt;br /&gt;
* rit clear after qso save in run mode&lt;br /&gt;
* support for ARRL International DX Contest&lt;br /&gt;
* fixed ARRL VHF scoring&lt;br /&gt;
* turned off cq repeat for cwdaemon&lt;br /&gt;
* rig changes: poll interval, mode and band transfer&lt;br /&gt;
&lt;br /&gt;
=2.32=&lt;br /&gt;
2010-02-13&lt;br /&gt;
* cabrillo export for ARRL VHF contests&lt;br /&gt;
* fixed leak debug on AMD64&lt;br /&gt;
* fixed double rig_cleanup()&lt;br /&gt;
* fixed using of non-serial ports in hamlib (f.e. rpc.rigd, type 1901)&lt;br /&gt;
* rover (/R) are not dupe when are in different big wwl&lt;br /&gt;
* fixed EDI properties dialog &lt;br /&gt;
* script for Asus EEE binary and optimized configuration&lt;br /&gt;
* updated tucnakrc (HF bands, windows)&lt;br /&gt;
&lt;br /&gt;
=2.31=&lt;br /&gt;
2010-01-01&lt;br /&gt;
* fixed crash if mode is changed without FFT window. TNX to DF4OR&lt;br /&gt;
* crossmode test in QSO check&lt;br /&gt;
&lt;br /&gt;
=2.30=&lt;br /&gt;
2009-11-30&lt;br /&gt;
* fixed device locking under cygwin, tnx to G1OGY&lt;br /&gt;
&lt;br /&gt;
=2.29=&lt;br /&gt;
2009-11-03&lt;br /&gt;
* fixed corrupted contest date display in Open contest from net &lt;br /&gt;
* fixed tucnakdw; JN89 is in OM	&lt;br /&gt;
* fixed cwdaemon and sdev double freeing &lt;br /&gt;
* recording level has filtered DC &lt;br /&gt;
* CW window holds PTT all time it is opened&lt;br /&gt;
* removed debugging show of 1&#039;s under volume indicator&lt;br /&gt;
* fixed (null) display in empty qrv list&lt;br /&gt;
* speeded up sdl key repeat&lt;br /&gt;
* removed delayed screen redraw&lt;br /&gt;
* fixed KST new call upcase &lt;br /&gt;
* DX network command sends only valid spots, no KST or other garbage&lt;br /&gt;
* fixed rig qrg display (mode switch worked)&lt;br /&gt;
* fixed ebw db import error message&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Subwin_types&amp;diff=3208</id>
		<title>Subwin types</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Subwin_types&amp;diff=3208"/>
		<updated>2025-08-03T20:31:23Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* Call Filtering */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=KST=&lt;br /&gt;
[[Image:Wkst.png|none|frame|ON4KST chat window]]&lt;br /&gt;
&lt;br /&gt;
New in Tucnak3. Connection to ON4KST chat does not use telnet, it connects directly to server which allows better integration with Tucnak. Enter your account information in [[Setup#Contest_defaults|Contest defaults]]. Then press Enter. Tucnak will enter username and password. If you have opened contest and all read-write bands belongs to one type of KST chat, tucnak enters also chat number. At end of chat with server Tucnak sets your personal name by command /set name.&lt;br /&gt;
&lt;br /&gt;
After disconnect, you can press Enter again. To manually disconnect, use Kill connection in menu [[Subwins]] or press Ctrl+V then C followed by Enter.&lt;br /&gt;
&lt;br /&gt;
Keys Ctrl+K show dialog:&lt;br /&gt;
[[Image:WkstCallsign.png|none|frame|KST callsign]]&lt;br /&gt;
&lt;br /&gt;
After OK it writes command /CQ CALL into input line.&lt;br /&gt;
&lt;br /&gt;
Keys Alt+K search for previous /CQ command and fill it into input line. Works again like Alt+P with filter.&lt;br /&gt;
&lt;br /&gt;
Right button click is showing context menu. If you click on callsign, it uses callsign under cursor. Otherwise spot sender is used.&lt;br /&gt;
&lt;br /&gt;
[[Image:WkstContext.png|none|frame|KST context menu]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Ask for sked&#039;&#039; - Format message in the form: &amp;quot;GM Claudio, PSE sked .120 on 3cm OK?&amp;quot;. You must have callsign name in [[Files#.7E.2Ftucnak.2Ftucnaknames|Name database]], and set [[Sked#QRG_for_sked|QRG for sked]].&lt;br /&gt;
* &#039;&#039;Select&#039;&#039; - Select callsign - it means it is important for you, spot is colored yellow. Worked calls are displayed in dark yellow&lt;br /&gt;
* &#039;&#039;Hide&#039;&#039; - Hide callsign - spots are displayed dark grey. Use for example for not QRV calls&lt;br /&gt;
* &#039;&#039;Message&#039;&#039; - Same as Ctrl+K&lt;br /&gt;
* &#039;&#039;Info&#039;&#039; - Show [[Call info]] about callsign&lt;br /&gt;
* &#039;&#039;Use&#039;&#039; - Enter call in main band inputline&lt;br /&gt;
&lt;br /&gt;
Left button is same as Select command above.&lt;br /&gt;
&lt;br /&gt;
Long lines are split to fit in the window.&lt;br /&gt;
&lt;br /&gt;
Output of /sh us command is parsed and output is added into [[Files#.7E.2Ftucnak.2Ftucnakcw|C_W]] and [[Files#.7E.2Ftucnak.2Ftucnaknames|Name]] database. Yout must enter command manualy. Files are saved together with other contest files (F2, new QSO enterer or QSO arrived from network).&lt;br /&gt;
&lt;br /&gt;
Note: Tucnak prevents to enter 2-7 numbers to avoid to send contest code to KST. If you have only numeric password, store it in [[Setup#Contest_defaults|Contest defaults]].&lt;br /&gt;
&lt;br /&gt;
==Hotkeys==&lt;br /&gt;
{{:HotkeysKST}}&lt;br /&gt;
&lt;br /&gt;
See also: [[RS and AS in Tucnak]]&lt;br /&gt;
&lt;br /&gt;
==Call Filtering==&lt;br /&gt;
Tucnak runs the command &#039;&#039;&#039;/SH US&#039;&#039;&#039; every five minutes. However, some callsigns are filtered out and not shown in the right-hand list. A callsign may be excluded for one of the following reasons:&lt;br /&gt;
* The callsign has already been worked on the current band&lt;br /&gt;
* The callsign is not QRV on the current band, according to the QRV list&lt;br /&gt;
* The callsign has been manually hidden by the operator&lt;br /&gt;
* The distance exceeds the [[RS_and_AS_in_Tucnak#Aircraft_Scatter|Maximal QRB for KST]]&lt;br /&gt;
* The contest uses WWL multipliers/bonuses and the large 4-character WWL has already been worked&lt;br /&gt;
&lt;br /&gt;
=Shell=&lt;br /&gt;
[[Image:Wshell.png|none|frame|Shell windows]]&lt;br /&gt;
&lt;br /&gt;
You can run here any text-mode command. Good for telnet connection to ON4KST chat, DX cluster or WW-convers. All DX cluster spots are recognized and displayed in DXC window.&lt;br /&gt;
&lt;br /&gt;
Since 3.0 please use specialized windows for [[#KST|ON4KST chat]] and [[#DX Cluster|DX Cluster]].&lt;br /&gt;
&lt;br /&gt;
==Highlighting==&lt;br /&gt;
Tucnak highlights with red color station callsign, operator callsign. Also suffixes when are two or more characters long. You can click on line to enable/disable yellow highlight of all lines containing these calls. Format of lines must be known for tucnak, at this time it recognize DX cluster, ON4KST chat and WW-convers. Worked stations are turned to dark yellow.&lt;br /&gt;
&lt;br /&gt;
=QSOs=&lt;br /&gt;
[[Image:Wqsos.png|none|frame|QSOs window]]&lt;br /&gt;
&lt;br /&gt;
Use cursor keys to move cursor. Press ENTER to [[Edit QSO|edit QSO]]. Press A to see QSOs from all bands.&lt;br /&gt;
&lt;br /&gt;
=HF=&lt;br /&gt;
[[Image:Whf.png|none|frame|HF window]]&lt;br /&gt;
&lt;br /&gt;
This window contains all information needed for HF contest like missing multipliers, rate, band and total score, DXCC info, sunrise/sunset, distance, azimut, calls from master.scp and band map. &lt;br /&gt;
&lt;br /&gt;
For more detailed info look at [[HF contest setup]] page.  &lt;br /&gt;
&lt;br /&gt;
=QRV list=&lt;br /&gt;
&lt;br /&gt;
[[Image:Wqrv.png|none|frame|QRV list]]&lt;br /&gt;
&lt;br /&gt;
Feature for microwaves. Show unworked calls from [[Files#qrv|qrv file]]. You can sort list by any column to see calls which will give you maximal benefit. WKD column means number of QSOs on current band in latest contests. AcKST show time of last activity of station on ON4KST chat. Text is prefilled by source of information but you can enter anything you want.&lt;br /&gt;
&lt;br /&gt;
You must manually prepare list of stations QRV in this contest. Based on last contests or on other source you have. In 2.27-2.34 is support only for qrv list loading. Save support is since 2.35. Recommended way to add your items before contest is:&lt;br /&gt;
# Create new contest&lt;br /&gt;
# Close contest&lt;br /&gt;
# Create or modify file named [[Files#qrv|qrv]] in contest directory&lt;br /&gt;
# Open contest&lt;br /&gt;
&lt;br /&gt;
During contest if you [[Subwin_types#Highlighting|highlight]] call in Shell window, it is added in this window. When you work the station, item disappears. It is possible to delete item if you are sure it not QRV (you see message on chat that rig is broken etc.).&lt;br /&gt;
&lt;br /&gt;
Enter in this window will clear collected qso data and send callsing here as typed by keyboard. Mouse is not used.&lt;br /&gt;
&lt;br /&gt;
=Log=&lt;br /&gt;
[[Image:Wlog.png|none|frame|Log window]]&lt;br /&gt;
&lt;br /&gt;
In this window are various program messages - informations, warnings, errors, talk messages, sked informations, direct ON4KST messages and httpd log. Latests lines are showed on last lines of screen (number can be set in [[Setup#Miscellaneous_options|Misc options]] and saved in [[Files#log|log]] file.&lt;br /&gt;
&lt;br /&gt;
=Player=&lt;br /&gt;
[[Image:Wplayer.png|none|frame|WAV player window]]&lt;br /&gt;
&lt;br /&gt;
Visualization of replayed contest WAV&#039;s. On the top is full file view. Bottom is detailed view of played part of file. &lt;br /&gt;
&lt;br /&gt;
Keys:&lt;br /&gt;
* &#039;&#039;&#039;Left arrow&#039;&#039;&#039; - seek backward 2 secs&lt;br /&gt;
* &#039;&#039;&#039;Right arrow&#039;&#039;&#039; - seek forward 1 sec&lt;br /&gt;
* &#039;&#039;&#039;Down arrow&#039;&#039;&#039; - seek backward 10 secs&lt;br /&gt;
* &#039;&#039;&#039;Up arrow&#039;&#039;&#039; - seek forward 10 secs&lt;br /&gt;
* &#039;&#039;&#039;P&#039;&#039;&#039; or &#039;&#039;&#039;Space&#039;&#039;&#039; - play same file again&lt;br /&gt;
&lt;br /&gt;
=Chart=&lt;br /&gt;
&lt;br /&gt;
[[Image:Wchart.png|frame|none|Chart window]]&lt;br /&gt;
&lt;br /&gt;
Show points versus time progress chart for current band (white). You can press:&lt;br /&gt;
* Insert to choose contest and compare with all bands in this contest&lt;br /&gt;
* Home to add TXT or EDI file from out of contest tree. If you choose edi file, only this file is added. If you choose txt file, Tucnak loads all txt files from choosen directory. &lt;br /&gt;
&lt;br /&gt;
Colour of compare chart is hash of directory name.&lt;br /&gt;
&lt;br /&gt;
Last line are time and points for corresponding point under mouse cursor.&lt;br /&gt;
&lt;br /&gt;
Small square and line down is the operator change mark.&lt;br /&gt;
&lt;br /&gt;
=Sked=&lt;br /&gt;
&lt;br /&gt;
[[Image:Wskeds.png|frame|none|Sked window]]&lt;br /&gt;
&lt;br /&gt;
All skeds for current band sent by [[Sked]] function. Brown rows are worked.&lt;br /&gt;
&lt;br /&gt;
=Talk=&lt;br /&gt;
[[Image:Wtalk.png|none|frame|Talk window]]&lt;br /&gt;
&lt;br /&gt;
Use inputline and sent messages to all other Tucnaks connected together.&lt;br /&gt;
&lt;br /&gt;
=DX Cluster=&lt;br /&gt;
[[Image:Wdxc.png|none|frame|DX cluster window]]&lt;br /&gt;
&lt;br /&gt;
New in 3.01. Layout of window is divided into two parts:&lt;br /&gt;
&lt;br /&gt;
==Spots==&lt;br /&gt;
The left contains traditional spot view in time axis. Without contest all spots are shown. During contest spots are filtered and Tucnak shows spots only on read-write bands. &lt;br /&gt;
&lt;br /&gt;
After start the DXC window is disconnected. For connect, fill your credentials in [[Setup#Contest_defaults|Contest defaults]], activate window and pres Enter. Program tries to login without user interaction. In connected mode Tucnak sends all spot over local network for other instances.&lt;br /&gt;
&lt;br /&gt;
==Bandmap==&lt;br /&gt;
Right side shows bandmap. It shows spots for current band. If you have [[Setup#Rig_options|rig connected]], you can see band map around your frequency. No manual scrolling is possible in current version. Main application window must be at least 98 chars wide to show bandmap.&lt;br /&gt;
&lt;br /&gt;
Frequency colors:&lt;br /&gt;
* white: spot is up to 15 minutes old&lt;br /&gt;
* grey: spot is 15-60 minutes old&lt;br /&gt;
* older spots are deleted&lt;br /&gt;
&lt;br /&gt;
Callsign colors:&lt;br /&gt;
* grey: normal&lt;br /&gt;
* yellow: selected callsign&lt;br /&gt;
* brown: selected worked callsign&lt;br /&gt;
* dark grey: hidden callsign&lt;br /&gt;
&lt;br /&gt;
Please read [[Subwin_types#Highlighting|Highlighting section]].&lt;br /&gt;
&lt;br /&gt;
==Context menu==&lt;br /&gt;
Right button click is showing context menu. If you click on callsign, it uses callsign under cursor. Otherwise spotted station.&lt;br /&gt;
&lt;br /&gt;
[[Image:WdxcContext.png|none|frame|KST context menu]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Select&#039;&#039; - Select callsign - it means it is important for you, spot is colored yellow. Worked calls are displayed in dark yellow&lt;br /&gt;
* &#039;&#039;Hide&#039;&#039; - Hide callsign - spots are displayed dark grey. Use for example for not QRV calls&lt;br /&gt;
* &#039;&#039;Info&#039;&#039; - Show [[Call info]] about callsign&lt;br /&gt;
* &#039;&#039;Use&#039;&#039; - Enter call in main band inputline. If you use [Setup#Rig_options|rig control] it also sets frequency on it.&lt;br /&gt;
&lt;br /&gt;
==Hotkeys==&lt;br /&gt;
{{:HotkeysDXC}}&lt;br /&gt;
&lt;br /&gt;
=Unfinished QSOs=&lt;br /&gt;
[[Image:Wunfi.png|none|frame|Unfinished QSOs window]]&lt;br /&gt;
&lt;br /&gt;
By pressing Alt+U, you can save informations about unfinished QSO for future. Very usable is locator (if copied) or some remark about QRG etc.&lt;br /&gt;
&lt;br /&gt;
=Statistics=&lt;br /&gt;
[[Image:Wstat.png|none|frame|Statistics window]]&lt;br /&gt;
&lt;br /&gt;
Contesnt of windows looks like:&lt;br /&gt;
 &lt;br /&gt;
   Statistics for band 144 MHz&lt;br /&gt;
 ===============================&lt;br /&gt;
 &lt;br /&gt;
 Contest:          III. subregionalni zavod 2012&lt;br /&gt;
 QSOs:             845&lt;br /&gt;
 QSO points:       320228&lt;br /&gt;
 Points:           320228&lt;br /&gt;
 Average pts/QSO:  378.97&lt;br /&gt;
 Average qsop/QSO: 378.97&lt;br /&gt;
 Points/50 QSOs:   20516&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
   WWLs: 103&lt;br /&gt;
 -------------&lt;br /&gt;
 JO31: 20059  39    JO43:  4705   9    JO71:  1965   8    JN15:   872   1    &lt;br /&gt;
 KN04:  9891  13    JN98:  4631  12    JO44:  1905   3    JN68:   865   7    &lt;br /&gt;
 JO32:  9156  16    JO21:  4455   7    JN36:  1858   3    JN56:   841   2    &lt;br /&gt;
 JO51:  8481  30    JO10:  4426   6    JN57:  1828   6    JO77:   832   1    &lt;br /&gt;
 JN95:  7884  13    JN76:  4338  12    JN59:  1774  10    KN27:   811   1    &lt;br /&gt;
 JN89:  7701  32    JO40:  4321  12    JO72:  1725   5    JN66:   785   2    &lt;br /&gt;
 JN99:  7630  22    JO52:  4199  11    KN08:  1632   3    JO82:   782   2    &lt;br /&gt;
 JN48:  6864  20    JN45:  4056   7    KN15:  1601   2    JN62:   780   1    &lt;br /&gt;
 JN37:  6739  13    JO65:  3963   6    JN96:  1528   3    KN28:   780   1    &lt;br /&gt;
 JN55:  6391  13    JO53:  3812   8    KN16:  1496   2    JN18:   767   1    &lt;br /&gt;
 JO62:  6322  19    JO60:  3611  31    KN17:  1473   2    JN34:   738   1    &lt;br /&gt;
 JO50:  5995  27    JN94:  3557   5    KN06:  1423   2    JO45:   729   1    &lt;br /&gt;
 JO30:  5954  12    JO61:  3357  17    JN69:  1381  32    JO11:   728   1    &lt;br /&gt;
 JO41:  5941  14    JN79:  3293  35    JN35:  1348   2    JN83:   698   1    &lt;br /&gt;
 JO22:  5924   9    JN58:  3233  14    JO55:  1330   2    JN63:   681   1    &lt;br /&gt;
 JN54:  5910  10    JN97:  3226   7    JN44:  1260   2    JN53:   668   1    &lt;br /&gt;
 JO42:  5884  13    JN88:  2949  11    JO94:  1229   2    KN18:   634   1    &lt;br /&gt;
 JO70:  5588  41    JN39:  2938   6    KN09:  1168   2    KN19:   625   1    &lt;br /&gt;
 JN65:  5531  12    JN38:  2917   6    JN64:  1126   2    JN84:   595   1    &lt;br /&gt;
 JN85:  5444  11    JO90:  2465   7    JN77:  1116   4    JO81:   594   2    &lt;br /&gt;
 JO20:  5114   8    JN86:  2381   6    JN04:  1111   1    JN74:   564   1    &lt;br /&gt;
 JO33:  5069   8    JN29:  2351   4    JN87:  1100   3    JN46:   504   1    &lt;br /&gt;
 JN49:  4967  14    JO80:  2188  10    KN07:  1024   2    JO74:   502   1    &lt;br /&gt;
 JN75:  4920  11    JO73:  2147   5    JN23:   985   1    JO63:   492   1    &lt;br /&gt;
 JN47:  4848  11    JN27:  2113   3    KN13:   960   1    JN67:   401   2    &lt;br /&gt;
 KN05:  4814   7    JO23:  2072   3    JN78:   889   6    &lt;br /&gt;
 &lt;br /&gt;
   DXCCs: 19&lt;br /&gt;
 -------------&lt;br /&gt;
   DL:112895 326      9A: 17072  33      S5:  7956  20      OE:  3529  15    &lt;br /&gt;
    I: 26992  49       F: 16074  25      ON:  7919  12      SM:  2801   4    &lt;br /&gt;
   OK: 25467 178      OM: 13628  35      YO:  7511  10      E7:  2633   4    &lt;br /&gt;
   PA: 22246  35      HB: 11216  22      HA:  7499  16      UR:  1414   2    &lt;br /&gt;
   YU: 19034  26      SP:  9635  26      OZ:  4707   7    &lt;br /&gt;
 &lt;br /&gt;
   Hours&lt;br /&gt;
 ---------&lt;br /&gt;
 Hours                         Points                          QSOs   AVG pts/QSO&lt;br /&gt;
 14-15: [********************] 22177  :  [********************] 71  :  312  odx OZ2AR/P&lt;br /&gt;
 15-16: [*****************   ] 19070  :  [***************     ] 56  :  340  odx PA5WT&lt;br /&gt;
 16-17: [****************    ] 18007  :  [******************  ] 64  :  281  odx YU7ACO&lt;br /&gt;
 17-18: [**************      ] 16086  :  [************        ] 44  :  365  odx F4EGA&lt;br /&gt;
 18-19: [**************      ] 15960  :  [***********         ] 40  :  399  odx IK4WKU/6&lt;br /&gt;
 19-20: [******************* ] 21195  :  [**************      ] 53  :  399  odx YU5RY&lt;br /&gt;
 20-21: [*************       ] 15162  :  [**********          ] 38  :  399  odx YT7C&lt;br /&gt;
 21-22: [**************      ] 16612  :  [************        ] 44  :  377  odx TM2K&lt;br /&gt;
 22-23: [***************     ] 16640  :  [***********         ] 42  :  396  odx YO2LYN&lt;br /&gt;
 23-24: [**********          ] 11148  :  [*********           ] 33  :  337  odx F6KCP/P&lt;br /&gt;
 00-01: [*****               ]  6631  :  [******              ] 22  :  301  odx HB9G/P&lt;br /&gt;
 01-02: [*****               ]  5734  :  [*****               ] 20  :  286  odx YT4B&lt;br /&gt;
 02-03: [****                ]  4902  :  [***                 ] 13  :  377  odx OM3KHU&lt;br /&gt;
 03-04: [*********           ] 10333  :  [******              ] 24  :  430  odx YT7W&lt;br /&gt;
 04-05: [********            ]  9650  :  [******              ] 24  :  402  odx F6HJO/P&lt;br /&gt;
 05-06: [***********         ] 12924  :  [********            ] 29  :  445  odx YO2LZA/P&lt;br /&gt;
 06-07: [********            ]  9516  :  [*****               ] 20  :  475  odx YP5A/P&lt;br /&gt;
 07-08: [*********           ] 10398  :  [********            ] 29  :  358  odx YU1LA&lt;br /&gt;
 08-09: [****************    ] 18744  :  [***********         ] 41  :  457  odx F1USF&lt;br /&gt;
 09-10: [***************     ] 16696  :  [**********          ] 37  :  451  odx F6IQK&lt;br /&gt;
 10-11: [***********         ] 12994  :  [********            ] 30  :  433  odx SM7GVF&lt;br /&gt;
 11-12: [***********         ] 12482  :  [********            ] 30  :  416  odx ON6ZT&lt;br /&gt;
 12-13: [**********          ] 11978  :  [*******             ] 26  :  460  odx E77ED&lt;br /&gt;
 13-14: [****                ]  5189  :  [****                ] 15  :  345  odx IK1PAG&lt;br /&gt;
 &lt;br /&gt;
   TOP 10 DX QSOs:&lt;br /&gt;
 -------------------&lt;br /&gt;
 F6IQK         JN04IU 1110 km by OK1MZM CWs SSBr&lt;br /&gt;
 F1USF         JN23CN  984 km by OK1NP  SSB&lt;br /&gt;
 YU1LA         KN13DG  959 km by OK1DOL SSB&lt;br /&gt;
 F5KRY/P       JN15XH  871 km by OK1NP  SSB&lt;br /&gt;
 SM7GVF        JO77GA  831 km by OK1NP  SSB&lt;br /&gt;
 YU5RY         KN04RL  814 km by OK1DOL SSB&lt;br /&gt;
 YP5A/P        KN27DM  810 km by OK1DOL SSB&lt;br /&gt;
 YO2LZA/P      KN15FI  806 km by OK1DOL SSB&lt;br /&gt;
 YT4TT         KN04SQ  802 km by OK1DOL SSB&lt;br /&gt;
 TM2K          JO10HE  796 km by OK1DOL SSB&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
You can save contents to the text file by [[Contest#Export_Statistics|Export Statistics]].&lt;br /&gt;
&lt;br /&gt;
=Graphics map=&lt;br /&gt;
[[Image:Wmap.png|none|frame|Graphics polar map]]&lt;br /&gt;
&lt;br /&gt;
This polar map shows state boundaries, worked QSOs, antenna directions and many more. Use cursor arrows or drag mouse to move map. Zoom is done using +, - keys or mouse wheel. &lt;br /&gt;
&lt;br /&gt;
Right mouse click on map shows context menu. It allows turn antenna to current point.&lt;br /&gt;
&lt;br /&gt;
[[Image:MapContextRotar.png|thumb|none|Map context menu]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It also shows [[Rain Scatter]] map.&lt;br /&gt;
&lt;br /&gt;
=Scope=&lt;br /&gt;
[[Image:Wscope.png|none|frame|Scope window]]&lt;br /&gt;
&lt;br /&gt;
This window has more view modes, you can switch between they by Space key. On the top image there is &amp;quot;scope&amp;quot; mode. &lt;br /&gt;
&lt;br /&gt;
In older versions there was also FFT waterfall but now I have problems with the FFTW library so it is disabled until I solve this issue.&lt;br /&gt;
[[Image:WscopeFFT.png|none|frame|Scope window with FFT waterfall]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tucnak shows spectrum and waterfall of recorded/played signal. It uses non-linear filtering described by [http://www.dxatlas.com/Rocky/Advanced.asp VE3NEA]. Space turns scope and FFT modes.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Subwin_types&amp;diff=3207</id>
		<title>Subwin types</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Subwin_types&amp;diff=3207"/>
		<updated>2025-08-03T20:30:56Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* Call Filtering */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=KST=&lt;br /&gt;
[[Image:Wkst.png|none|frame|ON4KST chat window]]&lt;br /&gt;
&lt;br /&gt;
New in Tucnak3. Connection to ON4KST chat does not use telnet, it connects directly to server which allows better integration with Tucnak. Enter your account information in [[Setup#Contest_defaults|Contest defaults]]. Then press Enter. Tucnak will enter username and password. If you have opened contest and all read-write bands belongs to one type of KST chat, tucnak enters also chat number. At end of chat with server Tucnak sets your personal name by command /set name.&lt;br /&gt;
&lt;br /&gt;
After disconnect, you can press Enter again. To manually disconnect, use Kill connection in menu [[Subwins]] or press Ctrl+V then C followed by Enter.&lt;br /&gt;
&lt;br /&gt;
Keys Ctrl+K show dialog:&lt;br /&gt;
[[Image:WkstCallsign.png|none|frame|KST callsign]]&lt;br /&gt;
&lt;br /&gt;
After OK it writes command /CQ CALL into input line.&lt;br /&gt;
&lt;br /&gt;
Keys Alt+K search for previous /CQ command and fill it into input line. Works again like Alt+P with filter.&lt;br /&gt;
&lt;br /&gt;
Right button click is showing context menu. If you click on callsign, it uses callsign under cursor. Otherwise spot sender is used.&lt;br /&gt;
&lt;br /&gt;
[[Image:WkstContext.png|none|frame|KST context menu]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Ask for sked&#039;&#039; - Format message in the form: &amp;quot;GM Claudio, PSE sked .120 on 3cm OK?&amp;quot;. You must have callsign name in [[Files#.7E.2Ftucnak.2Ftucnaknames|Name database]], and set [[Sked#QRG_for_sked|QRG for sked]].&lt;br /&gt;
* &#039;&#039;Select&#039;&#039; - Select callsign - it means it is important for you, spot is colored yellow. Worked calls are displayed in dark yellow&lt;br /&gt;
* &#039;&#039;Hide&#039;&#039; - Hide callsign - spots are displayed dark grey. Use for example for not QRV calls&lt;br /&gt;
* &#039;&#039;Message&#039;&#039; - Same as Ctrl+K&lt;br /&gt;
* &#039;&#039;Info&#039;&#039; - Show [[Call info]] about callsign&lt;br /&gt;
* &#039;&#039;Use&#039;&#039; - Enter call in main band inputline&lt;br /&gt;
&lt;br /&gt;
Left button is same as Select command above.&lt;br /&gt;
&lt;br /&gt;
Long lines are split to fit in the window.&lt;br /&gt;
&lt;br /&gt;
Output of /sh us command is parsed and output is added into [[Files#.7E.2Ftucnak.2Ftucnakcw|C_W]] and [[Files#.7E.2Ftucnak.2Ftucnaknames|Name]] database. Yout must enter command manualy. Files are saved together with other contest files (F2, new QSO enterer or QSO arrived from network).&lt;br /&gt;
&lt;br /&gt;
Note: Tucnak prevents to enter 2-7 numbers to avoid to send contest code to KST. If you have only numeric password, store it in [[Setup#Contest_defaults|Contest defaults]].&lt;br /&gt;
&lt;br /&gt;
==Hotkeys==&lt;br /&gt;
{{:HotkeysKST}}&lt;br /&gt;
&lt;br /&gt;
See also: [[RS and AS in Tucnak]]&lt;br /&gt;
&lt;br /&gt;
==Call Filtering==&lt;br /&gt;
Tucnak runs the command &#039;&#039;&#039;/SH US&#039;&#039;&#039; every five minutes. However, some callsigns are filtered out and not shown in the right-hand list. A callsign may be excluded for one of the following reasons:&lt;br /&gt;
* The callsign has already been worked on the current band&lt;br /&gt;
* The callsign is not QRV on the current band, according to the QRV list&lt;br /&gt;
* The callsign has been manually hidden by the operator&lt;br /&gt;
* The distance exceeds the [[RS_and_AS_in_Tucnak#Aircraft_Scatter|maximum QRB for KST]]&lt;br /&gt;
* The contest uses WWL multipliers/bonuses and the large 4-character WWL has already been worked&lt;br /&gt;
&lt;br /&gt;
=Shell=&lt;br /&gt;
[[Image:Wshell.png|none|frame|Shell windows]]&lt;br /&gt;
&lt;br /&gt;
You can run here any text-mode command. Good for telnet connection to ON4KST chat, DX cluster or WW-convers. All DX cluster spots are recognized and displayed in DXC window.&lt;br /&gt;
&lt;br /&gt;
Since 3.0 please use specialized windows for [[#KST|ON4KST chat]] and [[#DX Cluster|DX Cluster]].&lt;br /&gt;
&lt;br /&gt;
==Highlighting==&lt;br /&gt;
Tucnak highlights with red color station callsign, operator callsign. Also suffixes when are two or more characters long. You can click on line to enable/disable yellow highlight of all lines containing these calls. Format of lines must be known for tucnak, at this time it recognize DX cluster, ON4KST chat and WW-convers. Worked stations are turned to dark yellow.&lt;br /&gt;
&lt;br /&gt;
=QSOs=&lt;br /&gt;
[[Image:Wqsos.png|none|frame|QSOs window]]&lt;br /&gt;
&lt;br /&gt;
Use cursor keys to move cursor. Press ENTER to [[Edit QSO|edit QSO]]. Press A to see QSOs from all bands.&lt;br /&gt;
&lt;br /&gt;
=HF=&lt;br /&gt;
[[Image:Whf.png|none|frame|HF window]]&lt;br /&gt;
&lt;br /&gt;
This window contains all information needed for HF contest like missing multipliers, rate, band and total score, DXCC info, sunrise/sunset, distance, azimut, calls from master.scp and band map. &lt;br /&gt;
&lt;br /&gt;
For more detailed info look at [[HF contest setup]] page.  &lt;br /&gt;
&lt;br /&gt;
=QRV list=&lt;br /&gt;
&lt;br /&gt;
[[Image:Wqrv.png|none|frame|QRV list]]&lt;br /&gt;
&lt;br /&gt;
Feature for microwaves. Show unworked calls from [[Files#qrv|qrv file]]. You can sort list by any column to see calls which will give you maximal benefit. WKD column means number of QSOs on current band in latest contests. AcKST show time of last activity of station on ON4KST chat. Text is prefilled by source of information but you can enter anything you want.&lt;br /&gt;
&lt;br /&gt;
You must manually prepare list of stations QRV in this contest. Based on last contests or on other source you have. In 2.27-2.34 is support only for qrv list loading. Save support is since 2.35. Recommended way to add your items before contest is:&lt;br /&gt;
# Create new contest&lt;br /&gt;
# Close contest&lt;br /&gt;
# Create or modify file named [[Files#qrv|qrv]] in contest directory&lt;br /&gt;
# Open contest&lt;br /&gt;
&lt;br /&gt;
During contest if you [[Subwin_types#Highlighting|highlight]] call in Shell window, it is added in this window. When you work the station, item disappears. It is possible to delete item if you are sure it not QRV (you see message on chat that rig is broken etc.).&lt;br /&gt;
&lt;br /&gt;
Enter in this window will clear collected qso data and send callsing here as typed by keyboard. Mouse is not used.&lt;br /&gt;
&lt;br /&gt;
=Log=&lt;br /&gt;
[[Image:Wlog.png|none|frame|Log window]]&lt;br /&gt;
&lt;br /&gt;
In this window are various program messages - informations, warnings, errors, talk messages, sked informations, direct ON4KST messages and httpd log. Latests lines are showed on last lines of screen (number can be set in [[Setup#Miscellaneous_options|Misc options]] and saved in [[Files#log|log]] file.&lt;br /&gt;
&lt;br /&gt;
=Player=&lt;br /&gt;
[[Image:Wplayer.png|none|frame|WAV player window]]&lt;br /&gt;
&lt;br /&gt;
Visualization of replayed contest WAV&#039;s. On the top is full file view. Bottom is detailed view of played part of file. &lt;br /&gt;
&lt;br /&gt;
Keys:&lt;br /&gt;
* &#039;&#039;&#039;Left arrow&#039;&#039;&#039; - seek backward 2 secs&lt;br /&gt;
* &#039;&#039;&#039;Right arrow&#039;&#039;&#039; - seek forward 1 sec&lt;br /&gt;
* &#039;&#039;&#039;Down arrow&#039;&#039;&#039; - seek backward 10 secs&lt;br /&gt;
* &#039;&#039;&#039;Up arrow&#039;&#039;&#039; - seek forward 10 secs&lt;br /&gt;
* &#039;&#039;&#039;P&#039;&#039;&#039; or &#039;&#039;&#039;Space&#039;&#039;&#039; - play same file again&lt;br /&gt;
&lt;br /&gt;
=Chart=&lt;br /&gt;
&lt;br /&gt;
[[Image:Wchart.png|frame|none|Chart window]]&lt;br /&gt;
&lt;br /&gt;
Show points versus time progress chart for current band (white). You can press:&lt;br /&gt;
* Insert to choose contest and compare with all bands in this contest&lt;br /&gt;
* Home to add TXT or EDI file from out of contest tree. If you choose edi file, only this file is added. If you choose txt file, Tucnak loads all txt files from choosen directory. &lt;br /&gt;
&lt;br /&gt;
Colour of compare chart is hash of directory name.&lt;br /&gt;
&lt;br /&gt;
Last line are time and points for corresponding point under mouse cursor.&lt;br /&gt;
&lt;br /&gt;
Small square and line down is the operator change mark.&lt;br /&gt;
&lt;br /&gt;
=Sked=&lt;br /&gt;
&lt;br /&gt;
[[Image:Wskeds.png|frame|none|Sked window]]&lt;br /&gt;
&lt;br /&gt;
All skeds for current band sent by [[Sked]] function. Brown rows are worked.&lt;br /&gt;
&lt;br /&gt;
=Talk=&lt;br /&gt;
[[Image:Wtalk.png|none|frame|Talk window]]&lt;br /&gt;
&lt;br /&gt;
Use inputline and sent messages to all other Tucnaks connected together.&lt;br /&gt;
&lt;br /&gt;
=DX Cluster=&lt;br /&gt;
[[Image:Wdxc.png|none|frame|DX cluster window]]&lt;br /&gt;
&lt;br /&gt;
New in 3.01. Layout of window is divided into two parts:&lt;br /&gt;
&lt;br /&gt;
==Spots==&lt;br /&gt;
The left contains traditional spot view in time axis. Without contest all spots are shown. During contest spots are filtered and Tucnak shows spots only on read-write bands. &lt;br /&gt;
&lt;br /&gt;
After start the DXC window is disconnected. For connect, fill your credentials in [[Setup#Contest_defaults|Contest defaults]], activate window and pres Enter. Program tries to login without user interaction. In connected mode Tucnak sends all spot over local network for other instances.&lt;br /&gt;
&lt;br /&gt;
==Bandmap==&lt;br /&gt;
Right side shows bandmap. It shows spots for current band. If you have [[Setup#Rig_options|rig connected]], you can see band map around your frequency. No manual scrolling is possible in current version. Main application window must be at least 98 chars wide to show bandmap.&lt;br /&gt;
&lt;br /&gt;
Frequency colors:&lt;br /&gt;
* white: spot is up to 15 minutes old&lt;br /&gt;
* grey: spot is 15-60 minutes old&lt;br /&gt;
* older spots are deleted&lt;br /&gt;
&lt;br /&gt;
Callsign colors:&lt;br /&gt;
* grey: normal&lt;br /&gt;
* yellow: selected callsign&lt;br /&gt;
* brown: selected worked callsign&lt;br /&gt;
* dark grey: hidden callsign&lt;br /&gt;
&lt;br /&gt;
Please read [[Subwin_types#Highlighting|Highlighting section]].&lt;br /&gt;
&lt;br /&gt;
==Context menu==&lt;br /&gt;
Right button click is showing context menu. If you click on callsign, it uses callsign under cursor. Otherwise spotted station.&lt;br /&gt;
&lt;br /&gt;
[[Image:WdxcContext.png|none|frame|KST context menu]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Select&#039;&#039; - Select callsign - it means it is important for you, spot is colored yellow. Worked calls are displayed in dark yellow&lt;br /&gt;
* &#039;&#039;Hide&#039;&#039; - Hide callsign - spots are displayed dark grey. Use for example for not QRV calls&lt;br /&gt;
* &#039;&#039;Info&#039;&#039; - Show [[Call info]] about callsign&lt;br /&gt;
* &#039;&#039;Use&#039;&#039; - Enter call in main band inputline. If you use [Setup#Rig_options|rig control] it also sets frequency on it.&lt;br /&gt;
&lt;br /&gt;
==Hotkeys==&lt;br /&gt;
{{:HotkeysDXC}}&lt;br /&gt;
&lt;br /&gt;
=Unfinished QSOs=&lt;br /&gt;
[[Image:Wunfi.png|none|frame|Unfinished QSOs window]]&lt;br /&gt;
&lt;br /&gt;
By pressing Alt+U, you can save informations about unfinished QSO for future. Very usable is locator (if copied) or some remark about QRG etc.&lt;br /&gt;
&lt;br /&gt;
=Statistics=&lt;br /&gt;
[[Image:Wstat.png|none|frame|Statistics window]]&lt;br /&gt;
&lt;br /&gt;
Contesnt of windows looks like:&lt;br /&gt;
 &lt;br /&gt;
   Statistics for band 144 MHz&lt;br /&gt;
 ===============================&lt;br /&gt;
 &lt;br /&gt;
 Contest:          III. subregionalni zavod 2012&lt;br /&gt;
 QSOs:             845&lt;br /&gt;
 QSO points:       320228&lt;br /&gt;
 Points:           320228&lt;br /&gt;
 Average pts/QSO:  378.97&lt;br /&gt;
 Average qsop/QSO: 378.97&lt;br /&gt;
 Points/50 QSOs:   20516&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
   WWLs: 103&lt;br /&gt;
 -------------&lt;br /&gt;
 JO31: 20059  39    JO43:  4705   9    JO71:  1965   8    JN15:   872   1    &lt;br /&gt;
 KN04:  9891  13    JN98:  4631  12    JO44:  1905   3    JN68:   865   7    &lt;br /&gt;
 JO32:  9156  16    JO21:  4455   7    JN36:  1858   3    JN56:   841   2    &lt;br /&gt;
 JO51:  8481  30    JO10:  4426   6    JN57:  1828   6    JO77:   832   1    &lt;br /&gt;
 JN95:  7884  13    JN76:  4338  12    JN59:  1774  10    KN27:   811   1    &lt;br /&gt;
 JN89:  7701  32    JO40:  4321  12    JO72:  1725   5    JN66:   785   2    &lt;br /&gt;
 JN99:  7630  22    JO52:  4199  11    KN08:  1632   3    JO82:   782   2    &lt;br /&gt;
 JN48:  6864  20    JN45:  4056   7    KN15:  1601   2    JN62:   780   1    &lt;br /&gt;
 JN37:  6739  13    JO65:  3963   6    JN96:  1528   3    KN28:   780   1    &lt;br /&gt;
 JN55:  6391  13    JO53:  3812   8    KN16:  1496   2    JN18:   767   1    &lt;br /&gt;
 JO62:  6322  19    JO60:  3611  31    KN17:  1473   2    JN34:   738   1    &lt;br /&gt;
 JO50:  5995  27    JN94:  3557   5    KN06:  1423   2    JO45:   729   1    &lt;br /&gt;
 JO30:  5954  12    JO61:  3357  17    JN69:  1381  32    JO11:   728   1    &lt;br /&gt;
 JO41:  5941  14    JN79:  3293  35    JN35:  1348   2    JN83:   698   1    &lt;br /&gt;
 JO22:  5924   9    JN58:  3233  14    JO55:  1330   2    JN63:   681   1    &lt;br /&gt;
 JN54:  5910  10    JN97:  3226   7    JN44:  1260   2    JN53:   668   1    &lt;br /&gt;
 JO42:  5884  13    JN88:  2949  11    JO94:  1229   2    KN18:   634   1    &lt;br /&gt;
 JO70:  5588  41    JN39:  2938   6    KN09:  1168   2    KN19:   625   1    &lt;br /&gt;
 JN65:  5531  12    JN38:  2917   6    JN64:  1126   2    JN84:   595   1    &lt;br /&gt;
 JN85:  5444  11    JO90:  2465   7    JN77:  1116   4    JO81:   594   2    &lt;br /&gt;
 JO20:  5114   8    JN86:  2381   6    JN04:  1111   1    JN74:   564   1    &lt;br /&gt;
 JO33:  5069   8    JN29:  2351   4    JN87:  1100   3    JN46:   504   1    &lt;br /&gt;
 JN49:  4967  14    JO80:  2188  10    KN07:  1024   2    JO74:   502   1    &lt;br /&gt;
 JN75:  4920  11    JO73:  2147   5    JN23:   985   1    JO63:   492   1    &lt;br /&gt;
 JN47:  4848  11    JN27:  2113   3    KN13:   960   1    JN67:   401   2    &lt;br /&gt;
 KN05:  4814   7    JO23:  2072   3    JN78:   889   6    &lt;br /&gt;
 &lt;br /&gt;
   DXCCs: 19&lt;br /&gt;
 -------------&lt;br /&gt;
   DL:112895 326      9A: 17072  33      S5:  7956  20      OE:  3529  15    &lt;br /&gt;
    I: 26992  49       F: 16074  25      ON:  7919  12      SM:  2801   4    &lt;br /&gt;
   OK: 25467 178      OM: 13628  35      YO:  7511  10      E7:  2633   4    &lt;br /&gt;
   PA: 22246  35      HB: 11216  22      HA:  7499  16      UR:  1414   2    &lt;br /&gt;
   YU: 19034  26      SP:  9635  26      OZ:  4707   7    &lt;br /&gt;
 &lt;br /&gt;
   Hours&lt;br /&gt;
 ---------&lt;br /&gt;
 Hours                         Points                          QSOs   AVG pts/QSO&lt;br /&gt;
 14-15: [********************] 22177  :  [********************] 71  :  312  odx OZ2AR/P&lt;br /&gt;
 15-16: [*****************   ] 19070  :  [***************     ] 56  :  340  odx PA5WT&lt;br /&gt;
 16-17: [****************    ] 18007  :  [******************  ] 64  :  281  odx YU7ACO&lt;br /&gt;
 17-18: [**************      ] 16086  :  [************        ] 44  :  365  odx F4EGA&lt;br /&gt;
 18-19: [**************      ] 15960  :  [***********         ] 40  :  399  odx IK4WKU/6&lt;br /&gt;
 19-20: [******************* ] 21195  :  [**************      ] 53  :  399  odx YU5RY&lt;br /&gt;
 20-21: [*************       ] 15162  :  [**********          ] 38  :  399  odx YT7C&lt;br /&gt;
 21-22: [**************      ] 16612  :  [************        ] 44  :  377  odx TM2K&lt;br /&gt;
 22-23: [***************     ] 16640  :  [***********         ] 42  :  396  odx YO2LYN&lt;br /&gt;
 23-24: [**********          ] 11148  :  [*********           ] 33  :  337  odx F6KCP/P&lt;br /&gt;
 00-01: [*****               ]  6631  :  [******              ] 22  :  301  odx HB9G/P&lt;br /&gt;
 01-02: [*****               ]  5734  :  [*****               ] 20  :  286  odx YT4B&lt;br /&gt;
 02-03: [****                ]  4902  :  [***                 ] 13  :  377  odx OM3KHU&lt;br /&gt;
 03-04: [*********           ] 10333  :  [******              ] 24  :  430  odx YT7W&lt;br /&gt;
 04-05: [********            ]  9650  :  [******              ] 24  :  402  odx F6HJO/P&lt;br /&gt;
 05-06: [***********         ] 12924  :  [********            ] 29  :  445  odx YO2LZA/P&lt;br /&gt;
 06-07: [********            ]  9516  :  [*****               ] 20  :  475  odx YP5A/P&lt;br /&gt;
 07-08: [*********           ] 10398  :  [********            ] 29  :  358  odx YU1LA&lt;br /&gt;
 08-09: [****************    ] 18744  :  [***********         ] 41  :  457  odx F1USF&lt;br /&gt;
 09-10: [***************     ] 16696  :  [**********          ] 37  :  451  odx F6IQK&lt;br /&gt;
 10-11: [***********         ] 12994  :  [********            ] 30  :  433  odx SM7GVF&lt;br /&gt;
 11-12: [***********         ] 12482  :  [********            ] 30  :  416  odx ON6ZT&lt;br /&gt;
 12-13: [**********          ] 11978  :  [*******             ] 26  :  460  odx E77ED&lt;br /&gt;
 13-14: [****                ]  5189  :  [****                ] 15  :  345  odx IK1PAG&lt;br /&gt;
 &lt;br /&gt;
   TOP 10 DX QSOs:&lt;br /&gt;
 -------------------&lt;br /&gt;
 F6IQK         JN04IU 1110 km by OK1MZM CWs SSBr&lt;br /&gt;
 F1USF         JN23CN  984 km by OK1NP  SSB&lt;br /&gt;
 YU1LA         KN13DG  959 km by OK1DOL SSB&lt;br /&gt;
 F5KRY/P       JN15XH  871 km by OK1NP  SSB&lt;br /&gt;
 SM7GVF        JO77GA  831 km by OK1NP  SSB&lt;br /&gt;
 YU5RY         KN04RL  814 km by OK1DOL SSB&lt;br /&gt;
 YP5A/P        KN27DM  810 km by OK1DOL SSB&lt;br /&gt;
 YO2LZA/P      KN15FI  806 km by OK1DOL SSB&lt;br /&gt;
 YT4TT         KN04SQ  802 km by OK1DOL SSB&lt;br /&gt;
 TM2K          JO10HE  796 km by OK1DOL SSB&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
You can save contents to the text file by [[Contest#Export_Statistics|Export Statistics]].&lt;br /&gt;
&lt;br /&gt;
=Graphics map=&lt;br /&gt;
[[Image:Wmap.png|none|frame|Graphics polar map]]&lt;br /&gt;
&lt;br /&gt;
This polar map shows state boundaries, worked QSOs, antenna directions and many more. Use cursor arrows or drag mouse to move map. Zoom is done using +, - keys or mouse wheel. &lt;br /&gt;
&lt;br /&gt;
Right mouse click on map shows context menu. It allows turn antenna to current point.&lt;br /&gt;
&lt;br /&gt;
[[Image:MapContextRotar.png|thumb|none|Map context menu]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It also shows [[Rain Scatter]] map.&lt;br /&gt;
&lt;br /&gt;
=Scope=&lt;br /&gt;
[[Image:Wscope.png|none|frame|Scope window]]&lt;br /&gt;
&lt;br /&gt;
This window has more view modes, you can switch between they by Space key. On the top image there is &amp;quot;scope&amp;quot; mode. &lt;br /&gt;
&lt;br /&gt;
In older versions there was also FFT waterfall but now I have problems with the FFTW library so it is disabled until I solve this issue.&lt;br /&gt;
[[Image:WscopeFFT.png|none|frame|Scope window with FFT waterfall]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tucnak shows spectrum and waterfall of recorded/played signal. It uses non-linear filtering described by [http://www.dxatlas.com/Rocky/Advanced.asp VE3NEA]. Space turns scope and FFT modes.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Subwin_types&amp;diff=3206</id>
		<title>Subwin types</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Subwin_types&amp;diff=3206"/>
		<updated>2025-07-28T15:37:19Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=KST=&lt;br /&gt;
[[Image:Wkst.png|none|frame|ON4KST chat window]]&lt;br /&gt;
&lt;br /&gt;
New in Tucnak3. Connection to ON4KST chat does not use telnet, it connects directly to server which allows better integration with Tucnak. Enter your account information in [[Setup#Contest_defaults|Contest defaults]]. Then press Enter. Tucnak will enter username and password. If you have opened contest and all read-write bands belongs to one type of KST chat, tucnak enters also chat number. At end of chat with server Tucnak sets your personal name by command /set name.&lt;br /&gt;
&lt;br /&gt;
After disconnect, you can press Enter again. To manually disconnect, use Kill connection in menu [[Subwins]] or press Ctrl+V then C followed by Enter.&lt;br /&gt;
&lt;br /&gt;
Keys Ctrl+K show dialog:&lt;br /&gt;
[[Image:WkstCallsign.png|none|frame|KST callsign]]&lt;br /&gt;
&lt;br /&gt;
After OK it writes command /CQ CALL into input line.&lt;br /&gt;
&lt;br /&gt;
Keys Alt+K search for previous /CQ command and fill it into input line. Works again like Alt+P with filter.&lt;br /&gt;
&lt;br /&gt;
Right button click is showing context menu. If you click on callsign, it uses callsign under cursor. Otherwise spot sender is used.&lt;br /&gt;
&lt;br /&gt;
[[Image:WkstContext.png|none|frame|KST context menu]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Ask for sked&#039;&#039; - Format message in the form: &amp;quot;GM Claudio, PSE sked .120 on 3cm OK?&amp;quot;. You must have callsign name in [[Files#.7E.2Ftucnak.2Ftucnaknames|Name database]], and set [[Sked#QRG_for_sked|QRG for sked]].&lt;br /&gt;
* &#039;&#039;Select&#039;&#039; - Select callsign - it means it is important for you, spot is colored yellow. Worked calls are displayed in dark yellow&lt;br /&gt;
* &#039;&#039;Hide&#039;&#039; - Hide callsign - spots are displayed dark grey. Use for example for not QRV calls&lt;br /&gt;
* &#039;&#039;Message&#039;&#039; - Same as Ctrl+K&lt;br /&gt;
* &#039;&#039;Info&#039;&#039; - Show [[Call info]] about callsign&lt;br /&gt;
* &#039;&#039;Use&#039;&#039; - Enter call in main band inputline&lt;br /&gt;
&lt;br /&gt;
Left button is same as Select command above.&lt;br /&gt;
&lt;br /&gt;
Long lines are split to fit in the window.&lt;br /&gt;
&lt;br /&gt;
Output of /sh us command is parsed and output is added into [[Files#.7E.2Ftucnak.2Ftucnakcw|C_W]] and [[Files#.7E.2Ftucnak.2Ftucnaknames|Name]] database. Yout must enter command manualy. Files are saved together with other contest files (F2, new QSO enterer or QSO arrived from network).&lt;br /&gt;
&lt;br /&gt;
Note: Tucnak prevents to enter 2-7 numbers to avoid to send contest code to KST. If you have only numeric password, store it in [[Setup#Contest_defaults|Contest defaults]].&lt;br /&gt;
&lt;br /&gt;
==Hotkeys==&lt;br /&gt;
{{:HotkeysKST}}&lt;br /&gt;
&lt;br /&gt;
See also: [[RS and AS in Tucnak]]&lt;br /&gt;
&lt;br /&gt;
==Call Filtering==&lt;br /&gt;
Tucnak runs the command &#039;&#039;&#039;/SH US&#039;&#039;&#039; every five minutes. However, some callsigns are filtered out and not shown in the right-hand list. A callsign may be excluded for one of the following reasons:&lt;br /&gt;
* The callsign has already been worked on the current band&lt;br /&gt;
* The callsign is not QRV on the current band, according to the QRV list&lt;br /&gt;
* The callsign has been manually hidden by the operator&lt;br /&gt;
* The distance exceeds the [RS_and_AS_in_Tucnak#Aircraft_Scatter|maximum QRB for KST]&lt;br /&gt;
* The contest uses WWL multipliers/bonuses and the large 4-character WWL has already been worked&lt;br /&gt;
&lt;br /&gt;
=Shell=&lt;br /&gt;
[[Image:Wshell.png|none|frame|Shell windows]]&lt;br /&gt;
&lt;br /&gt;
You can run here any text-mode command. Good for telnet connection to ON4KST chat, DX cluster or WW-convers. All DX cluster spots are recognized and displayed in DXC window.&lt;br /&gt;
&lt;br /&gt;
Since 3.0 please use specialized windows for [[#KST|ON4KST chat]] and [[#DX Cluster|DX Cluster]].&lt;br /&gt;
&lt;br /&gt;
==Highlighting==&lt;br /&gt;
Tucnak highlights with red color station callsign, operator callsign. Also suffixes when are two or more characters long. You can click on line to enable/disable yellow highlight of all lines containing these calls. Format of lines must be known for tucnak, at this time it recognize DX cluster, ON4KST chat and WW-convers. Worked stations are turned to dark yellow.&lt;br /&gt;
&lt;br /&gt;
=QSOs=&lt;br /&gt;
[[Image:Wqsos.png|none|frame|QSOs window]]&lt;br /&gt;
&lt;br /&gt;
Use cursor keys to move cursor. Press ENTER to [[Edit QSO|edit QSO]]. Press A to see QSOs from all bands.&lt;br /&gt;
&lt;br /&gt;
=HF=&lt;br /&gt;
[[Image:Whf.png|none|frame|HF window]]&lt;br /&gt;
&lt;br /&gt;
This window contains all information needed for HF contest like missing multipliers, rate, band and total score, DXCC info, sunrise/sunset, distance, azimut, calls from master.scp and band map. &lt;br /&gt;
&lt;br /&gt;
For more detailed info look at [[HF contest setup]] page.  &lt;br /&gt;
&lt;br /&gt;
=QRV list=&lt;br /&gt;
&lt;br /&gt;
[[Image:Wqrv.png|none|frame|QRV list]]&lt;br /&gt;
&lt;br /&gt;
Feature for microwaves. Show unworked calls from [[Files#qrv|qrv file]]. You can sort list by any column to see calls which will give you maximal benefit. WKD column means number of QSOs on current band in latest contests. AcKST show time of last activity of station on ON4KST chat. Text is prefilled by source of information but you can enter anything you want.&lt;br /&gt;
&lt;br /&gt;
You must manually prepare list of stations QRV in this contest. Based on last contests or on other source you have. In 2.27-2.34 is support only for qrv list loading. Save support is since 2.35. Recommended way to add your items before contest is:&lt;br /&gt;
# Create new contest&lt;br /&gt;
# Close contest&lt;br /&gt;
# Create or modify file named [[Files#qrv|qrv]] in contest directory&lt;br /&gt;
# Open contest&lt;br /&gt;
&lt;br /&gt;
During contest if you [[Subwin_types#Highlighting|highlight]] call in Shell window, it is added in this window. When you work the station, item disappears. It is possible to delete item if you are sure it not QRV (you see message on chat that rig is broken etc.).&lt;br /&gt;
&lt;br /&gt;
Enter in this window will clear collected qso data and send callsing here as typed by keyboard. Mouse is not used.&lt;br /&gt;
&lt;br /&gt;
=Log=&lt;br /&gt;
[[Image:Wlog.png|none|frame|Log window]]&lt;br /&gt;
&lt;br /&gt;
In this window are various program messages - informations, warnings, errors, talk messages, sked informations, direct ON4KST messages and httpd log. Latests lines are showed on last lines of screen (number can be set in [[Setup#Miscellaneous_options|Misc options]] and saved in [[Files#log|log]] file.&lt;br /&gt;
&lt;br /&gt;
=Player=&lt;br /&gt;
[[Image:Wplayer.png|none|frame|WAV player window]]&lt;br /&gt;
&lt;br /&gt;
Visualization of replayed contest WAV&#039;s. On the top is full file view. Bottom is detailed view of played part of file. &lt;br /&gt;
&lt;br /&gt;
Keys:&lt;br /&gt;
* &#039;&#039;&#039;Left arrow&#039;&#039;&#039; - seek backward 2 secs&lt;br /&gt;
* &#039;&#039;&#039;Right arrow&#039;&#039;&#039; - seek forward 1 sec&lt;br /&gt;
* &#039;&#039;&#039;Down arrow&#039;&#039;&#039; - seek backward 10 secs&lt;br /&gt;
* &#039;&#039;&#039;Up arrow&#039;&#039;&#039; - seek forward 10 secs&lt;br /&gt;
* &#039;&#039;&#039;P&#039;&#039;&#039; or &#039;&#039;&#039;Space&#039;&#039;&#039; - play same file again&lt;br /&gt;
&lt;br /&gt;
=Chart=&lt;br /&gt;
&lt;br /&gt;
[[Image:Wchart.png|frame|none|Chart window]]&lt;br /&gt;
&lt;br /&gt;
Show points versus time progress chart for current band (white). You can press:&lt;br /&gt;
* Insert to choose contest and compare with all bands in this contest&lt;br /&gt;
* Home to add TXT or EDI file from out of contest tree. If you choose edi file, only this file is added. If you choose txt file, Tucnak loads all txt files from choosen directory. &lt;br /&gt;
&lt;br /&gt;
Colour of compare chart is hash of directory name.&lt;br /&gt;
&lt;br /&gt;
Last line are time and points for corresponding point under mouse cursor.&lt;br /&gt;
&lt;br /&gt;
Small square and line down is the operator change mark.&lt;br /&gt;
&lt;br /&gt;
=Sked=&lt;br /&gt;
&lt;br /&gt;
[[Image:Wskeds.png|frame|none|Sked window]]&lt;br /&gt;
&lt;br /&gt;
All skeds for current band sent by [[Sked]] function. Brown rows are worked.&lt;br /&gt;
&lt;br /&gt;
=Talk=&lt;br /&gt;
[[Image:Wtalk.png|none|frame|Talk window]]&lt;br /&gt;
&lt;br /&gt;
Use inputline and sent messages to all other Tucnaks connected together.&lt;br /&gt;
&lt;br /&gt;
=DX Cluster=&lt;br /&gt;
[[Image:Wdxc.png|none|frame|DX cluster window]]&lt;br /&gt;
&lt;br /&gt;
New in 3.01. Layout of window is divided into two parts:&lt;br /&gt;
&lt;br /&gt;
==Spots==&lt;br /&gt;
The left contains traditional spot view in time axis. Without contest all spots are shown. During contest spots are filtered and Tucnak shows spots only on read-write bands. &lt;br /&gt;
&lt;br /&gt;
After start the DXC window is disconnected. For connect, fill your credentials in [[Setup#Contest_defaults|Contest defaults]], activate window and pres Enter. Program tries to login without user interaction. In connected mode Tucnak sends all spot over local network for other instances.&lt;br /&gt;
&lt;br /&gt;
==Bandmap==&lt;br /&gt;
Right side shows bandmap. It shows spots for current band. If you have [[Setup#Rig_options|rig connected]], you can see band map around your frequency. No manual scrolling is possible in current version. Main application window must be at least 98 chars wide to show bandmap.&lt;br /&gt;
&lt;br /&gt;
Frequency colors:&lt;br /&gt;
* white: spot is up to 15 minutes old&lt;br /&gt;
* grey: spot is 15-60 minutes old&lt;br /&gt;
* older spots are deleted&lt;br /&gt;
&lt;br /&gt;
Callsign colors:&lt;br /&gt;
* grey: normal&lt;br /&gt;
* yellow: selected callsign&lt;br /&gt;
* brown: selected worked callsign&lt;br /&gt;
* dark grey: hidden callsign&lt;br /&gt;
&lt;br /&gt;
Please read [[Subwin_types#Highlighting|Highlighting section]].&lt;br /&gt;
&lt;br /&gt;
==Context menu==&lt;br /&gt;
Right button click is showing context menu. If you click on callsign, it uses callsign under cursor. Otherwise spotted station.&lt;br /&gt;
&lt;br /&gt;
[[Image:WdxcContext.png|none|frame|KST context menu]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Select&#039;&#039; - Select callsign - it means it is important for you, spot is colored yellow. Worked calls are displayed in dark yellow&lt;br /&gt;
* &#039;&#039;Hide&#039;&#039; - Hide callsign - spots are displayed dark grey. Use for example for not QRV calls&lt;br /&gt;
* &#039;&#039;Info&#039;&#039; - Show [[Call info]] about callsign&lt;br /&gt;
* &#039;&#039;Use&#039;&#039; - Enter call in main band inputline. If you use [Setup#Rig_options|rig control] it also sets frequency on it.&lt;br /&gt;
&lt;br /&gt;
==Hotkeys==&lt;br /&gt;
{{:HotkeysDXC}}&lt;br /&gt;
&lt;br /&gt;
=Unfinished QSOs=&lt;br /&gt;
[[Image:Wunfi.png|none|frame|Unfinished QSOs window]]&lt;br /&gt;
&lt;br /&gt;
By pressing Alt+U, you can save informations about unfinished QSO for future. Very usable is locator (if copied) or some remark about QRG etc.&lt;br /&gt;
&lt;br /&gt;
=Statistics=&lt;br /&gt;
[[Image:Wstat.png|none|frame|Statistics window]]&lt;br /&gt;
&lt;br /&gt;
Contesnt of windows looks like:&lt;br /&gt;
 &lt;br /&gt;
   Statistics for band 144 MHz&lt;br /&gt;
 ===============================&lt;br /&gt;
 &lt;br /&gt;
 Contest:          III. subregionalni zavod 2012&lt;br /&gt;
 QSOs:             845&lt;br /&gt;
 QSO points:       320228&lt;br /&gt;
 Points:           320228&lt;br /&gt;
 Average pts/QSO:  378.97&lt;br /&gt;
 Average qsop/QSO: 378.97&lt;br /&gt;
 Points/50 QSOs:   20516&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
   WWLs: 103&lt;br /&gt;
 -------------&lt;br /&gt;
 JO31: 20059  39    JO43:  4705   9    JO71:  1965   8    JN15:   872   1    &lt;br /&gt;
 KN04:  9891  13    JN98:  4631  12    JO44:  1905   3    JN68:   865   7    &lt;br /&gt;
 JO32:  9156  16    JO21:  4455   7    JN36:  1858   3    JN56:   841   2    &lt;br /&gt;
 JO51:  8481  30    JO10:  4426   6    JN57:  1828   6    JO77:   832   1    &lt;br /&gt;
 JN95:  7884  13    JN76:  4338  12    JN59:  1774  10    KN27:   811   1    &lt;br /&gt;
 JN89:  7701  32    JO40:  4321  12    JO72:  1725   5    JN66:   785   2    &lt;br /&gt;
 JN99:  7630  22    JO52:  4199  11    KN08:  1632   3    JO82:   782   2    &lt;br /&gt;
 JN48:  6864  20    JN45:  4056   7    KN15:  1601   2    JN62:   780   1    &lt;br /&gt;
 JN37:  6739  13    JO65:  3963   6    JN96:  1528   3    KN28:   780   1    &lt;br /&gt;
 JN55:  6391  13    JO53:  3812   8    KN16:  1496   2    JN18:   767   1    &lt;br /&gt;
 JO62:  6322  19    JO60:  3611  31    KN17:  1473   2    JN34:   738   1    &lt;br /&gt;
 JO50:  5995  27    JN94:  3557   5    KN06:  1423   2    JO45:   729   1    &lt;br /&gt;
 JO30:  5954  12    JO61:  3357  17    JN69:  1381  32    JO11:   728   1    &lt;br /&gt;
 JO41:  5941  14    JN79:  3293  35    JN35:  1348   2    JN83:   698   1    &lt;br /&gt;
 JO22:  5924   9    JN58:  3233  14    JO55:  1330   2    JN63:   681   1    &lt;br /&gt;
 JN54:  5910  10    JN97:  3226   7    JN44:  1260   2    JN53:   668   1    &lt;br /&gt;
 JO42:  5884  13    JN88:  2949  11    JO94:  1229   2    KN18:   634   1    &lt;br /&gt;
 JO70:  5588  41    JN39:  2938   6    KN09:  1168   2    KN19:   625   1    &lt;br /&gt;
 JN65:  5531  12    JN38:  2917   6    JN64:  1126   2    JN84:   595   1    &lt;br /&gt;
 JN85:  5444  11    JO90:  2465   7    JN77:  1116   4    JO81:   594   2    &lt;br /&gt;
 JO20:  5114   8    JN86:  2381   6    JN04:  1111   1    JN74:   564   1    &lt;br /&gt;
 JO33:  5069   8    JN29:  2351   4    JN87:  1100   3    JN46:   504   1    &lt;br /&gt;
 JN49:  4967  14    JO80:  2188  10    KN07:  1024   2    JO74:   502   1    &lt;br /&gt;
 JN75:  4920  11    JO73:  2147   5    JN23:   985   1    JO63:   492   1    &lt;br /&gt;
 JN47:  4848  11    JN27:  2113   3    KN13:   960   1    JN67:   401   2    &lt;br /&gt;
 KN05:  4814   7    JO23:  2072   3    JN78:   889   6    &lt;br /&gt;
 &lt;br /&gt;
   DXCCs: 19&lt;br /&gt;
 -------------&lt;br /&gt;
   DL:112895 326      9A: 17072  33      S5:  7956  20      OE:  3529  15    &lt;br /&gt;
    I: 26992  49       F: 16074  25      ON:  7919  12      SM:  2801   4    &lt;br /&gt;
   OK: 25467 178      OM: 13628  35      YO:  7511  10      E7:  2633   4    &lt;br /&gt;
   PA: 22246  35      HB: 11216  22      HA:  7499  16      UR:  1414   2    &lt;br /&gt;
   YU: 19034  26      SP:  9635  26      OZ:  4707   7    &lt;br /&gt;
 &lt;br /&gt;
   Hours&lt;br /&gt;
 ---------&lt;br /&gt;
 Hours                         Points                          QSOs   AVG pts/QSO&lt;br /&gt;
 14-15: [********************] 22177  :  [********************] 71  :  312  odx OZ2AR/P&lt;br /&gt;
 15-16: [*****************   ] 19070  :  [***************     ] 56  :  340  odx PA5WT&lt;br /&gt;
 16-17: [****************    ] 18007  :  [******************  ] 64  :  281  odx YU7ACO&lt;br /&gt;
 17-18: [**************      ] 16086  :  [************        ] 44  :  365  odx F4EGA&lt;br /&gt;
 18-19: [**************      ] 15960  :  [***********         ] 40  :  399  odx IK4WKU/6&lt;br /&gt;
 19-20: [******************* ] 21195  :  [**************      ] 53  :  399  odx YU5RY&lt;br /&gt;
 20-21: [*************       ] 15162  :  [**********          ] 38  :  399  odx YT7C&lt;br /&gt;
 21-22: [**************      ] 16612  :  [************        ] 44  :  377  odx TM2K&lt;br /&gt;
 22-23: [***************     ] 16640  :  [***********         ] 42  :  396  odx YO2LYN&lt;br /&gt;
 23-24: [**********          ] 11148  :  [*********           ] 33  :  337  odx F6KCP/P&lt;br /&gt;
 00-01: [*****               ]  6631  :  [******              ] 22  :  301  odx HB9G/P&lt;br /&gt;
 01-02: [*****               ]  5734  :  [*****               ] 20  :  286  odx YT4B&lt;br /&gt;
 02-03: [****                ]  4902  :  [***                 ] 13  :  377  odx OM3KHU&lt;br /&gt;
 03-04: [*********           ] 10333  :  [******              ] 24  :  430  odx YT7W&lt;br /&gt;
 04-05: [********            ]  9650  :  [******              ] 24  :  402  odx F6HJO/P&lt;br /&gt;
 05-06: [***********         ] 12924  :  [********            ] 29  :  445  odx YO2LZA/P&lt;br /&gt;
 06-07: [********            ]  9516  :  [*****               ] 20  :  475  odx YP5A/P&lt;br /&gt;
 07-08: [*********           ] 10398  :  [********            ] 29  :  358  odx YU1LA&lt;br /&gt;
 08-09: [****************    ] 18744  :  [***********         ] 41  :  457  odx F1USF&lt;br /&gt;
 09-10: [***************     ] 16696  :  [**********          ] 37  :  451  odx F6IQK&lt;br /&gt;
 10-11: [***********         ] 12994  :  [********            ] 30  :  433  odx SM7GVF&lt;br /&gt;
 11-12: [***********         ] 12482  :  [********            ] 30  :  416  odx ON6ZT&lt;br /&gt;
 12-13: [**********          ] 11978  :  [*******             ] 26  :  460  odx E77ED&lt;br /&gt;
 13-14: [****                ]  5189  :  [****                ] 15  :  345  odx IK1PAG&lt;br /&gt;
 &lt;br /&gt;
   TOP 10 DX QSOs:&lt;br /&gt;
 -------------------&lt;br /&gt;
 F6IQK         JN04IU 1110 km by OK1MZM CWs SSBr&lt;br /&gt;
 F1USF         JN23CN  984 km by OK1NP  SSB&lt;br /&gt;
 YU1LA         KN13DG  959 km by OK1DOL SSB&lt;br /&gt;
 F5KRY/P       JN15XH  871 km by OK1NP  SSB&lt;br /&gt;
 SM7GVF        JO77GA  831 km by OK1NP  SSB&lt;br /&gt;
 YU5RY         KN04RL  814 km by OK1DOL SSB&lt;br /&gt;
 YP5A/P        KN27DM  810 km by OK1DOL SSB&lt;br /&gt;
 YO2LZA/P      KN15FI  806 km by OK1DOL SSB&lt;br /&gt;
 YT4TT         KN04SQ  802 km by OK1DOL SSB&lt;br /&gt;
 TM2K          JO10HE  796 km by OK1DOL SSB&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
You can save contents to the text file by [[Contest#Export_Statistics|Export Statistics]].&lt;br /&gt;
&lt;br /&gt;
=Graphics map=&lt;br /&gt;
[[Image:Wmap.png|none|frame|Graphics polar map]]&lt;br /&gt;
&lt;br /&gt;
This polar map shows state boundaries, worked QSOs, antenna directions and many more. Use cursor arrows or drag mouse to move map. Zoom is done using +, - keys or mouse wheel. &lt;br /&gt;
&lt;br /&gt;
Right mouse click on map shows context menu. It allows turn antenna to current point.&lt;br /&gt;
&lt;br /&gt;
[[Image:MapContextRotar.png|thumb|none|Map context menu]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It also shows [[Rain Scatter]] map.&lt;br /&gt;
&lt;br /&gt;
=Scope=&lt;br /&gt;
[[Image:Wscope.png|none|frame|Scope window]]&lt;br /&gt;
&lt;br /&gt;
This window has more view modes, you can switch between they by Space key. On the top image there is &amp;quot;scope&amp;quot; mode. &lt;br /&gt;
&lt;br /&gt;
In older versions there was also FFT waterfall but now I have problems with the FFTW library so it is disabled until I solve this issue.&lt;br /&gt;
[[Image:WscopeFFT.png|none|frame|Scope window with FFT waterfall]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tucnak shows spectrum and waterfall of recorded/played signal. It uses non-linear filtering described by [http://www.dxatlas.com/Rocky/Advanced.asp VE3NEA]. Space turns scope and FFT modes.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3205</id>
		<title>Changelog</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3205"/>
		<updated>2025-07-21T09:12:53Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=4.69&amp;amp;alpha;=&lt;br /&gt;
* Update date+time after QSONR received&lt;br /&gt;
* Dynamicaly linked libpng and libftdi1 on Windows&lt;br /&gt;
* Removed RTL-SDR from windows build&lt;br /&gt;
* Allow 144 MHz and 432 MHz on EDI import&lt;br /&gt;
* Setup menu cleanup&lt;br /&gt;
* Minimal aircract wingspan filter&lt;br /&gt;
* Airplane details visible in AS info&lt;br /&gt;
&lt;br /&gt;
=4.68=&lt;br /&gt;
2025-04-30&lt;br /&gt;
* Persistent bandwidth during mode change&lt;br /&gt;
* macOS build procedure, TNX to OK7SE&lt;br /&gt;
* Fixed non-GNU strerror_r detection, TNX to SQ2JUL and others&lt;br /&gt;
* Linux reproducible build patch, TNX to DO4RAJ&lt;br /&gt;
&lt;br /&gt;
=4.67=&lt;br /&gt;
2025-02-11&lt;br /&gt;
* Fixed rotar+aircraft map draw&lt;br /&gt;
* CQ delay is entered in seconds with one decimal place&lt;br /&gt;
* CQ delay can be up to 2 minutes&lt;br /&gt;
* Hamlib SSB CQ does not set PTT&lt;br /&gt;
* Linux map mutex fix, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.66=&lt;br /&gt;
2025-02-03&lt;br /&gt;
* Better QSO/beacon/aircraft info in map sidebar&lt;br /&gt;
* Hamlib CW CQ repeat&lt;br /&gt;
* Right strip of map shows QSO, beacon or aircraft info&lt;br /&gt;
* Ctrl + allows font up to 64, updated form text&lt;br /&gt;
* New locator map Alt+I&lt;br /&gt;
&lt;br /&gt;
=4.65=&lt;br /&gt;
2024-12-06&lt;br /&gt;
* Beaconspots.uk database, TNX to G1OGY&lt;br /&gt;
* Libzia configure fix, TNX to DL1JBE&lt;br /&gt;
* SOTA/GMA/FF in Wizard has exctype=free and excname empty&lt;br /&gt;
* AS info in map on right mouse button&lt;br /&gt;
&lt;br /&gt;
=4.64=&lt;br /&gt;
2024-10-16&lt;br /&gt;
* Fixed double sized font, TNX to OK2WO/OE3JPC&lt;br /&gt;
* Distinguish -number in KST user list, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.63=&lt;br /&gt;
2024-09-18&lt;br /&gt;
&lt;br /&gt;
* Signed Tucnak.exe and Windows installer&lt;br /&gt;
* New Android build for Android 5 (API level 21) to Android 14 (API level 34)&lt;br /&gt;
* Fixed Map Home (for photo) without QSOs&lt;br /&gt;
* Map icon larger click area in touch mode, TNX to OK5ZS&lt;br /&gt;
* Zoomin icon fix TNX to OK5ZS&lt;br /&gt;
* rtlsdr under *nix is disabled by default&lt;br /&gt;
&lt;br /&gt;
=4.62=&lt;br /&gt;
2024-07-15&lt;br /&gt;
* Fixed SDL 1.2 build&lt;br /&gt;
* KST SSID up to 5 digits&lt;br /&gt;
&lt;br /&gt;
=4.61=&lt;br /&gt;
2024-07-03&lt;br /&gt;
* Do not set empty rig Device to keep rigctld default address 127.0.0.1:4533&lt;br /&gt;
* Added --without-rtlsdr into configure&lt;br /&gt;
* Debian package is build without librtlsdr (0.6 vs 2.0 binary incompatibility)&lt;br /&gt;
* OE Activity added bands OPQ&lt;br /&gt;
* Removed global Ctrl+K, it conflicts with 10GHz band change, TNX to OZ1FF&lt;br /&gt;
&lt;br /&gt;
=4.60=&lt;br /&gt;
2024-06-18&lt;br /&gt;
* THz (Light) band&lt;br /&gt;
* IARU reg.I ATV contest&lt;br /&gt;
* IARU reg.I MGM contest&lt;br /&gt;
* RTTY changed to MGM&lt;br /&gt;
* Ctrl+K and Alt+K work also in main input line&lt;br /&gt;
* Fixed Band switch value after contest load from network&lt;br /&gt;
* Touch keyboard SDL2 font size fix&lt;br /&gt;
* Touch keyboard SDL2 input fix&lt;br /&gt;
&lt;br /&gt;
=4.59=&lt;br /&gt;
2024-04-11&lt;br /&gt;
* Fixed upgrade/HTTP timeout, TNX to OK1UGE&lt;br /&gt;
* CW word space length fix, TNX to OK1DOL&lt;br /&gt;
* New libSDL 2.30.1 for Windows	builds&lt;br /&gt;
* Always show aircraft provider name&lt;br /&gt;
* Default KST QRB is 910km&lt;br /&gt;
* Aircraft dump1090 support, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.58=&lt;br /&gt;
* Fixed unability to run without admin rights under Windows, TNX to OK7KM, OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.57=&lt;br /&gt;
2024-03-01&lt;br /&gt;
* Next libiconv call fixes, TNX to OK2JTB, M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.56=&lt;br /&gt;
2024-02-27&lt;br /&gt;
* Fixed aircraft.dk error message, TNX to G1OGY&lt;br /&gt;
* Reviewed errno handling, TNX to G1OGY&lt;br /&gt;
* Some libiconv call fixes, TNX to IN3UPQ&lt;br /&gt;
* Next fix for Davac5 udev rules, TNX to OK1ELE&lt;br /&gt;
&lt;br /&gt;
=4.55=&lt;br /&gt;
2024-01-23&lt;br /&gt;
* Return to manualy save the tucnakrc (many many problems with autosave)&lt;br /&gt;
* Linux udev rules for CM108 family (Davac5), TNX to OK1ELE&lt;br /&gt;
* Fixed linux rotar save freeze, TNX to M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.54=&lt;br /&gt;
2024-01-05&lt;br /&gt;
* Removed Dump RW bands and hashes&lt;br /&gt;
* KST QSO phase filter, TNX to OK1MZM&lt;br /&gt;
* Fixed PortAudio device search (hostApi)&lt;br /&gt;
* Fixed PortAudio recording devixe, TNX to OK2WO&lt;br /&gt;
* Fixed Paypal donate, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.53=&lt;br /&gt;
2023-12-17&lt;br /&gt;
* Airscatter.dk feed, TNX to OV3T&lt;br /&gt;
* Donate via PayPal or Buymeacofee&lt;br /&gt;
* Truetype font&lt;br /&gt;
* Centerwwl, OSN credentials null fix&lt;br /&gt;
* MinASL tested on load&lt;br /&gt;
* ASfile fixed unknown wingspan&lt;br /&gt;
* AS print ICAO24 address (ID)&lt;br /&gt;
* Disabled RS Meteox and Wetteronline&lt;br /&gt;
* HTTPS (openssl) under Android&lt;br /&gt;
* Rainviewer timer fix&lt;br /&gt;
* libzia TLS message fix&lt;br /&gt;
&lt;br /&gt;
=4.52=&lt;br /&gt;
2023-11-20&lt;br /&gt;
* Fixed overflow bug in AS options under Linux, TNX to G1OGY&lt;br /&gt;
* Default AS provider is ADSB One&lt;br /&gt;
* Fixed RS SCP dist 310&lt;br /&gt;
* Fixed Linux ttys *printf without arguments&lt;br /&gt;
&lt;br /&gt;
=4.51=&lt;br /&gt;
2023-11-19&lt;br /&gt;
* New option AS Center WWL&lt;br /&gt;
* AS tracking also for remote rotator&lt;br /&gt;
* ADS-B One feed, TNX to G1OGY&lt;br /&gt;
* Optimized file read in AS thread&lt;br /&gt;
* Better HTTP error reporting&lt;br /&gt;
* Fixed Feed filename load in AS options dialog. TNX to OK1ELE&lt;br /&gt;
* Memory leak fixes&lt;br /&gt;
&lt;br /&gt;
=4.50=&lt;br /&gt;
2023-11-18&lt;br /&gt;
* Aircraft file feed returned for planefinder.net&lt;br /&gt;
* Wingspan from icao24, many TNX to G1OGY&lt;br /&gt;
* Fixed wingspan respects imperial units setting&lt;br /&gt;
* Fixed rotars reinit race condition while AC tracking&lt;br /&gt;
* Added configure --without-hidapi&lt;br /&gt;
* OpenSky-network feed&lt;br /&gt;
&lt;br /&gt;
=4.49=&lt;br /&gt;
2023-10-30&lt;br /&gt;
* Fixed config save after window resize&lt;br /&gt;
* Aircraft size, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.48=&lt;br /&gt;
2023-10-15&lt;br /&gt;
* Aircraft scatter changed feed to firefox addon&lt;br /&gt;
* Rig config&lt;br /&gt;
* Fixed oct8tor wait for thread&lt;br /&gt;
* Fixed rig close (unlock filename)&lt;br /&gt;
* Fixed broken rig_handshake_none&lt;br /&gt;
&lt;br /&gt;
=4.47=&lt;br /&gt;
2023-10-04&lt;br /&gt;
* Save PortAudio device names instead of numbers&lt;br /&gt;
* Davac5 full support&lt;br /&gt;
* Fixed oct8tor leaks&lt;br /&gt;
* Removed obsolete hdkeyb support&lt;br /&gt;
* JP90 is in SM5, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.46=&lt;br /&gt;
2023-09-09&lt;br /&gt;
* Fixed memory leaks&lt;br /&gt;
* Fixed AS crash, TNX to OK1UGE and SQ6EMM&lt;br /&gt;
* Fixed subwin save, TNX to OK2SLC&lt;br /&gt;
* Fixed Log lines change, TNX to OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.45=&lt;br /&gt;
2023-08-25&lt;br /&gt;
* QRG for sked saves contest&lt;br /&gt;
* Rig and Rotar poll intervals set to valid values&lt;br /&gt;
* Removed Terminal options&lt;br /&gt;
* Configuration autosave after OK in every setup dialog&lt;br /&gt;
* Map keys (L) only without modifiers (Ctrl)&lt;br /&gt;
* Gain graph redraw after band change&lt;br /&gt;
* Removed floppy autosave&lt;br /&gt;
&lt;br /&gt;
=4.44=&lt;br /&gt;
2023-06-04&lt;br /&gt;
* Save QRG for all bands into contest files&lt;br /&gt;
* Fixed crash bad font size, TNX to OK1MZM&lt;br /&gt;
* Fixed subwin highlight for characters &amp;gt;=0x80&lt;br /&gt;
* Oct8tor support&lt;br /&gt;
* Names and FM Pohar update, TNX to OK4DJ&lt;br /&gt;
* Winkey echoback, TNX to OK4DJ&lt;br /&gt;
* Load from net loads also contest defaults&lt;br /&gt;
* Fixed KST messages (/CQ)&lt;br /&gt;
* Fixed chart redraw after new QSO, TNX to OK2SLC&lt;br /&gt;
* Removed Alt+G&lt;br /&gt;
&lt;br /&gt;
=4.43=&lt;br /&gt;
2023-04-15&lt;br /&gt;
* Initial window type in Change type, TNX to OK2SLC&lt;br /&gt;
* Fixed chart after EDI load, TNX to OK2SLC&lt;br /&gt;
* Fixed: new KST stations are red, TNX to OK1MZM&lt;br /&gt;
* cppcheck warning level fixes&lt;br /&gt;
* Included rotctld.exe&lt;br /&gt;
&lt;br /&gt;
=4.42=&lt;br /&gt;
2023-03-09&lt;br /&gt;
* [CLR] click only on button&lt;br /&gt;
* KST message cleanup, TNX to OK2WO&lt;br /&gt;
* linux xset fix, TNX to OK4DJ&lt;br /&gt;
* HTTP header parse fix, TNX to OK7SE&lt;br /&gt;
* Configure C99 fix, TNX to OK2JRQ&lt;br /&gt;
* Fixed empty RST-S bug, TNX to G1OGY&lt;br /&gt;
* Spy active band (*)&lt;br /&gt;
* Fixed tucnakrc parse&lt;br /&gt;
&lt;br /&gt;
=4.41=&lt;br /&gt;
2023-03-02&lt;br /&gt;
* Display AS in imperial units option&lt;br /&gt;
* Ctrl+S for hamlib/remote rotator stop, TNX to G1OGY&lt;br /&gt;
* Rotar	description up to 8 characters&lt;br /&gt;
* Configure socklen_t fix, TNX to Florian Weimer&lt;br /&gt;
&lt;br /&gt;
=4.40=&lt;br /&gt;
2023-01-07&lt;br /&gt;
* Fixed ADIF import, TNX to OK2WO&lt;br /&gt;
* Fixed keypad double keys and Ctrl +-&lt;br /&gt;
* Removed accidentally create of font18x32.png&lt;br /&gt;
* Robust KST /sh us &lt;br /&gt;
* Limit rit to +-10000 Hz&lt;br /&gt;
&lt;br /&gt;
=4.39=&lt;br /&gt;
2022-12-10&lt;br /&gt;
* ON4KST telnet protocol change&lt;br /&gt;
* Fixed AS download crash, TNX to OK2SLC&lt;br /&gt;
* Fixed keypad on windows (Ctrl +-)&lt;br /&gt;
* Menu triple bar&lt;br /&gt;
&lt;br /&gt;
=4.38=&lt;br /&gt;
2022-11-25&lt;br /&gt;
* ADIF import STX_STRING, SRX_STRING, TNX to DF2ET&lt;br /&gt;
* DARC Worked All Germany Contest, TNX to DF2ET&lt;br /&gt;
* SP activity contest, TNX to SQ6EMM&lt;br /&gt;
* Gentoo build fix, TNX to DL1JBE&lt;br /&gt;
* MMMonVHF instead of EBW&lt;br /&gt;
* USB info about opened Davac and Rotar, TNX to OK1MZM&lt;br /&gt;
* KST full name (including bands) in QSO info&lt;br /&gt;
* Davac reset on startup&lt;br /&gt;
&lt;br /&gt;
=4.37=&lt;br /&gt;
2022-08-30&lt;br /&gt;
* AcKST is now latest activity, not presence&lt;br /&gt;
* Fixed EDI import crash, TNX to OK1MZM&lt;br /&gt;
* Linux lock permission fix, TNX to OK4DJ&lt;br /&gt;
* Fullscreen fix, TNX to OK7KM&lt;br /&gt;
* Allow 4k displays&lt;br /&gt;
* libzia bfd/binutils require fix, TNX to OK2JRQ&lt;br /&gt;
* RST recovery from *.swp&lt;br /&gt;
* ifa_addr == NULL fix, TNX to OK2JRQ&lt;br /&gt;
&lt;br /&gt;
=4.36=&lt;br /&gt;
2022-04-29&lt;br /&gt;
* Mode change from menu, default RST fix, TNX to OK4DJ&lt;br /&gt;
* FM Alt+M accidental CQ fix&lt;br /&gt;
* Argument -c for other tucnakrc&lt;br /&gt;
* Minimal required glib is 2.30&lt;br /&gt;
* Fixed memory leaks discovered by valgrind&lt;br /&gt;
* AS info can use temporary locator, TNX to OK1MZM&lt;br /&gt;
* Fixed czech network info&lt;br /&gt;
* itrm free fix, TNX to Ozkan Sezer&lt;br /&gt;
* zifaces redefinition fix, TNX to Ozkan Sezer&lt;br /&gt;
&lt;br /&gt;
=4.35=&lt;br /&gt;
2022-04-12&lt;br /&gt;
* Italian activity contest, TNX to IU5BON&lt;br /&gt;
* Memory free fix, TNX to IU5BON&lt;br /&gt;
* MacOs/linux interfaces detect, TNX to IU5BON&lt;br /&gt;
* MacOs build fix, TNX to IU5BON&lt;br /&gt;
* Fixed aircraft plural, TNX to IU5HKX&lt;br /&gt;
* IARU band names convert at start&lt;br /&gt;
* IARU band names fix&lt;br /&gt;
* Linux desktop file icon/exec fix, TNX to SQ6EMM&lt;br /&gt;
* DARC XMAS contest, tttype fix, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib configure, TNX to DH5YM&lt;br /&gt;
&lt;br /&gt;
=4.34=&lt;br /&gt;
2021-12-22&lt;br /&gt;
* CW breakable only opt-in&lt;br /&gt;
* RIT read only if supported, TNX to OK1MZM&lt;br /&gt;
* Hamlib voice/morse thread fix, TNX to SQ6EMM&lt;br /&gt;
* Input breaks only repeated CQ, TNX to OZ9GE&lt;br /&gt;
* Minimal rig poll is 100ms, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.33=&lt;br /&gt;
2021-12-12&lt;br /&gt;
* Fixed gcc 10.2 warnings&lt;br /&gt;
* Moon contest 23cm&lt;br /&gt;
* Fixed zserial_close race condition&lt;br /&gt;
* Fixed expedition mode from wizzard, TNX to OK1MZM&lt;br /&gt;
* Rotator offset&lt;br /&gt;
* KST networking partial rewrite&lt;br /&gt;
* Updated KST IP, used without DNS&lt;br /&gt;
* Content-type check in AS, RainViewer&lt;br /&gt;
* Excluded vhfcontestnet&lt;br /&gt;
* Swap recovery keeps date/time, TNX to OK1FIK&lt;br /&gt;
* Code inout breaks CQ, TNX to OK1FIK&lt;br /&gt;
* Infinite rotator beam&lt;br /&gt;
* CW/SSB CQ using Hamlib, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.32=&lt;br /&gt;
2020-09-30&lt;br /&gt;
* Ruhrgebiets Contest, TNX to DF2ET&lt;br /&gt;
* Alt+A crash, TNX to OK2SLC&lt;br /&gt;
* Linux interfaces bug fixed, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.31=&lt;br /&gt;
2020-09-14&lt;br /&gt;
* Hamlib 4.3.1 in windows package :-))&lt;br /&gt;
* IARU band names update, TNX to OK5ZS&lt;br /&gt;
* Linux double Alt+M fix, TNX to IZ3GME&lt;br /&gt;
* Linux winkey timeout fix, TNX to IZ3GME&lt;br /&gt;
* KST messages &amp;quot;CALL MSG&amp;quot; showed in bottom log&lt;br /&gt;
* Fixed border redraw after locator change&lt;br /&gt;
&lt;br /&gt;
=4.30=&lt;br /&gt;
2021-06-29&lt;br /&gt;
* DARC 2m Education Contest in wizzard&lt;br /&gt;
* Rainviewer Web Mercator projection fix&lt;br /&gt;
* AS info above clouds in map&lt;br /&gt;
* AS tracking hysteresis +-1deg&lt;br /&gt;
* Fixed DNS crash&lt;br /&gt;
* Hamlib 4.2 fix, TNX to KF5OIM&lt;br /&gt;
&lt;br /&gt;
=4.29=&lt;br /&gt;
2021-05-23&lt;br /&gt;
* Paleni carodejnic partial support, TNX to OK4DJ&lt;br /&gt;
* ARI DX partial support, TNX to OK4DJ&lt;br /&gt;
* ADIF TX_PWR, TNX DF2ET&lt;br /&gt;
* Airscatter plane tracking by rotator&lt;br /&gt;
* Hamlib rotator elevation and baudrate support&lt;br /&gt;
* Rainviewer support, TNX to RT5D&lt;br /&gt;
* Fixed gnutls error messages&lt;br /&gt;
* KST &amp;amp;amp; -&amp;gt; &amp;amp;&lt;br /&gt;
* Removed qsop_method total_method debug message&lt;br /&gt;
&lt;br /&gt;
=4.28=&lt;br /&gt;
2021-04-21		&lt;br /&gt;
* Fixed meteox load, TNX OK4DJ&lt;br /&gt;
* Map context menu on right click to turn rotator&lt;br /&gt;
* Fixed crash before QSO edit, TNX to OK1PKO&lt;br /&gt;
&lt;br /&gt;
=4.27=&lt;br /&gt;
2021-04-13&lt;br /&gt;
* tucnaknames update, TNX to OK4DJ&lt;br /&gt;
* HTML code in separate columns, TNX to DF2ET&lt;br /&gt;
* DARC Easter Contest, TNX to DF2ET&lt;br /&gt;
* Fixed crash after QSO edit, TNX to OK1ELE&lt;br /&gt;
* Fixed Android 4.1 library order, TNX to OK1PKO&lt;br /&gt;
* Sums across all bands in HTML report, TNX to DF2ET&lt;br /&gt;
* Fixed android locale characters problem&lt;br /&gt;
&lt;br /&gt;
=4.26=&lt;br /&gt;
2021-02-26&lt;br /&gt;
* SOTA and DXC update, TNX to OK2MUF&lt;br /&gt;
* GTK2 -&amp;gt; GTK3 for libzia messagebox&lt;br /&gt;
* Changed i18n generation not to require ISO8859-2 locales&lt;br /&gt;
* Fixed free() bug under Linux, TNX to OK3TV&lt;br /&gt;
* Fixed some problems reported by Valgrind&lt;br /&gt;
* Ctrl+Up/Down arrows emulate PageUp/PageDown&lt;br /&gt;
&lt;br /&gt;
=4.25=&lt;br /&gt;
2021-01-20&lt;br /&gt;
* Moon contest full support (in QTH use minus instead of spaces, only english chars)&lt;br /&gt;
* Fixed Contest Lombardia points&lt;br /&gt;
* TNX to OK5ZS for precise testing&lt;br /&gt;
* chmi.cz fix (HTTPS)&lt;br /&gt;
* TLS (HTTPS) support using GNUTLS&lt;br /&gt;
* Re-arranged Contest options, TNX to OK1MZM&lt;br /&gt;
* Support for contest phases, TNX to OK6RP, OK5ZS&lt;br /&gt;
* STF export, TNX to DF2ET&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* ICAO DB update, TNX to G1OGY&lt;br /&gt;
* Fixed text file load without trailing CRLF, TNX to OK1MZM&lt;br /&gt;
* Fixed ICAO DB, TNX to G1OGY&lt;br /&gt;
* Fixed zsdl variable, TNX to DF2ET&lt;br /&gt;
* SOTA export, TNX to OK2MUF&lt;br /&gt;
* Directory to store logs, TNX to DF2ET&lt;br /&gt;
* Adif ERROR export choices, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.24=&lt;br /&gt;
2020-11-16&lt;br /&gt;
* New Debian maintainer OK3ON&lt;br /&gt;
* Fixed QRV window crash, TNX to OK1MZM&lt;br /&gt;
* Skips wkd WWL in KST list&lt;br /&gt;
* Fixed map update after contest open/close, TNX to OK1MZM&lt;br /&gt;
* Tmpqsos context menu, added infos also for fifo context menu&lt;br /&gt;
* Scatterpoint detect&lt;br /&gt;
* Fixed bug in tmpqsos&lt;br /&gt;
* Renamed A/C to AS&lt;br /&gt;
* Support for SDL2&lt;br /&gt;
* Detected SIOCGIFHWADDR for MacOs, TNX to SQ2JUL&lt;br /&gt;
* Fixed ASCII texts conversion for Android, TNX to OK5ZS&lt;br /&gt;
&lt;br /&gt;
=4.23=&lt;br /&gt;
2020-09-15&lt;br /&gt;
* Fixed crash on file choose (EDI import), TNX to G1OGY&lt;br /&gt;
* R-Contest, TNX to DF2ET&lt;br /&gt;
* BSD style -Wl,-map&lt;br /&gt;
* KST menu to select call when text scrolls fast&lt;br /&gt;
* SDL events in same thread on MacOs, TNX to SQ2JUL&lt;br /&gt;
* ADIF items update, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib rotar &lt;br /&gt;
* Trace hamlib rotars&lt;br /&gt;
* ` toggles split VFOs MAIN/SUB, TNX to OK1FIK&lt;br /&gt;
&lt;br /&gt;
=4.22=&lt;br /&gt;
2020-08-10&lt;br /&gt;
* New hamlib 3.3 in windows package, TNX to OK2WO, OZ9GE&lt;br /&gt;
* Fixed tucnakdw prefixes recognition (SK6), TNX to OZ9GE&lt;br /&gt;
* JO57 is SM6&lt;br /&gt;
* Libzia.pc&lt;br /&gt;
* Increased rotator timeout ranges&lt;br /&gt;
* Replaced obsolete glib macros&lt;br /&gt;
* New config.guess and config.sub for aarch64&lt;br /&gt;
* All c and h files are in utf-8&lt;br /&gt;
* New libbfd macros support&lt;br /&gt;
* Support for detailed tucnakdw, TNX to OK2WO&lt;br /&gt;
* QRG in QSOs window for M7IMF&lt;br /&gt;
* Do not print open hdkeyb error mesage&lt;br /&gt;
* Fixed crash under terminal with long name&lt;br /&gt;
* DARC VHF UHF uW contest, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.21=&lt;br /&gt;
2020-04-21&lt;br /&gt;
* EXC len 20 characters&lt;br /&gt;
* KST message from right click in log (bottom of screen)&lt;br /&gt;
* Rig error message showed&lt;br /&gt;
* Fixed rig device lock&lt;br /&gt;
* COM keying on single pin&lt;br /&gt;
* GCC warning fixes&lt;br /&gt;
* Autoconf obsolete macro remove, TNX to OK2JRQ&lt;br /&gt;
* Some files in UTF-8, TNX to OK2JRQ&lt;br /&gt;
* Next fix for update_deb.sh, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.20=&lt;br /&gt;
2020-01-29&lt;br /&gt;
* Fixed update_deb.sh, TNX to G1OGY&lt;br /&gt;
* GCC-10 fixes, TNX to Robert-André Mauchin&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* WSA multipliers update, TNX to DF2ET&lt;br /&gt;
* Fixed broken libpng.dll, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.19=&lt;br /&gt;
2020-01-10&lt;br /&gt;
* FSF address update, TNX to OK2JRQ&lt;br /&gt;
* WNA multipliers update, TNX to DF2ET&lt;br /&gt;
* HTTP server refresh, TNX to DF2ET&lt;br /&gt;
* K7FRY&#039;s locator map, TNX to G1OGY&lt;br /&gt;
* Different EXC length, TNX to DF2ET&lt;br /&gt;
* Fixes for OpenBSD&lt;br /&gt;
* Some warning fixes&lt;br /&gt;
* MacOS build, TNX to Vitaliy UT4UAZ&lt;br /&gt;
* Fixed build under FreeBSD 12.0&lt;br /&gt;
* Optional exchange in Cabrillo, TNX to DF2ET&lt;br /&gt;
* Fixed msvcr120.dll, TNX to OK1CDJ, OK5ZS  &lt;br /&gt;
&lt;br /&gt;
=4.18=&lt;br /&gt;
2019-09-04&lt;br /&gt;
* Fixed startup crash on Debian i386, TNX G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.17=&lt;br /&gt;
2019-09-01&lt;br /&gt;
* Valid QSO count for OK2WO&lt;br /&gt;
* Changed export extension ADIF-&amp;gt;ADI&lt;br /&gt;
* Fixed wifi interface name under Windows&lt;br /&gt;
* New libpng.dll&lt;br /&gt;
* Removed battery support under Windows&lt;br /&gt;
* Switch to VS2013 (toolset v120_xp)&lt;br /&gt;
* Fixed battery state detection win32&lt;br /&gt;
&lt;br /&gt;
=4.16=&lt;br /&gt;
2019-04-17&lt;br /&gt;
* Removed libusb0 under windows&lt;br /&gt;
* Contest Lombardia support&lt;br /&gt;
* Removed vhfcontest.net support&lt;br /&gt;
* Do not mark DUPE in expedition mode&lt;br /&gt;
&lt;br /&gt;
=4.15=&lt;br /&gt;
2018-11-13&lt;br /&gt;
* Us-ascii strings in Android to prevent charset-relate crash &amp;gt;= 7.0&lt;br /&gt;
* Worked WWLs in map displayed red&lt;br /&gt;
* WWL in KST users list, missing WWL multipliers displayed green&lt;br /&gt;
* SSID support for ON4KST chat&lt;br /&gt;
* PTT tail&lt;br /&gt;
* 59* (numeric keypad) is RST-S, TNX to OK5ZS&lt;br /&gt;
* Updated wetteronline rain map (site change)&lt;br /&gt;
&lt;br /&gt;
=4.14=&lt;br /&gt;
* Quiet mode for soundwrapper&lt;br /&gt;
* Uninstall cleanup on Windows&lt;br /&gt;
* Fixed &amp;quot;QRM&amp;quot; from remote rotator. TNX to OK1XDF&lt;br /&gt;
* Upgraded libftdi to 1.4 under MSVC&lt;br /&gt;
* Back to VS2010 for WinXP&lt;br /&gt;
* Cabrillo EXC indent&lt;br /&gt;
&lt;br /&gt;
=4.13=&lt;br /&gt;
2018-05-06&lt;br /&gt;
* Fixed new gcc warnings&lt;br /&gt;
* KST dark yellow of worked call, also not selected&lt;br /&gt;
* Lowered priority of A/C thread&lt;br /&gt;
* Compute A/C for whole QRV list&lt;br /&gt;
* Fixed crash on Android 7, TNX to OK1USW&lt;br /&gt;
* Fixed KST sort by NR&lt;br /&gt;
* Improved RIG timeout&lt;br /&gt;
* Fixed RIT read from rig&lt;br /&gt;
* MSVC120 (VS1013)&lt;br /&gt;
* Plane type and wingspan in map&lt;br /&gt;
* KST /sh us sent after connect&lt;br /&gt;
* QRV list rework&lt;br /&gt;
* KST QRB filter&lt;br /&gt;
* Ask for sked B&lt;br /&gt;
&lt;br /&gt;
=4.12=&lt;br /&gt;
2018-03-04&lt;br /&gt;
* KST color for station worked on actual band (dark yellow)&lt;br /&gt;
* KST color - station worked on all read-write bands is dark grey&lt;br /&gt;
* Fixed KST A/C info, call with -number &lt;br /&gt;
&lt;br /&gt;
=4.11=&lt;br /&gt;
2017-10-04&lt;br /&gt;
* X-QSO: in cabrillo, TNX to DO2HG&lt;br /&gt;
* German translation of program, TNX to DO2HG&lt;br /&gt;
* ON UBA contest in wizzard, TNX to DO2HG&lt;br /&gt;
* claimed live score to slovhf.net&lt;br /&gt;
* removed KST debug dump, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.10=&lt;br /&gt;
2017-08-30&lt;br /&gt;
* Rainscatter does not show low intensity rain&lt;br /&gt;
* New band multipliers for NAC&lt;br /&gt;
* Fx macros in CW window, TNX to DL5YBZ&lt;br /&gt;
* Fixed rotctld filename, TNX to DL4PD&lt;br /&gt;
* Fixed crash in DXC, TNX to DL4PD&lt;br /&gt;
* Fixed mingw compile&lt;br /&gt;
* Fixed compile errors witout SDL, TNX to OK1CDJ&lt;br /&gt;
&lt;br /&gt;
=4.09=&lt;br /&gt;
2017-02-15&lt;br /&gt;
* Fixed Spy crash, TNX to OK1CT&lt;br /&gt;
* Fixed hamlib rotator, TNX to OZ1CT&lt;br /&gt;
* Fixed update crash, TNX to DJ0QZ&lt;br /&gt;
* Fixed startup crash in text mode&lt;br /&gt;
* Fixes for FreeBSD 10.2&lt;br /&gt;
* Updated WNA/WSA scoring in support files &lt;br /&gt;
&lt;br /&gt;
=4.08=&lt;br /&gt;
2016-08-10&lt;br /&gt;
* Support for Multiplied exchanges&lt;br /&gt;
* Support for WNA and WSA Westphalia Activity&lt;br /&gt;
* DOKs in validated EXCs&lt;br /&gt;
* A/C smaller planes on smaller zoom&lt;br /&gt;
* JA in tucnakdw&lt;br /&gt;
* SDR without SDL&lt;br /&gt;
* Fixed localization crashes in SDL init&lt;br /&gt;
* Rainscatter maps&lt;br /&gt;
* Menu Set Mode for AM/FM/RTTY &lt;br /&gt;
&lt;br /&gt;
=4.07=&lt;br /&gt;
2016-04-29&lt;br /&gt;
* Fixed A/C feed load interrupt under minimal altitude&lt;br /&gt;
* A/C feed URL got from server&lt;br /&gt;
* Fixed text in the &amp;quot;Only digits mean&amp;quot; button &lt;br /&gt;
&lt;br /&gt;
=4.06=&lt;br /&gt;
2016-03-11&lt;br /&gt;
* Summary dialog before vhfcontest.net upload&lt;br /&gt;
* Stats WWL radius&lt;br /&gt;
* Fixed qsoglob in tucnakwiz for SSB Liga &lt;br /&gt;
* Fixed tucnakrc crash after downgrade&lt;br /&gt;
* Fixes for clang 3.5&lt;br /&gt;
* Fixed many rig PTT problems, TNX to G4ZTR&lt;br /&gt;
* Fixed race condition in rig initialization&lt;br /&gt;
* New rig option Force handshake NONE, TNX to G4ZTR&lt;br /&gt;
* Hamlib 3.1~git in windows package&lt;br /&gt;
* Fixed bug in first start in textmode&lt;br /&gt;
* Compile fixes for probably bug in gcc 4.6&lt;br /&gt;
* Support for libftdi 1.0&lt;br /&gt;
* Fixed bug in QSO trace under windows, TNX to SP6LTC &lt;br /&gt;
&lt;br /&gt;
=4.05=&lt;br /&gt;
2015-10-12&lt;br /&gt;
* Koel-Achen contest wizzard and EXC data, TNX to DL4PD&lt;br /&gt;
* Fixed bug in QRB compute JN54KP-JN54KP, TNX to IU4APB&lt;br /&gt;
* Ctrl+Up/Down in bandmap tunes rig to next spot&lt;br /&gt;
* Use in DXC window sets rig frequency&lt;br /&gt;
* Fixed AC start time display, TNX to OK3MAD&lt;br /&gt;
* Inverse display&lt;br /&gt;
* Fixed &amp;quot;ZC4:&amp;quot; bug in tucnakdw, TNX to DL7BST&lt;br /&gt;
* Fixed unifinished QSO without qsonr, TNX to DL7BST&lt;br /&gt;
* DXCC multipliers in HF window&lt;br /&gt;
* Included txt2inc.pl and master.scp, TNX to DL7BST&lt;br /&gt;
&lt;br /&gt;
=4.04=&lt;br /&gt;
2015-08-07&lt;br /&gt;
* Fixed rebuild scripts and libiberty detection&lt;br /&gt;
* Removed Crash test and Int.error test also from v4, TNX to SP2FRY&lt;br /&gt;
* Fixed italian translation, TNX to IK4XQT&lt;br /&gt;
* AC&#039;s sorted in z-order&lt;br /&gt;
* Fixed translations&lt;br /&gt;
&lt;br /&gt;
=4.03=&lt;br /&gt;
2015-06-04&lt;br /&gt;
* RSGB M7 support for G4ZTR&lt;br /&gt;
* Official Tucnak package in Debian, TNX to G8TMV&lt;br /&gt;
* tac2tuc.pl removed from install&lt;br /&gt;
* Modifications of build system to satisfy Debian&#039;s pbuild&lt;br /&gt;
* Fixed menu name, TNX to OZ1PIF&lt;br /&gt;
* Fixed A/C info without known locator&lt;br /&gt;
* Fixed A/C info crash, sw-&amp;gt;zoom was not set &lt;br /&gt;
&lt;br /&gt;
=4.02=&lt;br /&gt;
2015-05-12&lt;br /&gt;
* Fixed A/C freeze under WinXP, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.01=&lt;br /&gt;
2015-05-11&lt;br /&gt;
* Fixed bug in cor recalc on WinXP, TNX to OZ9GE&lt;br /&gt;
* Fixed A/C WWL update, TNX to OK1MZM&lt;br /&gt;
* Fixed update output parse&lt;br /&gt;
&lt;br /&gt;
=4.00=&lt;br /&gt;
* KST dump skip&lt;br /&gt;
* Fixes for development on Jessie&lt;br /&gt;
* Fixed missing WWLs in stats window, tnx to OZ9GE&lt;br /&gt;
* Fixed Sun position jun-sep&lt;br /&gt;
* Talk offline transfer&lt;br /&gt;
* Updated Czech translation&lt;br /&gt;
* Fixed scroll when searching in KST/DXC&lt;br /&gt;
* Fixed QSO hash, can cause bad call highlight in KST/DXC&lt;br /&gt;
* Fixed layout update in text mode after Misc options&lt;br /&gt;
* Fixed and optimized cor recalculation&lt;br /&gt;
* Airplane position is in the center of sign&lt;br /&gt;
* Fixed new format of A/C feed&lt;br /&gt;
* Updated KST server IP list&lt;br /&gt;
* Show ! in DXC when call brings new EXC multiplier&lt;br /&gt;
* Fixed CI-V address, TNX to OK1CDJ&lt;br /&gt;
* Allow up to 4 digits and letters in callsign&lt;br /&gt;
* Fixed crash when adding chart without opened contest, TNX to IZ3GME (ex IW3IKN).&lt;br /&gt;
* Fixed gen-conly script&lt;br /&gt;
* Italian translation, TNX to IK1RAC&lt;br /&gt;
* Anti-aliased qso cross in map&lt;br /&gt;
* Fixed cabrillo frequency and header, TNX to OK1UGE&lt;br /&gt;
* New countries in tucnakdw, TNX to F4CIB &lt;br /&gt;
* Remove branch number from package names&lt;br /&gt;
&lt;br /&gt;
* Fixed lintian errors and some warnings&lt;br /&gt;
* Fixed characters typed with right alt keyboard layout switch&lt;br /&gt;
* Optimized layout of OSK&lt;br /&gt;
* A/C info plot instead of QSO info&lt;br /&gt;
* Crossing A/C are blue&lt;br /&gt;
* Fixed http upload of long files (&amp;gt;cca 100kB)&lt;br /&gt;
* Fixed crash in wiki upload&lt;br /&gt;
* Set higher priority to cwdaemon thread on windows&lt;br /&gt;
* Fixed crash in main_msg_handled (CW:!)&lt;br /&gt;
* Fixed compile with some version of libbfd&lt;br /&gt;
&lt;br /&gt;
=3.28=&lt;br /&gt;
2014-09-29&lt;br /&gt;
* Window highlight searches for whole words&lt;br /&gt;
* Allow to use non-call as operator&lt;br /&gt;
* Fixed too many open files bug in SSB CQ&lt;br /&gt;
* Fixed mediawiki upload credentials&lt;br /&gt;
* Reverse portrait and landscape mode on Android&lt;br /&gt;
* Lower mouse accuracy needed for menu separators and borders, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=3.27=&lt;br /&gt;
2014-08-31&lt;br /&gt;
* Fixed KST A/C map crash, TNX to SP3IYM&lt;br /&gt;
* Fixed crash in vhfcontestnet upload&lt;br /&gt;
* Ask for sked and Message open OSK&lt;br /&gt;
* Fixed Alt+PNK in KST within OSK&lt;br /&gt;
&lt;br /&gt;
=3.26=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Fixed crash in QRV window redraw, TNX to OZ7Z&lt;br /&gt;
&lt;br /&gt;
=3.25=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Reload interfaces button in Network info&lt;br /&gt;
* Spy shows error when contest is long&lt;br /&gt;
* Android notification and service&lt;br /&gt;
* Fixed crash on Android 4.4 KitKat, TNX to my wife Bara&lt;br /&gt;
* Fixed OSK KST Alt+K, Ctrl+K, TNX to OK1MZM&lt;br /&gt;
* Fixed OSK size, OSK close button click area, out of OSK clicks pass, TNX to OK1MZM&lt;br /&gt;
* QRV list create in menu Subwins-&amp;gt;Add contest&lt;br /&gt;
* Wiki report upload to mediawiki site&lt;br /&gt;
* EDI log upload to www.vfhcontest.net&lt;br /&gt;
* Fixed HF Edit QSO bug, TNX to F5NLG&lt;br /&gt;
* Removed Crash test and Int.error test, TNX to DL4DZ&lt;br /&gt;
* hamlib uses win32 api for FUNcube&lt;br /&gt;
* SDR right button drag tunes radio&lt;br /&gt;
* Fixed many SDR bugs&lt;br /&gt;
&lt;br /&gt;
=3.24=&lt;br /&gt;
2014-06-12&lt;br /&gt;
* Experimental support for SDR&lt;br /&gt;
* Fixed wifi UDP negotiation on Android&lt;br /&gt;
* Fixed band change tucnak-&amp;gt;radio&lt;br /&gt;
* Fixed rig lock problem&lt;br /&gt;
* Translate 0xd8 to 0 in KST&lt;br /&gt;
* Fixed spy and contest load when remote node is connected&lt;br /&gt;
* Fixed bad comparison in initialization, TNX to David Binderman&lt;br /&gt;
* Fixed gain display of QTF=8, tnx to OZ9GE&lt;br /&gt;
* Anti-aliased map in HTML/wiki exports and over HTTP&lt;br /&gt;
* Speed up window resizing &lt;br /&gt;
* Remember maximized state under Windows&lt;br /&gt;
* Fixed crash causet by too small application window&lt;br /&gt;
* Bigger font allowed in on screen keyboard&lt;br /&gt;
* Bigger font for higher resolution at startup&lt;br /&gt;
* Window maximized at startup&lt;br /&gt;
* Open web browser with WWL in Call info&lt;br /&gt;
* Do not preload checkboxes in Load from network dialog when loading from same host&lt;br /&gt;
* Autorepeat in OSK&lt;br /&gt;
* Inputline	history works in OSK&lt;br /&gt;
* Show battery state &lt;br /&gt;
* Support for arbitrary category (PSect in EDI)&lt;br /&gt;
* Fixed ftdi_usb_get_strings detection under &#039;nixes and msvc&lt;br /&gt;
* Fixed multipliers in CQSOs EDI line, TNX to OZ1FF&lt;br /&gt;
* Fixes in Scope/FFT window&lt;br /&gt;
* Fixed hamlib configure path&lt;br /&gt;
* Fixed redraw of focus rectangle around window&lt;br /&gt;
&lt;br /&gt;
=3.23=&lt;br /&gt;
2013-12-28&lt;br /&gt;
* New windows icon resolutions&lt;br /&gt;
* Seconds marks in Player window&lt;br /&gt;
* Send locator to KST during connect chat&lt;br /&gt;
* Experimental focus rectangle around window&lt;br /&gt;
* Experimental portrait orientation under Android&lt;br /&gt;
* Support for RSGB M5-type contests&lt;br /&gt;
* Fixed external tucnakwiz load under windows&lt;br /&gt;
* Fixed many SSB CQ and recording issues&lt;br /&gt;
* Fixed FFT redraw after ssbd file format change&lt;br /&gt;
* Fixed wav play fail under Android&lt;br /&gt;
* Accelerated vertical window scroll under Android  &lt;br /&gt;
* Fixed scope window flashing when recording&lt;br /&gt;
* Fixed device lockfile delete&lt;br /&gt;
* Fixed serial port detect under Android&lt;br /&gt;
&lt;br /&gt;
=3.22=&lt;br /&gt;
2013-11-05&lt;br /&gt;
* Serial port detection in Info&lt;br /&gt;
* Battery state in Info&lt;br /&gt;
* Close button in on screen keyboard&lt;br /&gt;
* Drag menu selection by mouse/touch&lt;br /&gt;
* Location update by click on Android&lt;br /&gt;
* Fixed lockfile path on Arch linux, TNX to DF4OR&lt;br /&gt;
* Playing SSB CQ on Android&lt;br /&gt;
* Android API back to 4 (Android 1.6)&lt;br /&gt;
* Fixed shift in on screen keyboard&lt;br /&gt;
* Fixed under cursor nummer-ended call recognition in KST/DXC&lt;br /&gt;
* Fixed spy state request after contest load&lt;br /&gt;
* Fixed screen layout with spy activated&lt;br /&gt;
* Inputline history in touch mode&lt;br /&gt;
* On screen keyboard capslock&lt;br /&gt;
* Fixed settings on Android&lt;br /&gt;
* Save/restore state on Android after apps switch&lt;br /&gt;
* Fixed menu Window-&amp;gt;Open connection&lt;br /&gt;
* On screen keyboard replace Fn with star&lt;br /&gt;
* On screen keyboard swap comma and question mark&lt;br /&gt;
* On screen keyboard shows same case size as it writes&lt;br /&gt;
* Shake on end of scroll in windows&lt;br /&gt;
* Reversed QSO scroll direction, no QSO highlight&lt;br /&gt;
* Faster window scroll in touch mode&lt;br /&gt;
&lt;br /&gt;
=3.21=&lt;br /&gt;
2013-09-03&lt;br /&gt;
* Disable screensaver on Android (off by default)&lt;br /&gt;
* New touch keyboard symbols&lt;br /&gt;
* Geolocation in Info on Android&lt;br /&gt;
* Actual locator in new contest on Android&lt;br /&gt;
* Fixed swap import, TNX to OK1HRA&lt;br /&gt;
* Ignored spy lines in old contest&lt;br /&gt;
* Fixed screen layout after Log lines change&lt;br /&gt;
* Removed &amp;gt;&amp;lt; in A/C result&lt;br /&gt;
* QSOs cursor jumps to last qso when window is activated&lt;br /&gt;
* Scroll in search results in kst and dxc windows&lt;br /&gt;
* Use of call (kst, dxc, sked, qrv) adds call to inputline history&lt;br /&gt;
* Fixed Shift+F3 in contest&lt;br /&gt;
* Set PTT over CAT&lt;br /&gt;
* Fixed rig_open error reporting&lt;br /&gt;
* Get locator also from QRV database&lt;br /&gt;
* Change font in first Contest def dialog&lt;br /&gt;
* Fixed NAC on 70MHz&lt;br /&gt;
* Fixed A/C load (included in 3.20-android)&lt;br /&gt;
&lt;br /&gt;
=3.20=&lt;br /&gt;
2013-06-14&lt;br /&gt;
* Fixed crash after TAB in text mode, tnx to OK1HRA&lt;br /&gt;
* Fixed database load in New contest from net over slow link&lt;br /&gt;
* Fixed negative float number read from tucnakrc&lt;br /&gt;
* rigctl.exe and rigctld.exe in msvc package&lt;br /&gt;
* Hamlib 1.2.15.3-zia in msvc package&lt;br /&gt;
* Fixed tucnakwiz load&lt;br /&gt;
* NAC is also on 70MHz, TNX to OZ1FF&lt;br /&gt;
* Fixed shell close under Win32&lt;br /&gt;
* Fix QRG decimal dots in QRG&lt;br /&gt;
* Rotar description on main screen&lt;br /&gt;
* Select in QRV window &lt;br /&gt;
* Testing support for A/C prediction&lt;br /&gt;
* Fixed Home in Chart window under linux&lt;br /&gt;
* Support for serial numbers for FTDI converters&lt;br /&gt;
* Many fixes and improvements in rig control&lt;br /&gt;
* Fixed crash in file unlock&lt;br /&gt;
* Improved rig trace&lt;br /&gt;
* Alt+F10 maximize/restore window under msvc/mingw&lt;br /&gt;
* Improved settings under msvc&lt;br /&gt;
&lt;br /&gt;
=3.19&lt;br /&gt;
2013-04-28&lt;br /&gt;
* Automake silent rules&lt;br /&gt;
* File libzia*.so.d moved to /usr/lib/libzia&lt;br /&gt;
* Fixed CQ repeat timer, TNX to OK2WO&lt;br /&gt;
* Removed OS Shell in SDL mode, TNX to OK2WO&lt;br /&gt;
* Can select menu item checbox also by mouse/touch&lt;br /&gt;
* Close OSK before DUPE dialog &lt;br /&gt;
* Ctrl+Y clears also OSK inputline&lt;br /&gt;
* Fixed platform trailing &#039;x&#039;&lt;br /&gt;
&lt;br /&gt;
=3.18=&lt;br /&gt;
2013-04-24&lt;br /&gt;
* Initial locator load on android&lt;br /&gt;
* Fixed -d argument under msvc and mings&lt;br /&gt;
* Fixed bug in SWP load (unbelievable, must be here many years)&lt;br /&gt;
* Sndfile is optional&lt;br /&gt;
* Disabled rotar description in menu&lt;br /&gt;
* Update for EEE&lt;br /&gt;
* Again fixed checkbox in Shell menu item&lt;br /&gt;
* Fixed Invalid option message&lt;br /&gt;
* Fixed empty space redraw in text mode&lt;br /&gt;
* Fixed Bad auth message&lt;br /&gt;
* Probably fixed crash of deb&#039;s tucnak on wheezy, TNX to OK1TKP&lt;br /&gt;
* New option No device locks&lt;br /&gt;
* Removed use of deprecated GMemChunk&lt;br /&gt;
* Fixed most of warnings for gcc 4.7&lt;br /&gt;
* Improved sound latency&lt;br /&gt;
* Fixed hamlib debug mode (OR of enabled rigs)&lt;br /&gt;
* Export to text file for KST and DXC windows&lt;br /&gt;
* Dump RW bands and hashes for diagnostics of problem caught in March contest&lt;br /&gt;
* Export as EDI fill operators when field is empty&lt;br /&gt;
* In touch mode screenshot is without keyboard&lt;br /&gt;
* Show stars instead of KST password &lt;br /&gt;
* Distribute RIT over rigs&lt;br /&gt;
* QRG can be entered without contest&lt;br /&gt;
* Experimental support for more rigs&lt;br /&gt;
* Fixed up arrow in QSOs window with Show All on&lt;br /&gt;
* Add contest and Add files menu items in Chart subwin/context menu&lt;br /&gt;
&lt;br /&gt;
=3.17=&lt;br /&gt;
2013-02-25&lt;br /&gt;
* Fixed secondary DXCC prefix recognition&lt;br /&gt;
* Fixed crash in empty QRV list using mouse wheel, TNX to OZ9F&lt;br /&gt;
* Fixed worked QSO color after QSO edit&lt;br /&gt;
* CEPT prefix and suffix sensitive QRV list (tnx to G1OGY)&lt;br /&gt;
* Support for debug info from dynamic libzia&lt;br /&gt;
* Fixed checkbox in Shell menu item&lt;br /&gt;
&lt;br /&gt;
=3.16=&lt;br /&gt;
2013-01-09&lt;br /&gt;
* Winkey over TCP/IP&lt;br /&gt;
* Fixed internal error message, TNX to OK1CDJ&lt;br /&gt;
* Removed QRB QSO check warning&lt;br /&gt;
* DXCC name in call info&lt;br /&gt;
* Enter without contest runs call info&lt;br /&gt;
* Fixed libzia compile --without-gtk&lt;br /&gt;
* Fixed TUCNAK_DEBUG variable (broken since 3.00)&lt;br /&gt;
* Removed support for winkey+davac4 (never 100% working)&lt;br /&gt;
* Fixed unix shell echo without PTY&lt;br /&gt;
* Idea: OSK keeps worked QSO visible&lt;br /&gt;
* Support for libsndfile (no SSB CQ/rec now) under android&lt;br /&gt;
* Support for hamlib under android&lt;br /&gt;
* Confirm call/exc/wwl by mouse click&lt;br /&gt;
* Android key trace&lt;br /&gt;
* Android menu key opens menu&lt;br /&gt;
* Rewritten parts of mouse handling code for drag window scroll&lt;br /&gt;
* In touch mode DXC/KST click always shows context menu&lt;br /&gt;
* Swap ENTER and BS on OS keyboard&lt;br /&gt;
* Released public beta od android&lt;br /&gt;
* Map icons Home, Zoom in, Zoom out&lt;br /&gt;
* Touch control&lt;br /&gt;
* New font 18x32&lt;br /&gt;
* Private release of beta Android&lt;br /&gt;
* Scroll DXC bandmap using Shift+Arrows, PageUp, PageDown, Home&lt;br /&gt;
* Frequency in QRV list takes only needed space&lt;br /&gt;
* Higlighted line in bandmap and qrv list changed from inverse to [...]&lt;br /&gt;
* Polish language file, TNX to SP5QWB&lt;br /&gt;
* Fixed sound type without portaudio&lt;br /&gt;
* Uploaded transitional debian package tucnak2 -&amp;gt; tucnak3&lt;br /&gt;
* Insert in chart window chooses contest instead of file&lt;br /&gt;
* Settings and Info in Help menu (corresponds to -s and -i command line arguments)&lt;br /&gt;
* Improved network contest load with long databases over slow links&lt;br /&gt;
* Re-arranged Network and Trace dialog&lt;br /&gt;
* Fixed remote connect to local host&lt;br /&gt;
* Fixed ] in talk window&lt;br /&gt;
* OK? at end of Ask for sked&lt;br /&gt;
* Fixed crash in wiki export in text mode&lt;br /&gt;
* --with-pkg configure argument&lt;br /&gt;
* Fixed platform and machine type under mingw&lt;br /&gt;
&lt;br /&gt;
=3.15=&lt;br /&gt;
2012-10-25&lt;br /&gt;
* Own update system for deb.i386, deb.amd64 and msvc&lt;br /&gt;
* Inputline history increased to 30 items&lt;br /&gt;
* Right click in title of QRV part of KST window choose optional QRV column&lt;br /&gt;
* When QRV sort is by QTF or KST, the QTF is shown in QRV part of KST window&lt;br /&gt;
* Can clicn to QRV column headers in QRV window to sort items&lt;br /&gt;
* Can click to QRV column headers in KST window to sort items&lt;br /&gt;
* Support for mouse in QRV part of KST window&lt;br /&gt;
* Support for incorrect KST /CQ command recognition &#039;&amp;gt; (0) (CALL) ...&#039;&lt;br /&gt;
* Improved search in KST window (no right move, highlight search pattern)&lt;br /&gt;
* Accidentaly entered 2-7 numbers in KST are processed as contest exchange (RST,NR)&lt;br /&gt;
* Fixed accidental kill when shell terminated under linux&lt;br /&gt;
* Fixed codepage od DNS errors under msc/mingw&lt;br /&gt;
* Fixed socket connected handler in KST, DXC (should not happen in real life)&lt;br /&gt;
* Operator change mark in chart, operator show in title&lt;br /&gt;
* Removed old New from net&lt;br /&gt;
* Removed old spy&lt;br /&gt;
* Mass R-O band set Bands-&amp;gt;Set read-only&lt;br /&gt;
* QRV info showed instead of top log line to save space&lt;br /&gt;
* QRV info show also for dupe&lt;br /&gt;
* Ctrl+L under SDL switches to 24G. Without SDL means terminal redraw.&lt;br /&gt;
* Fixed SSID-calls add to C_W&lt;br /&gt;
* Fixed chart points axis description&lt;br /&gt;
* Changed font for msie in httpd&lt;br /&gt;
&lt;br /&gt;
=3.14=&lt;br /&gt;
2012-10-04&lt;br /&gt;
* Fixed contest load with 0 points&lt;br /&gt;
* Fixed new cty.dat load, tnx to 9A4ZM&lt;br /&gt;
&lt;br /&gt;
=3.13=&lt;br /&gt;
2012-10-03&lt;br /&gt;
* Fixed right click out of windows titles&lt;br /&gt;
* QTF in QRV window right aligned&lt;br /&gt;
* Allow reverse sort in QRV window&lt;br /&gt;
* Fixed crash in New Contest, tnx to SP5QWB&lt;br /&gt;
* Fixed alternative slash key in QRV window, tnx to 9A4ZM&lt;br /&gt;
* Updated cty.dat (2O12L)&lt;br /&gt;
* Libzia-ver.so.d distributet, not working &lt;br /&gt;
&lt;br /&gt;
=3.12=&lt;br /&gt;
2012-10-01&lt;br /&gt;
* Fixed debian build --without-bfd&lt;br /&gt;
* Fixed libzia&#039;s settins include in deb&lt;br /&gt;
* Band multiplier for NAC&lt;br /&gt;
* Alternative priority set to 50 (tucnak2 has 40)&lt;br /&gt;
* Remote host is resolved&lt;br /&gt;
* Fixed resolve error handle under platforms with getaddrinfo&lt;br /&gt;
* Must not enter first two letters of locator (60LJ is JO60LJ for stn. from JN69)&lt;br /&gt;
* Removed direct backtrace from internal_error&lt;br /&gt;
* Fixed tucnak.d and bfd_open path&lt;br /&gt;
* Autosave and floppy save fixes, TNX to OZ7Z&lt;br /&gt;
* Platform and version to crash messageboxes&#039;s titles&lt;br /&gt;
&lt;br /&gt;
=3.11=&lt;br /&gt;
2012-09-21&lt;br /&gt;
* Left click on window tab shows context menu same as Subwins&lt;br /&gt;
* Run mode stat next to WPM indicator&lt;br /&gt;
* New hotkey Ctrl+R (tnx to 9A4ZM)&lt;br /&gt;
* Use speaker hidden under windows&lt;br /&gt;
* Fixed text in tucnak3.desktop&lt;br /&gt;
* QRV list transferred by New From Network&lt;br /&gt;
* Fixed network reconnect when remote is connected&lt;br /&gt;
* Enter in log window adds empty line for &lt;br /&gt;
* Fixed accidental stdin close in winkey/rotator&lt;br /&gt;
* New option net_remote_enable&lt;br /&gt;
* Fixed color of lowercase KST call&lt;br /&gt;
* Removed debugging of P3 command&lt;br /&gt;
* Page Up in QSOs window wraps to end of list, TNX to OK1XDF&lt;br /&gt;
* Fixed heap corruption after twice sf_close() when recording device cannot be opened&lt;br /&gt;
* Binary zloc in libzia/src&lt;br /&gt;
* Deb dependency to libzia of same version&lt;br /&gt;
* Use -release in libzia creation&lt;br /&gt;
&lt;br /&gt;
=3.10=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Removed libbfd from debian build because binutils versions incompatibility&lt;br /&gt;
* Fixed crash after tab in welcome dialog probably only under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.09=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Backtrace uses map file under mingw&lt;br /&gt;
* Updated backtrace for msvc&lt;br /&gt;
* Fixed winkey also under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.08=&lt;br /&gt;
2012-08-14&lt;br /&gt;
* Fixed winkey, TNX to OK1HRA&lt;br /&gt;
* Unhandled Exception under mingw&lt;br /&gt;
* Fixed compile under OpenSuse due broken binutils-devel&lt;br /&gt;
* Platform in window title and on some next places&lt;br /&gt;
* Fixed impout.dll for paralel port under mingw&lt;br /&gt;
* Included settings from libzia&lt;br /&gt;
* Fixed parameter parse (-i) under msvc/mingw&lt;br /&gt;
* Example tucnaknames and tucnakcw in binary&lt;br /&gt;
* Enter in Welcome dialog does not run Language choose&lt;br /&gt;
&lt;br /&gt;
=3.07=&lt;br /&gt;
2012-08-07&lt;br /&gt;
* Can be compiled under mingw, not tested&lt;br /&gt;
* Fixed IPV6 resolving, tnx to CT1DRB&lt;br /&gt;
* Fixed -liberty compile on OpenSuse, tnx to CT1DRB&lt;br /&gt;
* SDL keyboard delay/rate taken from system under MSVC&lt;br /&gt;
* Fixed operator send for Network Info&lt;br /&gt;
* Fixed jump to first QSO in QSOs findow when first fucused&lt;br /&gt;
* Fixed WAV search after Ctrl+P in QSOs window under MSVC&lt;br /&gt;
* $E in default ssbd_template&lt;br /&gt;
* Repeated play in Player window&lt;br /&gt;
* Fixed subwin inputlines position without resize&lt;br /&gt;
* Thread names for debugging&lt;br /&gt;
* Band name in QSO info&lt;br /&gt;
* Suspicious chars ?! are red&lt;br /&gt;
* QSO check after call/locator enter&lt;br /&gt;
* Maybe fixed rig QRG resend after band change &lt;br /&gt;
&lt;br /&gt;
=3.06=&lt;br /&gt;
2012-07-25&lt;br /&gt;
* Probably fixed fftw but not released&lt;br /&gt;
* Msvc version uses Release build to improve speed&lt;br /&gt;
* Fixed X11/putty mouse handle for coordinates&amp;gt;94&lt;br /&gt;
* Fixed RBN call selection in DXC window&lt;br /&gt;
* Fixed background on gnome-terminal&lt;br /&gt;
* Fixed DXC spots in HF window&lt;br /&gt;
* Fixed Shell window under Linux&lt;br /&gt;
* Code cleanup&lt;br /&gt;
* Httpd options dialog&lt;br /&gt;
* Fixed httpd SO_REUSEADDR&lt;br /&gt;
* Fixed DXC spot parse&lt;br /&gt;
&lt;br /&gt;
=3.05=&lt;br /&gt;
2012-07-18&lt;br /&gt;
* Fullscreen Ctrl+F11&lt;br /&gt;
* Font change Ctrl+, Ctrl-, Ctrl0&lt;br /&gt;
* New font 8x13&lt;br /&gt;
* Disabled portaudio in linux build because ubuntu segfault in Pa_Initialize&lt;br /&gt;
* Speedup: calls are not compared using regular expressions&lt;br /&gt;
* Speedup: calls are hold also in hash&lt;br /&gt;
* Oh mistake and Ask for sked in KST window&lt;br /&gt;
* QSOs from all bands in QSOs window&lt;br /&gt;
&lt;br /&gt;
=3.04=&lt;br /&gt;
2012-07-03&lt;br /&gt;
* Fixed Tucnak data.lnk&lt;br /&gt;
* Window title is Tucnak instead of tucnak3&lt;br /&gt;
* New contest from network (flood)&lt;br /&gt;
* New spy method (flood)&lt;br /&gt;
* Fixed operator load from contest files&lt;br /&gt;
* Connection to remote tucnak&lt;br /&gt;
* Kill connection in Subwin menu&lt;br /&gt;
&lt;br /&gt;
=3.03=&lt;br /&gt;
2012-06-18 (R1724)&lt;br /&gt;
* red highlight of 73-like KST messages&lt;br /&gt;
* turn on SSBWAY pin also during CW CQ to allow CQ on more band simultaneously&lt;br /&gt;
* dark yellow calls in subwin only when worked on all read-write bands&lt;br /&gt;
* fixed crash when sdl cannot be initialized&lt;br /&gt;
* kst logged QRV stations from QRV list&lt;br /&gt;
* fixed accidental QRV list sort change when subwin is leaved with Alt+number&lt;br /&gt;
* changed color of qsos and qso gain in map subwin&lt;br /&gt;
* svn version (revision) compiled-in in binary&lt;br /&gt;
* fixed crash after contest wizard, TNX to OK3MAD&lt;br /&gt;
* call selection and right mouse in qrv subwin&lt;br /&gt;
* QSO window does not loose focus when switched to it&lt;br /&gt;
* QSO window does not switch to last QSO when focused&lt;br /&gt;
&lt;br /&gt;
=3.02=&lt;br /&gt;
2012-05-09 (R1637)&lt;br /&gt;
* fixed SSID&#039;ized call info and call use in KST and DXC&lt;br /&gt;
* fixed crash after home key in KST and DXC&lt;br /&gt;
* fixed crash in quicksearch&lt;br /&gt;
* fixed Diskfree text in audio dialog&lt;br /&gt;
* fixed dxc_host delete&lt;br /&gt;
* link with libzia can be static or dynamic&lt;br /&gt;
* fixed new contest crash bug&lt;br /&gt;
&lt;br /&gt;
=3.01=&lt;br /&gt;
2012-05-02&lt;br /&gt;
* fixed fftw sample count handle&lt;br /&gt;
* updated libfftw3 3.3.1 to pl1 for msvc&lt;br /&gt;
* qrg entry in khz (.144300)&lt;br /&gt;
* bandmap in dxc window&lt;br /&gt;
* new key l in map&lt;br /&gt;
* disable screensaver under msvc&lt;br /&gt;
* format of -i&lt;br /&gt;
* libusb in installer&lt;br /&gt;
* fixed time_t 64bit bug, tnx to G1OGY&lt;br /&gt;
* highlighted item in sked window, enter send to worked qso&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* rotator poll interval&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* portautio must be at least version 0.19&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* wider beamwidth in map&lt;br /&gt;
* sked dialog rewrite, removed we_call and skedshift&lt;br /&gt;
* charts are per band&lt;br /&gt;
* loading of txt into chart loads also other bands&lt;br /&gt;
* qso gain in for photo&lt;br /&gt;
* alt+f4 closes tucnak under windows&lt;br /&gt;
* progress indicator during exports and qso check&lt;br /&gt;
* chart points axis value round&lt;br /&gt;
* chart time axis extremes snapped to hours&lt;br /&gt;
* removed charset menu&lt;br /&gt;
* newline adter map image in wiki export&lt;br /&gt;
* fixed portable calls in KST, DXC&lt;br /&gt;
* QRB, QTF in Call info&lt;br /&gt;
* removed Not mounted message when no floppy is defined&lt;br /&gt;
* fixed floppy save under msvc&lt;br /&gt;
&lt;br /&gt;
=3.00=&lt;br /&gt;
* first test - march contest 2012 OK2M&lt;br /&gt;
* change SDL key repeat&lt;br /&gt;
* azimuthal star in map&lt;br /&gt;
* simplyfied first contest options&lt;br /&gt;
* (untested) support for hamlib rotators&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* macro $J&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* kst reads cwdb and namedb from /sh us command&lt;br /&gt;
* double font height&lt;br /&gt;
* readonly flag in bands menu&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
* mast icon in map&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
* common code moved to libzia&lt;br /&gt;
* split header.h into more smaller headers&lt;br /&gt;
* memory allocations only from glib&lt;br /&gt;
* removed cba_t&lt;br /&gt;
* forked v3 &lt;br /&gt;
&lt;br /&gt;
=2.48=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* renamed debian to debian.unofficial&lt;br /&gt;
* removed -lusb, tnx to EA4TV&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* fixed possible pointer shot of &#039;\0&#039; behind last_screen&lt;br /&gt;
&lt;br /&gt;
=2.47=&lt;br /&gt;
2011-02-16&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* fixed band LO freq&lt;br /&gt;
* debian/ updates for Jaime EA4TV&lt;br /&gt;
&lt;br /&gt;
=2.46=&lt;br /&gt;
2011-01-18&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* accpet portaudio options in tucnakrc&lt;br /&gt;
* accept subwin KST(15) as Shell in tucnakrc&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
&lt;br /&gt;
=2.45=&lt;br /&gt;
2011-10-12&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* strip binaries in deb package&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* support for libpng 1.5, tnx to DL1JBE &lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
&lt;br /&gt;
=2.44=&lt;br /&gt;
2011-07-29&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
&lt;br /&gt;
=2.43=&lt;br /&gt;
2011-06-28&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
&lt;br /&gt;
=2.42=&lt;br /&gt;
2011-05-31&lt;br /&gt;
* fixed crash in contest close&lt;br /&gt;
* forked v3&lt;br /&gt;
&lt;br /&gt;
=2.41=&lt;br /&gt;
2011-05-25&lt;br /&gt;
* released as tribute to Douglas Adams. Don&#039;t panic!&lt;br /&gt;
* fixed trace_sock&lt;br /&gt;
* fixed udev script - usb_device -&amp;gt; usb&lt;br /&gt;
* fixed some gcc warnings&lt;br /&gt;
* html/http/wiki exports map and chart as png&lt;br /&gt;
* http server for contest progress presentation&lt;br /&gt;
* changed fifo time format to HH:MM&lt;br /&gt;
* fixed wiki map description&lt;br /&gt;
* fixed volume indicator flicker&lt;br /&gt;
* fixed trace condition&lt;br /&gt;
* show chart files without sdl&lt;br /&gt;
* fixed grid &amp;amp; boundaries in map, tnx to DG6MAN &lt;br /&gt;
* libgpm is disabled by default&lt;br /&gt;
* fixed player and chart windows add&lt;br /&gt;
* fixed network interfaces detect&lt;br /&gt;
* ignored duplicate $GLIB_CFLAGS, $GLIB_LIBS in configure.in&lt;br /&gt;
* new macros in tucnak -s&lt;br /&gt;
&lt;br /&gt;
=2.40=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* added _cv_ in autoconf cached variables&lt;br /&gt;
* updated missing script&lt;br /&gt;
* fixed iconv detection&lt;br /&gt;
* fixed tucnakrc load under WIN32&lt;br /&gt;
* sdev trace&lt;br /&gt;
* trace rewrite&lt;br /&gt;
* split master db into more strings&lt;br /&gt;
* rewritten cbr items choice for OKOM DX&lt;br /&gt;
* compile under msvc and ming but unusable at this time&lt;br /&gt;
* fixed qrv edit/insert (should overwrite another item)&lt;br /&gt;
* added player (and chart) window types in Add subwin&lt;br /&gt;
* removed testing code for Ctrl+P in main inputline&lt;br /&gt;
* experiments with waterfall palette and filtering&lt;br /&gt;
* frequency axis in fft scope&lt;br /&gt;
* frequency argument in soundwrapper for testing&lt;br /&gt;
* tab complete file in file import&lt;br /&gt;
* chart subwin&lt;br /&gt;
* fixed cursor position in inputline history alt+h&lt;br /&gt;
* degree sign in C_W quick search&lt;br /&gt;
* fixed alt+letter in qrv search&lt;br /&gt;
* rig error code instead of qrg&lt;br /&gt;
* changed rig debug level&lt;br /&gt;
* fixed rigs with unsupported rig_get_vfo()&lt;br /&gt;
* +1/-1 alloc bugs detection with --enable-leak-debug&lt;br /&gt;
* fixed qrv insert from keyboard&lt;br /&gt;
* fixed text upcase in qrv insert/edit&lt;br /&gt;
&lt;br /&gt;
=2.39=&lt;br /&gt;
2011-02-25&lt;br /&gt;
* fixed ftdi_context portability between libftdi versions&lt;br /&gt;
* qso gain diagram&lt;br /&gt;
* qrv gain diagram respects worked count&lt;br /&gt;
* qrv item insert&lt;br /&gt;
* qrv item edit&lt;br /&gt;
* new contest loads ~/tucnak/qrv&lt;br /&gt;
* fixed qrv points drawing when mouse move&lt;br /&gt;
&lt;br /&gt;
=2.38=&lt;br /&gt;
2011-02-20&lt;br /&gt;
* fixed bug in map window during contest load&lt;br /&gt;
* fixed memory alloc problem in master db&lt;br /&gt;
* degree sign as hexa constant 0xb0&lt;br /&gt;
* rewritten qrv database&lt;br /&gt;
* fixed master database comment filter&lt;br /&gt;
* increased length of contest option numbers, tnx to RU2FM&lt;br /&gt;
* calls from master database are never deleted&lt;br /&gt;
* fixed contest date in contest options&lt;br /&gt;
* qso check warning if exists remark&lt;br /&gt;
* fixed qsonr in cabrillo output, tnx to OK1HRA&lt;br /&gt;
* fixed avg unit pts/km in wiki and html output&lt;br /&gt;
* fixed compile without various --without combinations&lt;br /&gt;
* removed forgotten font13x24.png create&lt;br /&gt;
* QRG in edit QSO&lt;br /&gt;
* correct size of screenshots in HTML export&lt;br /&gt;
* fixed runmode CQ without hamlib, tnx to DL1JBE&lt;br /&gt;
* fixed Ctrl+3 to Ctrl+9 under SDL&lt;br /&gt;
* wav player seems to be usable&lt;br /&gt;
&lt;br /&gt;
=2.37=&lt;br /&gt;
2010-10-27&lt;br /&gt;
* two letters input moved to unresolved area&lt;br /&gt;
* fixed some minors in runmode, tnx to OK3MAD&lt;br /&gt;
* fixed soundwrapper sound frequency&lt;br /&gt;
* rewritten runmode for A1/MMC&lt;br /&gt;
* fixed runmode CQ only in CW mode (TNX to OK1HRA/TC03W)&lt;br /&gt;
* fixed runmode TU&lt;br /&gt;
* skeleton for wiki publish&lt;br /&gt;
* fixed TU give in run mode&lt;br /&gt;
* &amp;gt; for qrb&amp;gt;average in qsocheck&lt;br /&gt;
* changed delay between hamlib rig calls for slow radios&lt;br /&gt;
* fixed string truncate in inputline insert&lt;br /&gt;
* rig freq read reads from actual VFO&lt;br /&gt;
* rig mode change keeps bandwidth&lt;br /&gt;
* fixed autogive=0&lt;br /&gt;
* expedition mode&lt;br /&gt;
&lt;br /&gt;
=2.36=&lt;br /&gt;
2010-09-27&lt;br /&gt;
* fixed rig ID choose&lt;br /&gt;
* fixed segv in loading of contest with HF window and &amp;gt; 6 active bands&lt;br /&gt;
* do not add &#039;similar call&#039; to qsocheck when this call is also worked&lt;br /&gt;
* set rig handshake to none (default for TS850 is CTS/RTS)&lt;br /&gt;
* set rig timeout to 500ms (480s is unusable)&lt;br /&gt;
* gdb and rigctl under cygwin&lt;br /&gt;
* fixed cygncurses-9 dependency for sh.exe under cygwin&lt;br /&gt;
* updated tucnakdw (4X, ZC4, many UA)&lt;br /&gt;
* improved edit qso time parsing&lt;br /&gt;
* autogive mode after some typed chars&lt;br /&gt;
* macro $B&lt;br /&gt;
* bell sign for character 7 under sdl&lt;br /&gt;
* in macro $I dots are replaced by question marks&lt;br /&gt;
* added baudrate for rig control&lt;br /&gt;
* fixed R9SA parsing as report (tnx to OK1HRA)&lt;br /&gt;
* WAZ and ITU in HF window&lt;br /&gt;
* rewritten exc list in HF window&lt;br /&gt;
* master call database&lt;br /&gt;
* fixed SFI parse&lt;br /&gt;
* &amp;quot;live&amp;quot; QSO list in HF window&lt;br /&gt;
* enlarged layout of HF window&lt;br /&gt;
* updated UA wwls in tucnakdw&lt;br /&gt;
* fixed missing excs display&lt;br /&gt;
* argument -m sets time from master PC&lt;br /&gt;
* &#039;c&#039; key for center screen to QTH&lt;br /&gt;
* &#039;p&#039; key for photo in map&lt;br /&gt;
* fixed second part of CQSOs for method 16&lt;br /&gt;
* summery table with links to bands in html export&lt;br /&gt;
* fixed buffer and period time to ms (was us)&lt;br /&gt;
* similar calls are computed using Levenshtein distance&lt;br /&gt;
* cleared qso check message&lt;br /&gt;
* fixed top10 formatting for qrb&amp;gt;=1000 km&lt;br /&gt;
* reverted to old udev rule style (for lenny)&lt;br /&gt;
* fixed memory leaks in dwdb.c, rotar.c&lt;br /&gt;
&lt;br /&gt;
=2.35=&lt;br /&gt;
2010-06-30&lt;br /&gt;
* fixed crash in fft calculation&lt;br /&gt;
* support for Championnat de France THF&lt;br /&gt;
* alt-j: short access for A/C and M/S cq&lt;br /&gt;
* qrv list save&lt;br /&gt;
* configure checks for make&lt;br /&gt;
* fixed large qso number display in global QSO mode, tnx to DL5YBZ&lt;br /&gt;
* support for prefixes with slash (3D2/C)                                                                               &lt;br /&gt;
* fixed crash after IT9x call (* in prefix in cty.dat), tnx to DL5YBZ &lt;br /&gt;
* fixed $MN macro, tnx to OK1HRA (GL in WPX!)&lt;br /&gt;
* send CW2 and save QSO also after QSONR&lt;br /&gt;
* list import&lt;br /&gt;
* support for odd/even/1st/2nd TX (MS,AERO)&lt;br /&gt;
* fixed suid of soundwrapper&lt;br /&gt;
* updated cty.dat&lt;br /&gt;
* SYSFS{} changed to ATTR{} for new udev versions&lt;br /&gt;
&lt;br /&gt;
=2.34=&lt;br /&gt;
2010-04-26&lt;br /&gt;
* changed time separator from . to :&lt;br /&gt;
* four digits are QSO number, not month and day of month&lt;br /&gt;
* deb package uses suided soundwrapper &lt;br /&gt;
* macro $I&lt;br /&gt;
* fixed statistics calculation after loading of contest   &lt;br /&gt;
* added frequency to adif export&lt;br /&gt;
* fixed exchange output in cabrillo and adif export  &lt;br /&gt;
* changed format of ChangeLog to Mediawiki source format&lt;br /&gt;
* get back generated debian/changelog, it seems we have no DEB maintainer&lt;br /&gt;
&lt;br /&gt;
=2.33=&lt;br /&gt;
2010-02-18&lt;br /&gt;
* fixed usaca multiple names&lt;br /&gt;
* rit clear after qso save in run mode&lt;br /&gt;
* support for ARRL International DX Contest&lt;br /&gt;
* fixed ARRL VHF scoring&lt;br /&gt;
* turned off cq repeat for cwdaemon&lt;br /&gt;
* rig changes: poll interval, mode and band transfer&lt;br /&gt;
&lt;br /&gt;
=2.32=&lt;br /&gt;
2010-02-13&lt;br /&gt;
* cabrillo export for ARRL VHF contests&lt;br /&gt;
* fixed leak debug on AMD64&lt;br /&gt;
* fixed double rig_cleanup()&lt;br /&gt;
* fixed using of non-serial ports in hamlib (f.e. rpc.rigd, type 1901)&lt;br /&gt;
* rover (/R) are not dupe when are in different big wwl&lt;br /&gt;
* fixed EDI properties dialog &lt;br /&gt;
* script for Asus EEE binary and optimized configuration&lt;br /&gt;
* updated tucnakrc (HF bands, windows)&lt;br /&gt;
&lt;br /&gt;
=2.31=&lt;br /&gt;
2010-01-01&lt;br /&gt;
* fixed crash if mode is changed without FFT window. TNX to DF4OR&lt;br /&gt;
* crossmode test in QSO check&lt;br /&gt;
&lt;br /&gt;
=2.30=&lt;br /&gt;
2009-11-30&lt;br /&gt;
* fixed device locking under cygwin, tnx to G1OGY&lt;br /&gt;
&lt;br /&gt;
=2.29=&lt;br /&gt;
2009-11-03&lt;br /&gt;
* fixed corrupted contest date display in Open contest from net &lt;br /&gt;
* fixed tucnakdw; JN89 is in OM	&lt;br /&gt;
* fixed cwdaemon and sdev double freeing &lt;br /&gt;
* recording level has filtered DC &lt;br /&gt;
* CW window holds PTT all time it is opened&lt;br /&gt;
* removed debugging show of 1&#039;s under volume indicator&lt;br /&gt;
* fixed (null) display in empty qrv list&lt;br /&gt;
* speeded up sdl key repeat&lt;br /&gt;
* removed delayed screen redraw&lt;br /&gt;
* fixed KST new call upcase &lt;br /&gt;
* DX network command sends only valid spots, no KST or other garbage&lt;br /&gt;
* fixed rig qrg display (mode switch worked)&lt;br /&gt;
* fixed ebw db import error message&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3204</id>
		<title>Changelog</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3204"/>
		<updated>2025-07-21T09:12:36Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Update date+time after QSONR received&lt;br /&gt;
* Dynamicaly linked libpng and libftdi1 on Windows&lt;br /&gt;
* Removed RTL-SDR from windows build&lt;br /&gt;
* Allow 144 MHz and 432 MHz on EDI import&lt;br /&gt;
* Setup menu cleanup&lt;br /&gt;
* Minimal aircract wingspan filter&lt;br /&gt;
* Airplane details visible in AS info&lt;br /&gt;
&lt;br /&gt;
=4.68=&lt;br /&gt;
2025-04-30&lt;br /&gt;
* Persistent bandwidth during mode change&lt;br /&gt;
* macOS build procedure, TNX to OK7SE&lt;br /&gt;
* Fixed non-GNU strerror_r detection, TNX to SQ2JUL and others&lt;br /&gt;
* Linux reproducible build patch, TNX to DO4RAJ&lt;br /&gt;
&lt;br /&gt;
=4.67=&lt;br /&gt;
2025-02-11&lt;br /&gt;
* Fixed rotar+aircraft map draw&lt;br /&gt;
* CQ delay is entered in seconds with one decimal place&lt;br /&gt;
* CQ delay can be up to 2 minutes&lt;br /&gt;
* Hamlib SSB CQ does not set PTT&lt;br /&gt;
* Linux map mutex fix, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.66=&lt;br /&gt;
2025-02-03&lt;br /&gt;
* Better QSO/beacon/aircraft info in map sidebar&lt;br /&gt;
* Hamlib CW CQ repeat&lt;br /&gt;
* Right strip of map shows QSO, beacon or aircraft info&lt;br /&gt;
* Ctrl + allows font up to 64, updated form text&lt;br /&gt;
* New locator map Alt+I&lt;br /&gt;
&lt;br /&gt;
=4.65=&lt;br /&gt;
2024-12-06&lt;br /&gt;
* Beaconspots.uk database, TNX to G1OGY&lt;br /&gt;
* Libzia configure fix, TNX to DL1JBE&lt;br /&gt;
* SOTA/GMA/FF in Wizard has exctype=free and excname empty&lt;br /&gt;
* AS info in map on right mouse button&lt;br /&gt;
&lt;br /&gt;
=4.64=&lt;br /&gt;
2024-10-16&lt;br /&gt;
* Fixed double sized font, TNX to OK2WO/OE3JPC&lt;br /&gt;
* Distinguish -number in KST user list, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.63=&lt;br /&gt;
2024-09-18&lt;br /&gt;
&lt;br /&gt;
* Signed Tucnak.exe and Windows installer&lt;br /&gt;
* New Android build for Android 5 (API level 21) to Android 14 (API level 34)&lt;br /&gt;
* Fixed Map Home (for photo) without QSOs&lt;br /&gt;
* Map icon larger click area in touch mode, TNX to OK5ZS&lt;br /&gt;
* Zoomin icon fix TNX to OK5ZS&lt;br /&gt;
* rtlsdr under *nix is disabled by default&lt;br /&gt;
&lt;br /&gt;
=4.62=&lt;br /&gt;
2024-07-15&lt;br /&gt;
* Fixed SDL 1.2 build&lt;br /&gt;
* KST SSID up to 5 digits&lt;br /&gt;
&lt;br /&gt;
=4.61=&lt;br /&gt;
2024-07-03&lt;br /&gt;
* Do not set empty rig Device to keep rigctld default address 127.0.0.1:4533&lt;br /&gt;
* Added --without-rtlsdr into configure&lt;br /&gt;
* Debian package is build without librtlsdr (0.6 vs 2.0 binary incompatibility)&lt;br /&gt;
* OE Activity added bands OPQ&lt;br /&gt;
* Removed global Ctrl+K, it conflicts with 10GHz band change, TNX to OZ1FF&lt;br /&gt;
&lt;br /&gt;
=4.60=&lt;br /&gt;
2024-06-18&lt;br /&gt;
* THz (Light) band&lt;br /&gt;
* IARU reg.I ATV contest&lt;br /&gt;
* IARU reg.I MGM contest&lt;br /&gt;
* RTTY changed to MGM&lt;br /&gt;
* Ctrl+K and Alt+K work also in main input line&lt;br /&gt;
* Fixed Band switch value after contest load from network&lt;br /&gt;
* Touch keyboard SDL2 font size fix&lt;br /&gt;
* Touch keyboard SDL2 input fix&lt;br /&gt;
&lt;br /&gt;
=4.59=&lt;br /&gt;
2024-04-11&lt;br /&gt;
* Fixed upgrade/HTTP timeout, TNX to OK1UGE&lt;br /&gt;
* CW word space length fix, TNX to OK1DOL&lt;br /&gt;
* New libSDL 2.30.1 for Windows	builds&lt;br /&gt;
* Always show aircraft provider name&lt;br /&gt;
* Default KST QRB is 910km&lt;br /&gt;
* Aircraft dump1090 support, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.58=&lt;br /&gt;
* Fixed unability to run without admin rights under Windows, TNX to OK7KM, OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.57=&lt;br /&gt;
2024-03-01&lt;br /&gt;
* Next libiconv call fixes, TNX to OK2JTB, M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.56=&lt;br /&gt;
2024-02-27&lt;br /&gt;
* Fixed aircraft.dk error message, TNX to G1OGY&lt;br /&gt;
* Reviewed errno handling, TNX to G1OGY&lt;br /&gt;
* Some libiconv call fixes, TNX to IN3UPQ&lt;br /&gt;
* Next fix for Davac5 udev rules, TNX to OK1ELE&lt;br /&gt;
&lt;br /&gt;
=4.55=&lt;br /&gt;
2024-01-23&lt;br /&gt;
* Return to manualy save the tucnakrc (many many problems with autosave)&lt;br /&gt;
* Linux udev rules for CM108 family (Davac5), TNX to OK1ELE&lt;br /&gt;
* Fixed linux rotar save freeze, TNX to M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.54=&lt;br /&gt;
2024-01-05&lt;br /&gt;
* Removed Dump RW bands and hashes&lt;br /&gt;
* KST QSO phase filter, TNX to OK1MZM&lt;br /&gt;
* Fixed PortAudio device search (hostApi)&lt;br /&gt;
* Fixed PortAudio recording devixe, TNX to OK2WO&lt;br /&gt;
* Fixed Paypal donate, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.53=&lt;br /&gt;
2023-12-17&lt;br /&gt;
* Airscatter.dk feed, TNX to OV3T&lt;br /&gt;
* Donate via PayPal or Buymeacofee&lt;br /&gt;
* Truetype font&lt;br /&gt;
* Centerwwl, OSN credentials null fix&lt;br /&gt;
* MinASL tested on load&lt;br /&gt;
* ASfile fixed unknown wingspan&lt;br /&gt;
* AS print ICAO24 address (ID)&lt;br /&gt;
* Disabled RS Meteox and Wetteronline&lt;br /&gt;
* HTTPS (openssl) under Android&lt;br /&gt;
* Rainviewer timer fix&lt;br /&gt;
* libzia TLS message fix&lt;br /&gt;
&lt;br /&gt;
=4.52=&lt;br /&gt;
2023-11-20&lt;br /&gt;
* Fixed overflow bug in AS options under Linux, TNX to G1OGY&lt;br /&gt;
* Default AS provider is ADSB One&lt;br /&gt;
* Fixed RS SCP dist 310&lt;br /&gt;
* Fixed Linux ttys *printf without arguments&lt;br /&gt;
&lt;br /&gt;
=4.51=&lt;br /&gt;
2023-11-19&lt;br /&gt;
* New option AS Center WWL&lt;br /&gt;
* AS tracking also for remote rotator&lt;br /&gt;
* ADS-B One feed, TNX to G1OGY&lt;br /&gt;
* Optimized file read in AS thread&lt;br /&gt;
* Better HTTP error reporting&lt;br /&gt;
* Fixed Feed filename load in AS options dialog. TNX to OK1ELE&lt;br /&gt;
* Memory leak fixes&lt;br /&gt;
&lt;br /&gt;
=4.50=&lt;br /&gt;
2023-11-18&lt;br /&gt;
* Aircraft file feed returned for planefinder.net&lt;br /&gt;
* Wingspan from icao24, many TNX to G1OGY&lt;br /&gt;
* Fixed wingspan respects imperial units setting&lt;br /&gt;
* Fixed rotars reinit race condition while AC tracking&lt;br /&gt;
* Added configure --without-hidapi&lt;br /&gt;
* OpenSky-network feed&lt;br /&gt;
&lt;br /&gt;
=4.49=&lt;br /&gt;
2023-10-30&lt;br /&gt;
* Fixed config save after window resize&lt;br /&gt;
* Aircraft size, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.48=&lt;br /&gt;
2023-10-15&lt;br /&gt;
* Aircraft scatter changed feed to firefox addon&lt;br /&gt;
* Rig config&lt;br /&gt;
* Fixed oct8tor wait for thread&lt;br /&gt;
* Fixed rig close (unlock filename)&lt;br /&gt;
* Fixed broken rig_handshake_none&lt;br /&gt;
&lt;br /&gt;
=4.47=&lt;br /&gt;
2023-10-04&lt;br /&gt;
* Save PortAudio device names instead of numbers&lt;br /&gt;
* Davac5 full support&lt;br /&gt;
* Fixed oct8tor leaks&lt;br /&gt;
* Removed obsolete hdkeyb support&lt;br /&gt;
* JP90 is in SM5, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.46=&lt;br /&gt;
2023-09-09&lt;br /&gt;
* Fixed memory leaks&lt;br /&gt;
* Fixed AS crash, TNX to OK1UGE and SQ6EMM&lt;br /&gt;
* Fixed subwin save, TNX to OK2SLC&lt;br /&gt;
* Fixed Log lines change, TNX to OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.45=&lt;br /&gt;
2023-08-25&lt;br /&gt;
* QRG for sked saves contest&lt;br /&gt;
* Rig and Rotar poll intervals set to valid values&lt;br /&gt;
* Removed Terminal options&lt;br /&gt;
* Configuration autosave after OK in every setup dialog&lt;br /&gt;
* Map keys (L) only without modifiers (Ctrl)&lt;br /&gt;
* Gain graph redraw after band change&lt;br /&gt;
* Removed floppy autosave&lt;br /&gt;
&lt;br /&gt;
=4.44=&lt;br /&gt;
2023-06-04&lt;br /&gt;
* Save QRG for all bands into contest files&lt;br /&gt;
* Fixed crash bad font size, TNX to OK1MZM&lt;br /&gt;
* Fixed subwin highlight for characters &amp;gt;=0x80&lt;br /&gt;
* Oct8tor support&lt;br /&gt;
* Names and FM Pohar update, TNX to OK4DJ&lt;br /&gt;
* Winkey echoback, TNX to OK4DJ&lt;br /&gt;
* Load from net loads also contest defaults&lt;br /&gt;
* Fixed KST messages (/CQ)&lt;br /&gt;
* Fixed chart redraw after new QSO, TNX to OK2SLC&lt;br /&gt;
* Removed Alt+G&lt;br /&gt;
&lt;br /&gt;
=4.43=&lt;br /&gt;
2023-04-15&lt;br /&gt;
* Initial window type in Change type, TNX to OK2SLC&lt;br /&gt;
* Fixed chart after EDI load, TNX to OK2SLC&lt;br /&gt;
* Fixed: new KST stations are red, TNX to OK1MZM&lt;br /&gt;
* cppcheck warning level fixes&lt;br /&gt;
* Included rotctld.exe&lt;br /&gt;
&lt;br /&gt;
=4.42=&lt;br /&gt;
2023-03-09&lt;br /&gt;
* [CLR] click only on button&lt;br /&gt;
* KST message cleanup, TNX to OK2WO&lt;br /&gt;
* linux xset fix, TNX to OK4DJ&lt;br /&gt;
* HTTP header parse fix, TNX to OK7SE&lt;br /&gt;
* Configure C99 fix, TNX to OK2JRQ&lt;br /&gt;
* Fixed empty RST-S bug, TNX to G1OGY&lt;br /&gt;
* Spy active band (*)&lt;br /&gt;
* Fixed tucnakrc parse&lt;br /&gt;
&lt;br /&gt;
=4.41=&lt;br /&gt;
2023-03-02&lt;br /&gt;
* Display AS in imperial units option&lt;br /&gt;
* Ctrl+S for hamlib/remote rotator stop, TNX to G1OGY&lt;br /&gt;
* Rotar	description up to 8 characters&lt;br /&gt;
* Configure socklen_t fix, TNX to Florian Weimer&lt;br /&gt;
&lt;br /&gt;
=4.40=&lt;br /&gt;
2023-01-07&lt;br /&gt;
* Fixed ADIF import, TNX to OK2WO&lt;br /&gt;
* Fixed keypad double keys and Ctrl +-&lt;br /&gt;
* Removed accidentally create of font18x32.png&lt;br /&gt;
* Robust KST /sh us &lt;br /&gt;
* Limit rit to +-10000 Hz&lt;br /&gt;
&lt;br /&gt;
=4.39=&lt;br /&gt;
2022-12-10&lt;br /&gt;
* ON4KST telnet protocol change&lt;br /&gt;
* Fixed AS download crash, TNX to OK2SLC&lt;br /&gt;
* Fixed keypad on windows (Ctrl +-)&lt;br /&gt;
* Menu triple bar&lt;br /&gt;
&lt;br /&gt;
=4.38=&lt;br /&gt;
2022-11-25&lt;br /&gt;
* ADIF import STX_STRING, SRX_STRING, TNX to DF2ET&lt;br /&gt;
* DARC Worked All Germany Contest, TNX to DF2ET&lt;br /&gt;
* SP activity contest, TNX to SQ6EMM&lt;br /&gt;
* Gentoo build fix, TNX to DL1JBE&lt;br /&gt;
* MMMonVHF instead of EBW&lt;br /&gt;
* USB info about opened Davac and Rotar, TNX to OK1MZM&lt;br /&gt;
* KST full name (including bands) in QSO info&lt;br /&gt;
* Davac reset on startup&lt;br /&gt;
&lt;br /&gt;
=4.37=&lt;br /&gt;
2022-08-30&lt;br /&gt;
* AcKST is now latest activity, not presence&lt;br /&gt;
* Fixed EDI import crash, TNX to OK1MZM&lt;br /&gt;
* Linux lock permission fix, TNX to OK4DJ&lt;br /&gt;
* Fullscreen fix, TNX to OK7KM&lt;br /&gt;
* Allow 4k displays&lt;br /&gt;
* libzia bfd/binutils require fix, TNX to OK2JRQ&lt;br /&gt;
* RST recovery from *.swp&lt;br /&gt;
* ifa_addr == NULL fix, TNX to OK2JRQ&lt;br /&gt;
&lt;br /&gt;
=4.36=&lt;br /&gt;
2022-04-29&lt;br /&gt;
* Mode change from menu, default RST fix, TNX to OK4DJ&lt;br /&gt;
* FM Alt+M accidental CQ fix&lt;br /&gt;
* Argument -c for other tucnakrc&lt;br /&gt;
* Minimal required glib is 2.30&lt;br /&gt;
* Fixed memory leaks discovered by valgrind&lt;br /&gt;
* AS info can use temporary locator, TNX to OK1MZM&lt;br /&gt;
* Fixed czech network info&lt;br /&gt;
* itrm free fix, TNX to Ozkan Sezer&lt;br /&gt;
* zifaces redefinition fix, TNX to Ozkan Sezer&lt;br /&gt;
&lt;br /&gt;
=4.35=&lt;br /&gt;
2022-04-12&lt;br /&gt;
* Italian activity contest, TNX to IU5BON&lt;br /&gt;
* Memory free fix, TNX to IU5BON&lt;br /&gt;
* MacOs/linux interfaces detect, TNX to IU5BON&lt;br /&gt;
* MacOs build fix, TNX to IU5BON&lt;br /&gt;
* Fixed aircraft plural, TNX to IU5HKX&lt;br /&gt;
* IARU band names convert at start&lt;br /&gt;
* IARU band names fix&lt;br /&gt;
* Linux desktop file icon/exec fix, TNX to SQ6EMM&lt;br /&gt;
* DARC XMAS contest, tttype fix, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib configure, TNX to DH5YM&lt;br /&gt;
&lt;br /&gt;
=4.34=&lt;br /&gt;
2021-12-22&lt;br /&gt;
* CW breakable only opt-in&lt;br /&gt;
* RIT read only if supported, TNX to OK1MZM&lt;br /&gt;
* Hamlib voice/morse thread fix, TNX to SQ6EMM&lt;br /&gt;
* Input breaks only repeated CQ, TNX to OZ9GE&lt;br /&gt;
* Minimal rig poll is 100ms, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.33=&lt;br /&gt;
2021-12-12&lt;br /&gt;
* Fixed gcc 10.2 warnings&lt;br /&gt;
* Moon contest 23cm&lt;br /&gt;
* Fixed zserial_close race condition&lt;br /&gt;
* Fixed expedition mode from wizzard, TNX to OK1MZM&lt;br /&gt;
* Rotator offset&lt;br /&gt;
* KST networking partial rewrite&lt;br /&gt;
* Updated KST IP, used without DNS&lt;br /&gt;
* Content-type check in AS, RainViewer&lt;br /&gt;
* Excluded vhfcontestnet&lt;br /&gt;
* Swap recovery keeps date/time, TNX to OK1FIK&lt;br /&gt;
* Code inout breaks CQ, TNX to OK1FIK&lt;br /&gt;
* Infinite rotator beam&lt;br /&gt;
* CW/SSB CQ using Hamlib, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.32=&lt;br /&gt;
2020-09-30&lt;br /&gt;
* Ruhrgebiets Contest, TNX to DF2ET&lt;br /&gt;
* Alt+A crash, TNX to OK2SLC&lt;br /&gt;
* Linux interfaces bug fixed, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.31=&lt;br /&gt;
2020-09-14&lt;br /&gt;
* Hamlib 4.3.1 in windows package :-))&lt;br /&gt;
* IARU band names update, TNX to OK5ZS&lt;br /&gt;
* Linux double Alt+M fix, TNX to IZ3GME&lt;br /&gt;
* Linux winkey timeout fix, TNX to IZ3GME&lt;br /&gt;
* KST messages &amp;quot;CALL MSG&amp;quot; showed in bottom log&lt;br /&gt;
* Fixed border redraw after locator change&lt;br /&gt;
&lt;br /&gt;
=4.30=&lt;br /&gt;
2021-06-29&lt;br /&gt;
* DARC 2m Education Contest in wizzard&lt;br /&gt;
* Rainviewer Web Mercator projection fix&lt;br /&gt;
* AS info above clouds in map&lt;br /&gt;
* AS tracking hysteresis +-1deg&lt;br /&gt;
* Fixed DNS crash&lt;br /&gt;
* Hamlib 4.2 fix, TNX to KF5OIM&lt;br /&gt;
&lt;br /&gt;
=4.29=&lt;br /&gt;
2021-05-23&lt;br /&gt;
* Paleni carodejnic partial support, TNX to OK4DJ&lt;br /&gt;
* ARI DX partial support, TNX to OK4DJ&lt;br /&gt;
* ADIF TX_PWR, TNX DF2ET&lt;br /&gt;
* Airscatter plane tracking by rotator&lt;br /&gt;
* Hamlib rotator elevation and baudrate support&lt;br /&gt;
* Rainviewer support, TNX to RT5D&lt;br /&gt;
* Fixed gnutls error messages&lt;br /&gt;
* KST &amp;amp;amp; -&amp;gt; &amp;amp;&lt;br /&gt;
* Removed qsop_method total_method debug message&lt;br /&gt;
&lt;br /&gt;
=4.28=&lt;br /&gt;
2021-04-21		&lt;br /&gt;
* Fixed meteox load, TNX OK4DJ&lt;br /&gt;
* Map context menu on right click to turn rotator&lt;br /&gt;
* Fixed crash before QSO edit, TNX to OK1PKO&lt;br /&gt;
&lt;br /&gt;
=4.27=&lt;br /&gt;
2021-04-13&lt;br /&gt;
* tucnaknames update, TNX to OK4DJ&lt;br /&gt;
* HTML code in separate columns, TNX to DF2ET&lt;br /&gt;
* DARC Easter Contest, TNX to DF2ET&lt;br /&gt;
* Fixed crash after QSO edit, TNX to OK1ELE&lt;br /&gt;
* Fixed Android 4.1 library order, TNX to OK1PKO&lt;br /&gt;
* Sums across all bands in HTML report, TNX to DF2ET&lt;br /&gt;
* Fixed android locale characters problem&lt;br /&gt;
&lt;br /&gt;
=4.26=&lt;br /&gt;
2021-02-26&lt;br /&gt;
* SOTA and DXC update, TNX to OK2MUF&lt;br /&gt;
* GTK2 -&amp;gt; GTK3 for libzia messagebox&lt;br /&gt;
* Changed i18n generation not to require ISO8859-2 locales&lt;br /&gt;
* Fixed free() bug under Linux, TNX to OK3TV&lt;br /&gt;
* Fixed some problems reported by Valgrind&lt;br /&gt;
* Ctrl+Up/Down arrows emulate PageUp/PageDown&lt;br /&gt;
&lt;br /&gt;
=4.25=&lt;br /&gt;
2021-01-20&lt;br /&gt;
* Moon contest full support (in QTH use minus instead of spaces, only english chars)&lt;br /&gt;
* Fixed Contest Lombardia points&lt;br /&gt;
* TNX to OK5ZS for precise testing&lt;br /&gt;
* chmi.cz fix (HTTPS)&lt;br /&gt;
* TLS (HTTPS) support using GNUTLS&lt;br /&gt;
* Re-arranged Contest options, TNX to OK1MZM&lt;br /&gt;
* Support for contest phases, TNX to OK6RP, OK5ZS&lt;br /&gt;
* STF export, TNX to DF2ET&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* ICAO DB update, TNX to G1OGY&lt;br /&gt;
* Fixed text file load without trailing CRLF, TNX to OK1MZM&lt;br /&gt;
* Fixed ICAO DB, TNX to G1OGY&lt;br /&gt;
* Fixed zsdl variable, TNX to DF2ET&lt;br /&gt;
* SOTA export, TNX to OK2MUF&lt;br /&gt;
* Directory to store logs, TNX to DF2ET&lt;br /&gt;
* Adif ERROR export choices, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.24=&lt;br /&gt;
2020-11-16&lt;br /&gt;
* New Debian maintainer OK3ON&lt;br /&gt;
* Fixed QRV window crash, TNX to OK1MZM&lt;br /&gt;
* Skips wkd WWL in KST list&lt;br /&gt;
* Fixed map update after contest open/close, TNX to OK1MZM&lt;br /&gt;
* Tmpqsos context menu, added infos also for fifo context menu&lt;br /&gt;
* Scatterpoint detect&lt;br /&gt;
* Fixed bug in tmpqsos&lt;br /&gt;
* Renamed A/C to AS&lt;br /&gt;
* Support for SDL2&lt;br /&gt;
* Detected SIOCGIFHWADDR for MacOs, TNX to SQ2JUL&lt;br /&gt;
* Fixed ASCII texts conversion for Android, TNX to OK5ZS&lt;br /&gt;
&lt;br /&gt;
=4.23=&lt;br /&gt;
2020-09-15&lt;br /&gt;
* Fixed crash on file choose (EDI import), TNX to G1OGY&lt;br /&gt;
* R-Contest, TNX to DF2ET&lt;br /&gt;
* BSD style -Wl,-map&lt;br /&gt;
* KST menu to select call when text scrolls fast&lt;br /&gt;
* SDL events in same thread on MacOs, TNX to SQ2JUL&lt;br /&gt;
* ADIF items update, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib rotar &lt;br /&gt;
* Trace hamlib rotars&lt;br /&gt;
* ` toggles split VFOs MAIN/SUB, TNX to OK1FIK&lt;br /&gt;
&lt;br /&gt;
=4.22=&lt;br /&gt;
2020-08-10&lt;br /&gt;
* New hamlib 3.3 in windows package, TNX to OK2WO, OZ9GE&lt;br /&gt;
* Fixed tucnakdw prefixes recognition (SK6), TNX to OZ9GE&lt;br /&gt;
* JO57 is SM6&lt;br /&gt;
* Libzia.pc&lt;br /&gt;
* Increased rotator timeout ranges&lt;br /&gt;
* Replaced obsolete glib macros&lt;br /&gt;
* New config.guess and config.sub for aarch64&lt;br /&gt;
* All c and h files are in utf-8&lt;br /&gt;
* New libbfd macros support&lt;br /&gt;
* Support for detailed tucnakdw, TNX to OK2WO&lt;br /&gt;
* QRG in QSOs window for M7IMF&lt;br /&gt;
* Do not print open hdkeyb error mesage&lt;br /&gt;
* Fixed crash under terminal with long name&lt;br /&gt;
* DARC VHF UHF uW contest, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.21=&lt;br /&gt;
2020-04-21&lt;br /&gt;
* EXC len 20 characters&lt;br /&gt;
* KST message from right click in log (bottom of screen)&lt;br /&gt;
* Rig error message showed&lt;br /&gt;
* Fixed rig device lock&lt;br /&gt;
* COM keying on single pin&lt;br /&gt;
* GCC warning fixes&lt;br /&gt;
* Autoconf obsolete macro remove, TNX to OK2JRQ&lt;br /&gt;
* Some files in UTF-8, TNX to OK2JRQ&lt;br /&gt;
* Next fix for update_deb.sh, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.20=&lt;br /&gt;
2020-01-29&lt;br /&gt;
* Fixed update_deb.sh, TNX to G1OGY&lt;br /&gt;
* GCC-10 fixes, TNX to Robert-André Mauchin&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* WSA multipliers update, TNX to DF2ET&lt;br /&gt;
* Fixed broken libpng.dll, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.19=&lt;br /&gt;
2020-01-10&lt;br /&gt;
* FSF address update, TNX to OK2JRQ&lt;br /&gt;
* WNA multipliers update, TNX to DF2ET&lt;br /&gt;
* HTTP server refresh, TNX to DF2ET&lt;br /&gt;
* K7FRY&#039;s locator map, TNX to G1OGY&lt;br /&gt;
* Different EXC length, TNX to DF2ET&lt;br /&gt;
* Fixes for OpenBSD&lt;br /&gt;
* Some warning fixes&lt;br /&gt;
* MacOS build, TNX to Vitaliy UT4UAZ&lt;br /&gt;
* Fixed build under FreeBSD 12.0&lt;br /&gt;
* Optional exchange in Cabrillo, TNX to DF2ET&lt;br /&gt;
* Fixed msvcr120.dll, TNX to OK1CDJ, OK5ZS  &lt;br /&gt;
&lt;br /&gt;
=4.18=&lt;br /&gt;
2019-09-04&lt;br /&gt;
* Fixed startup crash on Debian i386, TNX G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.17=&lt;br /&gt;
2019-09-01&lt;br /&gt;
* Valid QSO count for OK2WO&lt;br /&gt;
* Changed export extension ADIF-&amp;gt;ADI&lt;br /&gt;
* Fixed wifi interface name under Windows&lt;br /&gt;
* New libpng.dll&lt;br /&gt;
* Removed battery support under Windows&lt;br /&gt;
* Switch to VS2013 (toolset v120_xp)&lt;br /&gt;
* Fixed battery state detection win32&lt;br /&gt;
&lt;br /&gt;
=4.16=&lt;br /&gt;
2019-04-17&lt;br /&gt;
* Removed libusb0 under windows&lt;br /&gt;
* Contest Lombardia support&lt;br /&gt;
* Removed vhfcontest.net support&lt;br /&gt;
* Do not mark DUPE in expedition mode&lt;br /&gt;
&lt;br /&gt;
=4.15=&lt;br /&gt;
2018-11-13&lt;br /&gt;
* Us-ascii strings in Android to prevent charset-relate crash &amp;gt;= 7.0&lt;br /&gt;
* Worked WWLs in map displayed red&lt;br /&gt;
* WWL in KST users list, missing WWL multipliers displayed green&lt;br /&gt;
* SSID support for ON4KST chat&lt;br /&gt;
* PTT tail&lt;br /&gt;
* 59* (numeric keypad) is RST-S, TNX to OK5ZS&lt;br /&gt;
* Updated wetteronline rain map (site change)&lt;br /&gt;
&lt;br /&gt;
=4.14=&lt;br /&gt;
* Quiet mode for soundwrapper&lt;br /&gt;
* Uninstall cleanup on Windows&lt;br /&gt;
* Fixed &amp;quot;QRM&amp;quot; from remote rotator. TNX to OK1XDF&lt;br /&gt;
* Upgraded libftdi to 1.4 under MSVC&lt;br /&gt;
* Back to VS2010 for WinXP&lt;br /&gt;
* Cabrillo EXC indent&lt;br /&gt;
&lt;br /&gt;
=4.13=&lt;br /&gt;
2018-05-06&lt;br /&gt;
* Fixed new gcc warnings&lt;br /&gt;
* KST dark yellow of worked call, also not selected&lt;br /&gt;
* Lowered priority of A/C thread&lt;br /&gt;
* Compute A/C for whole QRV list&lt;br /&gt;
* Fixed crash on Android 7, TNX to OK1USW&lt;br /&gt;
* Fixed KST sort by NR&lt;br /&gt;
* Improved RIG timeout&lt;br /&gt;
* Fixed RIT read from rig&lt;br /&gt;
* MSVC120 (VS1013)&lt;br /&gt;
* Plane type and wingspan in map&lt;br /&gt;
* KST /sh us sent after connect&lt;br /&gt;
* QRV list rework&lt;br /&gt;
* KST QRB filter&lt;br /&gt;
* Ask for sked B&lt;br /&gt;
&lt;br /&gt;
=4.12=&lt;br /&gt;
2018-03-04&lt;br /&gt;
* KST color for station worked on actual band (dark yellow)&lt;br /&gt;
* KST color - station worked on all read-write bands is dark grey&lt;br /&gt;
* Fixed KST A/C info, call with -number &lt;br /&gt;
&lt;br /&gt;
=4.11=&lt;br /&gt;
2017-10-04&lt;br /&gt;
* X-QSO: in cabrillo, TNX to DO2HG&lt;br /&gt;
* German translation of program, TNX to DO2HG&lt;br /&gt;
* ON UBA contest in wizzard, TNX to DO2HG&lt;br /&gt;
* claimed live score to slovhf.net&lt;br /&gt;
* removed KST debug dump, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.10=&lt;br /&gt;
2017-08-30&lt;br /&gt;
* Rainscatter does not show low intensity rain&lt;br /&gt;
* New band multipliers for NAC&lt;br /&gt;
* Fx macros in CW window, TNX to DL5YBZ&lt;br /&gt;
* Fixed rotctld filename, TNX to DL4PD&lt;br /&gt;
* Fixed crash in DXC, TNX to DL4PD&lt;br /&gt;
* Fixed mingw compile&lt;br /&gt;
* Fixed compile errors witout SDL, TNX to OK1CDJ&lt;br /&gt;
&lt;br /&gt;
=4.09=&lt;br /&gt;
2017-02-15&lt;br /&gt;
* Fixed Spy crash, TNX to OK1CT&lt;br /&gt;
* Fixed hamlib rotator, TNX to OZ1CT&lt;br /&gt;
* Fixed update crash, TNX to DJ0QZ&lt;br /&gt;
* Fixed startup crash in text mode&lt;br /&gt;
* Fixes for FreeBSD 10.2&lt;br /&gt;
* Updated WNA/WSA scoring in support files &lt;br /&gt;
&lt;br /&gt;
=4.08=&lt;br /&gt;
2016-08-10&lt;br /&gt;
* Support for Multiplied exchanges&lt;br /&gt;
* Support for WNA and WSA Westphalia Activity&lt;br /&gt;
* DOKs in validated EXCs&lt;br /&gt;
* A/C smaller planes on smaller zoom&lt;br /&gt;
* JA in tucnakdw&lt;br /&gt;
* SDR without SDL&lt;br /&gt;
* Fixed localization crashes in SDL init&lt;br /&gt;
* Rainscatter maps&lt;br /&gt;
* Menu Set Mode for AM/FM/RTTY &lt;br /&gt;
&lt;br /&gt;
=4.07=&lt;br /&gt;
2016-04-29&lt;br /&gt;
* Fixed A/C feed load interrupt under minimal altitude&lt;br /&gt;
* A/C feed URL got from server&lt;br /&gt;
* Fixed text in the &amp;quot;Only digits mean&amp;quot; button &lt;br /&gt;
&lt;br /&gt;
=4.06=&lt;br /&gt;
2016-03-11&lt;br /&gt;
* Summary dialog before vhfcontest.net upload&lt;br /&gt;
* Stats WWL radius&lt;br /&gt;
* Fixed qsoglob in tucnakwiz for SSB Liga &lt;br /&gt;
* Fixed tucnakrc crash after downgrade&lt;br /&gt;
* Fixes for clang 3.5&lt;br /&gt;
* Fixed many rig PTT problems, TNX to G4ZTR&lt;br /&gt;
* Fixed race condition in rig initialization&lt;br /&gt;
* New rig option Force handshake NONE, TNX to G4ZTR&lt;br /&gt;
* Hamlib 3.1~git in windows package&lt;br /&gt;
* Fixed bug in first start in textmode&lt;br /&gt;
* Compile fixes for probably bug in gcc 4.6&lt;br /&gt;
* Support for libftdi 1.0&lt;br /&gt;
* Fixed bug in QSO trace under windows, TNX to SP6LTC &lt;br /&gt;
&lt;br /&gt;
=4.05=&lt;br /&gt;
2015-10-12&lt;br /&gt;
* Koel-Achen contest wizzard and EXC data, TNX to DL4PD&lt;br /&gt;
* Fixed bug in QRB compute JN54KP-JN54KP, TNX to IU4APB&lt;br /&gt;
* Ctrl+Up/Down in bandmap tunes rig to next spot&lt;br /&gt;
* Use in DXC window sets rig frequency&lt;br /&gt;
* Fixed AC start time display, TNX to OK3MAD&lt;br /&gt;
* Inverse display&lt;br /&gt;
* Fixed &amp;quot;ZC4:&amp;quot; bug in tucnakdw, TNX to DL7BST&lt;br /&gt;
* Fixed unifinished QSO without qsonr, TNX to DL7BST&lt;br /&gt;
* DXCC multipliers in HF window&lt;br /&gt;
* Included txt2inc.pl and master.scp, TNX to DL7BST&lt;br /&gt;
&lt;br /&gt;
=4.04=&lt;br /&gt;
2015-08-07&lt;br /&gt;
* Fixed rebuild scripts and libiberty detection&lt;br /&gt;
* Removed Crash test and Int.error test also from v4, TNX to SP2FRY&lt;br /&gt;
* Fixed italian translation, TNX to IK4XQT&lt;br /&gt;
* AC&#039;s sorted in z-order&lt;br /&gt;
* Fixed translations&lt;br /&gt;
&lt;br /&gt;
=4.03=&lt;br /&gt;
2015-06-04&lt;br /&gt;
* RSGB M7 support for G4ZTR&lt;br /&gt;
* Official Tucnak package in Debian, TNX to G8TMV&lt;br /&gt;
* tac2tuc.pl removed from install&lt;br /&gt;
* Modifications of build system to satisfy Debian&#039;s pbuild&lt;br /&gt;
* Fixed menu name, TNX to OZ1PIF&lt;br /&gt;
* Fixed A/C info without known locator&lt;br /&gt;
* Fixed A/C info crash, sw-&amp;gt;zoom was not set &lt;br /&gt;
&lt;br /&gt;
=4.02=&lt;br /&gt;
2015-05-12&lt;br /&gt;
* Fixed A/C freeze under WinXP, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.01=&lt;br /&gt;
2015-05-11&lt;br /&gt;
* Fixed bug in cor recalc on WinXP, TNX to OZ9GE&lt;br /&gt;
* Fixed A/C WWL update, TNX to OK1MZM&lt;br /&gt;
* Fixed update output parse&lt;br /&gt;
&lt;br /&gt;
=4.00=&lt;br /&gt;
* KST dump skip&lt;br /&gt;
* Fixes for development on Jessie&lt;br /&gt;
* Fixed missing WWLs in stats window, tnx to OZ9GE&lt;br /&gt;
* Fixed Sun position jun-sep&lt;br /&gt;
* Talk offline transfer&lt;br /&gt;
* Updated Czech translation&lt;br /&gt;
* Fixed scroll when searching in KST/DXC&lt;br /&gt;
* Fixed QSO hash, can cause bad call highlight in KST/DXC&lt;br /&gt;
* Fixed layout update in text mode after Misc options&lt;br /&gt;
* Fixed and optimized cor recalculation&lt;br /&gt;
* Airplane position is in the center of sign&lt;br /&gt;
* Fixed new format of A/C feed&lt;br /&gt;
* Updated KST server IP list&lt;br /&gt;
* Show ! in DXC when call brings new EXC multiplier&lt;br /&gt;
* Fixed CI-V address, TNX to OK1CDJ&lt;br /&gt;
* Allow up to 4 digits and letters in callsign&lt;br /&gt;
* Fixed crash when adding chart without opened contest, TNX to IZ3GME (ex IW3IKN).&lt;br /&gt;
* Fixed gen-conly script&lt;br /&gt;
* Italian translation, TNX to IK1RAC&lt;br /&gt;
* Anti-aliased qso cross in map&lt;br /&gt;
* Fixed cabrillo frequency and header, TNX to OK1UGE&lt;br /&gt;
* New countries in tucnakdw, TNX to F4CIB &lt;br /&gt;
* Remove branch number from package names&lt;br /&gt;
&lt;br /&gt;
* Fixed lintian errors and some warnings&lt;br /&gt;
* Fixed characters typed with right alt keyboard layout switch&lt;br /&gt;
* Optimized layout of OSK&lt;br /&gt;
* A/C info plot instead of QSO info&lt;br /&gt;
* Crossing A/C are blue&lt;br /&gt;
* Fixed http upload of long files (&amp;gt;cca 100kB)&lt;br /&gt;
* Fixed crash in wiki upload&lt;br /&gt;
* Set higher priority to cwdaemon thread on windows&lt;br /&gt;
* Fixed crash in main_msg_handled (CW:!)&lt;br /&gt;
* Fixed compile with some version of libbfd&lt;br /&gt;
&lt;br /&gt;
=3.28=&lt;br /&gt;
2014-09-29&lt;br /&gt;
* Window highlight searches for whole words&lt;br /&gt;
* Allow to use non-call as operator&lt;br /&gt;
* Fixed too many open files bug in SSB CQ&lt;br /&gt;
* Fixed mediawiki upload credentials&lt;br /&gt;
* Reverse portrait and landscape mode on Android&lt;br /&gt;
* Lower mouse accuracy needed for menu separators and borders, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=3.27=&lt;br /&gt;
2014-08-31&lt;br /&gt;
* Fixed KST A/C map crash, TNX to SP3IYM&lt;br /&gt;
* Fixed crash in vhfcontestnet upload&lt;br /&gt;
* Ask for sked and Message open OSK&lt;br /&gt;
* Fixed Alt+PNK in KST within OSK&lt;br /&gt;
&lt;br /&gt;
=3.26=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Fixed crash in QRV window redraw, TNX to OZ7Z&lt;br /&gt;
&lt;br /&gt;
=3.25=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Reload interfaces button in Network info&lt;br /&gt;
* Spy shows error when contest is long&lt;br /&gt;
* Android notification and service&lt;br /&gt;
* Fixed crash on Android 4.4 KitKat, TNX to my wife Bara&lt;br /&gt;
* Fixed OSK KST Alt+K, Ctrl+K, TNX to OK1MZM&lt;br /&gt;
* Fixed OSK size, OSK close button click area, out of OSK clicks pass, TNX to OK1MZM&lt;br /&gt;
* QRV list create in menu Subwins-&amp;gt;Add contest&lt;br /&gt;
* Wiki report upload to mediawiki site&lt;br /&gt;
* EDI log upload to www.vfhcontest.net&lt;br /&gt;
* Fixed HF Edit QSO bug, TNX to F5NLG&lt;br /&gt;
* Removed Crash test and Int.error test, TNX to DL4DZ&lt;br /&gt;
* hamlib uses win32 api for FUNcube&lt;br /&gt;
* SDR right button drag tunes radio&lt;br /&gt;
* Fixed many SDR bugs&lt;br /&gt;
&lt;br /&gt;
=3.24=&lt;br /&gt;
2014-06-12&lt;br /&gt;
* Experimental support for SDR&lt;br /&gt;
* Fixed wifi UDP negotiation on Android&lt;br /&gt;
* Fixed band change tucnak-&amp;gt;radio&lt;br /&gt;
* Fixed rig lock problem&lt;br /&gt;
* Translate 0xd8 to 0 in KST&lt;br /&gt;
* Fixed spy and contest load when remote node is connected&lt;br /&gt;
* Fixed bad comparison in initialization, TNX to David Binderman&lt;br /&gt;
* Fixed gain display of QTF=8, tnx to OZ9GE&lt;br /&gt;
* Anti-aliased map in HTML/wiki exports and over HTTP&lt;br /&gt;
* Speed up window resizing &lt;br /&gt;
* Remember maximized state under Windows&lt;br /&gt;
* Fixed crash causet by too small application window&lt;br /&gt;
* Bigger font allowed in on screen keyboard&lt;br /&gt;
* Bigger font for higher resolution at startup&lt;br /&gt;
* Window maximized at startup&lt;br /&gt;
* Open web browser with WWL in Call info&lt;br /&gt;
* Do not preload checkboxes in Load from network dialog when loading from same host&lt;br /&gt;
* Autorepeat in OSK&lt;br /&gt;
* Inputline	history works in OSK&lt;br /&gt;
* Show battery state &lt;br /&gt;
* Support for arbitrary category (PSect in EDI)&lt;br /&gt;
* Fixed ftdi_usb_get_strings detection under &#039;nixes and msvc&lt;br /&gt;
* Fixed multipliers in CQSOs EDI line, TNX to OZ1FF&lt;br /&gt;
* Fixes in Scope/FFT window&lt;br /&gt;
* Fixed hamlib configure path&lt;br /&gt;
* Fixed redraw of focus rectangle around window&lt;br /&gt;
&lt;br /&gt;
=3.23=&lt;br /&gt;
2013-12-28&lt;br /&gt;
* New windows icon resolutions&lt;br /&gt;
* Seconds marks in Player window&lt;br /&gt;
* Send locator to KST during connect chat&lt;br /&gt;
* Experimental focus rectangle around window&lt;br /&gt;
* Experimental portrait orientation under Android&lt;br /&gt;
* Support for RSGB M5-type contests&lt;br /&gt;
* Fixed external tucnakwiz load under windows&lt;br /&gt;
* Fixed many SSB CQ and recording issues&lt;br /&gt;
* Fixed FFT redraw after ssbd file format change&lt;br /&gt;
* Fixed wav play fail under Android&lt;br /&gt;
* Accelerated vertical window scroll under Android  &lt;br /&gt;
* Fixed scope window flashing when recording&lt;br /&gt;
* Fixed device lockfile delete&lt;br /&gt;
* Fixed serial port detect under Android&lt;br /&gt;
&lt;br /&gt;
=3.22=&lt;br /&gt;
2013-11-05&lt;br /&gt;
* Serial port detection in Info&lt;br /&gt;
* Battery state in Info&lt;br /&gt;
* Close button in on screen keyboard&lt;br /&gt;
* Drag menu selection by mouse/touch&lt;br /&gt;
* Location update by click on Android&lt;br /&gt;
* Fixed lockfile path on Arch linux, TNX to DF4OR&lt;br /&gt;
* Playing SSB CQ on Android&lt;br /&gt;
* Android API back to 4 (Android 1.6)&lt;br /&gt;
* Fixed shift in on screen keyboard&lt;br /&gt;
* Fixed under cursor nummer-ended call recognition in KST/DXC&lt;br /&gt;
* Fixed spy state request after contest load&lt;br /&gt;
* Fixed screen layout with spy activated&lt;br /&gt;
* Inputline history in touch mode&lt;br /&gt;
* On screen keyboard capslock&lt;br /&gt;
* Fixed settings on Android&lt;br /&gt;
* Save/restore state on Android after apps switch&lt;br /&gt;
* Fixed menu Window-&amp;gt;Open connection&lt;br /&gt;
* On screen keyboard replace Fn with star&lt;br /&gt;
* On screen keyboard swap comma and question mark&lt;br /&gt;
* On screen keyboard shows same case size as it writes&lt;br /&gt;
* Shake on end of scroll in windows&lt;br /&gt;
* Reversed QSO scroll direction, no QSO highlight&lt;br /&gt;
* Faster window scroll in touch mode&lt;br /&gt;
&lt;br /&gt;
=3.21=&lt;br /&gt;
2013-09-03&lt;br /&gt;
* Disable screensaver on Android (off by default)&lt;br /&gt;
* New touch keyboard symbols&lt;br /&gt;
* Geolocation in Info on Android&lt;br /&gt;
* Actual locator in new contest on Android&lt;br /&gt;
* Fixed swap import, TNX to OK1HRA&lt;br /&gt;
* Ignored spy lines in old contest&lt;br /&gt;
* Fixed screen layout after Log lines change&lt;br /&gt;
* Removed &amp;gt;&amp;lt; in A/C result&lt;br /&gt;
* QSOs cursor jumps to last qso when window is activated&lt;br /&gt;
* Scroll in search results in kst and dxc windows&lt;br /&gt;
* Use of call (kst, dxc, sked, qrv) adds call to inputline history&lt;br /&gt;
* Fixed Shift+F3 in contest&lt;br /&gt;
* Set PTT over CAT&lt;br /&gt;
* Fixed rig_open error reporting&lt;br /&gt;
* Get locator also from QRV database&lt;br /&gt;
* Change font in first Contest def dialog&lt;br /&gt;
* Fixed NAC on 70MHz&lt;br /&gt;
* Fixed A/C load (included in 3.20-android)&lt;br /&gt;
&lt;br /&gt;
=3.20=&lt;br /&gt;
2013-06-14&lt;br /&gt;
* Fixed crash after TAB in text mode, tnx to OK1HRA&lt;br /&gt;
* Fixed database load in New contest from net over slow link&lt;br /&gt;
* Fixed negative float number read from tucnakrc&lt;br /&gt;
* rigctl.exe and rigctld.exe in msvc package&lt;br /&gt;
* Hamlib 1.2.15.3-zia in msvc package&lt;br /&gt;
* Fixed tucnakwiz load&lt;br /&gt;
* NAC is also on 70MHz, TNX to OZ1FF&lt;br /&gt;
* Fixed shell close under Win32&lt;br /&gt;
* Fix QRG decimal dots in QRG&lt;br /&gt;
* Rotar description on main screen&lt;br /&gt;
* Select in QRV window &lt;br /&gt;
* Testing support for A/C prediction&lt;br /&gt;
* Fixed Home in Chart window under linux&lt;br /&gt;
* Support for serial numbers for FTDI converters&lt;br /&gt;
* Many fixes and improvements in rig control&lt;br /&gt;
* Fixed crash in file unlock&lt;br /&gt;
* Improved rig trace&lt;br /&gt;
* Alt+F10 maximize/restore window under msvc/mingw&lt;br /&gt;
* Improved settings under msvc&lt;br /&gt;
&lt;br /&gt;
=3.19&lt;br /&gt;
2013-04-28&lt;br /&gt;
* Automake silent rules&lt;br /&gt;
* File libzia*.so.d moved to /usr/lib/libzia&lt;br /&gt;
* Fixed CQ repeat timer, TNX to OK2WO&lt;br /&gt;
* Removed OS Shell in SDL mode, TNX to OK2WO&lt;br /&gt;
* Can select menu item checbox also by mouse/touch&lt;br /&gt;
* Close OSK before DUPE dialog &lt;br /&gt;
* Ctrl+Y clears also OSK inputline&lt;br /&gt;
* Fixed platform trailing &#039;x&#039;&lt;br /&gt;
&lt;br /&gt;
=3.18=&lt;br /&gt;
2013-04-24&lt;br /&gt;
* Initial locator load on android&lt;br /&gt;
* Fixed -d argument under msvc and mings&lt;br /&gt;
* Fixed bug in SWP load (unbelievable, must be here many years)&lt;br /&gt;
* Sndfile is optional&lt;br /&gt;
* Disabled rotar description in menu&lt;br /&gt;
* Update for EEE&lt;br /&gt;
* Again fixed checkbox in Shell menu item&lt;br /&gt;
* Fixed Invalid option message&lt;br /&gt;
* Fixed empty space redraw in text mode&lt;br /&gt;
* Fixed Bad auth message&lt;br /&gt;
* Probably fixed crash of deb&#039;s tucnak on wheezy, TNX to OK1TKP&lt;br /&gt;
* New option No device locks&lt;br /&gt;
* Removed use of deprecated GMemChunk&lt;br /&gt;
* Fixed most of warnings for gcc 4.7&lt;br /&gt;
* Improved sound latency&lt;br /&gt;
* Fixed hamlib debug mode (OR of enabled rigs)&lt;br /&gt;
* Export to text file for KST and DXC windows&lt;br /&gt;
* Dump RW bands and hashes for diagnostics of problem caught in March contest&lt;br /&gt;
* Export as EDI fill operators when field is empty&lt;br /&gt;
* In touch mode screenshot is without keyboard&lt;br /&gt;
* Show stars instead of KST password &lt;br /&gt;
* Distribute RIT over rigs&lt;br /&gt;
* QRG can be entered without contest&lt;br /&gt;
* Experimental support for more rigs&lt;br /&gt;
* Fixed up arrow in QSOs window with Show All on&lt;br /&gt;
* Add contest and Add files menu items in Chart subwin/context menu&lt;br /&gt;
&lt;br /&gt;
=3.17=&lt;br /&gt;
2013-02-25&lt;br /&gt;
* Fixed secondary DXCC prefix recognition&lt;br /&gt;
* Fixed crash in empty QRV list using mouse wheel, TNX to OZ9F&lt;br /&gt;
* Fixed worked QSO color after QSO edit&lt;br /&gt;
* CEPT prefix and suffix sensitive QRV list (tnx to G1OGY)&lt;br /&gt;
* Support for debug info from dynamic libzia&lt;br /&gt;
* Fixed checkbox in Shell menu item&lt;br /&gt;
&lt;br /&gt;
=3.16=&lt;br /&gt;
2013-01-09&lt;br /&gt;
* Winkey over TCP/IP&lt;br /&gt;
* Fixed internal error message, TNX to OK1CDJ&lt;br /&gt;
* Removed QRB QSO check warning&lt;br /&gt;
* DXCC name in call info&lt;br /&gt;
* Enter without contest runs call info&lt;br /&gt;
* Fixed libzia compile --without-gtk&lt;br /&gt;
* Fixed TUCNAK_DEBUG variable (broken since 3.00)&lt;br /&gt;
* Removed support for winkey+davac4 (never 100% working)&lt;br /&gt;
* Fixed unix shell echo without PTY&lt;br /&gt;
* Idea: OSK keeps worked QSO visible&lt;br /&gt;
* Support for libsndfile (no SSB CQ/rec now) under android&lt;br /&gt;
* Support for hamlib under android&lt;br /&gt;
* Confirm call/exc/wwl by mouse click&lt;br /&gt;
* Android key trace&lt;br /&gt;
* Android menu key opens menu&lt;br /&gt;
* Rewritten parts of mouse handling code for drag window scroll&lt;br /&gt;
* In touch mode DXC/KST click always shows context menu&lt;br /&gt;
* Swap ENTER and BS on OS keyboard&lt;br /&gt;
* Released public beta od android&lt;br /&gt;
* Map icons Home, Zoom in, Zoom out&lt;br /&gt;
* Touch control&lt;br /&gt;
* New font 18x32&lt;br /&gt;
* Private release of beta Android&lt;br /&gt;
* Scroll DXC bandmap using Shift+Arrows, PageUp, PageDown, Home&lt;br /&gt;
* Frequency in QRV list takes only needed space&lt;br /&gt;
* Higlighted line in bandmap and qrv list changed from inverse to [...]&lt;br /&gt;
* Polish language file, TNX to SP5QWB&lt;br /&gt;
* Fixed sound type without portaudio&lt;br /&gt;
* Uploaded transitional debian package tucnak2 -&amp;gt; tucnak3&lt;br /&gt;
* Insert in chart window chooses contest instead of file&lt;br /&gt;
* Settings and Info in Help menu (corresponds to -s and -i command line arguments)&lt;br /&gt;
* Improved network contest load with long databases over slow links&lt;br /&gt;
* Re-arranged Network and Trace dialog&lt;br /&gt;
* Fixed remote connect to local host&lt;br /&gt;
* Fixed ] in talk window&lt;br /&gt;
* OK? at end of Ask for sked&lt;br /&gt;
* Fixed crash in wiki export in text mode&lt;br /&gt;
* --with-pkg configure argument&lt;br /&gt;
* Fixed platform and machine type under mingw&lt;br /&gt;
&lt;br /&gt;
=3.15=&lt;br /&gt;
2012-10-25&lt;br /&gt;
* Own update system for deb.i386, deb.amd64 and msvc&lt;br /&gt;
* Inputline history increased to 30 items&lt;br /&gt;
* Right click in title of QRV part of KST window choose optional QRV column&lt;br /&gt;
* When QRV sort is by QTF or KST, the QTF is shown in QRV part of KST window&lt;br /&gt;
* Can clicn to QRV column headers in QRV window to sort items&lt;br /&gt;
* Can click to QRV column headers in KST window to sort items&lt;br /&gt;
* Support for mouse in QRV part of KST window&lt;br /&gt;
* Support for incorrect KST /CQ command recognition &#039;&amp;gt; (0) (CALL) ...&#039;&lt;br /&gt;
* Improved search in KST window (no right move, highlight search pattern)&lt;br /&gt;
* Accidentaly entered 2-7 numbers in KST are processed as contest exchange (RST,NR)&lt;br /&gt;
* Fixed accidental kill when shell terminated under linux&lt;br /&gt;
* Fixed codepage od DNS errors under msc/mingw&lt;br /&gt;
* Fixed socket connected handler in KST, DXC (should not happen in real life)&lt;br /&gt;
* Operator change mark in chart, operator show in title&lt;br /&gt;
* Removed old New from net&lt;br /&gt;
* Removed old spy&lt;br /&gt;
* Mass R-O band set Bands-&amp;gt;Set read-only&lt;br /&gt;
* QRV info showed instead of top log line to save space&lt;br /&gt;
* QRV info show also for dupe&lt;br /&gt;
* Ctrl+L under SDL switches to 24G. Without SDL means terminal redraw.&lt;br /&gt;
* Fixed SSID-calls add to C_W&lt;br /&gt;
* Fixed chart points axis description&lt;br /&gt;
* Changed font for msie in httpd&lt;br /&gt;
&lt;br /&gt;
=3.14=&lt;br /&gt;
2012-10-04&lt;br /&gt;
* Fixed contest load with 0 points&lt;br /&gt;
* Fixed new cty.dat load, tnx to 9A4ZM&lt;br /&gt;
&lt;br /&gt;
=3.13=&lt;br /&gt;
2012-10-03&lt;br /&gt;
* Fixed right click out of windows titles&lt;br /&gt;
* QTF in QRV window right aligned&lt;br /&gt;
* Allow reverse sort in QRV window&lt;br /&gt;
* Fixed crash in New Contest, tnx to SP5QWB&lt;br /&gt;
* Fixed alternative slash key in QRV window, tnx to 9A4ZM&lt;br /&gt;
* Updated cty.dat (2O12L)&lt;br /&gt;
* Libzia-ver.so.d distributet, not working &lt;br /&gt;
&lt;br /&gt;
=3.12=&lt;br /&gt;
2012-10-01&lt;br /&gt;
* Fixed debian build --without-bfd&lt;br /&gt;
* Fixed libzia&#039;s settins include in deb&lt;br /&gt;
* Band multiplier for NAC&lt;br /&gt;
* Alternative priority set to 50 (tucnak2 has 40)&lt;br /&gt;
* Remote host is resolved&lt;br /&gt;
* Fixed resolve error handle under platforms with getaddrinfo&lt;br /&gt;
* Must not enter first two letters of locator (60LJ is JO60LJ for stn. from JN69)&lt;br /&gt;
* Removed direct backtrace from internal_error&lt;br /&gt;
* Fixed tucnak.d and bfd_open path&lt;br /&gt;
* Autosave and floppy save fixes, TNX to OZ7Z&lt;br /&gt;
* Platform and version to crash messageboxes&#039;s titles&lt;br /&gt;
&lt;br /&gt;
=3.11=&lt;br /&gt;
2012-09-21&lt;br /&gt;
* Left click on window tab shows context menu same as Subwins&lt;br /&gt;
* Run mode stat next to WPM indicator&lt;br /&gt;
* New hotkey Ctrl+R (tnx to 9A4ZM)&lt;br /&gt;
* Use speaker hidden under windows&lt;br /&gt;
* Fixed text in tucnak3.desktop&lt;br /&gt;
* QRV list transferred by New From Network&lt;br /&gt;
* Fixed network reconnect when remote is connected&lt;br /&gt;
* Enter in log window adds empty line for &lt;br /&gt;
* Fixed accidental stdin close in winkey/rotator&lt;br /&gt;
* New option net_remote_enable&lt;br /&gt;
* Fixed color of lowercase KST call&lt;br /&gt;
* Removed debugging of P3 command&lt;br /&gt;
* Page Up in QSOs window wraps to end of list, TNX to OK1XDF&lt;br /&gt;
* Fixed heap corruption after twice sf_close() when recording device cannot be opened&lt;br /&gt;
* Binary zloc in libzia/src&lt;br /&gt;
* Deb dependency to libzia of same version&lt;br /&gt;
* Use -release in libzia creation&lt;br /&gt;
&lt;br /&gt;
=3.10=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Removed libbfd from debian build because binutils versions incompatibility&lt;br /&gt;
* Fixed crash after tab in welcome dialog probably only under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.09=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Backtrace uses map file under mingw&lt;br /&gt;
* Updated backtrace for msvc&lt;br /&gt;
* Fixed winkey also under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.08=&lt;br /&gt;
2012-08-14&lt;br /&gt;
* Fixed winkey, TNX to OK1HRA&lt;br /&gt;
* Unhandled Exception under mingw&lt;br /&gt;
* Fixed compile under OpenSuse due broken binutils-devel&lt;br /&gt;
* Platform in window title and on some next places&lt;br /&gt;
* Fixed impout.dll for paralel port under mingw&lt;br /&gt;
* Included settings from libzia&lt;br /&gt;
* Fixed parameter parse (-i) under msvc/mingw&lt;br /&gt;
* Example tucnaknames and tucnakcw in binary&lt;br /&gt;
* Enter in Welcome dialog does not run Language choose&lt;br /&gt;
&lt;br /&gt;
=3.07=&lt;br /&gt;
2012-08-07&lt;br /&gt;
* Can be compiled under mingw, not tested&lt;br /&gt;
* Fixed IPV6 resolving, tnx to CT1DRB&lt;br /&gt;
* Fixed -liberty compile on OpenSuse, tnx to CT1DRB&lt;br /&gt;
* SDL keyboard delay/rate taken from system under MSVC&lt;br /&gt;
* Fixed operator send for Network Info&lt;br /&gt;
* Fixed jump to first QSO in QSOs findow when first fucused&lt;br /&gt;
* Fixed WAV search after Ctrl+P in QSOs window under MSVC&lt;br /&gt;
* $E in default ssbd_template&lt;br /&gt;
* Repeated play in Player window&lt;br /&gt;
* Fixed subwin inputlines position without resize&lt;br /&gt;
* Thread names for debugging&lt;br /&gt;
* Band name in QSO info&lt;br /&gt;
* Suspicious chars ?! are red&lt;br /&gt;
* QSO check after call/locator enter&lt;br /&gt;
* Maybe fixed rig QRG resend after band change &lt;br /&gt;
&lt;br /&gt;
=3.06=&lt;br /&gt;
2012-07-25&lt;br /&gt;
* Probably fixed fftw but not released&lt;br /&gt;
* Msvc version uses Release build to improve speed&lt;br /&gt;
* Fixed X11/putty mouse handle for coordinates&amp;gt;94&lt;br /&gt;
* Fixed RBN call selection in DXC window&lt;br /&gt;
* Fixed background on gnome-terminal&lt;br /&gt;
* Fixed DXC spots in HF window&lt;br /&gt;
* Fixed Shell window under Linux&lt;br /&gt;
* Code cleanup&lt;br /&gt;
* Httpd options dialog&lt;br /&gt;
* Fixed httpd SO_REUSEADDR&lt;br /&gt;
* Fixed DXC spot parse&lt;br /&gt;
&lt;br /&gt;
=3.05=&lt;br /&gt;
2012-07-18&lt;br /&gt;
* Fullscreen Ctrl+F11&lt;br /&gt;
* Font change Ctrl+, Ctrl-, Ctrl0&lt;br /&gt;
* New font 8x13&lt;br /&gt;
* Disabled portaudio in linux build because ubuntu segfault in Pa_Initialize&lt;br /&gt;
* Speedup: calls are not compared using regular expressions&lt;br /&gt;
* Speedup: calls are hold also in hash&lt;br /&gt;
* Oh mistake and Ask for sked in KST window&lt;br /&gt;
* QSOs from all bands in QSOs window&lt;br /&gt;
&lt;br /&gt;
=3.04=&lt;br /&gt;
2012-07-03&lt;br /&gt;
* Fixed Tucnak data.lnk&lt;br /&gt;
* Window title is Tucnak instead of tucnak3&lt;br /&gt;
* New contest from network (flood)&lt;br /&gt;
* New spy method (flood)&lt;br /&gt;
* Fixed operator load from contest files&lt;br /&gt;
* Connection to remote tucnak&lt;br /&gt;
* Kill connection in Subwin menu&lt;br /&gt;
&lt;br /&gt;
=3.03=&lt;br /&gt;
2012-06-18 (R1724)&lt;br /&gt;
* red highlight of 73-like KST messages&lt;br /&gt;
* turn on SSBWAY pin also during CW CQ to allow CQ on more band simultaneously&lt;br /&gt;
* dark yellow calls in subwin only when worked on all read-write bands&lt;br /&gt;
* fixed crash when sdl cannot be initialized&lt;br /&gt;
* kst logged QRV stations from QRV list&lt;br /&gt;
* fixed accidental QRV list sort change when subwin is leaved with Alt+number&lt;br /&gt;
* changed color of qsos and qso gain in map subwin&lt;br /&gt;
* svn version (revision) compiled-in in binary&lt;br /&gt;
* fixed crash after contest wizard, TNX to OK3MAD&lt;br /&gt;
* call selection and right mouse in qrv subwin&lt;br /&gt;
* QSO window does not loose focus when switched to it&lt;br /&gt;
* QSO window does not switch to last QSO when focused&lt;br /&gt;
&lt;br /&gt;
=3.02=&lt;br /&gt;
2012-05-09 (R1637)&lt;br /&gt;
* fixed SSID&#039;ized call info and call use in KST and DXC&lt;br /&gt;
* fixed crash after home key in KST and DXC&lt;br /&gt;
* fixed crash in quicksearch&lt;br /&gt;
* fixed Diskfree text in audio dialog&lt;br /&gt;
* fixed dxc_host delete&lt;br /&gt;
* link with libzia can be static or dynamic&lt;br /&gt;
* fixed new contest crash bug&lt;br /&gt;
&lt;br /&gt;
=3.01=&lt;br /&gt;
2012-05-02&lt;br /&gt;
* fixed fftw sample count handle&lt;br /&gt;
* updated libfftw3 3.3.1 to pl1 for msvc&lt;br /&gt;
* qrg entry in khz (.144300)&lt;br /&gt;
* bandmap in dxc window&lt;br /&gt;
* new key l in map&lt;br /&gt;
* disable screensaver under msvc&lt;br /&gt;
* format of -i&lt;br /&gt;
* libusb in installer&lt;br /&gt;
* fixed time_t 64bit bug, tnx to G1OGY&lt;br /&gt;
* highlighted item in sked window, enter send to worked qso&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* rotator poll interval&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* portautio must be at least version 0.19&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* wider beamwidth in map&lt;br /&gt;
* sked dialog rewrite, removed we_call and skedshift&lt;br /&gt;
* charts are per band&lt;br /&gt;
* loading of txt into chart loads also other bands&lt;br /&gt;
* qso gain in for photo&lt;br /&gt;
* alt+f4 closes tucnak under windows&lt;br /&gt;
* progress indicator during exports and qso check&lt;br /&gt;
* chart points axis value round&lt;br /&gt;
* chart time axis extremes snapped to hours&lt;br /&gt;
* removed charset menu&lt;br /&gt;
* newline adter map image in wiki export&lt;br /&gt;
* fixed portable calls in KST, DXC&lt;br /&gt;
* QRB, QTF in Call info&lt;br /&gt;
* removed Not mounted message when no floppy is defined&lt;br /&gt;
* fixed floppy save under msvc&lt;br /&gt;
&lt;br /&gt;
=3.00=&lt;br /&gt;
* first test - march contest 2012 OK2M&lt;br /&gt;
* change SDL key repeat&lt;br /&gt;
* azimuthal star in map&lt;br /&gt;
* simplyfied first contest options&lt;br /&gt;
* (untested) support for hamlib rotators&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* macro $J&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* kst reads cwdb and namedb from /sh us command&lt;br /&gt;
* double font height&lt;br /&gt;
* readonly flag in bands menu&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
* mast icon in map&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
* common code moved to libzia&lt;br /&gt;
* split header.h into more smaller headers&lt;br /&gt;
* memory allocations only from glib&lt;br /&gt;
* removed cba_t&lt;br /&gt;
* forked v3 &lt;br /&gt;
&lt;br /&gt;
=2.48=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* renamed debian to debian.unofficial&lt;br /&gt;
* removed -lusb, tnx to EA4TV&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* fixed possible pointer shot of &#039;\0&#039; behind last_screen&lt;br /&gt;
&lt;br /&gt;
=2.47=&lt;br /&gt;
2011-02-16&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* fixed band LO freq&lt;br /&gt;
* debian/ updates for Jaime EA4TV&lt;br /&gt;
&lt;br /&gt;
=2.46=&lt;br /&gt;
2011-01-18&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* accpet portaudio options in tucnakrc&lt;br /&gt;
* accept subwin KST(15) as Shell in tucnakrc&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
&lt;br /&gt;
=2.45=&lt;br /&gt;
2011-10-12&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* strip binaries in deb package&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* support for libpng 1.5, tnx to DL1JBE &lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
&lt;br /&gt;
=2.44=&lt;br /&gt;
2011-07-29&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
&lt;br /&gt;
=2.43=&lt;br /&gt;
2011-06-28&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
&lt;br /&gt;
=2.42=&lt;br /&gt;
2011-05-31&lt;br /&gt;
* fixed crash in contest close&lt;br /&gt;
* forked v3&lt;br /&gt;
&lt;br /&gt;
=2.41=&lt;br /&gt;
2011-05-25&lt;br /&gt;
* released as tribute to Douglas Adams. Don&#039;t panic!&lt;br /&gt;
* fixed trace_sock&lt;br /&gt;
* fixed udev script - usb_device -&amp;gt; usb&lt;br /&gt;
* fixed some gcc warnings&lt;br /&gt;
* html/http/wiki exports map and chart as png&lt;br /&gt;
* http server for contest progress presentation&lt;br /&gt;
* changed fifo time format to HH:MM&lt;br /&gt;
* fixed wiki map description&lt;br /&gt;
* fixed volume indicator flicker&lt;br /&gt;
* fixed trace condition&lt;br /&gt;
* show chart files without sdl&lt;br /&gt;
* fixed grid &amp;amp; boundaries in map, tnx to DG6MAN &lt;br /&gt;
* libgpm is disabled by default&lt;br /&gt;
* fixed player and chart windows add&lt;br /&gt;
* fixed network interfaces detect&lt;br /&gt;
* ignored duplicate $GLIB_CFLAGS, $GLIB_LIBS in configure.in&lt;br /&gt;
* new macros in tucnak -s&lt;br /&gt;
&lt;br /&gt;
=2.40=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* added _cv_ in autoconf cached variables&lt;br /&gt;
* updated missing script&lt;br /&gt;
* fixed iconv detection&lt;br /&gt;
* fixed tucnakrc load under WIN32&lt;br /&gt;
* sdev trace&lt;br /&gt;
* trace rewrite&lt;br /&gt;
* split master db into more strings&lt;br /&gt;
* rewritten cbr items choice for OKOM DX&lt;br /&gt;
* compile under msvc and ming but unusable at this time&lt;br /&gt;
* fixed qrv edit/insert (should overwrite another item)&lt;br /&gt;
* added player (and chart) window types in Add subwin&lt;br /&gt;
* removed testing code for Ctrl+P in main inputline&lt;br /&gt;
* experiments with waterfall palette and filtering&lt;br /&gt;
* frequency axis in fft scope&lt;br /&gt;
* frequency argument in soundwrapper for testing&lt;br /&gt;
* tab complete file in file import&lt;br /&gt;
* chart subwin&lt;br /&gt;
* fixed cursor position in inputline history alt+h&lt;br /&gt;
* degree sign in C_W quick search&lt;br /&gt;
* fixed alt+letter in qrv search&lt;br /&gt;
* rig error code instead of qrg&lt;br /&gt;
* changed rig debug level&lt;br /&gt;
* fixed rigs with unsupported rig_get_vfo()&lt;br /&gt;
* +1/-1 alloc bugs detection with --enable-leak-debug&lt;br /&gt;
* fixed qrv insert from keyboard&lt;br /&gt;
* fixed text upcase in qrv insert/edit&lt;br /&gt;
&lt;br /&gt;
=2.39=&lt;br /&gt;
2011-02-25&lt;br /&gt;
* fixed ftdi_context portability between libftdi versions&lt;br /&gt;
* qso gain diagram&lt;br /&gt;
* qrv gain diagram respects worked count&lt;br /&gt;
* qrv item insert&lt;br /&gt;
* qrv item edit&lt;br /&gt;
* new contest loads ~/tucnak/qrv&lt;br /&gt;
* fixed qrv points drawing when mouse move&lt;br /&gt;
&lt;br /&gt;
=2.38=&lt;br /&gt;
2011-02-20&lt;br /&gt;
* fixed bug in map window during contest load&lt;br /&gt;
* fixed memory alloc problem in master db&lt;br /&gt;
* degree sign as hexa constant 0xb0&lt;br /&gt;
* rewritten qrv database&lt;br /&gt;
* fixed master database comment filter&lt;br /&gt;
* increased length of contest option numbers, tnx to RU2FM&lt;br /&gt;
* calls from master database are never deleted&lt;br /&gt;
* fixed contest date in contest options&lt;br /&gt;
* qso check warning if exists remark&lt;br /&gt;
* fixed qsonr in cabrillo output, tnx to OK1HRA&lt;br /&gt;
* fixed avg unit pts/km in wiki and html output&lt;br /&gt;
* fixed compile without various --without combinations&lt;br /&gt;
* removed forgotten font13x24.png create&lt;br /&gt;
* QRG in edit QSO&lt;br /&gt;
* correct size of screenshots in HTML export&lt;br /&gt;
* fixed runmode CQ without hamlib, tnx to DL1JBE&lt;br /&gt;
* fixed Ctrl+3 to Ctrl+9 under SDL&lt;br /&gt;
* wav player seems to be usable&lt;br /&gt;
&lt;br /&gt;
=2.37=&lt;br /&gt;
2010-10-27&lt;br /&gt;
* two letters input moved to unresolved area&lt;br /&gt;
* fixed some minors in runmode, tnx to OK3MAD&lt;br /&gt;
* fixed soundwrapper sound frequency&lt;br /&gt;
* rewritten runmode for A1/MMC&lt;br /&gt;
* fixed runmode CQ only in CW mode (TNX to OK1HRA/TC03W)&lt;br /&gt;
* fixed runmode TU&lt;br /&gt;
* skeleton for wiki publish&lt;br /&gt;
* fixed TU give in run mode&lt;br /&gt;
* &amp;gt; for qrb&amp;gt;average in qsocheck&lt;br /&gt;
* changed delay between hamlib rig calls for slow radios&lt;br /&gt;
* fixed string truncate in inputline insert&lt;br /&gt;
* rig freq read reads from actual VFO&lt;br /&gt;
* rig mode change keeps bandwidth&lt;br /&gt;
* fixed autogive=0&lt;br /&gt;
* expedition mode&lt;br /&gt;
&lt;br /&gt;
=2.36=&lt;br /&gt;
2010-09-27&lt;br /&gt;
* fixed rig ID choose&lt;br /&gt;
* fixed segv in loading of contest with HF window and &amp;gt; 6 active bands&lt;br /&gt;
* do not add &#039;similar call&#039; to qsocheck when this call is also worked&lt;br /&gt;
* set rig handshake to none (default for TS850 is CTS/RTS)&lt;br /&gt;
* set rig timeout to 500ms (480s is unusable)&lt;br /&gt;
* gdb and rigctl under cygwin&lt;br /&gt;
* fixed cygncurses-9 dependency for sh.exe under cygwin&lt;br /&gt;
* updated tucnakdw (4X, ZC4, many UA)&lt;br /&gt;
* improved edit qso time parsing&lt;br /&gt;
* autogive mode after some typed chars&lt;br /&gt;
* macro $B&lt;br /&gt;
* bell sign for character 7 under sdl&lt;br /&gt;
* in macro $I dots are replaced by question marks&lt;br /&gt;
* added baudrate for rig control&lt;br /&gt;
* fixed R9SA parsing as report (tnx to OK1HRA)&lt;br /&gt;
* WAZ and ITU in HF window&lt;br /&gt;
* rewritten exc list in HF window&lt;br /&gt;
* master call database&lt;br /&gt;
* fixed SFI parse&lt;br /&gt;
* &amp;quot;live&amp;quot; QSO list in HF window&lt;br /&gt;
* enlarged layout of HF window&lt;br /&gt;
* updated UA wwls in tucnakdw&lt;br /&gt;
* fixed missing excs display&lt;br /&gt;
* argument -m sets time from master PC&lt;br /&gt;
* &#039;c&#039; key for center screen to QTH&lt;br /&gt;
* &#039;p&#039; key for photo in map&lt;br /&gt;
* fixed second part of CQSOs for method 16&lt;br /&gt;
* summery table with links to bands in html export&lt;br /&gt;
* fixed buffer and period time to ms (was us)&lt;br /&gt;
* similar calls are computed using Levenshtein distance&lt;br /&gt;
* cleared qso check message&lt;br /&gt;
* fixed top10 formatting for qrb&amp;gt;=1000 km&lt;br /&gt;
* reverted to old udev rule style (for lenny)&lt;br /&gt;
* fixed memory leaks in dwdb.c, rotar.c&lt;br /&gt;
&lt;br /&gt;
=2.35=&lt;br /&gt;
2010-06-30&lt;br /&gt;
* fixed crash in fft calculation&lt;br /&gt;
* support for Championnat de France THF&lt;br /&gt;
* alt-j: short access for A/C and M/S cq&lt;br /&gt;
* qrv list save&lt;br /&gt;
* configure checks for make&lt;br /&gt;
* fixed large qso number display in global QSO mode, tnx to DL5YBZ&lt;br /&gt;
* support for prefixes with slash (3D2/C)                                                                               &lt;br /&gt;
* fixed crash after IT9x call (* in prefix in cty.dat), tnx to DL5YBZ &lt;br /&gt;
* fixed $MN macro, tnx to OK1HRA (GL in WPX!)&lt;br /&gt;
* send CW2 and save QSO also after QSONR&lt;br /&gt;
* list import&lt;br /&gt;
* support for odd/even/1st/2nd TX (MS,AERO)&lt;br /&gt;
* fixed suid of soundwrapper&lt;br /&gt;
* updated cty.dat&lt;br /&gt;
* SYSFS{} changed to ATTR{} for new udev versions&lt;br /&gt;
&lt;br /&gt;
=2.34=&lt;br /&gt;
2010-04-26&lt;br /&gt;
* changed time separator from . to :&lt;br /&gt;
* four digits are QSO number, not month and day of month&lt;br /&gt;
* deb package uses suided soundwrapper &lt;br /&gt;
* macro $I&lt;br /&gt;
* fixed statistics calculation after loading of contest   &lt;br /&gt;
* added frequency to adif export&lt;br /&gt;
* fixed exchange output in cabrillo and adif export  &lt;br /&gt;
* changed format of ChangeLog to Mediawiki source format&lt;br /&gt;
* get back generated debian/changelog, it seems we have no DEB maintainer&lt;br /&gt;
&lt;br /&gt;
=2.33=&lt;br /&gt;
2010-02-18&lt;br /&gt;
* fixed usaca multiple names&lt;br /&gt;
* rit clear after qso save in run mode&lt;br /&gt;
* support for ARRL International DX Contest&lt;br /&gt;
* fixed ARRL VHF scoring&lt;br /&gt;
* turned off cq repeat for cwdaemon&lt;br /&gt;
* rig changes: poll interval, mode and band transfer&lt;br /&gt;
&lt;br /&gt;
=2.32=&lt;br /&gt;
2010-02-13&lt;br /&gt;
* cabrillo export for ARRL VHF contests&lt;br /&gt;
* fixed leak debug on AMD64&lt;br /&gt;
* fixed double rig_cleanup()&lt;br /&gt;
* fixed using of non-serial ports in hamlib (f.e. rpc.rigd, type 1901)&lt;br /&gt;
* rover (/R) are not dupe when are in different big wwl&lt;br /&gt;
* fixed EDI properties dialog &lt;br /&gt;
* script for Asus EEE binary and optimized configuration&lt;br /&gt;
* updated tucnakrc (HF bands, windows)&lt;br /&gt;
&lt;br /&gt;
=2.31=&lt;br /&gt;
2010-01-01&lt;br /&gt;
* fixed crash if mode is changed without FFT window. TNX to DF4OR&lt;br /&gt;
* crossmode test in QSO check&lt;br /&gt;
&lt;br /&gt;
=2.30=&lt;br /&gt;
2009-11-30&lt;br /&gt;
* fixed device locking under cygwin, tnx to G1OGY&lt;br /&gt;
&lt;br /&gt;
=2.29=&lt;br /&gt;
2009-11-03&lt;br /&gt;
* fixed corrupted contest date display in Open contest from net &lt;br /&gt;
* fixed tucnakdw; JN89 is in OM	&lt;br /&gt;
* fixed cwdaemon and sdev double freeing &lt;br /&gt;
* recording level has filtered DC &lt;br /&gt;
* CW window holds PTT all time it is opened&lt;br /&gt;
* removed debugging show of 1&#039;s under volume indicator&lt;br /&gt;
* fixed (null) display in empty qrv list&lt;br /&gt;
* speeded up sdl key repeat&lt;br /&gt;
* removed delayed screen redraw&lt;br /&gt;
* fixed KST new call upcase &lt;br /&gt;
* DX network command sends only valid spots, no KST or other garbage&lt;br /&gt;
* fixed rig qrg display (mode switch worked)&lt;br /&gt;
* fixed ebw db import error message&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3199</id>
		<title>Changelog</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3199"/>
		<updated>2025-02-11T08:11:35Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=4.67=&lt;br /&gt;
2024-02-11&lt;br /&gt;
* Fixed rotar+aircraft map draw&lt;br /&gt;
* CQ delay is entered in seconds with one decimal place&lt;br /&gt;
* CQ delay can be up to 2 minutes&lt;br /&gt;
* Hamlib SSB CQ does not set PTT&lt;br /&gt;
* Linux map mutex fix, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.66=&lt;br /&gt;
2024-02-03&lt;br /&gt;
* Better QSO/beacon/aircraft info in map sidebar&lt;br /&gt;
* Hamlib CW CQ repeat&lt;br /&gt;
* Right strip of map shows QSO, beacon or aircraft info&lt;br /&gt;
* Ctrl + allows font up to 64, updated form text&lt;br /&gt;
* New locator map Alt+I&lt;br /&gt;
&lt;br /&gt;
=4.65=&lt;br /&gt;
2024-12-06&lt;br /&gt;
* Beaconspots.uk database, TNX to G1OGY&lt;br /&gt;
* Libzia configure fix, TNX to DL1JBE&lt;br /&gt;
* SOTA/GMA/FF in Wizard has exctype=free and excname empty&lt;br /&gt;
* AS info in map on right mouse button&lt;br /&gt;
&lt;br /&gt;
=4.64=&lt;br /&gt;
2024-10-16&lt;br /&gt;
* Fixed double sized font, TNX to OK2WO/OE3JPC&lt;br /&gt;
* Distinguish -number in KST user list, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.63=&lt;br /&gt;
2024-09-18&lt;br /&gt;
&lt;br /&gt;
* Signed Tucnak.exe and Windows installer&lt;br /&gt;
* New Android build for Android 5 (API level 21) to Android 14 (API level 34)&lt;br /&gt;
* Fixed Map Home (for photo) without QSOs&lt;br /&gt;
* Map icon larger click area in touch mode, TNX to OK5ZS&lt;br /&gt;
* Zoomin icon fix TNX to OK5ZS&lt;br /&gt;
* rtlsdr under *nix is disabled by default&lt;br /&gt;
&lt;br /&gt;
=4.62=&lt;br /&gt;
2024-07-15&lt;br /&gt;
* Fixed SDL 1.2 build&lt;br /&gt;
* KST SSID up to 5 digits&lt;br /&gt;
&lt;br /&gt;
=4.61=&lt;br /&gt;
2024-07-03&lt;br /&gt;
* Do not set empty rig Device to keep rigctld default address 127.0.0.1:4533&lt;br /&gt;
* Added --without-rtlsdr into configure&lt;br /&gt;
* Debian package is build without librtlsdr (0.6 vs 2.0 binary incompatibility)&lt;br /&gt;
* OE Activity added bands OPQ&lt;br /&gt;
* Removed global Ctrl+K, it conflicts with 10GHz band change, TNX to OZ1FF&lt;br /&gt;
&lt;br /&gt;
=4.60=&lt;br /&gt;
2024-06-18&lt;br /&gt;
* THz (Light) band&lt;br /&gt;
* IARU reg.I ATV contest&lt;br /&gt;
* IARU reg.I MGM contest&lt;br /&gt;
* RTTY changed to MGM&lt;br /&gt;
* Ctrl+K and Alt+K work also in main input line&lt;br /&gt;
* Fixed Band switch value after contest load from network&lt;br /&gt;
* Touch keyboard SDL2 font size fix&lt;br /&gt;
* Touch keyboard SDL2 input fix&lt;br /&gt;
&lt;br /&gt;
=4.59=&lt;br /&gt;
2024-04-11&lt;br /&gt;
* Fixed upgrade/HTTP timeout, TNX to OK1UGE&lt;br /&gt;
* CW word space length fix, TNX to OK1DOL&lt;br /&gt;
* New libSDL 2.30.1 for Windows	builds&lt;br /&gt;
* Always show aircraft provider name&lt;br /&gt;
* Default KST QRB is 910km&lt;br /&gt;
* Aircraft dump1090 support, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.58=&lt;br /&gt;
* Fixed unability to run without admin rights under Windows, TNX to OK7KM, OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.57=&lt;br /&gt;
2024-03-01&lt;br /&gt;
* Next libiconv call fixes, TNX to OK2JTB, M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.56=&lt;br /&gt;
2024-02-27&lt;br /&gt;
* Fixed aircraft.dk error message, TNX to G1OGY&lt;br /&gt;
* Reviewed errno handling, TNX to G1OGY&lt;br /&gt;
* Some libiconv call fixes, TNX to IN3UPQ&lt;br /&gt;
* Next fix for Davac5 udev rules, TNX to OK1ELE&lt;br /&gt;
&lt;br /&gt;
=4.55=&lt;br /&gt;
2024-01-23&lt;br /&gt;
* Return to manualy save the tucnakrc (many many problems with autosave)&lt;br /&gt;
* Linux udev rules for CM108 family (Davac5), TNX to OK1ELE&lt;br /&gt;
* Fixed linux rotar save freeze, TNX to M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.54=&lt;br /&gt;
2024-01-05&lt;br /&gt;
* Removed Dump RW bands and hashes&lt;br /&gt;
* KST QSO phase filter, TNX to OK1MZM&lt;br /&gt;
* Fixed PortAudio device search (hostApi)&lt;br /&gt;
* Fixed PortAudio recording devixe, TNX to OK2WO&lt;br /&gt;
* Fixed Paypal donate, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.53=&lt;br /&gt;
2023-12-17&lt;br /&gt;
* Airscatter.dk feed, TNX to OV3T&lt;br /&gt;
* Donate via PayPal or Buymeacofee&lt;br /&gt;
* Truetype font&lt;br /&gt;
* Centerwwl, OSN credentials null fix&lt;br /&gt;
* MinASL tested on load&lt;br /&gt;
* ASfile fixed unknown wingspan&lt;br /&gt;
* AS print ICAO24 address (ID)&lt;br /&gt;
* Disabled RS Meteox and Wetteronline&lt;br /&gt;
* HTTPS (openssl) under Android&lt;br /&gt;
* Rainviewer timer fix&lt;br /&gt;
* libzia TLS message fix&lt;br /&gt;
&lt;br /&gt;
=4.52=&lt;br /&gt;
2023-11-20&lt;br /&gt;
* Fixed overflow bug in AS options under Linux, TNX to G1OGY&lt;br /&gt;
* Default AS provider is ADSB One&lt;br /&gt;
* Fixed RS SCP dist 310&lt;br /&gt;
* Fixed Linux ttys *printf without arguments&lt;br /&gt;
&lt;br /&gt;
=4.51=&lt;br /&gt;
2023-11-19&lt;br /&gt;
* New option AS Center WWL&lt;br /&gt;
* AS tracking also for remote rotator&lt;br /&gt;
* ADS-B One feed, TNX to G1OGY&lt;br /&gt;
* Optimized file read in AS thread&lt;br /&gt;
* Better HTTP error reporting&lt;br /&gt;
* Fixed Feed filename load in AS options dialog. TNX to OK1ELE&lt;br /&gt;
* Memory leak fixes&lt;br /&gt;
&lt;br /&gt;
=4.50=&lt;br /&gt;
2023-11-18&lt;br /&gt;
* Aircraft file feed returned for planefinder.net&lt;br /&gt;
* Wingspan from icao24, many TNX to G1OGY&lt;br /&gt;
* Fixed wingspan respects imperial units setting&lt;br /&gt;
* Fixed rotars reinit race condition while AC tracking&lt;br /&gt;
* Added configure --without-hidapi&lt;br /&gt;
* OpenSky-network feed&lt;br /&gt;
&lt;br /&gt;
=4.49=&lt;br /&gt;
2023-10-30&lt;br /&gt;
* Fixed config save after window resize&lt;br /&gt;
* Aircraft size, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.48=&lt;br /&gt;
2023-10-15&lt;br /&gt;
* Aircraft scatter changed feed to firefox addon&lt;br /&gt;
* Rig config&lt;br /&gt;
* Fixed oct8tor wait for thread&lt;br /&gt;
* Fixed rig close (unlock filename)&lt;br /&gt;
* Fixed broken rig_handshake_none&lt;br /&gt;
&lt;br /&gt;
=4.47=&lt;br /&gt;
2023-10-04&lt;br /&gt;
* Save PortAudio device names instead of numbers&lt;br /&gt;
* Davac5 full support&lt;br /&gt;
* Fixed oct8tor leaks&lt;br /&gt;
* Removed obsolete hdkeyb support&lt;br /&gt;
* JP90 is in SM5, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.46=&lt;br /&gt;
2023-09-09&lt;br /&gt;
* Fixed memory leaks&lt;br /&gt;
* Fixed AS crash, TNX to OK1UGE and SQ6EMM&lt;br /&gt;
* Fixed subwin save, TNX to OK2SLC&lt;br /&gt;
* Fixed Log lines change, TNX to OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.45=&lt;br /&gt;
2023-08-25&lt;br /&gt;
* QRG for sked saves contest&lt;br /&gt;
* Rig and Rotar poll intervals set to valid values&lt;br /&gt;
* Removed Terminal options&lt;br /&gt;
* Configuration autosave after OK in every setup dialog&lt;br /&gt;
* Map keys (L) only without modifiers (Ctrl)&lt;br /&gt;
* Gain graph redraw after band change&lt;br /&gt;
* Removed floppy autosave&lt;br /&gt;
&lt;br /&gt;
=4.44=&lt;br /&gt;
2023-06-04&lt;br /&gt;
* Save QRG for all bands into contest files&lt;br /&gt;
* Fixed crash bad font size, TNX to OK1MZM&lt;br /&gt;
* Fixed subwin highlight for characters &amp;gt;=0x80&lt;br /&gt;
* Oct8tor support&lt;br /&gt;
* Names and FM Pohar update, TNX to OK4DJ&lt;br /&gt;
* Winkey echoback, TNX to OK4DJ&lt;br /&gt;
* Load from net loads also contest defaults&lt;br /&gt;
* Fixed KST messages (/CQ)&lt;br /&gt;
* Fixed chart redraw after new QSO, TNX to OK2SLC&lt;br /&gt;
* Removed Alt+G&lt;br /&gt;
&lt;br /&gt;
=4.43=&lt;br /&gt;
2023-04-15&lt;br /&gt;
* Initial window type in Change type, TNX to OK2SLC&lt;br /&gt;
* Fixed chart after EDI load, TNX to OK2SLC&lt;br /&gt;
* Fixed: new KST stations are red, TNX to OK1MZM&lt;br /&gt;
* cppcheck warning level fixes&lt;br /&gt;
* Included rotctld.exe&lt;br /&gt;
&lt;br /&gt;
=4.42=&lt;br /&gt;
2023-03-09&lt;br /&gt;
* [CLR] click only on button&lt;br /&gt;
* KST message cleanup, TNX to OK2WO&lt;br /&gt;
* linux xset fix, TNX to OK4DJ&lt;br /&gt;
* HTTP header parse fix, TNX to OK7SE&lt;br /&gt;
* Configure C99 fix, TNX to OK2JRQ&lt;br /&gt;
* Fixed empty RST-S bug, TNX to G1OGY&lt;br /&gt;
* Spy active band (*)&lt;br /&gt;
* Fixed tucnakrc parse&lt;br /&gt;
&lt;br /&gt;
=4.41=&lt;br /&gt;
2023-03-02&lt;br /&gt;
* Display AS in imperial units option&lt;br /&gt;
* Ctrl+S for hamlib/remote rotator stop, TNX to G1OGY&lt;br /&gt;
* Rotar	description up to 8 characters&lt;br /&gt;
* Configure socklen_t fix, TNX to Florian Weimer&lt;br /&gt;
&lt;br /&gt;
=4.40=&lt;br /&gt;
2023-01-07&lt;br /&gt;
* Fixed ADIF import, TNX to OK2WO&lt;br /&gt;
* Fixed keypad double keys and Ctrl +-&lt;br /&gt;
* Removed accidentally create of font18x32.png&lt;br /&gt;
* Robust KST /sh us &lt;br /&gt;
* Limit rit to +-10000 Hz&lt;br /&gt;
&lt;br /&gt;
=4.39=&lt;br /&gt;
2022-12-10&lt;br /&gt;
* ON4KST telnet protocol change&lt;br /&gt;
* Fixed AS download crash, TNX to OK2SLC&lt;br /&gt;
* Fixed keypad on windows (Ctrl +-)&lt;br /&gt;
* Menu triple bar&lt;br /&gt;
&lt;br /&gt;
=4.38=&lt;br /&gt;
2022-11-25&lt;br /&gt;
* ADIF import STX_STRING, SRX_STRING, TNX to DF2ET&lt;br /&gt;
* DARC Worked All Germany Contest, TNX to DF2ET&lt;br /&gt;
* SP activity contest, TNX to SQ6EMM&lt;br /&gt;
* Gentoo build fix, TNX to DL1JBE&lt;br /&gt;
* MMMonVHF instead of EBW&lt;br /&gt;
* USB info about opened Davac and Rotar, TNX to OK1MZM&lt;br /&gt;
* KST full name (including bands) in QSO info&lt;br /&gt;
* Davac reset on startup&lt;br /&gt;
&lt;br /&gt;
=4.37=&lt;br /&gt;
2022-08-30&lt;br /&gt;
* AcKST is now latest activity, not presence&lt;br /&gt;
* Fixed EDI import crash, TNX to OK1MZM&lt;br /&gt;
* Linux lock permission fix, TNX to OK4DJ&lt;br /&gt;
* Fullscreen fix, TNX to OK7KM&lt;br /&gt;
* Allow 4k displays&lt;br /&gt;
* libzia bfd/binutils require fix, TNX to OK2JRQ&lt;br /&gt;
* RST recovery from *.swp&lt;br /&gt;
* ifa_addr == NULL fix, TNX to OK2JRQ&lt;br /&gt;
&lt;br /&gt;
=4.36=&lt;br /&gt;
2022-04-29&lt;br /&gt;
* Mode change from menu, default RST fix, TNX to OK4DJ&lt;br /&gt;
* FM Alt+M accidental CQ fix&lt;br /&gt;
* Argument -c for other tucnakrc&lt;br /&gt;
* Minimal required glib is 2.30&lt;br /&gt;
* Fixed memory leaks discovered by valgrind&lt;br /&gt;
* AS info can use temporary locator, TNX to OK1MZM&lt;br /&gt;
* Fixed czech network info&lt;br /&gt;
* itrm free fix, TNX to Ozkan Sezer&lt;br /&gt;
* zifaces redefinition fix, TNX to Ozkan Sezer&lt;br /&gt;
&lt;br /&gt;
=4.35=&lt;br /&gt;
2022-04-12&lt;br /&gt;
* Italian activity contest, TNX to IU5BON&lt;br /&gt;
* Memory free fix, TNX to IU5BON&lt;br /&gt;
* MacOs/linux interfaces detect, TNX to IU5BON&lt;br /&gt;
* MacOs build fix, TNX to IU5BON&lt;br /&gt;
* Fixed aircraft plural, TNX to IU5HKX&lt;br /&gt;
* IARU band names convert at start&lt;br /&gt;
* IARU band names fix&lt;br /&gt;
* Linux desktop file icon/exec fix, TNX to SQ6EMM&lt;br /&gt;
* DARC XMAS contest, tttype fix, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib configure, TNX to DH5YM&lt;br /&gt;
&lt;br /&gt;
=4.34=&lt;br /&gt;
2021-12-22&lt;br /&gt;
* CW breakable only opt-in&lt;br /&gt;
* RIT read only if supported, TNX to OK1MZM&lt;br /&gt;
* Hamlib voice/morse thread fix, TNX to SQ6EMM&lt;br /&gt;
* Input breaks only repeated CQ, TNX to OZ9GE&lt;br /&gt;
* Minimal rig poll is 100ms, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.33=&lt;br /&gt;
2021-12-12&lt;br /&gt;
* Fixed gcc 10.2 warnings&lt;br /&gt;
* Moon contest 23cm&lt;br /&gt;
* Fixed zserial_close race condition&lt;br /&gt;
* Fixed expedition mode from wizzard, TNX to OK1MZM&lt;br /&gt;
* Rotator offset&lt;br /&gt;
* KST networking partial rewrite&lt;br /&gt;
* Updated KST IP, used without DNS&lt;br /&gt;
* Content-type check in AS, RainViewer&lt;br /&gt;
* Excluded vhfcontestnet&lt;br /&gt;
* Swap recovery keeps date/time, TNX to OK1FIK&lt;br /&gt;
* Code inout breaks CQ, TNX to OK1FIK&lt;br /&gt;
* Infinite rotator beam&lt;br /&gt;
* CW/SSB CQ using Hamlib, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.32=&lt;br /&gt;
2020-09-30&lt;br /&gt;
* Ruhrgebiets Contest, TNX to DF2ET&lt;br /&gt;
* Alt+A crash, TNX to OK2SLC&lt;br /&gt;
* Linux interfaces bug fixed, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.31=&lt;br /&gt;
2020-09-14&lt;br /&gt;
* Hamlib 4.3.1 in windows package :-))&lt;br /&gt;
* IARU band names update, TNX to OK5ZS&lt;br /&gt;
* Linux double Alt+M fix, TNX to IZ3GME&lt;br /&gt;
* Linux winkey timeout fix, TNX to IZ3GME&lt;br /&gt;
* KST messages &amp;quot;CALL MSG&amp;quot; showed in bottom log&lt;br /&gt;
* Fixed border redraw after locator change&lt;br /&gt;
&lt;br /&gt;
=4.30=&lt;br /&gt;
2021-06-29&lt;br /&gt;
* DARC 2m Education Contest in wizzard&lt;br /&gt;
* Rainviewer Web Mercator projection fix&lt;br /&gt;
* AS info above clouds in map&lt;br /&gt;
* AS tracking hysteresis +-1deg&lt;br /&gt;
* Fixed DNS crash&lt;br /&gt;
* Hamlib 4.2 fix, TNX to KF5OIM&lt;br /&gt;
&lt;br /&gt;
=4.29=&lt;br /&gt;
2021-05-23&lt;br /&gt;
* Paleni carodejnic partial support, TNX to OK4DJ&lt;br /&gt;
* ARI DX partial support, TNX to OK4DJ&lt;br /&gt;
* ADIF TX_PWR, TNX DF2ET&lt;br /&gt;
* Airscatter plane tracking by rotator&lt;br /&gt;
* Hamlib rotator elevation and baudrate support&lt;br /&gt;
* Rainviewer support, TNX to RT5D&lt;br /&gt;
* Fixed gnutls error messages&lt;br /&gt;
* KST &amp;amp;amp; -&amp;gt; &amp;amp;&lt;br /&gt;
* Removed qsop_method total_method debug message&lt;br /&gt;
&lt;br /&gt;
=4.28=&lt;br /&gt;
2021-04-21		&lt;br /&gt;
* Fixed meteox load, TNX OK4DJ&lt;br /&gt;
* Map context menu on right click to turn rotator&lt;br /&gt;
* Fixed crash before QSO edit, TNX to OK1PKO&lt;br /&gt;
&lt;br /&gt;
=4.27=&lt;br /&gt;
2021-04-13&lt;br /&gt;
* tucnaknames update, TNX to OK4DJ&lt;br /&gt;
* HTML code in separate columns, TNX to DF2ET&lt;br /&gt;
* DARC Easter Contest, TNX to DF2ET&lt;br /&gt;
* Fixed crash after QSO edit, TNX to OK1ELE&lt;br /&gt;
* Fixed Android 4.1 library order, TNX to OK1PKO&lt;br /&gt;
* Sums across all bands in HTML report, TNX to DF2ET&lt;br /&gt;
* Fixed android locale characters problem&lt;br /&gt;
&lt;br /&gt;
=4.26=&lt;br /&gt;
2021-02-26&lt;br /&gt;
* SOTA and DXC update, TNX to OK2MUF&lt;br /&gt;
* GTK2 -&amp;gt; GTK3 for libzia messagebox&lt;br /&gt;
* Changed i18n generation not to require ISO8859-2 locales&lt;br /&gt;
* Fixed free() bug under Linux, TNX to OK3TV&lt;br /&gt;
* Fixed some problems reported by Valgrind&lt;br /&gt;
* Ctrl+Up/Down arrows emulate PageUp/PageDown&lt;br /&gt;
&lt;br /&gt;
=4.25=&lt;br /&gt;
2021-01-20&lt;br /&gt;
* Moon contest full support (in QTH use minus instead of spaces, only english chars)&lt;br /&gt;
* Fixed Contest Lombardia points&lt;br /&gt;
* TNX to OK5ZS for precise testing&lt;br /&gt;
* chmi.cz fix (HTTPS)&lt;br /&gt;
* TLS (HTTPS) support using GNUTLS&lt;br /&gt;
* Re-arranged Contest options, TNX to OK1MZM&lt;br /&gt;
* Support for contest phases, TNX to OK6RP, OK5ZS&lt;br /&gt;
* STF export, TNX to DF2ET&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* ICAO DB update, TNX to G1OGY&lt;br /&gt;
* Fixed text file load without trailing CRLF, TNX to OK1MZM&lt;br /&gt;
* Fixed ICAO DB, TNX to G1OGY&lt;br /&gt;
* Fixed zsdl variable, TNX to DF2ET&lt;br /&gt;
* SOTA export, TNX to OK2MUF&lt;br /&gt;
* Directory to store logs, TNX to DF2ET&lt;br /&gt;
* Adif ERROR export choices, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.24=&lt;br /&gt;
2020-11-16&lt;br /&gt;
* New Debian maintainer OK3ON&lt;br /&gt;
* Fixed QRV window crash, TNX to OK1MZM&lt;br /&gt;
* Skips wkd WWL in KST list&lt;br /&gt;
* Fixed map update after contest open/close, TNX to OK1MZM&lt;br /&gt;
* Tmpqsos context menu, added infos also for fifo context menu&lt;br /&gt;
* Scatterpoint detect&lt;br /&gt;
* Fixed bug in tmpqsos&lt;br /&gt;
* Renamed A/C to AS&lt;br /&gt;
* Support for SDL2&lt;br /&gt;
* Detected SIOCGIFHWADDR for MacOs, TNX to SQ2JUL&lt;br /&gt;
* Fixed ASCII texts conversion for Android, TNX to OK5ZS&lt;br /&gt;
&lt;br /&gt;
=4.23=&lt;br /&gt;
2020-09-15&lt;br /&gt;
* Fixed crash on file choose (EDI import), TNX to G1OGY&lt;br /&gt;
* R-Contest, TNX to DF2ET&lt;br /&gt;
* BSD style -Wl,-map&lt;br /&gt;
* KST menu to select call when text scrolls fast&lt;br /&gt;
* SDL events in same thread on MacOs, TNX to SQ2JUL&lt;br /&gt;
* ADIF items update, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib rotar &lt;br /&gt;
* Trace hamlib rotars&lt;br /&gt;
* ` toggles split VFOs MAIN/SUB, TNX to OK1FIK&lt;br /&gt;
&lt;br /&gt;
=4.22=&lt;br /&gt;
2020-08-10&lt;br /&gt;
* New hamlib 3.3 in windows package, TNX to OK2WO, OZ9GE&lt;br /&gt;
* Fixed tucnakdw prefixes recognition (SK6), TNX to OZ9GE&lt;br /&gt;
* JO57 is SM6&lt;br /&gt;
* Libzia.pc&lt;br /&gt;
* Increased rotator timeout ranges&lt;br /&gt;
* Replaced obsolete glib macros&lt;br /&gt;
* New config.guess and config.sub for aarch64&lt;br /&gt;
* All c and h files are in utf-8&lt;br /&gt;
* New libbfd macros support&lt;br /&gt;
* Support for detailed tucnakdw, TNX to OK2WO&lt;br /&gt;
* QRG in QSOs window for M7IMF&lt;br /&gt;
* Do not print open hdkeyb error mesage&lt;br /&gt;
* Fixed crash under terminal with long name&lt;br /&gt;
* DARC VHF UHF uW contest, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.21=&lt;br /&gt;
2020-04-21&lt;br /&gt;
* EXC len 20 characters&lt;br /&gt;
* KST message from right click in log (bottom of screen)&lt;br /&gt;
* Rig error message showed&lt;br /&gt;
* Fixed rig device lock&lt;br /&gt;
* COM keying on single pin&lt;br /&gt;
* GCC warning fixes&lt;br /&gt;
* Autoconf obsolete macro remove, TNX to OK2JRQ&lt;br /&gt;
* Some files in UTF-8, TNX to OK2JRQ&lt;br /&gt;
* Next fix for update_deb.sh, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.20=&lt;br /&gt;
2020-01-29&lt;br /&gt;
* Fixed update_deb.sh, TNX to G1OGY&lt;br /&gt;
* GCC-10 fixes, TNX to Robert-André Mauchin&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* WSA multipliers update, TNX to DF2ET&lt;br /&gt;
* Fixed broken libpng.dll, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.19=&lt;br /&gt;
2020-01-10&lt;br /&gt;
* FSF address update, TNX to OK2JRQ&lt;br /&gt;
* WNA multipliers update, TNX to DF2ET&lt;br /&gt;
* HTTP server refresh, TNX to DF2ET&lt;br /&gt;
* K7FRY&#039;s locator map, TNX to G1OGY&lt;br /&gt;
* Different EXC length, TNX to DF2ET&lt;br /&gt;
* Fixes for OpenBSD&lt;br /&gt;
* Some warning fixes&lt;br /&gt;
* MacOS build, TNX to Vitaliy UT4UAZ&lt;br /&gt;
* Fixed build under FreeBSD 12.0&lt;br /&gt;
* Optional exchange in Cabrillo, TNX to DF2ET&lt;br /&gt;
* Fixed msvcr120.dll, TNX to OK1CDJ, OK5ZS  &lt;br /&gt;
&lt;br /&gt;
=4.18=&lt;br /&gt;
2019-09-04&lt;br /&gt;
* Fixed startup crash on Debian i386, TNX G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.17=&lt;br /&gt;
2019-09-01&lt;br /&gt;
* Valid QSO count for OK2WO&lt;br /&gt;
* Changed export extension ADIF-&amp;gt;ADI&lt;br /&gt;
* Fixed wifi interface name under Windows&lt;br /&gt;
* New libpng.dll&lt;br /&gt;
* Removed battery support under Windows&lt;br /&gt;
* Switch to VS2013 (toolset v120_xp)&lt;br /&gt;
* Fixed battery state detection win32&lt;br /&gt;
&lt;br /&gt;
=4.16=&lt;br /&gt;
2019-04-17&lt;br /&gt;
* Removed libusb0 under windows&lt;br /&gt;
* Contest Lombardia support&lt;br /&gt;
* Removed vhfcontest.net support&lt;br /&gt;
* Do not mark DUPE in expedition mode&lt;br /&gt;
&lt;br /&gt;
=4.15=&lt;br /&gt;
2018-11-13&lt;br /&gt;
* Us-ascii strings in Android to prevent charset-relate crash &amp;gt;= 7.0&lt;br /&gt;
* Worked WWLs in map displayed red&lt;br /&gt;
* WWL in KST users list, missing WWL multipliers displayed green&lt;br /&gt;
* SSID support for ON4KST chat&lt;br /&gt;
* PTT tail&lt;br /&gt;
* 59* (numeric keypad) is RST-S, TNX to OK5ZS&lt;br /&gt;
* Updated wetteronline rain map (site change)&lt;br /&gt;
&lt;br /&gt;
=4.14=&lt;br /&gt;
* Quiet mode for soundwrapper&lt;br /&gt;
* Uninstall cleanup on Windows&lt;br /&gt;
* Fixed &amp;quot;QRM&amp;quot; from remote rotator. TNX to OK1XDF&lt;br /&gt;
* Upgraded libftdi to 1.4 under MSVC&lt;br /&gt;
* Back to VS2010 for WinXP&lt;br /&gt;
* Cabrillo EXC indent&lt;br /&gt;
&lt;br /&gt;
=4.13=&lt;br /&gt;
2018-05-06&lt;br /&gt;
* Fixed new gcc warnings&lt;br /&gt;
* KST dark yellow of worked call, also not selected&lt;br /&gt;
* Lowered priority of A/C thread&lt;br /&gt;
* Compute A/C for whole QRV list&lt;br /&gt;
* Fixed crash on Android 7, TNX to OK1USW&lt;br /&gt;
* Fixed KST sort by NR&lt;br /&gt;
* Improved RIG timeout&lt;br /&gt;
* Fixed RIT read from rig&lt;br /&gt;
* MSVC120 (VS1013)&lt;br /&gt;
* Plane type and wingspan in map&lt;br /&gt;
* KST /sh us sent after connect&lt;br /&gt;
* QRV list rework&lt;br /&gt;
* KST QRB filter&lt;br /&gt;
* Ask for sked B&lt;br /&gt;
&lt;br /&gt;
=4.12=&lt;br /&gt;
2018-03-04&lt;br /&gt;
* KST color for station worked on actual band (dark yellow)&lt;br /&gt;
* KST color - station worked on all read-write bands is dark grey&lt;br /&gt;
* Fixed KST A/C info, call with -number &lt;br /&gt;
&lt;br /&gt;
=4.11=&lt;br /&gt;
2017-10-04&lt;br /&gt;
* X-QSO: in cabrillo, TNX to DO2HG&lt;br /&gt;
* German translation of program, TNX to DO2HG&lt;br /&gt;
* ON UBA contest in wizzard, TNX to DO2HG&lt;br /&gt;
* claimed live score to slovhf.net&lt;br /&gt;
* removed KST debug dump, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.10=&lt;br /&gt;
2017-08-30&lt;br /&gt;
* Rainscatter does not show low intensity rain&lt;br /&gt;
* New band multipliers for NAC&lt;br /&gt;
* Fx macros in CW window, TNX to DL5YBZ&lt;br /&gt;
* Fixed rotctld filename, TNX to DL4PD&lt;br /&gt;
* Fixed crash in DXC, TNX to DL4PD&lt;br /&gt;
* Fixed mingw compile&lt;br /&gt;
* Fixed compile errors witout SDL, TNX to OK1CDJ&lt;br /&gt;
&lt;br /&gt;
=4.09=&lt;br /&gt;
2017-02-15&lt;br /&gt;
* Fixed Spy crash, TNX to OK1CT&lt;br /&gt;
* Fixed hamlib rotator, TNX to OZ1CT&lt;br /&gt;
* Fixed update crash, TNX to DJ0QZ&lt;br /&gt;
* Fixed startup crash in text mode&lt;br /&gt;
* Fixes for FreeBSD 10.2&lt;br /&gt;
* Updated WNA/WSA scoring in support files &lt;br /&gt;
&lt;br /&gt;
=4.08=&lt;br /&gt;
2016-08-10&lt;br /&gt;
* Support for Multiplied exchanges&lt;br /&gt;
* Support for WNA and WSA Westphalia Activity&lt;br /&gt;
* DOKs in validated EXCs&lt;br /&gt;
* A/C smaller planes on smaller zoom&lt;br /&gt;
* JA in tucnakdw&lt;br /&gt;
* SDR without SDL&lt;br /&gt;
* Fixed localization crashes in SDL init&lt;br /&gt;
* Rainscatter maps&lt;br /&gt;
* Menu Set Mode for AM/FM/RTTY &lt;br /&gt;
&lt;br /&gt;
=4.07=&lt;br /&gt;
2016-04-29&lt;br /&gt;
* Fixed A/C feed load interrupt under minimal altitude&lt;br /&gt;
* A/C feed URL got from server&lt;br /&gt;
* Fixed text in the &amp;quot;Only digits mean&amp;quot; button &lt;br /&gt;
&lt;br /&gt;
=4.06=&lt;br /&gt;
2016-03-11&lt;br /&gt;
* Summary dialog before vhfcontest.net upload&lt;br /&gt;
* Stats WWL radius&lt;br /&gt;
* Fixed qsoglob in tucnakwiz for SSB Liga &lt;br /&gt;
* Fixed tucnakrc crash after downgrade&lt;br /&gt;
* Fixes for clang 3.5&lt;br /&gt;
* Fixed many rig PTT problems, TNX to G4ZTR&lt;br /&gt;
* Fixed race condition in rig initialization&lt;br /&gt;
* New rig option Force handshake NONE, TNX to G4ZTR&lt;br /&gt;
* Hamlib 3.1~git in windows package&lt;br /&gt;
* Fixed bug in first start in textmode&lt;br /&gt;
* Compile fixes for probably bug in gcc 4.6&lt;br /&gt;
* Support for libftdi 1.0&lt;br /&gt;
* Fixed bug in QSO trace under windows, TNX to SP6LTC &lt;br /&gt;
&lt;br /&gt;
=4.05=&lt;br /&gt;
2015-10-12&lt;br /&gt;
* Koel-Achen contest wizzard and EXC data, TNX to DL4PD&lt;br /&gt;
* Fixed bug in QRB compute JN54KP-JN54KP, TNX to IU4APB&lt;br /&gt;
* Ctrl+Up/Down in bandmap tunes rig to next spot&lt;br /&gt;
* Use in DXC window sets rig frequency&lt;br /&gt;
* Fixed AC start time display, TNX to OK3MAD&lt;br /&gt;
* Inverse display&lt;br /&gt;
* Fixed &amp;quot;ZC4:&amp;quot; bug in tucnakdw, TNX to DL7BST&lt;br /&gt;
* Fixed unifinished QSO without qsonr, TNX to DL7BST&lt;br /&gt;
* DXCC multipliers in HF window&lt;br /&gt;
* Included txt2inc.pl and master.scp, TNX to DL7BST&lt;br /&gt;
&lt;br /&gt;
=4.04=&lt;br /&gt;
2015-08-07&lt;br /&gt;
* Fixed rebuild scripts and libiberty detection&lt;br /&gt;
* Removed Crash test and Int.error test also from v4, TNX to SP2FRY&lt;br /&gt;
* Fixed italian translation, TNX to IK4XQT&lt;br /&gt;
* AC&#039;s sorted in z-order&lt;br /&gt;
* Fixed translations&lt;br /&gt;
&lt;br /&gt;
=4.03=&lt;br /&gt;
2015-06-04&lt;br /&gt;
* RSGB M7 support for G4ZTR&lt;br /&gt;
* Official Tucnak package in Debian, TNX to G8TMV&lt;br /&gt;
* tac2tuc.pl removed from install&lt;br /&gt;
* Modifications of build system to satisfy Debian&#039;s pbuild&lt;br /&gt;
* Fixed menu name, TNX to OZ1PIF&lt;br /&gt;
* Fixed A/C info without known locator&lt;br /&gt;
* Fixed A/C info crash, sw-&amp;gt;zoom was not set &lt;br /&gt;
&lt;br /&gt;
=4.02=&lt;br /&gt;
2015-05-12&lt;br /&gt;
* Fixed A/C freeze under WinXP, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.01=&lt;br /&gt;
2015-05-11&lt;br /&gt;
* Fixed bug in cor recalc on WinXP, TNX to OZ9GE&lt;br /&gt;
* Fixed A/C WWL update, TNX to OK1MZM&lt;br /&gt;
* Fixed update output parse&lt;br /&gt;
&lt;br /&gt;
=4.00=&lt;br /&gt;
* KST dump skip&lt;br /&gt;
* Fixes for development on Jessie&lt;br /&gt;
* Fixed missing WWLs in stats window, tnx to OZ9GE&lt;br /&gt;
* Fixed Sun position jun-sep&lt;br /&gt;
* Talk offline transfer&lt;br /&gt;
* Updated Czech translation&lt;br /&gt;
* Fixed scroll when searching in KST/DXC&lt;br /&gt;
* Fixed QSO hash, can cause bad call highlight in KST/DXC&lt;br /&gt;
* Fixed layout update in text mode after Misc options&lt;br /&gt;
* Fixed and optimized cor recalculation&lt;br /&gt;
* Airplane position is in the center of sign&lt;br /&gt;
* Fixed new format of A/C feed&lt;br /&gt;
* Updated KST server IP list&lt;br /&gt;
* Show ! in DXC when call brings new EXC multiplier&lt;br /&gt;
* Fixed CI-V address, TNX to OK1CDJ&lt;br /&gt;
* Allow up to 4 digits and letters in callsign&lt;br /&gt;
* Fixed crash when adding chart without opened contest, TNX to IZ3GME (ex IW3IKN).&lt;br /&gt;
* Fixed gen-conly script&lt;br /&gt;
* Italian translation, TNX to IK1RAC&lt;br /&gt;
* Anti-aliased qso cross in map&lt;br /&gt;
* Fixed cabrillo frequency and header, TNX to OK1UGE&lt;br /&gt;
* New countries in tucnakdw, TNX to F4CIB &lt;br /&gt;
* Remove branch number from package names&lt;br /&gt;
&lt;br /&gt;
* Fixed lintian errors and some warnings&lt;br /&gt;
* Fixed characters typed with right alt keyboard layout switch&lt;br /&gt;
* Optimized layout of OSK&lt;br /&gt;
* A/C info plot instead of QSO info&lt;br /&gt;
* Crossing A/C are blue&lt;br /&gt;
* Fixed http upload of long files (&amp;gt;cca 100kB)&lt;br /&gt;
* Fixed crash in wiki upload&lt;br /&gt;
* Set higher priority to cwdaemon thread on windows&lt;br /&gt;
* Fixed crash in main_msg_handled (CW:!)&lt;br /&gt;
* Fixed compile with some version of libbfd&lt;br /&gt;
&lt;br /&gt;
=3.28=&lt;br /&gt;
2014-09-29&lt;br /&gt;
* Window highlight searches for whole words&lt;br /&gt;
* Allow to use non-call as operator&lt;br /&gt;
* Fixed too many open files bug in SSB CQ&lt;br /&gt;
* Fixed mediawiki upload credentials&lt;br /&gt;
* Reverse portrait and landscape mode on Android&lt;br /&gt;
* Lower mouse accuracy needed for menu separators and borders, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=3.27=&lt;br /&gt;
2014-08-31&lt;br /&gt;
* Fixed KST A/C map crash, TNX to SP3IYM&lt;br /&gt;
* Fixed crash in vhfcontestnet upload&lt;br /&gt;
* Ask for sked and Message open OSK&lt;br /&gt;
* Fixed Alt+PNK in KST within OSK&lt;br /&gt;
&lt;br /&gt;
=3.26=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Fixed crash in QRV window redraw, TNX to OZ7Z&lt;br /&gt;
&lt;br /&gt;
=3.25=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Reload interfaces button in Network info&lt;br /&gt;
* Spy shows error when contest is long&lt;br /&gt;
* Android notification and service&lt;br /&gt;
* Fixed crash on Android 4.4 KitKat, TNX to my wife Bara&lt;br /&gt;
* Fixed OSK KST Alt+K, Ctrl+K, TNX to OK1MZM&lt;br /&gt;
* Fixed OSK size, OSK close button click area, out of OSK clicks pass, TNX to OK1MZM&lt;br /&gt;
* QRV list create in menu Subwins-&amp;gt;Add contest&lt;br /&gt;
* Wiki report upload to mediawiki site&lt;br /&gt;
* EDI log upload to www.vfhcontest.net&lt;br /&gt;
* Fixed HF Edit QSO bug, TNX to F5NLG&lt;br /&gt;
* Removed Crash test and Int.error test, TNX to DL4DZ&lt;br /&gt;
* hamlib uses win32 api for FUNcube&lt;br /&gt;
* SDR right button drag tunes radio&lt;br /&gt;
* Fixed many SDR bugs&lt;br /&gt;
&lt;br /&gt;
=3.24=&lt;br /&gt;
2014-06-12&lt;br /&gt;
* Experimental support for SDR&lt;br /&gt;
* Fixed wifi UDP negotiation on Android&lt;br /&gt;
* Fixed band change tucnak-&amp;gt;radio&lt;br /&gt;
* Fixed rig lock problem&lt;br /&gt;
* Translate 0xd8 to 0 in KST&lt;br /&gt;
* Fixed spy and contest load when remote node is connected&lt;br /&gt;
* Fixed bad comparison in initialization, TNX to David Binderman&lt;br /&gt;
* Fixed gain display of QTF=8, tnx to OZ9GE&lt;br /&gt;
* Anti-aliased map in HTML/wiki exports and over HTTP&lt;br /&gt;
* Speed up window resizing &lt;br /&gt;
* Remember maximized state under Windows&lt;br /&gt;
* Fixed crash causet by too small application window&lt;br /&gt;
* Bigger font allowed in on screen keyboard&lt;br /&gt;
* Bigger font for higher resolution at startup&lt;br /&gt;
* Window maximized at startup&lt;br /&gt;
* Open web browser with WWL in Call info&lt;br /&gt;
* Do not preload checkboxes in Load from network dialog when loading from same host&lt;br /&gt;
* Autorepeat in OSK&lt;br /&gt;
* Inputline	history works in OSK&lt;br /&gt;
* Show battery state &lt;br /&gt;
* Support for arbitrary category (PSect in EDI)&lt;br /&gt;
* Fixed ftdi_usb_get_strings detection under &#039;nixes and msvc&lt;br /&gt;
* Fixed multipliers in CQSOs EDI line, TNX to OZ1FF&lt;br /&gt;
* Fixes in Scope/FFT window&lt;br /&gt;
* Fixed hamlib configure path&lt;br /&gt;
* Fixed redraw of focus rectangle around window&lt;br /&gt;
&lt;br /&gt;
=3.23=&lt;br /&gt;
2013-12-28&lt;br /&gt;
* New windows icon resolutions&lt;br /&gt;
* Seconds marks in Player window&lt;br /&gt;
* Send locator to KST during connect chat&lt;br /&gt;
* Experimental focus rectangle around window&lt;br /&gt;
* Experimental portrait orientation under Android&lt;br /&gt;
* Support for RSGB M5-type contests&lt;br /&gt;
* Fixed external tucnakwiz load under windows&lt;br /&gt;
* Fixed many SSB CQ and recording issues&lt;br /&gt;
* Fixed FFT redraw after ssbd file format change&lt;br /&gt;
* Fixed wav play fail under Android&lt;br /&gt;
* Accelerated vertical window scroll under Android  &lt;br /&gt;
* Fixed scope window flashing when recording&lt;br /&gt;
* Fixed device lockfile delete&lt;br /&gt;
* Fixed serial port detect under Android&lt;br /&gt;
&lt;br /&gt;
=3.22=&lt;br /&gt;
2013-11-05&lt;br /&gt;
* Serial port detection in Info&lt;br /&gt;
* Battery state in Info&lt;br /&gt;
* Close button in on screen keyboard&lt;br /&gt;
* Drag menu selection by mouse/touch&lt;br /&gt;
* Location update by click on Android&lt;br /&gt;
* Fixed lockfile path on Arch linux, TNX to DF4OR&lt;br /&gt;
* Playing SSB CQ on Android&lt;br /&gt;
* Android API back to 4 (Android 1.6)&lt;br /&gt;
* Fixed shift in on screen keyboard&lt;br /&gt;
* Fixed under cursor nummer-ended call recognition in KST/DXC&lt;br /&gt;
* Fixed spy state request after contest load&lt;br /&gt;
* Fixed screen layout with spy activated&lt;br /&gt;
* Inputline history in touch mode&lt;br /&gt;
* On screen keyboard capslock&lt;br /&gt;
* Fixed settings on Android&lt;br /&gt;
* Save/restore state on Android after apps switch&lt;br /&gt;
* Fixed menu Window-&amp;gt;Open connection&lt;br /&gt;
* On screen keyboard replace Fn with star&lt;br /&gt;
* On screen keyboard swap comma and question mark&lt;br /&gt;
* On screen keyboard shows same case size as it writes&lt;br /&gt;
* Shake on end of scroll in windows&lt;br /&gt;
* Reversed QSO scroll direction, no QSO highlight&lt;br /&gt;
* Faster window scroll in touch mode&lt;br /&gt;
&lt;br /&gt;
=3.21=&lt;br /&gt;
2013-09-03&lt;br /&gt;
* Disable screensaver on Android (off by default)&lt;br /&gt;
* New touch keyboard symbols&lt;br /&gt;
* Geolocation in Info on Android&lt;br /&gt;
* Actual locator in new contest on Android&lt;br /&gt;
* Fixed swap import, TNX to OK1HRA&lt;br /&gt;
* Ignored spy lines in old contest&lt;br /&gt;
* Fixed screen layout after Log lines change&lt;br /&gt;
* Removed &amp;gt;&amp;lt; in A/C result&lt;br /&gt;
* QSOs cursor jumps to last qso when window is activated&lt;br /&gt;
* Scroll in search results in kst and dxc windows&lt;br /&gt;
* Use of call (kst, dxc, sked, qrv) adds call to inputline history&lt;br /&gt;
* Fixed Shift+F3 in contest&lt;br /&gt;
* Set PTT over CAT&lt;br /&gt;
* Fixed rig_open error reporting&lt;br /&gt;
* Get locator also from QRV database&lt;br /&gt;
* Change font in first Contest def dialog&lt;br /&gt;
* Fixed NAC on 70MHz&lt;br /&gt;
* Fixed A/C load (included in 3.20-android)&lt;br /&gt;
&lt;br /&gt;
=3.20=&lt;br /&gt;
2013-06-14&lt;br /&gt;
* Fixed crash after TAB in text mode, tnx to OK1HRA&lt;br /&gt;
* Fixed database load in New contest from net over slow link&lt;br /&gt;
* Fixed negative float number read from tucnakrc&lt;br /&gt;
* rigctl.exe and rigctld.exe in msvc package&lt;br /&gt;
* Hamlib 1.2.15.3-zia in msvc package&lt;br /&gt;
* Fixed tucnakwiz load&lt;br /&gt;
* NAC is also on 70MHz, TNX to OZ1FF&lt;br /&gt;
* Fixed shell close under Win32&lt;br /&gt;
* Fix QRG decimal dots in QRG&lt;br /&gt;
* Rotar description on main screen&lt;br /&gt;
* Select in QRV window &lt;br /&gt;
* Testing support for A/C prediction&lt;br /&gt;
* Fixed Home in Chart window under linux&lt;br /&gt;
* Support for serial numbers for FTDI converters&lt;br /&gt;
* Many fixes and improvements in rig control&lt;br /&gt;
* Fixed crash in file unlock&lt;br /&gt;
* Improved rig trace&lt;br /&gt;
* Alt+F10 maximize/restore window under msvc/mingw&lt;br /&gt;
* Improved settings under msvc&lt;br /&gt;
&lt;br /&gt;
=3.19&lt;br /&gt;
2013-04-28&lt;br /&gt;
* Automake silent rules&lt;br /&gt;
* File libzia*.so.d moved to /usr/lib/libzia&lt;br /&gt;
* Fixed CQ repeat timer, TNX to OK2WO&lt;br /&gt;
* Removed OS Shell in SDL mode, TNX to OK2WO&lt;br /&gt;
* Can select menu item checbox also by mouse/touch&lt;br /&gt;
* Close OSK before DUPE dialog &lt;br /&gt;
* Ctrl+Y clears also OSK inputline&lt;br /&gt;
* Fixed platform trailing &#039;x&#039;&lt;br /&gt;
&lt;br /&gt;
=3.18=&lt;br /&gt;
2013-04-24&lt;br /&gt;
* Initial locator load on android&lt;br /&gt;
* Fixed -d argument under msvc and mings&lt;br /&gt;
* Fixed bug in SWP load (unbelievable, must be here many years)&lt;br /&gt;
* Sndfile is optional&lt;br /&gt;
* Disabled rotar description in menu&lt;br /&gt;
* Update for EEE&lt;br /&gt;
* Again fixed checkbox in Shell menu item&lt;br /&gt;
* Fixed Invalid option message&lt;br /&gt;
* Fixed empty space redraw in text mode&lt;br /&gt;
* Fixed Bad auth message&lt;br /&gt;
* Probably fixed crash of deb&#039;s tucnak on wheezy, TNX to OK1TKP&lt;br /&gt;
* New option No device locks&lt;br /&gt;
* Removed use of deprecated GMemChunk&lt;br /&gt;
* Fixed most of warnings for gcc 4.7&lt;br /&gt;
* Improved sound latency&lt;br /&gt;
* Fixed hamlib debug mode (OR of enabled rigs)&lt;br /&gt;
* Export to text file for KST and DXC windows&lt;br /&gt;
* Dump RW bands and hashes for diagnostics of problem caught in March contest&lt;br /&gt;
* Export as EDI fill operators when field is empty&lt;br /&gt;
* In touch mode screenshot is without keyboard&lt;br /&gt;
* Show stars instead of KST password &lt;br /&gt;
* Distribute RIT over rigs&lt;br /&gt;
* QRG can be entered without contest&lt;br /&gt;
* Experimental support for more rigs&lt;br /&gt;
* Fixed up arrow in QSOs window with Show All on&lt;br /&gt;
* Add contest and Add files menu items in Chart subwin/context menu&lt;br /&gt;
&lt;br /&gt;
=3.17=&lt;br /&gt;
2013-02-25&lt;br /&gt;
* Fixed secondary DXCC prefix recognition&lt;br /&gt;
* Fixed crash in empty QRV list using mouse wheel, TNX to OZ9F&lt;br /&gt;
* Fixed worked QSO color after QSO edit&lt;br /&gt;
* CEPT prefix and suffix sensitive QRV list (tnx to G1OGY)&lt;br /&gt;
* Support for debug info from dynamic libzia&lt;br /&gt;
* Fixed checkbox in Shell menu item&lt;br /&gt;
&lt;br /&gt;
=3.16=&lt;br /&gt;
2013-01-09&lt;br /&gt;
* Winkey over TCP/IP&lt;br /&gt;
* Fixed internal error message, TNX to OK1CDJ&lt;br /&gt;
* Removed QRB QSO check warning&lt;br /&gt;
* DXCC name in call info&lt;br /&gt;
* Enter without contest runs call info&lt;br /&gt;
* Fixed libzia compile --without-gtk&lt;br /&gt;
* Fixed TUCNAK_DEBUG variable (broken since 3.00)&lt;br /&gt;
* Removed support for winkey+davac4 (never 100% working)&lt;br /&gt;
* Fixed unix shell echo without PTY&lt;br /&gt;
* Idea: OSK keeps worked QSO visible&lt;br /&gt;
* Support for libsndfile (no SSB CQ/rec now) under android&lt;br /&gt;
* Support for hamlib under android&lt;br /&gt;
* Confirm call/exc/wwl by mouse click&lt;br /&gt;
* Android key trace&lt;br /&gt;
* Android menu key opens menu&lt;br /&gt;
* Rewritten parts of mouse handling code for drag window scroll&lt;br /&gt;
* In touch mode DXC/KST click always shows context menu&lt;br /&gt;
* Swap ENTER and BS on OS keyboard&lt;br /&gt;
* Released public beta od android&lt;br /&gt;
* Map icons Home, Zoom in, Zoom out&lt;br /&gt;
* Touch control&lt;br /&gt;
* New font 18x32&lt;br /&gt;
* Private release of beta Android&lt;br /&gt;
* Scroll DXC bandmap using Shift+Arrows, PageUp, PageDown, Home&lt;br /&gt;
* Frequency in QRV list takes only needed space&lt;br /&gt;
* Higlighted line in bandmap and qrv list changed from inverse to [...]&lt;br /&gt;
* Polish language file, TNX to SP5QWB&lt;br /&gt;
* Fixed sound type without portaudio&lt;br /&gt;
* Uploaded transitional debian package tucnak2 -&amp;gt; tucnak3&lt;br /&gt;
* Insert in chart window chooses contest instead of file&lt;br /&gt;
* Settings and Info in Help menu (corresponds to -s and -i command line arguments)&lt;br /&gt;
* Improved network contest load with long databases over slow links&lt;br /&gt;
* Re-arranged Network and Trace dialog&lt;br /&gt;
* Fixed remote connect to local host&lt;br /&gt;
* Fixed ] in talk window&lt;br /&gt;
* OK? at end of Ask for sked&lt;br /&gt;
* Fixed crash in wiki export in text mode&lt;br /&gt;
* --with-pkg configure argument&lt;br /&gt;
* Fixed platform and machine type under mingw&lt;br /&gt;
&lt;br /&gt;
=3.15=&lt;br /&gt;
2012-10-25&lt;br /&gt;
* Own update system for deb.i386, deb.amd64 and msvc&lt;br /&gt;
* Inputline history increased to 30 items&lt;br /&gt;
* Right click in title of QRV part of KST window choose optional QRV column&lt;br /&gt;
* When QRV sort is by QTF or KST, the QTF is shown in QRV part of KST window&lt;br /&gt;
* Can clicn to QRV column headers in QRV window to sort items&lt;br /&gt;
* Can click to QRV column headers in KST window to sort items&lt;br /&gt;
* Support for mouse in QRV part of KST window&lt;br /&gt;
* Support for incorrect KST /CQ command recognition &#039;&amp;gt; (0) (CALL) ...&#039;&lt;br /&gt;
* Improved search in KST window (no right move, highlight search pattern)&lt;br /&gt;
* Accidentaly entered 2-7 numbers in KST are processed as contest exchange (RST,NR)&lt;br /&gt;
* Fixed accidental kill when shell terminated under linux&lt;br /&gt;
* Fixed codepage od DNS errors under msc/mingw&lt;br /&gt;
* Fixed socket connected handler in KST, DXC (should not happen in real life)&lt;br /&gt;
* Operator change mark in chart, operator show in title&lt;br /&gt;
* Removed old New from net&lt;br /&gt;
* Removed old spy&lt;br /&gt;
* Mass R-O band set Bands-&amp;gt;Set read-only&lt;br /&gt;
* QRV info showed instead of top log line to save space&lt;br /&gt;
* QRV info show also for dupe&lt;br /&gt;
* Ctrl+L under SDL switches to 24G. Without SDL means terminal redraw.&lt;br /&gt;
* Fixed SSID-calls add to C_W&lt;br /&gt;
* Fixed chart points axis description&lt;br /&gt;
* Changed font for msie in httpd&lt;br /&gt;
&lt;br /&gt;
=3.14=&lt;br /&gt;
2012-10-04&lt;br /&gt;
* Fixed contest load with 0 points&lt;br /&gt;
* Fixed new cty.dat load, tnx to 9A4ZM&lt;br /&gt;
&lt;br /&gt;
=3.13=&lt;br /&gt;
2012-10-03&lt;br /&gt;
* Fixed right click out of windows titles&lt;br /&gt;
* QTF in QRV window right aligned&lt;br /&gt;
* Allow reverse sort in QRV window&lt;br /&gt;
* Fixed crash in New Contest, tnx to SP5QWB&lt;br /&gt;
* Fixed alternative slash key in QRV window, tnx to 9A4ZM&lt;br /&gt;
* Updated cty.dat (2O12L)&lt;br /&gt;
* Libzia-ver.so.d distributet, not working &lt;br /&gt;
&lt;br /&gt;
=3.12=&lt;br /&gt;
2012-10-01&lt;br /&gt;
* Fixed debian build --without-bfd&lt;br /&gt;
* Fixed libzia&#039;s settins include in deb&lt;br /&gt;
* Band multiplier for NAC&lt;br /&gt;
* Alternative priority set to 50 (tucnak2 has 40)&lt;br /&gt;
* Remote host is resolved&lt;br /&gt;
* Fixed resolve error handle under platforms with getaddrinfo&lt;br /&gt;
* Must not enter first two letters of locator (60LJ is JO60LJ for stn. from JN69)&lt;br /&gt;
* Removed direct backtrace from internal_error&lt;br /&gt;
* Fixed tucnak.d and bfd_open path&lt;br /&gt;
* Autosave and floppy save fixes, TNX to OZ7Z&lt;br /&gt;
* Platform and version to crash messageboxes&#039;s titles&lt;br /&gt;
&lt;br /&gt;
=3.11=&lt;br /&gt;
2012-09-21&lt;br /&gt;
* Left click on window tab shows context menu same as Subwins&lt;br /&gt;
* Run mode stat next to WPM indicator&lt;br /&gt;
* New hotkey Ctrl+R (tnx to 9A4ZM)&lt;br /&gt;
* Use speaker hidden under windows&lt;br /&gt;
* Fixed text in tucnak3.desktop&lt;br /&gt;
* QRV list transferred by New From Network&lt;br /&gt;
* Fixed network reconnect when remote is connected&lt;br /&gt;
* Enter in log window adds empty line for &lt;br /&gt;
* Fixed accidental stdin close in winkey/rotator&lt;br /&gt;
* New option net_remote_enable&lt;br /&gt;
* Fixed color of lowercase KST call&lt;br /&gt;
* Removed debugging of P3 command&lt;br /&gt;
* Page Up in QSOs window wraps to end of list, TNX to OK1XDF&lt;br /&gt;
* Fixed heap corruption after twice sf_close() when recording device cannot be opened&lt;br /&gt;
* Binary zloc in libzia/src&lt;br /&gt;
* Deb dependency to libzia of same version&lt;br /&gt;
* Use -release in libzia creation&lt;br /&gt;
&lt;br /&gt;
=3.10=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Removed libbfd from debian build because binutils versions incompatibility&lt;br /&gt;
* Fixed crash after tab in welcome dialog probably only under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.09=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Backtrace uses map file under mingw&lt;br /&gt;
* Updated backtrace for msvc&lt;br /&gt;
* Fixed winkey also under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.08=&lt;br /&gt;
2012-08-14&lt;br /&gt;
* Fixed winkey, TNX to OK1HRA&lt;br /&gt;
* Unhandled Exception under mingw&lt;br /&gt;
* Fixed compile under OpenSuse due broken binutils-devel&lt;br /&gt;
* Platform in window title and on some next places&lt;br /&gt;
* Fixed impout.dll for paralel port under mingw&lt;br /&gt;
* Included settings from libzia&lt;br /&gt;
* Fixed parameter parse (-i) under msvc/mingw&lt;br /&gt;
* Example tucnaknames and tucnakcw in binary&lt;br /&gt;
* Enter in Welcome dialog does not run Language choose&lt;br /&gt;
&lt;br /&gt;
=3.07=&lt;br /&gt;
2012-08-07&lt;br /&gt;
* Can be compiled under mingw, not tested&lt;br /&gt;
* Fixed IPV6 resolving, tnx to CT1DRB&lt;br /&gt;
* Fixed -liberty compile on OpenSuse, tnx to CT1DRB&lt;br /&gt;
* SDL keyboard delay/rate taken from system under MSVC&lt;br /&gt;
* Fixed operator send for Network Info&lt;br /&gt;
* Fixed jump to first QSO in QSOs findow when first fucused&lt;br /&gt;
* Fixed WAV search after Ctrl+P in QSOs window under MSVC&lt;br /&gt;
* $E in default ssbd_template&lt;br /&gt;
* Repeated play in Player window&lt;br /&gt;
* Fixed subwin inputlines position without resize&lt;br /&gt;
* Thread names for debugging&lt;br /&gt;
* Band name in QSO info&lt;br /&gt;
* Suspicious chars ?! are red&lt;br /&gt;
* QSO check after call/locator enter&lt;br /&gt;
* Maybe fixed rig QRG resend after band change &lt;br /&gt;
&lt;br /&gt;
=3.06=&lt;br /&gt;
2012-07-25&lt;br /&gt;
* Probably fixed fftw but not released&lt;br /&gt;
* Msvc version uses Release build to improve speed&lt;br /&gt;
* Fixed X11/putty mouse handle for coordinates&amp;gt;94&lt;br /&gt;
* Fixed RBN call selection in DXC window&lt;br /&gt;
* Fixed background on gnome-terminal&lt;br /&gt;
* Fixed DXC spots in HF window&lt;br /&gt;
* Fixed Shell window under Linux&lt;br /&gt;
* Code cleanup&lt;br /&gt;
* Httpd options dialog&lt;br /&gt;
* Fixed httpd SO_REUSEADDR&lt;br /&gt;
* Fixed DXC spot parse&lt;br /&gt;
&lt;br /&gt;
=3.05=&lt;br /&gt;
2012-07-18&lt;br /&gt;
* Fullscreen Ctrl+F11&lt;br /&gt;
* Font change Ctrl+, Ctrl-, Ctrl0&lt;br /&gt;
* New font 8x13&lt;br /&gt;
* Disabled portaudio in linux build because ubuntu segfault in Pa_Initialize&lt;br /&gt;
* Speedup: calls are not compared using regular expressions&lt;br /&gt;
* Speedup: calls are hold also in hash&lt;br /&gt;
* Oh mistake and Ask for sked in KST window&lt;br /&gt;
* QSOs from all bands in QSOs window&lt;br /&gt;
&lt;br /&gt;
=3.04=&lt;br /&gt;
2012-07-03&lt;br /&gt;
* Fixed Tucnak data.lnk&lt;br /&gt;
* Window title is Tucnak instead of tucnak3&lt;br /&gt;
* New contest from network (flood)&lt;br /&gt;
* New spy method (flood)&lt;br /&gt;
* Fixed operator load from contest files&lt;br /&gt;
* Connection to remote tucnak&lt;br /&gt;
* Kill connection in Subwin menu&lt;br /&gt;
&lt;br /&gt;
=3.03=&lt;br /&gt;
2012-06-18 (R1724)&lt;br /&gt;
* red highlight of 73-like KST messages&lt;br /&gt;
* turn on SSBWAY pin also during CW CQ to allow CQ on more band simultaneously&lt;br /&gt;
* dark yellow calls in subwin only when worked on all read-write bands&lt;br /&gt;
* fixed crash when sdl cannot be initialized&lt;br /&gt;
* kst logged QRV stations from QRV list&lt;br /&gt;
* fixed accidental QRV list sort change when subwin is leaved with Alt+number&lt;br /&gt;
* changed color of qsos and qso gain in map subwin&lt;br /&gt;
* svn version (revision) compiled-in in binary&lt;br /&gt;
* fixed crash after contest wizard, TNX to OK3MAD&lt;br /&gt;
* call selection and right mouse in qrv subwin&lt;br /&gt;
* QSO window does not loose focus when switched to it&lt;br /&gt;
* QSO window does not switch to last QSO when focused&lt;br /&gt;
&lt;br /&gt;
=3.02=&lt;br /&gt;
2012-05-09 (R1637)&lt;br /&gt;
* fixed SSID&#039;ized call info and call use in KST and DXC&lt;br /&gt;
* fixed crash after home key in KST and DXC&lt;br /&gt;
* fixed crash in quicksearch&lt;br /&gt;
* fixed Diskfree text in audio dialog&lt;br /&gt;
* fixed dxc_host delete&lt;br /&gt;
* link with libzia can be static or dynamic&lt;br /&gt;
* fixed new contest crash bug&lt;br /&gt;
&lt;br /&gt;
=3.01=&lt;br /&gt;
2012-05-02&lt;br /&gt;
* fixed fftw sample count handle&lt;br /&gt;
* updated libfftw3 3.3.1 to pl1 for msvc&lt;br /&gt;
* qrg entry in khz (.144300)&lt;br /&gt;
* bandmap in dxc window&lt;br /&gt;
* new key l in map&lt;br /&gt;
* disable screensaver under msvc&lt;br /&gt;
* format of -i&lt;br /&gt;
* libusb in installer&lt;br /&gt;
* fixed time_t 64bit bug, tnx to G1OGY&lt;br /&gt;
* highlighted item in sked window, enter send to worked qso&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* rotator poll interval&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* portautio must be at least version 0.19&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* wider beamwidth in map&lt;br /&gt;
* sked dialog rewrite, removed we_call and skedshift&lt;br /&gt;
* charts are per band&lt;br /&gt;
* loading of txt into chart loads also other bands&lt;br /&gt;
* qso gain in for photo&lt;br /&gt;
* alt+f4 closes tucnak under windows&lt;br /&gt;
* progress indicator during exports and qso check&lt;br /&gt;
* chart points axis value round&lt;br /&gt;
* chart time axis extremes snapped to hours&lt;br /&gt;
* removed charset menu&lt;br /&gt;
* newline adter map image in wiki export&lt;br /&gt;
* fixed portable calls in KST, DXC&lt;br /&gt;
* QRB, QTF in Call info&lt;br /&gt;
* removed Not mounted message when no floppy is defined&lt;br /&gt;
* fixed floppy save under msvc&lt;br /&gt;
&lt;br /&gt;
=3.00=&lt;br /&gt;
* first test - march contest 2012 OK2M&lt;br /&gt;
* change SDL key repeat&lt;br /&gt;
* azimuthal star in map&lt;br /&gt;
* simplyfied first contest options&lt;br /&gt;
* (untested) support for hamlib rotators&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* macro $J&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* kst reads cwdb and namedb from /sh us command&lt;br /&gt;
* double font height&lt;br /&gt;
* readonly flag in bands menu&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
* mast icon in map&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
* common code moved to libzia&lt;br /&gt;
* split header.h into more smaller headers&lt;br /&gt;
* memory allocations only from glib&lt;br /&gt;
* removed cba_t&lt;br /&gt;
* forked v3 &lt;br /&gt;
&lt;br /&gt;
=2.48=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* renamed debian to debian.unofficial&lt;br /&gt;
* removed -lusb, tnx to EA4TV&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* fixed possible pointer shot of &#039;\0&#039; behind last_screen&lt;br /&gt;
&lt;br /&gt;
=2.47=&lt;br /&gt;
2011-02-16&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* fixed band LO freq&lt;br /&gt;
* debian/ updates for Jaime EA4TV&lt;br /&gt;
&lt;br /&gt;
=2.46=&lt;br /&gt;
2011-01-18&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* accpet portaudio options in tucnakrc&lt;br /&gt;
* accept subwin KST(15) as Shell in tucnakrc&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
&lt;br /&gt;
=2.45=&lt;br /&gt;
2011-10-12&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* strip binaries in deb package&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* support for libpng 1.5, tnx to DL1JBE &lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
&lt;br /&gt;
=2.44=&lt;br /&gt;
2011-07-29&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
&lt;br /&gt;
=2.43=&lt;br /&gt;
2011-06-28&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
&lt;br /&gt;
=2.42=&lt;br /&gt;
2011-05-31&lt;br /&gt;
* fixed crash in contest close&lt;br /&gt;
* forked v3&lt;br /&gt;
&lt;br /&gt;
=2.41=&lt;br /&gt;
2011-05-25&lt;br /&gt;
* released as tribute to Douglas Adams. Don&#039;t panic!&lt;br /&gt;
* fixed trace_sock&lt;br /&gt;
* fixed udev script - usb_device -&amp;gt; usb&lt;br /&gt;
* fixed some gcc warnings&lt;br /&gt;
* html/http/wiki exports map and chart as png&lt;br /&gt;
* http server for contest progress presentation&lt;br /&gt;
* changed fifo time format to HH:MM&lt;br /&gt;
* fixed wiki map description&lt;br /&gt;
* fixed volume indicator flicker&lt;br /&gt;
* fixed trace condition&lt;br /&gt;
* show chart files without sdl&lt;br /&gt;
* fixed grid &amp;amp; boundaries in map, tnx to DG6MAN &lt;br /&gt;
* libgpm is disabled by default&lt;br /&gt;
* fixed player and chart windows add&lt;br /&gt;
* fixed network interfaces detect&lt;br /&gt;
* ignored duplicate $GLIB_CFLAGS, $GLIB_LIBS in configure.in&lt;br /&gt;
* new macros in tucnak -s&lt;br /&gt;
&lt;br /&gt;
=2.40=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* added _cv_ in autoconf cached variables&lt;br /&gt;
* updated missing script&lt;br /&gt;
* fixed iconv detection&lt;br /&gt;
* fixed tucnakrc load under WIN32&lt;br /&gt;
* sdev trace&lt;br /&gt;
* trace rewrite&lt;br /&gt;
* split master db into more strings&lt;br /&gt;
* rewritten cbr items choice for OKOM DX&lt;br /&gt;
* compile under msvc and ming but unusable at this time&lt;br /&gt;
* fixed qrv edit/insert (should overwrite another item)&lt;br /&gt;
* added player (and chart) window types in Add subwin&lt;br /&gt;
* removed testing code for Ctrl+P in main inputline&lt;br /&gt;
* experiments with waterfall palette and filtering&lt;br /&gt;
* frequency axis in fft scope&lt;br /&gt;
* frequency argument in soundwrapper for testing&lt;br /&gt;
* tab complete file in file import&lt;br /&gt;
* chart subwin&lt;br /&gt;
* fixed cursor position in inputline history alt+h&lt;br /&gt;
* degree sign in C_W quick search&lt;br /&gt;
* fixed alt+letter in qrv search&lt;br /&gt;
* rig error code instead of qrg&lt;br /&gt;
* changed rig debug level&lt;br /&gt;
* fixed rigs with unsupported rig_get_vfo()&lt;br /&gt;
* +1/-1 alloc bugs detection with --enable-leak-debug&lt;br /&gt;
* fixed qrv insert from keyboard&lt;br /&gt;
* fixed text upcase in qrv insert/edit&lt;br /&gt;
&lt;br /&gt;
=2.39=&lt;br /&gt;
2011-02-25&lt;br /&gt;
* fixed ftdi_context portability between libftdi versions&lt;br /&gt;
* qso gain diagram&lt;br /&gt;
* qrv gain diagram respects worked count&lt;br /&gt;
* qrv item insert&lt;br /&gt;
* qrv item edit&lt;br /&gt;
* new contest loads ~/tucnak/qrv&lt;br /&gt;
* fixed qrv points drawing when mouse move&lt;br /&gt;
&lt;br /&gt;
=2.38=&lt;br /&gt;
2011-02-20&lt;br /&gt;
* fixed bug in map window during contest load&lt;br /&gt;
* fixed memory alloc problem in master db&lt;br /&gt;
* degree sign as hexa constant 0xb0&lt;br /&gt;
* rewritten qrv database&lt;br /&gt;
* fixed master database comment filter&lt;br /&gt;
* increased length of contest option numbers, tnx to RU2FM&lt;br /&gt;
* calls from master database are never deleted&lt;br /&gt;
* fixed contest date in contest options&lt;br /&gt;
* qso check warning if exists remark&lt;br /&gt;
* fixed qsonr in cabrillo output, tnx to OK1HRA&lt;br /&gt;
* fixed avg unit pts/km in wiki and html output&lt;br /&gt;
* fixed compile without various --without combinations&lt;br /&gt;
* removed forgotten font13x24.png create&lt;br /&gt;
* QRG in edit QSO&lt;br /&gt;
* correct size of screenshots in HTML export&lt;br /&gt;
* fixed runmode CQ without hamlib, tnx to DL1JBE&lt;br /&gt;
* fixed Ctrl+3 to Ctrl+9 under SDL&lt;br /&gt;
* wav player seems to be usable&lt;br /&gt;
&lt;br /&gt;
=2.37=&lt;br /&gt;
2010-10-27&lt;br /&gt;
* two letters input moved to unresolved area&lt;br /&gt;
* fixed some minors in runmode, tnx to OK3MAD&lt;br /&gt;
* fixed soundwrapper sound frequency&lt;br /&gt;
* rewritten runmode for A1/MMC&lt;br /&gt;
* fixed runmode CQ only in CW mode (TNX to OK1HRA/TC03W)&lt;br /&gt;
* fixed runmode TU&lt;br /&gt;
* skeleton for wiki publish&lt;br /&gt;
* fixed TU give in run mode&lt;br /&gt;
* &amp;gt; for qrb&amp;gt;average in qsocheck&lt;br /&gt;
* changed delay between hamlib rig calls for slow radios&lt;br /&gt;
* fixed string truncate in inputline insert&lt;br /&gt;
* rig freq read reads from actual VFO&lt;br /&gt;
* rig mode change keeps bandwidth&lt;br /&gt;
* fixed autogive=0&lt;br /&gt;
* expedition mode&lt;br /&gt;
&lt;br /&gt;
=2.36=&lt;br /&gt;
2010-09-27&lt;br /&gt;
* fixed rig ID choose&lt;br /&gt;
* fixed segv in loading of contest with HF window and &amp;gt; 6 active bands&lt;br /&gt;
* do not add &#039;similar call&#039; to qsocheck when this call is also worked&lt;br /&gt;
* set rig handshake to none (default for TS850 is CTS/RTS)&lt;br /&gt;
* set rig timeout to 500ms (480s is unusable)&lt;br /&gt;
* gdb and rigctl under cygwin&lt;br /&gt;
* fixed cygncurses-9 dependency for sh.exe under cygwin&lt;br /&gt;
* updated tucnakdw (4X, ZC4, many UA)&lt;br /&gt;
* improved edit qso time parsing&lt;br /&gt;
* autogive mode after some typed chars&lt;br /&gt;
* macro $B&lt;br /&gt;
* bell sign for character 7 under sdl&lt;br /&gt;
* in macro $I dots are replaced by question marks&lt;br /&gt;
* added baudrate for rig control&lt;br /&gt;
* fixed R9SA parsing as report (tnx to OK1HRA)&lt;br /&gt;
* WAZ and ITU in HF window&lt;br /&gt;
* rewritten exc list in HF window&lt;br /&gt;
* master call database&lt;br /&gt;
* fixed SFI parse&lt;br /&gt;
* &amp;quot;live&amp;quot; QSO list in HF window&lt;br /&gt;
* enlarged layout of HF window&lt;br /&gt;
* updated UA wwls in tucnakdw&lt;br /&gt;
* fixed missing excs display&lt;br /&gt;
* argument -m sets time from master PC&lt;br /&gt;
* &#039;c&#039; key for center screen to QTH&lt;br /&gt;
* &#039;p&#039; key for photo in map&lt;br /&gt;
* fixed second part of CQSOs for method 16&lt;br /&gt;
* summery table with links to bands in html export&lt;br /&gt;
* fixed buffer and period time to ms (was us)&lt;br /&gt;
* similar calls are computed using Levenshtein distance&lt;br /&gt;
* cleared qso check message&lt;br /&gt;
* fixed top10 formatting for qrb&amp;gt;=1000 km&lt;br /&gt;
* reverted to old udev rule style (for lenny)&lt;br /&gt;
* fixed memory leaks in dwdb.c, rotar.c&lt;br /&gt;
&lt;br /&gt;
=2.35=&lt;br /&gt;
2010-06-30&lt;br /&gt;
* fixed crash in fft calculation&lt;br /&gt;
* support for Championnat de France THF&lt;br /&gt;
* alt-j: short access for A/C and M/S cq&lt;br /&gt;
* qrv list save&lt;br /&gt;
* configure checks for make&lt;br /&gt;
* fixed large qso number display in global QSO mode, tnx to DL5YBZ&lt;br /&gt;
* support for prefixes with slash (3D2/C)                                                                               &lt;br /&gt;
* fixed crash after IT9x call (* in prefix in cty.dat), tnx to DL5YBZ &lt;br /&gt;
* fixed $MN macro, tnx to OK1HRA (GL in WPX!)&lt;br /&gt;
* send CW2 and save QSO also after QSONR&lt;br /&gt;
* list import&lt;br /&gt;
* support for odd/even/1st/2nd TX (MS,AERO)&lt;br /&gt;
* fixed suid of soundwrapper&lt;br /&gt;
* updated cty.dat&lt;br /&gt;
* SYSFS{} changed to ATTR{} for new udev versions&lt;br /&gt;
&lt;br /&gt;
=2.34=&lt;br /&gt;
2010-04-26&lt;br /&gt;
* changed time separator from . to :&lt;br /&gt;
* four digits are QSO number, not month and day of month&lt;br /&gt;
* deb package uses suided soundwrapper &lt;br /&gt;
* macro $I&lt;br /&gt;
* fixed statistics calculation after loading of contest   &lt;br /&gt;
* added frequency to adif export&lt;br /&gt;
* fixed exchange output in cabrillo and adif export  &lt;br /&gt;
* changed format of ChangeLog to Mediawiki source format&lt;br /&gt;
* get back generated debian/changelog, it seems we have no DEB maintainer&lt;br /&gt;
&lt;br /&gt;
=2.33=&lt;br /&gt;
2010-02-18&lt;br /&gt;
* fixed usaca multiple names&lt;br /&gt;
* rit clear after qso save in run mode&lt;br /&gt;
* support for ARRL International DX Contest&lt;br /&gt;
* fixed ARRL VHF scoring&lt;br /&gt;
* turned off cq repeat for cwdaemon&lt;br /&gt;
* rig changes: poll interval, mode and band transfer&lt;br /&gt;
&lt;br /&gt;
=2.32=&lt;br /&gt;
2010-02-13&lt;br /&gt;
* cabrillo export for ARRL VHF contests&lt;br /&gt;
* fixed leak debug on AMD64&lt;br /&gt;
* fixed double rig_cleanup()&lt;br /&gt;
* fixed using of non-serial ports in hamlib (f.e. rpc.rigd, type 1901)&lt;br /&gt;
* rover (/R) are not dupe when are in different big wwl&lt;br /&gt;
* fixed EDI properties dialog &lt;br /&gt;
* script for Asus EEE binary and optimized configuration&lt;br /&gt;
* updated tucnakrc (HF bands, windows)&lt;br /&gt;
&lt;br /&gt;
=2.31=&lt;br /&gt;
2010-01-01&lt;br /&gt;
* fixed crash if mode is changed without FFT window. TNX to DF4OR&lt;br /&gt;
* crossmode test in QSO check&lt;br /&gt;
&lt;br /&gt;
=2.30=&lt;br /&gt;
2009-11-30&lt;br /&gt;
* fixed device locking under cygwin, tnx to G1OGY&lt;br /&gt;
&lt;br /&gt;
=2.29=&lt;br /&gt;
2009-11-03&lt;br /&gt;
* fixed corrupted contest date display in Open contest from net &lt;br /&gt;
* fixed tucnakdw; JN89 is in OM	&lt;br /&gt;
* fixed cwdaemon and sdev double freeing &lt;br /&gt;
* recording level has filtered DC &lt;br /&gt;
* CW window holds PTT all time it is opened&lt;br /&gt;
* removed debugging show of 1&#039;s under volume indicator&lt;br /&gt;
* fixed (null) display in empty qrv list&lt;br /&gt;
* speeded up sdl key repeat&lt;br /&gt;
* removed delayed screen redraw&lt;br /&gt;
* fixed KST new call upcase &lt;br /&gt;
* DX network command sends only valid spots, no KST or other garbage&lt;br /&gt;
* fixed rig qrg display (mode switch worked)&lt;br /&gt;
* fixed ebw db import error message&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=RS_and_AS_in_Tucnak&amp;diff=3198</id>
		<title>RS and AS in Tucnak</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=RS_and_AS_in_Tucnak&amp;diff=3198"/>
		<updated>2025-01-17T09:39:02Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* Aircraft Scatter */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Have you ever heard about the Rain Scatter (RS) propagation, or the Aircraft Scatter (AS)? Would you like to try it? If you&#039;d like, let&#039;s take a look how it can be managed thanks to Tucnak.&lt;br /&gt;
&lt;br /&gt;
Especially in the case of AS it&#039;s always better to schedule a sked instead of trying a random QSO. To do so ON4KST chat is the best option. Tucnak allows the combined use of this chat and AS / RS functions to make these operations easier. &lt;br /&gt;
&lt;br /&gt;
=ON4KST=&lt;br /&gt;
Setup ON4KST credentials in the Setup/Contest defaults. You should fill in KST Username (which is in fact your callsign) and your password. It is also recommended to fill in KST Yourname by your first name. People usually add bands that they are active on, eg 3cm.&lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_ContestDefaults.png|thumb|none|635px|Contest defaults]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once KST configuration is set up, press enter in the KST window and select a chat room. Since you are interested in RS/AS your option is most likely “3” (Microwave). &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_KST1.png|thumb|none|627px|Login to ON4KST chat]] &lt;br /&gt;
&lt;br /&gt;
Once you are logged in the chat six columns in right start to fill up. &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_Users.png|thumb|none|326px|ON4KST chat user list with AC predictions]] &lt;br /&gt;
&lt;br /&gt;
The first column CALL is filled with callsigns of people logged in the chat. You may want to try left click on a specific call. It will select the call. Repeated left click deactivate the selection. Once selected most of the calls will appear yellow, but sometimes they can be green. Yellow color marks stations you don&#039;t have in your log. Once a QSO is completed and logged, such a station changes its color to brown-green. Thanks to this color recognition you can easily distinguish what stations you have not made a QSO with.&lt;br /&gt;
&lt;br /&gt;
There is also an option to hide all stations which are located at a greater distance than the set limit in Setup/Contest defaults/A/C options/Maximal QRB for KST&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is also a right click menu available. Let&#039;s describe the most important options in this menu:&lt;br /&gt;
* Sked - ask for (can be activated by pressing “k” key once the right click menu is active)&lt;br /&gt;
** creates a message with predefined text asking for a sked on active band&lt;br /&gt;
* Sked - calling you&lt;br /&gt;
** creates similar message as the first option, but this one is longer&lt;br /&gt;
* Hide&lt;br /&gt;
** hide the station from the list on the right. Repeated click unhide the station&lt;br /&gt;
* Message&lt;br /&gt;
** creates an empty message (this is a frequently used option)&lt;br /&gt;
* Use&lt;br /&gt;
** fill in the call into the input line (this is a frequently used option)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You may have noticed some words in the KST window are red. Tucnak highlights such words like later, tnx, 73 etc. to alert you to a station which ends a correspondence with another station. It&#039;s supposed that such a station just has time for a sked. The probability that such a station answers your request is very high.&lt;br /&gt;
[[Image:RSAS_RedChat.png|thumb|none|857px|Red highlighted stations probably ready for sked]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is also another function that points out to you a station that just might have time for a sked because it just logged in to KST and is not in a sked with another station. Such stations are marked by a red line/background.&lt;br /&gt;
[[Image:RSAS_RedUsers.png|thumb|none|326px|Newly logged users]]&lt;br /&gt;
&lt;br /&gt;
=The Map window=&lt;br /&gt;
Move the mouse cursor over the map to see details of the specific place on the right. The most useful information is QRB (distance), QTF (azimuth) and Loc (WWL locator). Both first parameters are calculated from your own position (Your WWL in the Contest options).&lt;br /&gt;
&lt;br /&gt;
=Rain Scatter=&lt;br /&gt;
First of all, you should turn on the RS option in Tucnak.(Setup/Rainscatter options). If everything goes well you should see clouds in the Map window. &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_RSOptions.png|thumb|none|342px|Rainscatter options]]&lt;br /&gt;
[[Image:RSAS_Rainscatter.png|thumb|none|960px|Rainscatter map]]&lt;br /&gt;
&lt;br /&gt;
Move the mouse cursor over the clouds in the Map window to find a suitable SCP (scatter point). The information indicated on the right shows QRB, QTF and WWL locator of the SCP chosen. Both stations turn their antennas to the SCP. An SCP can be in line between both stations,or behind one of the stations (backscatter). Backscattering is a bigger challenge due to the bigger distance of the SCP from one of the stations.&lt;br /&gt;
&lt;br /&gt;
=Aircraft Scatter=&lt;br /&gt;
First of all, you should turn on the AS options in Tucnak.(Setup/Setup/A/C options). If everything goes well you should see aircrafts in the Map window.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NEW: Please read [[Aircraft scatter 2023]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_AircraftOptions.png|thumb|none|820px|Aircraft options]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Enable AS&#039;&#039;&#039; - enable or disable all Aircraft Scatter features&lt;br /&gt;
* &#039;&#039;&#039;Airscatter.dk&#039;&#039;&#039; - preferred provider. TNX to Thomas OV3T!&lt;br /&gt;
* &#039;&#039;&#039;ADS-B One&#039;&#039;&#039; - preferred provider. Limited range to 250 miles (463 km). Update interval is valid in the range 1 to 60 minutes.&lt;br /&gt;
* &#039;&#039;&#039;File (Firefox)&#039;&#039;&#039; - use aircraft data from local file&lt;br /&gt;
* &#039;&#039;&#039;OpenSkyNetwork&#039;&#039;&#039; - free but not very available service. Keep username and pasword blank for unregistered access. Keep the Interval high, [https://openskynetwork.github.io/opensky-api/rest.html#api-credit-usage not to drain your credits]. Beware if you have more computers!&lt;br /&gt;
* &#039;&#039;&#039;dump1090&#039;&#039;&#039; - Independent ADS-B receiver like https://sq6emm.hamradio.pl/adsb/data/aircraft.json&lt;br /&gt;
&lt;br /&gt;
==Alternative center WWL==&lt;br /&gt;
The new Aircraft data provider - ADS-B One - allows  for a 250NM  (Nautical Mile) radius `viewport` on the air traffic. By default, the viewport is centred on the WWL of the station - set in [Contest defaults]. There is no additional config needed.&lt;br /&gt;
&lt;br /&gt;
To allow an offset of the centre point - should coverage be marginal for the intended QSO partner&#039;s location - the centre of the circle can be shifted laterally by entering a WWL in the space provided in the A/S setup options [Alternative center WWL] so as to provide improved overlap to the target. Only entry of the offset WWL is required. Confirm [OK].  No restart needed. Realigned planes on-screen in seconds.&lt;br /&gt;
&lt;br /&gt;
As previously, `unidentified` aircraft, whose size/wingspan is unknown, are drawn with a broken, unfilled outline in a `medium` size icon. In reality these could be a brand new B737-MAX8 or A320 - or a (well-equipped) microlight!&lt;br /&gt;
&lt;br /&gt;
=The Map=&lt;br /&gt;
[[Image:RSAS_AircraftMap.png|thumb|none|960px|Aircraft map]]&lt;br /&gt;
&lt;br /&gt;
Let&#039;s assume you are in the KST window and logged into the ON4KST chat room. &lt;br /&gt;
&lt;br /&gt;
The list on the right serves to show you which the stations logged in KST are suitable for AS operation. &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_ACPrediction.png|thumb|none|297px|Aircraft sked predictions]]&lt;br /&gt;
&lt;br /&gt;
The most important is Start and Dur (duration; in minutes). These two parameters specify when the reflection should start and how long it will take. You can sort the columns by left clicking on a column´s name. NR stands for a number of aircrafts that form the predicted reflection.&lt;br /&gt;
Right clicking on a station with which you would like to make a QSO will open a menu. The option A/C info opens a map preview between you and selected station (WWL comes from the QRV database).&lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_ACContextMenu.png|thumb|none|307px|Aircraft context menu]]&lt;br /&gt;
&lt;br /&gt;
A yellow shows a reflective zone. An aircraft should be in this yellow zone to make an AS QSO. Aircrafts that are considered by Tucnak as usable will be marked by blue color. The gray ones were evaluated as non usable (out of reflection area, low altitude). However, aircrafts are moving thus it can be reevaluated anytime.  Blue aircrafts have a line in the direction of their flight. It helps you to imagine where they will cross the yellow zone. &lt;br /&gt;
&lt;br /&gt;
Aircrafts are represented by triangles and their sizes are derived from real sizes of the aircrafts. As larger aircrafts usually give stronger reflections you may want to look for such aircrafts. Also have in mind  that different flight paths give different reflections. If an aircraft flies along the line between you and the station the reflection will be longer and the Doppler effect will be theoretically zero. On the contrary, perpendicular flight will be short and the Doppler effect will be strong, especially on higher bands.&lt;br /&gt;
The exact position of aircrafts are centers of triangles. Aircrafts positions match their real positions - there is almost zero delay. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once you place the cursor on an aircraft (no click is needed) information about the aircraft will appear in the right upper corner of the preview. &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_ReflectionZone.png|thumb|none|672px|Aircraft reflection zone]]&lt;br /&gt;
&lt;br /&gt;
Such information enables you to better understand the situation. The most important is Start and Durat as explained above.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So far we have described how to use Tucnak for the AS operation using the KST chat room. However, it is possible to use Tucnak´s AS functions without KST as well. You should open the Map window and type a call into the input line. Use of the Map window is similar to the Map preview in the KST window described above.&lt;br /&gt;
&lt;br /&gt;
73 Miloš, OK1MZM&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:RSAS_AircraftOptions.png&amp;diff=3197</id>
		<title>File:RSAS AircraftOptions.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:RSAS_AircraftOptions.png&amp;diff=3197"/>
		<updated>2025-01-17T09:36:39Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: Ok1zia uploaded a new version of File:RSAS AircraftOptions.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=RS_and_AS_in_Tucnak&amp;diff=3196</id>
		<title>RS and AS in Tucnak</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=RS_and_AS_in_Tucnak&amp;diff=3196"/>
		<updated>2025-01-17T09:34:50Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* Aircraft Scatter */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Have you ever heard about the Rain Scatter (RS) propagation, or the Aircraft Scatter (AS)? Would you like to try it? If you&#039;d like, let&#039;s take a look how it can be managed thanks to Tucnak.&lt;br /&gt;
&lt;br /&gt;
Especially in the case of AS it&#039;s always better to schedule a sked instead of trying a random QSO. To do so ON4KST chat is the best option. Tucnak allows the combined use of this chat and AS / RS functions to make these operations easier. &lt;br /&gt;
&lt;br /&gt;
=ON4KST=&lt;br /&gt;
Setup ON4KST credentials in the Setup/Contest defaults. You should fill in KST Username (which is in fact your callsign) and your password. It is also recommended to fill in KST Yourname by your first name. People usually add bands that they are active on, eg 3cm.&lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_ContestDefaults.png|thumb|none|635px|Contest defaults]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once KST configuration is set up, press enter in the KST window and select a chat room. Since you are interested in RS/AS your option is most likely “3” (Microwave). &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_KST1.png|thumb|none|627px|Login to ON4KST chat]] &lt;br /&gt;
&lt;br /&gt;
Once you are logged in the chat six columns in right start to fill up. &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_Users.png|thumb|none|326px|ON4KST chat user list with AC predictions]] &lt;br /&gt;
&lt;br /&gt;
The first column CALL is filled with callsigns of people logged in the chat. You may want to try left click on a specific call. It will select the call. Repeated left click deactivate the selection. Once selected most of the calls will appear yellow, but sometimes they can be green. Yellow color marks stations you don&#039;t have in your log. Once a QSO is completed and logged, such a station changes its color to brown-green. Thanks to this color recognition you can easily distinguish what stations you have not made a QSO with.&lt;br /&gt;
&lt;br /&gt;
There is also an option to hide all stations which are located at a greater distance than the set limit in Setup/Contest defaults/A/C options/Maximal QRB for KST&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is also a right click menu available. Let&#039;s describe the most important options in this menu:&lt;br /&gt;
* Sked - ask for (can be activated by pressing “k” key once the right click menu is active)&lt;br /&gt;
** creates a message with predefined text asking for a sked on active band&lt;br /&gt;
* Sked - calling you&lt;br /&gt;
** creates similar message as the first option, but this one is longer&lt;br /&gt;
* Hide&lt;br /&gt;
** hide the station from the list on the right. Repeated click unhide the station&lt;br /&gt;
* Message&lt;br /&gt;
** creates an empty message (this is a frequently used option)&lt;br /&gt;
* Use&lt;br /&gt;
** fill in the call into the input line (this is a frequently used option)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You may have noticed some words in the KST window are red. Tucnak highlights such words like later, tnx, 73 etc. to alert you to a station which ends a correspondence with another station. It&#039;s supposed that such a station just has time for a sked. The probability that such a station answers your request is very high.&lt;br /&gt;
[[Image:RSAS_RedChat.png|thumb|none|857px|Red highlighted stations probably ready for sked]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is also another function that points out to you a station that just might have time for a sked because it just logged in to KST and is not in a sked with another station. Such stations are marked by a red line/background.&lt;br /&gt;
[[Image:RSAS_RedUsers.png|thumb|none|326px|Newly logged users]]&lt;br /&gt;
&lt;br /&gt;
=The Map window=&lt;br /&gt;
Move the mouse cursor over the map to see details of the specific place on the right. The most useful information is QRB (distance), QTF (azimuth) and Loc (WWL locator). Both first parameters are calculated from your own position (Your WWL in the Contest options).&lt;br /&gt;
&lt;br /&gt;
=Rain Scatter=&lt;br /&gt;
First of all, you should turn on the RS option in Tucnak.(Setup/Rainscatter options). If everything goes well you should see clouds in the Map window. &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_RSOptions.png|thumb|none|342px|Rainscatter options]]&lt;br /&gt;
[[Image:RSAS_Rainscatter.png|thumb|none|960px|Rainscatter map]]&lt;br /&gt;
&lt;br /&gt;
Move the mouse cursor over the clouds in the Map window to find a suitable SCP (scatter point). The information indicated on the right shows QRB, QTF and WWL locator of the SCP chosen. Both stations turn their antennas to the SCP. An SCP can be in line between both stations,or behind one of the stations (backscatter). Backscattering is a bigger challenge due to the bigger distance of the SCP from one of the stations.&lt;br /&gt;
&lt;br /&gt;
=Aircraft Scatter=&lt;br /&gt;
First of all, you should turn on the AS options in Tucnak.(Setup/Setup/A/C options). If everything goes well you should see aircrafts in the Map window.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NEW: Please read [[Aircraft scatter 2023]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_AircraftOptions.png|thumb|none|820px|Aircraft options]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Enable AS&#039;&#039;&#039; - enable or disable all Aircraft Scatter features&lt;br /&gt;
* &#039;&#039;&#039;ADS-B One&#039;&#039;&#039; - preferred provider. Limited range to 250 miles (463 km). Update interval is valid in the range 1 to 60 minutes.&lt;br /&gt;
* &#039;&#039;&#039;File (Firefox)&#039;&#039;&#039; - use aircraft data from local file&lt;br /&gt;
* &#039;&#039;&#039;OpenSkyNetwork&#039;&#039;&#039; - free but not very available service. Keep username and pasword blank for unregistered access. Keep the Interval high, [https://openskynetwork.github.io/opensky-api/rest.html#api-credit-usage not to drain your credits]. Beware if you have more computers!&lt;br /&gt;
* &#039;&#039;&#039;dump1090&#039;&#039;&#039; - Independent ADS-B receiver like https://sq6emm.hamradio.pl/adsb/data/aircraft.json&lt;br /&gt;
&lt;br /&gt;
==Alternative center WWL==&lt;br /&gt;
The new Aircraft data provider - ADS-B One - allows  for a 250NM  (Nautical Mile) radius `viewport` on the air traffic. By default, the viewport is centred on the WWL of the station - set in [Contest defaults]. There is no additional config needed.&lt;br /&gt;
&lt;br /&gt;
To allow an offset of the centre point - should coverage be marginal for the intended QSO partner&#039;s location - the centre of the circle can be shifted laterally by entering a WWL in the space provided in the A/S setup options [Alternative center WWL] so as to provide improved overlap to the target. Only entry of the offset WWL is required. Confirm [OK].  No restart needed. Realigned planes on-screen in seconds.&lt;br /&gt;
&lt;br /&gt;
As previously, `unidentified` aircraft, whose size/wingspan is unknown, are drawn with a broken, unfilled outline in a `medium` size icon. In reality these could be a brand new B737-MAX8 or A320 - or a (well-equipped) microlight!&lt;br /&gt;
&lt;br /&gt;
=The Map=&lt;br /&gt;
[[Image:RSAS_AircraftMap.png|thumb|none|960px|Aircraft map]]&lt;br /&gt;
&lt;br /&gt;
Let&#039;s assume you are in the KST window and logged into the ON4KST chat room. &lt;br /&gt;
&lt;br /&gt;
The list on the right serves to show you which the stations logged in KST are suitable for AS operation. &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_ACPrediction.png|thumb|none|297px|Aircraft sked predictions]]&lt;br /&gt;
&lt;br /&gt;
The most important is Start and Dur (duration; in minutes). These two parameters specify when the reflection should start and how long it will take. You can sort the columns by left clicking on a column´s name. NR stands for a number of aircrafts that form the predicted reflection.&lt;br /&gt;
Right clicking on a station with which you would like to make a QSO will open a menu. The option A/C info opens a map preview between you and selected station (WWL comes from the QRV database).&lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_ACContextMenu.png|thumb|none|307px|Aircraft context menu]]&lt;br /&gt;
&lt;br /&gt;
A yellow shows a reflective zone. An aircraft should be in this yellow zone to make an AS QSO. Aircrafts that are considered by Tucnak as usable will be marked by blue color. The gray ones were evaluated as non usable (out of reflection area, low altitude). However, aircrafts are moving thus it can be reevaluated anytime.  Blue aircrafts have a line in the direction of their flight. It helps you to imagine where they will cross the yellow zone. &lt;br /&gt;
&lt;br /&gt;
Aircrafts are represented by triangles and their sizes are derived from real sizes of the aircrafts. As larger aircrafts usually give stronger reflections you may want to look for such aircrafts. Also have in mind  that different flight paths give different reflections. If an aircraft flies along the line between you and the station the reflection will be longer and the Doppler effect will be theoretically zero. On the contrary, perpendicular flight will be short and the Doppler effect will be strong, especially on higher bands.&lt;br /&gt;
The exact position of aircrafts are centers of triangles. Aircrafts positions match their real positions - there is almost zero delay. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once you place the cursor on an aircraft (no click is needed) information about the aircraft will appear in the right upper corner of the preview. &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_ReflectionZone.png|thumb|none|672px|Aircraft reflection zone]]&lt;br /&gt;
&lt;br /&gt;
Such information enables you to better understand the situation. The most important is Start and Durat as explained above.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So far we have described how to use Tucnak for the AS operation using the KST chat room. However, it is possible to use Tucnak´s AS functions without KST as well. You should open the Map window and type a call into the input line. Use of the Map window is similar to the Map preview in the KST window described above.&lt;br /&gt;
&lt;br /&gt;
73 Miloš, OK1MZM&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=RS_and_AS_in_Tucnak&amp;diff=3195</id>
		<title>RS and AS in Tucnak</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=RS_and_AS_in_Tucnak&amp;diff=3195"/>
		<updated>2025-01-17T08:31:33Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* Aircraft Scatter */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Have you ever heard about the Rain Scatter (RS) propagation, or the Aircraft Scatter (AS)? Would you like to try it? If you&#039;d like, let&#039;s take a look how it can be managed thanks to Tucnak.&lt;br /&gt;
&lt;br /&gt;
Especially in the case of AS it&#039;s always better to schedule a sked instead of trying a random QSO. To do so ON4KST chat is the best option. Tucnak allows the combined use of this chat and AS / RS functions to make these operations easier. &lt;br /&gt;
&lt;br /&gt;
=ON4KST=&lt;br /&gt;
Setup ON4KST credentials in the Setup/Contest defaults. You should fill in KST Username (which is in fact your callsign) and your password. It is also recommended to fill in KST Yourname by your first name. People usually add bands that they are active on, eg 3cm.&lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_ContestDefaults.png|thumb|none|635px|Contest defaults]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once KST configuration is set up, press enter in the KST window and select a chat room. Since you are interested in RS/AS your option is most likely “3” (Microwave). &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_KST1.png|thumb|none|627px|Login to ON4KST chat]] &lt;br /&gt;
&lt;br /&gt;
Once you are logged in the chat six columns in right start to fill up. &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_Users.png|thumb|none|326px|ON4KST chat user list with AC predictions]] &lt;br /&gt;
&lt;br /&gt;
The first column CALL is filled with callsigns of people logged in the chat. You may want to try left click on a specific call. It will select the call. Repeated left click deactivate the selection. Once selected most of the calls will appear yellow, but sometimes they can be green. Yellow color marks stations you don&#039;t have in your log. Once a QSO is completed and logged, such a station changes its color to brown-green. Thanks to this color recognition you can easily distinguish what stations you have not made a QSO with.&lt;br /&gt;
&lt;br /&gt;
There is also an option to hide all stations which are located at a greater distance than the set limit in Setup/Contest defaults/A/C options/Maximal QRB for KST&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is also a right click menu available. Let&#039;s describe the most important options in this menu:&lt;br /&gt;
* Sked - ask for (can be activated by pressing “k” key once the right click menu is active)&lt;br /&gt;
** creates a message with predefined text asking for a sked on active band&lt;br /&gt;
* Sked - calling you&lt;br /&gt;
** creates similar message as the first option, but this one is longer&lt;br /&gt;
* Hide&lt;br /&gt;
** hide the station from the list on the right. Repeated click unhide the station&lt;br /&gt;
* Message&lt;br /&gt;
** creates an empty message (this is a frequently used option)&lt;br /&gt;
* Use&lt;br /&gt;
** fill in the call into the input line (this is a frequently used option)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You may have noticed some words in the KST window are red. Tucnak highlights such words like later, tnx, 73 etc. to alert you to a station which ends a correspondence with another station. It&#039;s supposed that such a station just has time for a sked. The probability that such a station answers your request is very high.&lt;br /&gt;
[[Image:RSAS_RedChat.png|thumb|none|857px|Red highlighted stations probably ready for sked]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is also another function that points out to you a station that just might have time for a sked because it just logged in to KST and is not in a sked with another station. Such stations are marked by a red line/background.&lt;br /&gt;
[[Image:RSAS_RedUsers.png|thumb|none|326px|Newly logged users]]&lt;br /&gt;
&lt;br /&gt;
=The Map window=&lt;br /&gt;
Move the mouse cursor over the map to see details of the specific place on the right. The most useful information is QRB (distance), QTF (azimuth) and Loc (WWL locator). Both first parameters are calculated from your own position (Your WWL in the Contest options).&lt;br /&gt;
&lt;br /&gt;
=Rain Scatter=&lt;br /&gt;
First of all, you should turn on the RS option in Tucnak.(Setup/Rainscatter options). If everything goes well you should see clouds in the Map window. &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_RSOptions.png|thumb|none|342px|Rainscatter options]]&lt;br /&gt;
[[Image:RSAS_Rainscatter.png|thumb|none|960px|Rainscatter map]]&lt;br /&gt;
&lt;br /&gt;
Move the mouse cursor over the clouds in the Map window to find a suitable SCP (scatter point). The information indicated on the right shows QRB, QTF and WWL locator of the SCP chosen. Both stations turn their antennas to the SCP. An SCP can be in line between both stations,or behind one of the stations (backscatter). Backscattering is a bigger challenge due to the bigger distance of the SCP from one of the stations.&lt;br /&gt;
&lt;br /&gt;
=Aircraft Scatter=&lt;br /&gt;
First of all, you should turn on the AS options in Tucnak.(Setup/Setup/A/C options). If everything goes well you should see aircrafts in the Map window.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NEW: Please read [[Aircraft scatter 2023]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_AircraftOptions.png|thumb|none|820px|Aircraft options]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Enable AS&#039;&#039;&#039; - enable or disable all Aircraft Scatter features&lt;br /&gt;
* &#039;&#039;&#039;ADS-B One&#039;&#039;&#039; - preferred provider. Limited range to 250 miles (463 km). Update interval is valid in the range 1 to 60 minutes.&lt;br /&gt;
* &#039;&#039;&#039;File (Firefox)&#039;&#039;&#039; - use aircraft data from local file&lt;br /&gt;
* &#039;&#039;&#039;OpenSkyNetwork&#039;&#039;&#039; - free but not very available service. Keep username and pasword blank for unregistered access. Keep the Interval high, [https://openskynetwork.github.io/opensky-api/rest.html#api-credit-usage not to drain your credits]. Beware if you have more computers!&lt;br /&gt;
* &#039;&#039;&#039;PiAware&#039;&#039;&#039; - Independent ADS-B receiver like https://sq6emm.hamradio.pl/adsb/data/aircraft.json&lt;br /&gt;
&lt;br /&gt;
==Alternative center WWL==&lt;br /&gt;
The new Aircraft data provider - ADS-B One - allows  for a 250NM  (Nautical Mile) radius `viewport` on the air traffic. By default, the viewport is centred on the WWL of the station - set in [Contest defaults]. There is no additional config needed.&lt;br /&gt;
&lt;br /&gt;
To allow an offset of the centre point - should coverage be marginal for the intended QSO partner&#039;s location - the centre of the circle can be shifted laterally by entering a WWL in the space provided in the A/S setup options [Alternative center WWL] so as to provide improved overlap to the target. Only entry of the offset WWL is required. Confirm [OK].  No restart needed. Realigned planes on-screen in seconds.&lt;br /&gt;
&lt;br /&gt;
As previously, `unidentified` aircraft, whose size/wingspan is unknown, are drawn with a broken, unfilled outline in a `medium` size icon. In reality these could be a brand new B737-MAX8 or A320 - or a (well-equipped) microlight!&lt;br /&gt;
&lt;br /&gt;
=The Map=&lt;br /&gt;
[[Image:RSAS_AircraftMap.png|thumb|none|960px|Aircraft map]]&lt;br /&gt;
&lt;br /&gt;
Let&#039;s assume you are in the KST window and logged into the ON4KST chat room. &lt;br /&gt;
&lt;br /&gt;
The list on the right serves to show you which the stations logged in KST are suitable for AS operation. &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_ACPrediction.png|thumb|none|297px|Aircraft sked predictions]]&lt;br /&gt;
&lt;br /&gt;
The most important is Start and Dur (duration; in minutes). These two parameters specify when the reflection should start and how long it will take. You can sort the columns by left clicking on a column´s name. NR stands for a number of aircrafts that form the predicted reflection.&lt;br /&gt;
Right clicking on a station with which you would like to make a QSO will open a menu. The option A/C info opens a map preview between you and selected station (WWL comes from the QRV database).&lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_ACContextMenu.png|thumb|none|307px|Aircraft context menu]]&lt;br /&gt;
&lt;br /&gt;
A yellow shows a reflective zone. An aircraft should be in this yellow zone to make an AS QSO. Aircrafts that are considered by Tucnak as usable will be marked by blue color. The gray ones were evaluated as non usable (out of reflection area, low altitude). However, aircrafts are moving thus it can be reevaluated anytime.  Blue aircrafts have a line in the direction of their flight. It helps you to imagine where they will cross the yellow zone. &lt;br /&gt;
&lt;br /&gt;
Aircrafts are represented by triangles and their sizes are derived from real sizes of the aircrafts. As larger aircrafts usually give stronger reflections you may want to look for such aircrafts. Also have in mind  that different flight paths give different reflections. If an aircraft flies along the line between you and the station the reflection will be longer and the Doppler effect will be theoretically zero. On the contrary, perpendicular flight will be short and the Doppler effect will be strong, especially on higher bands.&lt;br /&gt;
The exact position of aircrafts are centers of triangles. Aircrafts positions match their real positions - there is almost zero delay. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once you place the cursor on an aircraft (no click is needed) information about the aircraft will appear in the right upper corner of the preview. &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_ReflectionZone.png|thumb|none|672px|Aircraft reflection zone]]&lt;br /&gt;
&lt;br /&gt;
Such information enables you to better understand the situation. The most important is Start and Durat as explained above.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So far we have described how to use Tucnak for the AS operation using the KST chat room. However, it is possible to use Tucnak´s AS functions without KST as well. You should open the Map window and type a call into the input line. Use of the Map window is similar to the Map preview in the KST window described above.&lt;br /&gt;
&lt;br /&gt;
73 Miloš, OK1MZM&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=RS_and_AS_in_Tucnak&amp;diff=3194</id>
		<title>RS and AS in Tucnak</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=RS_and_AS_in_Tucnak&amp;diff=3194"/>
		<updated>2025-01-17T08:31:10Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* Aircraft Scatter */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Have you ever heard about the Rain Scatter (RS) propagation, or the Aircraft Scatter (AS)? Would you like to try it? If you&#039;d like, let&#039;s take a look how it can be managed thanks to Tucnak.&lt;br /&gt;
&lt;br /&gt;
Especially in the case of AS it&#039;s always better to schedule a sked instead of trying a random QSO. To do so ON4KST chat is the best option. Tucnak allows the combined use of this chat and AS / RS functions to make these operations easier. &lt;br /&gt;
&lt;br /&gt;
=ON4KST=&lt;br /&gt;
Setup ON4KST credentials in the Setup/Contest defaults. You should fill in KST Username (which is in fact your callsign) and your password. It is also recommended to fill in KST Yourname by your first name. People usually add bands that they are active on, eg 3cm.&lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_ContestDefaults.png|thumb|none|635px|Contest defaults]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once KST configuration is set up, press enter in the KST window and select a chat room. Since you are interested in RS/AS your option is most likely “3” (Microwave). &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_KST1.png|thumb|none|627px|Login to ON4KST chat]] &lt;br /&gt;
&lt;br /&gt;
Once you are logged in the chat six columns in right start to fill up. &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_Users.png|thumb|none|326px|ON4KST chat user list with AC predictions]] &lt;br /&gt;
&lt;br /&gt;
The first column CALL is filled with callsigns of people logged in the chat. You may want to try left click on a specific call. It will select the call. Repeated left click deactivate the selection. Once selected most of the calls will appear yellow, but sometimes they can be green. Yellow color marks stations you don&#039;t have in your log. Once a QSO is completed and logged, such a station changes its color to brown-green. Thanks to this color recognition you can easily distinguish what stations you have not made a QSO with.&lt;br /&gt;
&lt;br /&gt;
There is also an option to hide all stations which are located at a greater distance than the set limit in Setup/Contest defaults/A/C options/Maximal QRB for KST&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is also a right click menu available. Let&#039;s describe the most important options in this menu:&lt;br /&gt;
* Sked - ask for (can be activated by pressing “k” key once the right click menu is active)&lt;br /&gt;
** creates a message with predefined text asking for a sked on active band&lt;br /&gt;
* Sked - calling you&lt;br /&gt;
** creates similar message as the first option, but this one is longer&lt;br /&gt;
* Hide&lt;br /&gt;
** hide the station from the list on the right. Repeated click unhide the station&lt;br /&gt;
* Message&lt;br /&gt;
** creates an empty message (this is a frequently used option)&lt;br /&gt;
* Use&lt;br /&gt;
** fill in the call into the input line (this is a frequently used option)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You may have noticed some words in the KST window are red. Tucnak highlights such words like later, tnx, 73 etc. to alert you to a station which ends a correspondence with another station. It&#039;s supposed that such a station just has time for a sked. The probability that such a station answers your request is very high.&lt;br /&gt;
[[Image:RSAS_RedChat.png|thumb|none|857px|Red highlighted stations probably ready for sked]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is also another function that points out to you a station that just might have time for a sked because it just logged in to KST and is not in a sked with another station. Such stations are marked by a red line/background.&lt;br /&gt;
[[Image:RSAS_RedUsers.png|thumb|none|326px|Newly logged users]]&lt;br /&gt;
&lt;br /&gt;
=The Map window=&lt;br /&gt;
Move the mouse cursor over the map to see details of the specific place on the right. The most useful information is QRB (distance), QTF (azimuth) and Loc (WWL locator). Both first parameters are calculated from your own position (Your WWL in the Contest options).&lt;br /&gt;
&lt;br /&gt;
=Rain Scatter=&lt;br /&gt;
First of all, you should turn on the RS option in Tucnak.(Setup/Rainscatter options). If everything goes well you should see clouds in the Map window. &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_RSOptions.png|thumb|none|342px|Rainscatter options]]&lt;br /&gt;
[[Image:RSAS_Rainscatter.png|thumb|none|960px|Rainscatter map]]&lt;br /&gt;
&lt;br /&gt;
Move the mouse cursor over the clouds in the Map window to find a suitable SCP (scatter point). The information indicated on the right shows QRB, QTF and WWL locator of the SCP chosen. Both stations turn their antennas to the SCP. An SCP can be in line between both stations,or behind one of the stations (backscatter). Backscattering is a bigger challenge due to the bigger distance of the SCP from one of the stations.&lt;br /&gt;
&lt;br /&gt;
=Aircraft Scatter=&lt;br /&gt;
First of all, you should turn on the AS options in Tucnak.(Setup/Setup/A/C options). If everything goes well you should see aircrafts in the Map window.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NEW: Please read [[Aircraft scatter 2023]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_AircraftOptions.png|thumb|none|820px|Aircraft options]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Enable AS&#039;&#039;&#039; - enable or disable all Aircraft Scatter features&lt;br /&gt;
* &#039;&#039;&#039;ADS-B One&#039;&#039;&#039; - preferred provider. Limited range to 250 miles (463 km). Update interval is valid in the range 1 to 60 minutes.&lt;br /&gt;
* &#039;&#039;&#039;File (Firefox)&#039;&#039;&#039; - use aircraft data from local file&lt;br /&gt;
* &#039;&#039;&#039;OpenSkyNetwork&#039;&#039;&#039; - free but not very available service. Keep username and pasword blank for unregistered access. Keep the Interval high, [https://openskynetwork.github.io/opensky-api/&lt;br /&gt;
rest.html#api-credit-usage not to drain your credits]. Beware if you have more computers!&lt;br /&gt;
* &#039;&#039;&#039;PiAware&#039;&#039;&#039; - Independent ADS-B receiver like https://sq6emm.hamradio.pl/adsb/data/aircraft.json&lt;br /&gt;
&lt;br /&gt;
==Alternative center WWL==&lt;br /&gt;
The new Aircraft data provider - ADS-B One - allows  for a 250NM  (Nautical Mile) radius `viewport` on the air traffic. By default, the viewport is centred on the WWL of the station - set in [Contest defaults]. There is no additional config needed.&lt;br /&gt;
&lt;br /&gt;
To allow an offset of the centre point - should coverage be marginal for the intended QSO partner&#039;s location - the centre of the circle can be shifted laterally by entering a WWL in the space provided in the A/S setup options [Alternative center WWL] so as to provide improved overlap to the target. Only entry of the offset WWL is required. Confirm [OK].  No restart needed. Realigned planes on-screen in seconds.&lt;br /&gt;
&lt;br /&gt;
As previously, `unidentified` aircraft, whose size/wingspan is unknown, are drawn with a broken, unfilled outline in a `medium` size icon. In reality these could be a brand new B737-MAX8 or A320 - or a (well-equipped) microlight!&lt;br /&gt;
&lt;br /&gt;
=The Map=&lt;br /&gt;
[[Image:RSAS_AircraftMap.png|thumb|none|960px|Aircraft map]]&lt;br /&gt;
&lt;br /&gt;
Let&#039;s assume you are in the KST window and logged into the ON4KST chat room. &lt;br /&gt;
&lt;br /&gt;
The list on the right serves to show you which the stations logged in KST are suitable for AS operation. &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_ACPrediction.png|thumb|none|297px|Aircraft sked predictions]]&lt;br /&gt;
&lt;br /&gt;
The most important is Start and Dur (duration; in minutes). These two parameters specify when the reflection should start and how long it will take. You can sort the columns by left clicking on a column´s name. NR stands for a number of aircrafts that form the predicted reflection.&lt;br /&gt;
Right clicking on a station with which you would like to make a QSO will open a menu. The option A/C info opens a map preview between you and selected station (WWL comes from the QRV database).&lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_ACContextMenu.png|thumb|none|307px|Aircraft context menu]]&lt;br /&gt;
&lt;br /&gt;
A yellow shows a reflective zone. An aircraft should be in this yellow zone to make an AS QSO. Aircrafts that are considered by Tucnak as usable will be marked by blue color. The gray ones were evaluated as non usable (out of reflection area, low altitude). However, aircrafts are moving thus it can be reevaluated anytime.  Blue aircrafts have a line in the direction of their flight. It helps you to imagine where they will cross the yellow zone. &lt;br /&gt;
&lt;br /&gt;
Aircrafts are represented by triangles and their sizes are derived from real sizes of the aircrafts. As larger aircrafts usually give stronger reflections you may want to look for such aircrafts. Also have in mind  that different flight paths give different reflections. If an aircraft flies along the line between you and the station the reflection will be longer and the Doppler effect will be theoretically zero. On the contrary, perpendicular flight will be short and the Doppler effect will be strong, especially on higher bands.&lt;br /&gt;
The exact position of aircrafts are centers of triangles. Aircrafts positions match their real positions - there is almost zero delay. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once you place the cursor on an aircraft (no click is needed) information about the aircraft will appear in the right upper corner of the preview. &lt;br /&gt;
&lt;br /&gt;
[[Image:RSAS_ReflectionZone.png|thumb|none|672px|Aircraft reflection zone]]&lt;br /&gt;
&lt;br /&gt;
Such information enables you to better understand the situation. The most important is Start and Durat as explained above.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So far we have described how to use Tucnak for the AS operation using the KST chat room. However, it is possible to use Tucnak´s AS functions without KST as well. You should open the Map window and type a call into the input line. Use of the Map window is similar to the Map preview in the KST window described above.&lt;br /&gt;
&lt;br /&gt;
73 Miloš, OK1MZM&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Files&amp;diff=3193</id>
		<title>Files</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Files&amp;diff=3193"/>
		<updated>2024-11-25T20:57:04Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* ~/tucnak/tucnakbeacons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Remark: Character ~ (tilde) is short cut of user home directory (bash# echo $HOME). Under Windows it poins to user&#039;s AppData folder.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Files which are described below are saved in plain text format. Is possible to edit these files but it is necessary to keep format of files. In other case Tucnak shouldn&#039;t work properly.&lt;br /&gt;
&lt;br /&gt;
Note files in /usr/share/tucnak2/ are only examples and are not read by tucnak. These files are default values hard-wired in tucnak binary. You can copy into ~/tucnak and modify them. Tucnak will use files in ~/tucnak instead of compiled-in data.&lt;br /&gt;
&lt;br /&gt;
=Binaries=&lt;br /&gt;
==tucnak==&lt;br /&gt;
Is one binary file. If Tucnak is install from source code it&#039;s installed to /usr/local/bin. If Tucnak is install from package it&#039;s installed to /usr/bin mostly. On Debian it&#039;s /usr/bin/tucnak2 and command tucnak2 is found via /etc/alternatives.&lt;br /&gt;
==soundwrapper==&lt;br /&gt;
Suided binary allows to access to /dev/console for PC speaker control (Linux only)&lt;br /&gt;
&lt;br /&gt;
=Configuration=&lt;br /&gt;
==~/tucnak/tucnakrc== &lt;br /&gt;
Configuration file of Tucnak program. When it don&#039;t found configuration file it reads from internal hardcoded default.&lt;br /&gt;
==/tucnak/tucnakrc.local== &lt;br /&gt;
This file has the same structure as tucnakrc file. Is determine to set specific local options, when you synchronize tucnakrc between more computers. Tucnak only reads this file after loading tucnakrc. It is necessary to create and maintain it manually.&lt;br /&gt;
&lt;br /&gt;
Use is obsolete. I think tucnakrc synchronize brings many problems. It is better to have separate tucnakrc and maintain they by program.&lt;br /&gt;
&lt;br /&gt;
=Call database=&lt;br /&gt;
==~/tucnak/tucnakcw==&lt;br /&gt;
File with pairs of callsign-locator. Each callsign has saved maximally two locators. Format is similar to Taclog&#039;s taclog.c_w but not same when one call has two wwls. Format is:&lt;br /&gt;
 CALL WWL YYYYMMDD QRV&lt;br /&gt;
f.e.&lt;br /&gt;
 DR5A JO30EM 20071006 CEGHK&lt;br /&gt;
Second locator is saved as next line.&lt;br /&gt;
&lt;br /&gt;
Also look at [[Edit#Update_C_W_from_contest|Update C_W from contest]] and [[Edit#Update_C_W_from_band|Update C_W from band]].&lt;br /&gt;
&lt;br /&gt;
If you are connected to [[Subwin_types#KST|ON4KST chat]], tucnak sometimes sends &#039;&#039;&#039;sh/us&#039;&#039;&#039; command and gathers the loacators.&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnaknames==&lt;br /&gt;
Here you can save first names of operators and say them &#039;Hello John&#039; :-). Tucnak updates this database on demand from DL8EBW database. Of course you can maintain it manually.&lt;br /&gt;
&lt;br /&gt;
 CALL Name&lt;br /&gt;
&lt;br /&gt;
e.g&lt;br /&gt;
&lt;br /&gt;
 OK1ZIA NAME&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/qrv==&lt;br /&gt;
Template for [[Files#qrv|qrv]]. It is copied to contest directory when you create new contest. Note: not when you created contest from network. In this case qrv database is transferred over network.&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnakmasters==&lt;br /&gt;
User definable [http://www.supercheckpartial.com/ master.scp database] for shortwaves. If not present, tucnak uses internal hardcoded (probalby not actual) database.&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnakexcXXX==&lt;br /&gt;
Like tucnakcw contains database of callsigns, their optional exchanges (EXC, OE) and datestamp. XXX is name of EXC for example OKRES (Czech districts) but in lovercase (~/tucnak/tucnakexcokres).&lt;br /&gt;
Format is:&lt;br /&gt;
 CALL EXC YYYYMMDD&lt;br /&gt;
f.e.&lt;br /&gt;
 OK2BKP GKR 20081006&lt;br /&gt;
Second locator is saved as next line.&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnakvexcXXX==&lt;br /&gt;
List of all available optional exchanges if verified EXC&#039;s are used. XXX is name of EXC for example OKRES (Czech districts) but in lovercase (~/tucnak/tucnakvexcokres).&lt;br /&gt;
Format is free, Tucnak reads all lines from file and uses all words sepparated by spaces or tabs.&lt;br /&gt;
f.e. &lt;br /&gt;
 APA APB APC APD APE APF APG APH API APJ&lt;br /&gt;
 BBN BBE BKD BKO BKH BME BMB BNY BPZ BPV BPB BRA&lt;br /&gt;
 CBU CCK CJH CPE CPI CPR CST CTA&lt;br /&gt;
&lt;br /&gt;
=DXC files &amp;amp; others=&lt;br /&gt;
All these files are optional. Tucnak is reading these when are existing, in other case uses own hardcoded defaults. &lt;br /&gt;
==~/tucnak/tucnakdw==&lt;br /&gt;
File with information about DXCC countries. Each country has saved information about possible large squares and centre of activity in the country. Tucnak doesn&#039;t write to this file.&lt;br /&gt;
Format of file is:&lt;br /&gt;
&lt;br /&gt;
 # 1th row - The official prefix of the DXCC                                                                                          &lt;br /&gt;
 # 2nd row - The list of WWL in the DXCC (separated by a gap).                                                                        &lt;br /&gt;
 #           The first WWL is the most effective one or midlands                                                                      &lt;br /&gt;
 #           or Capital City of DXCC.                                                                                                 &lt;br /&gt;
 # 3rd row - The most effective WWL from JN69UO                                                                                       &lt;br /&gt;
 # There is a free row between DXCC&#039;s                                                                                                 &lt;br /&gt;
 #&lt;br /&gt;
 &lt;br /&gt;
 OK                                                                                                                                   &lt;br /&gt;
 JN79 JO70 JO60 JO80 JO90 JN69 JN89 JN99 JN68 JN78 JN88 JN98 JO71                                                                     &lt;br /&gt;
 JN89JM JO80IA                                                                                                                        &lt;br /&gt;
                                                                                                                                     &lt;br /&gt;
==~/tucnak/cty.dat==&lt;br /&gt;
Follows up information to tucnakdw. Tucnak doesn&#039;t write to this file. You can download new version from http://www.country-files.com/cty/index.htm and place it into ~/tucnak.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnakwiz==&lt;br /&gt;
This file contains information about contest as kind of pointing, etc. Tucnak doesn&#039;t write to this file. Items are described in [[Contest options]].&lt;br /&gt;
&lt;br /&gt;
Example of file:&lt;br /&gt;
&lt;br /&gt;
 [Region I Standard Contest]&lt;br /&gt;
 pexch=&lt;br /&gt;
 tttype=1&lt;br /&gt;
 qsoused=1&lt;br /&gt;
 qsomult=1&lt;br /&gt;
 qsoglob=0&lt;br /&gt;
 wwlused=1&lt;br /&gt;
 wwlbonu=0&lt;br /&gt;
 wwlmult=0&lt;br /&gt;
 wwlcfm=1&lt;br /&gt;
 excused=0&lt;br /&gt;
 excbonu=0&lt;br /&gt;
 excmult=0&lt;br /&gt;
 exccfm=1&lt;br /&gt;
 exctype=0&lt;br /&gt;
 excname=&lt;br /&gt;
 rstused=1&lt;br /&gt;
 defrstr=0&lt;br /&gt;
 dxcbonu=0&lt;br /&gt;
 dxcmult=0&lt;br /&gt;
 qsop_method=1&lt;br /&gt;
 total_method=1&lt;br /&gt;
 bands=ABCEGHIJKLMNOPQ&lt;br /&gt;
 &lt;br /&gt;
 [Region I Std test 59 expert]&lt;br /&gt;
 pexch=&lt;br /&gt;
 tttype=3&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/vhf.dbf==&lt;br /&gt;
This file is maintained by Guy, DL8EBW and contains informations about many stations qrv on VHF bands. Copy file like VHF250.DBF to ~/tucnak/vhf.dbf, open contest and choose Menu-&amp;gt;Import DL8EBW Database. Tucnak reads:&lt;br /&gt;
* Locators of unknown stations to tucnakcw (only unknown because database may contain older locators than tucnakcw, timestamp cannot be processed by computer)&lt;br /&gt;
* Names of calls if they are longer than 2 characters.&lt;br /&gt;
&lt;br /&gt;
If the file is not found, tucnak try to read /usr/share/tucnak2/vhf.dbf (depends on DESTDIR argument of configure)&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnakbeacons==&lt;br /&gt;
The beacon database is maintained by [https://www.beaconspot.uk UK Microwave Group]. Tucnak has own compiled-in database. User can update it online using menu Edit / Import beaconspot.uk. The website updates the dataset typically weekly. Downloaded data is saved to ~/tucnak/tucnakbeacons for offline use.&lt;br /&gt;
&lt;br /&gt;
=Contest files=&lt;br /&gt;
Each contest is saved to differed directory. Name of directories is created from date of contest e.g. ~/tucnak/2003083.1. It is possible to have many contest in one day or one contest on one computer under one user (thought telnet, ssh) with many running Tucnaks. Each contest with the same date has different number behind point.&lt;br /&gt;
&lt;br /&gt;
Files in ~/tucnak/&amp;lt;date&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
==Data files==&lt;br /&gt;
Named &amp;lt;letter&amp;gt;.txt e.g. c.txt, e.txt. This files are main files for individual bands. Files use information about station, QTH, points of both finished and unfinished contacts. Format is compatible with EDI format and should be accepted by contest comitee. Files has DOS end of line (`\r\n&#039;) for compatibility.&lt;br /&gt;
&lt;br /&gt;
==Swap files==&lt;br /&gt;
Are &amp;lt;letter&amp;gt;.swp eg. c.swp, e.swp. Here is saved all typed text from input line ended by Enter key. You are able to reconstruct all contest exchange manually from this file. &lt;br /&gt;
&lt;br /&gt;
==desc==&lt;br /&gt;
Contains information displayed in start of contest as date of contest, callsign and name of contest.&lt;br /&gt;
&lt;br /&gt;
==log==&lt;br /&gt;
Content of log window.&lt;br /&gt;
&lt;br /&gt;
==sked==&lt;br /&gt;
Information about received [[Sked|skeds]]&lt;br /&gt;
&lt;br /&gt;
==spy==&lt;br /&gt;
Specify hosts and bands on which tucnak does spy&lt;br /&gt;
&lt;br /&gt;
==talk==&lt;br /&gt;
Content of talk window. That&#039;s good idea to read after contest :-)&lt;br /&gt;
&lt;br /&gt;
==hicalls==&lt;br /&gt;
Contains highlighted calls from DX-Cluster and OK4KST chat&lt;br /&gt;
&lt;br /&gt;
==qrv==&lt;br /&gt;
QRV file format was changed since 2.38. Newer version should import old format but writes only new format.&lt;br /&gt;
&lt;br /&gt;
File is imported from external script, you can prepare your own criteria. Some items are updated when you select line in shell window running the KST chat. &lt;br /&gt;
 &lt;br /&gt;
 ;DR5A;JO30EM;GHK;G5H3K1;@QRV;1299419310&lt;br /&gt;
&lt;br /&gt;
Leading semicolon tells file is in new format. Follow call and locator. GHK are bands on which this call is QRV. Next item tells number of contact we mate in last period. Negative number means we make this call never but other stations do. @QRV is remark for additional informations. @QRV means info comes from qrv script. Last one is timestamp when call was last caught on KST.&lt;br /&gt;
&lt;br /&gt;
==old qrv until 2.38==&lt;br /&gt;
&lt;br /&gt;
Contains list of stations that are QRV in contest. Functionality is described [[Subwin types#QRV list|here]]. Format is:&lt;br /&gt;
&lt;br /&gt;
 CALL WWL&lt;br /&gt;
 CALL WWL BANDS DESCRPTION&lt;br /&gt;
&lt;br /&gt;
f.e.&lt;br /&gt;
&lt;br /&gt;
 OK2M JN69UN&lt;br /&gt;
 OK2M JN69UN CEGHK Skeds via KST&lt;br /&gt;
&lt;br /&gt;
==chart==&lt;br /&gt;
Holds informations about files displayed in chart window. &lt;br /&gt;
&lt;br /&gt;
 0;/home/ok1zia/tucnak/20110305/h.txt&lt;br /&gt;
&lt;br /&gt;
Zero means record is for first chart window. Follows file name (TXT or EDI).&lt;br /&gt;
&lt;br /&gt;
=Output files=&lt;br /&gt;
&lt;br /&gt;
Commonly files are saved to contest directory. &lt;br /&gt;
==ADIF==&lt;br /&gt;
Filenames have format YYYYMMDD_CALL.adif. Exported are all qsos into one file.&lt;br /&gt;
&lt;br /&gt;
==CABRILO==&lt;br /&gt;
Filenames have format YYYYMMDD_CALL.cbr. Exported are all qsos into one file.&lt;br /&gt;
&lt;br /&gt;
==EDI==&lt;br /&gt;
Files are named CategoryCall.edi, f.e. 06OK2M.edi. Format is very similar as txt files, the only one difference is missing section [TUCNAK extension].&lt;br /&gt;
&lt;br /&gt;
==PNG==&lt;br /&gt;
By pressing F1 you can make screenshot of Tucnak window. ALT+F1 takes snapshot only of top dialog/window. Filenames are in format snapN.png where N is number 0, 1, 2, ...&lt;br /&gt;
Screenshot are saved to contest directory or in ~/tucnak/ when no contest is opened.&lt;br /&gt;
&lt;br /&gt;
You can use [http://optipng.sourceforge.net optipng] to reduce image size. Similar tool is [http://advancemame.sourceforge.net/comp-download.html advpng] but it seems it doesn&#039;t work with Tucnak&#039;s snapshots.&lt;br /&gt;
&lt;br /&gt;
==HTML==&lt;br /&gt;
Contacts from all bands are saved in YYYYMMDD_CALL.html. Also creates [[Subwin_types#Graphics_map|map]] and chart for all bands with at least one QSO.&lt;br /&gt;
&lt;br /&gt;
==Report==&lt;br /&gt;
Report is format used in small OK contest like OK VHF activity contest. It summarizes callsign, locators, QSO count, QSO points, multipliers and total score. It is in Czech language only.&lt;br /&gt;
&lt;br /&gt;
==Titlepage==&lt;br /&gt;
Creates HTML of similar format as title page of old paper log.&lt;br /&gt;
&lt;br /&gt;
==Wiki==&lt;br /&gt;
Creates post-contest report in MediaWiki format. Usable as skeleton for contest story web page. Also creates [[Subwin_types#Graphics_map|map]] and chart for all bands with at least one QSO.&lt;br /&gt;
&lt;br /&gt;
=System files=&lt;br /&gt;
* /etc/mtab&lt;br /&gt;
* /proc/mounts&lt;br /&gt;
* /proc/self/status&lt;br /&gt;
* /var/lock/lck..tty*&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Files&amp;diff=3192</id>
		<title>Files</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Files&amp;diff=3192"/>
		<updated>2024-11-25T20:56:20Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* ~/tucnak/tucnakbeacons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Remark: Character ~ (tilde) is short cut of user home directory (bash# echo $HOME). Under Windows it poins to user&#039;s AppData folder.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Files which are described below are saved in plain text format. Is possible to edit these files but it is necessary to keep format of files. In other case Tucnak shouldn&#039;t work properly.&lt;br /&gt;
&lt;br /&gt;
Note files in /usr/share/tucnak2/ are only examples and are not read by tucnak. These files are default values hard-wired in tucnak binary. You can copy into ~/tucnak and modify them. Tucnak will use files in ~/tucnak instead of compiled-in data.&lt;br /&gt;
&lt;br /&gt;
=Binaries=&lt;br /&gt;
==tucnak==&lt;br /&gt;
Is one binary file. If Tucnak is install from source code it&#039;s installed to /usr/local/bin. If Tucnak is install from package it&#039;s installed to /usr/bin mostly. On Debian it&#039;s /usr/bin/tucnak2 and command tucnak2 is found via /etc/alternatives.&lt;br /&gt;
==soundwrapper==&lt;br /&gt;
Suided binary allows to access to /dev/console for PC speaker control (Linux only)&lt;br /&gt;
&lt;br /&gt;
=Configuration=&lt;br /&gt;
==~/tucnak/tucnakrc== &lt;br /&gt;
Configuration file of Tucnak program. When it don&#039;t found configuration file it reads from internal hardcoded default.&lt;br /&gt;
==/tucnak/tucnakrc.local== &lt;br /&gt;
This file has the same structure as tucnakrc file. Is determine to set specific local options, when you synchronize tucnakrc between more computers. Tucnak only reads this file after loading tucnakrc. It is necessary to create and maintain it manually.&lt;br /&gt;
&lt;br /&gt;
Use is obsolete. I think tucnakrc synchronize brings many problems. It is better to have separate tucnakrc and maintain they by program.&lt;br /&gt;
&lt;br /&gt;
=Call database=&lt;br /&gt;
==~/tucnak/tucnakcw==&lt;br /&gt;
File with pairs of callsign-locator. Each callsign has saved maximally two locators. Format is similar to Taclog&#039;s taclog.c_w but not same when one call has two wwls. Format is:&lt;br /&gt;
 CALL WWL YYYYMMDD QRV&lt;br /&gt;
f.e.&lt;br /&gt;
 DR5A JO30EM 20071006 CEGHK&lt;br /&gt;
Second locator is saved as next line.&lt;br /&gt;
&lt;br /&gt;
Also look at [[Edit#Update_C_W_from_contest|Update C_W from contest]] and [[Edit#Update_C_W_from_band|Update C_W from band]].&lt;br /&gt;
&lt;br /&gt;
If you are connected to [[Subwin_types#KST|ON4KST chat]], tucnak sometimes sends &#039;&#039;&#039;sh/us&#039;&#039;&#039; command and gathers the loacators.&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnaknames==&lt;br /&gt;
Here you can save first names of operators and say them &#039;Hello John&#039; :-). Tucnak updates this database on demand from DL8EBW database. Of course you can maintain it manually.&lt;br /&gt;
&lt;br /&gt;
 CALL Name&lt;br /&gt;
&lt;br /&gt;
e.g&lt;br /&gt;
&lt;br /&gt;
 OK1ZIA NAME&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/qrv==&lt;br /&gt;
Template for [[Files#qrv|qrv]]. It is copied to contest directory when you create new contest. Note: not when you created contest from network. In this case qrv database is transferred over network.&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnakmasters==&lt;br /&gt;
User definable [http://www.supercheckpartial.com/ master.scp database] for shortwaves. If not present, tucnak uses internal hardcoded (probalby not actual) database.&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnakexcXXX==&lt;br /&gt;
Like tucnakcw contains database of callsigns, their optional exchanges (EXC, OE) and datestamp. XXX is name of EXC for example OKRES (Czech districts) but in lovercase (~/tucnak/tucnakexcokres).&lt;br /&gt;
Format is:&lt;br /&gt;
 CALL EXC YYYYMMDD&lt;br /&gt;
f.e.&lt;br /&gt;
 OK2BKP GKR 20081006&lt;br /&gt;
Second locator is saved as next line.&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnakvexcXXX==&lt;br /&gt;
List of all available optional exchanges if verified EXC&#039;s are used. XXX is name of EXC for example OKRES (Czech districts) but in lovercase (~/tucnak/tucnakvexcokres).&lt;br /&gt;
Format is free, Tucnak reads all lines from file and uses all words sepparated by spaces or tabs.&lt;br /&gt;
f.e. &lt;br /&gt;
 APA APB APC APD APE APF APG APH API APJ&lt;br /&gt;
 BBN BBE BKD BKO BKH BME BMB BNY BPZ BPV BPB BRA&lt;br /&gt;
 CBU CCK CJH CPE CPI CPR CST CTA&lt;br /&gt;
&lt;br /&gt;
=DXC files &amp;amp; others=&lt;br /&gt;
All these files are optional. Tucnak is reading these when are existing, in other case uses own hardcoded defaults. &lt;br /&gt;
==~/tucnak/tucnakdw==&lt;br /&gt;
File with information about DXCC countries. Each country has saved information about possible large squares and centre of activity in the country. Tucnak doesn&#039;t write to this file.&lt;br /&gt;
Format of file is:&lt;br /&gt;
&lt;br /&gt;
 # 1th row - The official prefix of the DXCC                                                                                          &lt;br /&gt;
 # 2nd row - The list of WWL in the DXCC (separated by a gap).                                                                        &lt;br /&gt;
 #           The first WWL is the most effective one or midlands                                                                      &lt;br /&gt;
 #           or Capital City of DXCC.                                                                                                 &lt;br /&gt;
 # 3rd row - The most effective WWL from JN69UO                                                                                       &lt;br /&gt;
 # There is a free row between DXCC&#039;s                                                                                                 &lt;br /&gt;
 #&lt;br /&gt;
 &lt;br /&gt;
 OK                                                                                                                                   &lt;br /&gt;
 JN79 JO70 JO60 JO80 JO90 JN69 JN89 JN99 JN68 JN78 JN88 JN98 JO71                                                                     &lt;br /&gt;
 JN89JM JO80IA                                                                                                                        &lt;br /&gt;
                                                                                                                                     &lt;br /&gt;
==~/tucnak/cty.dat==&lt;br /&gt;
Follows up information to tucnakdw. Tucnak doesn&#039;t write to this file. You can download new version from http://www.country-files.com/cty/index.htm and place it into ~/tucnak.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnakwiz==&lt;br /&gt;
This file contains information about contest as kind of pointing, etc. Tucnak doesn&#039;t write to this file. Items are described in [[Contest options]].&lt;br /&gt;
&lt;br /&gt;
Example of file:&lt;br /&gt;
&lt;br /&gt;
 [Region I Standard Contest]&lt;br /&gt;
 pexch=&lt;br /&gt;
 tttype=1&lt;br /&gt;
 qsoused=1&lt;br /&gt;
 qsomult=1&lt;br /&gt;
 qsoglob=0&lt;br /&gt;
 wwlused=1&lt;br /&gt;
 wwlbonu=0&lt;br /&gt;
 wwlmult=0&lt;br /&gt;
 wwlcfm=1&lt;br /&gt;
 excused=0&lt;br /&gt;
 excbonu=0&lt;br /&gt;
 excmult=0&lt;br /&gt;
 exccfm=1&lt;br /&gt;
 exctype=0&lt;br /&gt;
 excname=&lt;br /&gt;
 rstused=1&lt;br /&gt;
 defrstr=0&lt;br /&gt;
 dxcbonu=0&lt;br /&gt;
 dxcmult=0&lt;br /&gt;
 qsop_method=1&lt;br /&gt;
 total_method=1&lt;br /&gt;
 bands=ABCEGHIJKLMNOPQ&lt;br /&gt;
 &lt;br /&gt;
 [Region I Std test 59 expert]&lt;br /&gt;
 pexch=&lt;br /&gt;
 tttype=3&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/vhf.dbf==&lt;br /&gt;
This file is maintained by Guy, DL8EBW and contains informations about many stations qrv on VHF bands. Copy file like VHF250.DBF to ~/tucnak/vhf.dbf, open contest and choose Menu-&amp;gt;Import DL8EBW Database. Tucnak reads:&lt;br /&gt;
* Locators of unknown stations to tucnakcw (only unknown because database may contain older locators than tucnakcw, timestamp cannot be processed by computer)&lt;br /&gt;
* Names of calls if they are longer than 2 characters.&lt;br /&gt;
&lt;br /&gt;
If the file is not found, tucnak try to read /usr/share/tucnak2/vhf.dbf (depends on DESTDIR argument of configure)&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnakbeacons==&lt;br /&gt;
The beacon database is maintained by [https://www.beaconspot.uk UK Microwave Group]. Tucnak has own compiled-in database. User can update it online using menu Edit / Import beaconspot.uk. The website updates this data typically weekly. Downloaded data is saved to ~/tucnak/tucnakbeacons for offline use.&lt;br /&gt;
&lt;br /&gt;
=Contest files=&lt;br /&gt;
Each contest is saved to differed directory. Name of directories is created from date of contest e.g. ~/tucnak/2003083.1. It is possible to have many contest in one day or one contest on one computer under one user (thought telnet, ssh) with many running Tucnaks. Each contest with the same date has different number behind point.&lt;br /&gt;
&lt;br /&gt;
Files in ~/tucnak/&amp;lt;date&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
==Data files==&lt;br /&gt;
Named &amp;lt;letter&amp;gt;.txt e.g. c.txt, e.txt. This files are main files for individual bands. Files use information about station, QTH, points of both finished and unfinished contacts. Format is compatible with EDI format and should be accepted by contest comitee. Files has DOS end of line (`\r\n&#039;) for compatibility.&lt;br /&gt;
&lt;br /&gt;
==Swap files==&lt;br /&gt;
Are &amp;lt;letter&amp;gt;.swp eg. c.swp, e.swp. Here is saved all typed text from input line ended by Enter key. You are able to reconstruct all contest exchange manually from this file. &lt;br /&gt;
&lt;br /&gt;
==desc==&lt;br /&gt;
Contains information displayed in start of contest as date of contest, callsign and name of contest.&lt;br /&gt;
&lt;br /&gt;
==log==&lt;br /&gt;
Content of log window.&lt;br /&gt;
&lt;br /&gt;
==sked==&lt;br /&gt;
Information about received [[Sked|skeds]]&lt;br /&gt;
&lt;br /&gt;
==spy==&lt;br /&gt;
Specify hosts and bands on which tucnak does spy&lt;br /&gt;
&lt;br /&gt;
==talk==&lt;br /&gt;
Content of talk window. That&#039;s good idea to read after contest :-)&lt;br /&gt;
&lt;br /&gt;
==hicalls==&lt;br /&gt;
Contains highlighted calls from DX-Cluster and OK4KST chat&lt;br /&gt;
&lt;br /&gt;
==qrv==&lt;br /&gt;
QRV file format was changed since 2.38. Newer version should import old format but writes only new format.&lt;br /&gt;
&lt;br /&gt;
File is imported from external script, you can prepare your own criteria. Some items are updated when you select line in shell window running the KST chat. &lt;br /&gt;
 &lt;br /&gt;
 ;DR5A;JO30EM;GHK;G5H3K1;@QRV;1299419310&lt;br /&gt;
&lt;br /&gt;
Leading semicolon tells file is in new format. Follow call and locator. GHK are bands on which this call is QRV. Next item tells number of contact we mate in last period. Negative number means we make this call never but other stations do. @QRV is remark for additional informations. @QRV means info comes from qrv script. Last one is timestamp when call was last caught on KST.&lt;br /&gt;
&lt;br /&gt;
==old qrv until 2.38==&lt;br /&gt;
&lt;br /&gt;
Contains list of stations that are QRV in contest. Functionality is described [[Subwin types#QRV list|here]]. Format is:&lt;br /&gt;
&lt;br /&gt;
 CALL WWL&lt;br /&gt;
 CALL WWL BANDS DESCRPTION&lt;br /&gt;
&lt;br /&gt;
f.e.&lt;br /&gt;
&lt;br /&gt;
 OK2M JN69UN&lt;br /&gt;
 OK2M JN69UN CEGHK Skeds via KST&lt;br /&gt;
&lt;br /&gt;
==chart==&lt;br /&gt;
Holds informations about files displayed in chart window. &lt;br /&gt;
&lt;br /&gt;
 0;/home/ok1zia/tucnak/20110305/h.txt&lt;br /&gt;
&lt;br /&gt;
Zero means record is for first chart window. Follows file name (TXT or EDI).&lt;br /&gt;
&lt;br /&gt;
=Output files=&lt;br /&gt;
&lt;br /&gt;
Commonly files are saved to contest directory. &lt;br /&gt;
==ADIF==&lt;br /&gt;
Filenames have format YYYYMMDD_CALL.adif. Exported are all qsos into one file.&lt;br /&gt;
&lt;br /&gt;
==CABRILO==&lt;br /&gt;
Filenames have format YYYYMMDD_CALL.cbr. Exported are all qsos into one file.&lt;br /&gt;
&lt;br /&gt;
==EDI==&lt;br /&gt;
Files are named CategoryCall.edi, f.e. 06OK2M.edi. Format is very similar as txt files, the only one difference is missing section [TUCNAK extension].&lt;br /&gt;
&lt;br /&gt;
==PNG==&lt;br /&gt;
By pressing F1 you can make screenshot of Tucnak window. ALT+F1 takes snapshot only of top dialog/window. Filenames are in format snapN.png where N is number 0, 1, 2, ...&lt;br /&gt;
Screenshot are saved to contest directory or in ~/tucnak/ when no contest is opened.&lt;br /&gt;
&lt;br /&gt;
You can use [http://optipng.sourceforge.net optipng] to reduce image size. Similar tool is [http://advancemame.sourceforge.net/comp-download.html advpng] but it seems it doesn&#039;t work with Tucnak&#039;s snapshots.&lt;br /&gt;
&lt;br /&gt;
==HTML==&lt;br /&gt;
Contacts from all bands are saved in YYYYMMDD_CALL.html. Also creates [[Subwin_types#Graphics_map|map]] and chart for all bands with at least one QSO.&lt;br /&gt;
&lt;br /&gt;
==Report==&lt;br /&gt;
Report is format used in small OK contest like OK VHF activity contest. It summarizes callsign, locators, QSO count, QSO points, multipliers and total score. It is in Czech language only.&lt;br /&gt;
&lt;br /&gt;
==Titlepage==&lt;br /&gt;
Creates HTML of similar format as title page of old paper log.&lt;br /&gt;
&lt;br /&gt;
==Wiki==&lt;br /&gt;
Creates post-contest report in MediaWiki format. Usable as skeleton for contest story web page. Also creates [[Subwin_types#Graphics_map|map]] and chart for all bands with at least one QSO.&lt;br /&gt;
&lt;br /&gt;
=System files=&lt;br /&gt;
* /etc/mtab&lt;br /&gt;
* /proc/mounts&lt;br /&gt;
* /proc/self/status&lt;br /&gt;
* /var/lock/lck..tty*&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Files&amp;diff=3191</id>
		<title>Files</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Files&amp;diff=3191"/>
		<updated>2024-11-25T20:56:10Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* ~/tucnak/vhf.dbf */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Remark: Character ~ (tilde) is short cut of user home directory (bash# echo $HOME). Under Windows it poins to user&#039;s AppData folder.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Files which are described below are saved in plain text format. Is possible to edit these files but it is necessary to keep format of files. In other case Tucnak shouldn&#039;t work properly.&lt;br /&gt;
&lt;br /&gt;
Note files in /usr/share/tucnak2/ are only examples and are not read by tucnak. These files are default values hard-wired in tucnak binary. You can copy into ~/tucnak and modify them. Tucnak will use files in ~/tucnak instead of compiled-in data.&lt;br /&gt;
&lt;br /&gt;
=Binaries=&lt;br /&gt;
==tucnak==&lt;br /&gt;
Is one binary file. If Tucnak is install from source code it&#039;s installed to /usr/local/bin. If Tucnak is install from package it&#039;s installed to /usr/bin mostly. On Debian it&#039;s /usr/bin/tucnak2 and command tucnak2 is found via /etc/alternatives.&lt;br /&gt;
==soundwrapper==&lt;br /&gt;
Suided binary allows to access to /dev/console for PC speaker control (Linux only)&lt;br /&gt;
&lt;br /&gt;
=Configuration=&lt;br /&gt;
==~/tucnak/tucnakrc== &lt;br /&gt;
Configuration file of Tucnak program. When it don&#039;t found configuration file it reads from internal hardcoded default.&lt;br /&gt;
==/tucnak/tucnakrc.local== &lt;br /&gt;
This file has the same structure as tucnakrc file. Is determine to set specific local options, when you synchronize tucnakrc between more computers. Tucnak only reads this file after loading tucnakrc. It is necessary to create and maintain it manually.&lt;br /&gt;
&lt;br /&gt;
Use is obsolete. I think tucnakrc synchronize brings many problems. It is better to have separate tucnakrc and maintain they by program.&lt;br /&gt;
&lt;br /&gt;
=Call database=&lt;br /&gt;
==~/tucnak/tucnakcw==&lt;br /&gt;
File with pairs of callsign-locator. Each callsign has saved maximally two locators. Format is similar to Taclog&#039;s taclog.c_w but not same when one call has two wwls. Format is:&lt;br /&gt;
 CALL WWL YYYYMMDD QRV&lt;br /&gt;
f.e.&lt;br /&gt;
 DR5A JO30EM 20071006 CEGHK&lt;br /&gt;
Second locator is saved as next line.&lt;br /&gt;
&lt;br /&gt;
Also look at [[Edit#Update_C_W_from_contest|Update C_W from contest]] and [[Edit#Update_C_W_from_band|Update C_W from band]].&lt;br /&gt;
&lt;br /&gt;
If you are connected to [[Subwin_types#KST|ON4KST chat]], tucnak sometimes sends &#039;&#039;&#039;sh/us&#039;&#039;&#039; command and gathers the loacators.&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnaknames==&lt;br /&gt;
Here you can save first names of operators and say them &#039;Hello John&#039; :-). Tucnak updates this database on demand from DL8EBW database. Of course you can maintain it manually.&lt;br /&gt;
&lt;br /&gt;
 CALL Name&lt;br /&gt;
&lt;br /&gt;
e.g&lt;br /&gt;
&lt;br /&gt;
 OK1ZIA NAME&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/qrv==&lt;br /&gt;
Template for [[Files#qrv|qrv]]. It is copied to contest directory when you create new contest. Note: not when you created contest from network. In this case qrv database is transferred over network.&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnakmasters==&lt;br /&gt;
User definable [http://www.supercheckpartial.com/ master.scp database] for shortwaves. If not present, tucnak uses internal hardcoded (probalby not actual) database.&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnakexcXXX==&lt;br /&gt;
Like tucnakcw contains database of callsigns, their optional exchanges (EXC, OE) and datestamp. XXX is name of EXC for example OKRES (Czech districts) but in lovercase (~/tucnak/tucnakexcokres).&lt;br /&gt;
Format is:&lt;br /&gt;
 CALL EXC YYYYMMDD&lt;br /&gt;
f.e.&lt;br /&gt;
 OK2BKP GKR 20081006&lt;br /&gt;
Second locator is saved as next line.&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnakvexcXXX==&lt;br /&gt;
List of all available optional exchanges if verified EXC&#039;s are used. XXX is name of EXC for example OKRES (Czech districts) but in lovercase (~/tucnak/tucnakvexcokres).&lt;br /&gt;
Format is free, Tucnak reads all lines from file and uses all words sepparated by spaces or tabs.&lt;br /&gt;
f.e. &lt;br /&gt;
 APA APB APC APD APE APF APG APH API APJ&lt;br /&gt;
 BBN BBE BKD BKO BKH BME BMB BNY BPZ BPV BPB BRA&lt;br /&gt;
 CBU CCK CJH CPE CPI CPR CST CTA&lt;br /&gt;
&lt;br /&gt;
=DXC files &amp;amp; others=&lt;br /&gt;
All these files are optional. Tucnak is reading these when are existing, in other case uses own hardcoded defaults. &lt;br /&gt;
==~/tucnak/tucnakdw==&lt;br /&gt;
File with information about DXCC countries. Each country has saved information about possible large squares and centre of activity in the country. Tucnak doesn&#039;t write to this file.&lt;br /&gt;
Format of file is:&lt;br /&gt;
&lt;br /&gt;
 # 1th row - The official prefix of the DXCC                                                                                          &lt;br /&gt;
 # 2nd row - The list of WWL in the DXCC (separated by a gap).                                                                        &lt;br /&gt;
 #           The first WWL is the most effective one or midlands                                                                      &lt;br /&gt;
 #           or Capital City of DXCC.                                                                                                 &lt;br /&gt;
 # 3rd row - The most effective WWL from JN69UO                                                                                       &lt;br /&gt;
 # There is a free row between DXCC&#039;s                                                                                                 &lt;br /&gt;
 #&lt;br /&gt;
 &lt;br /&gt;
 OK                                                                                                                                   &lt;br /&gt;
 JN79 JO70 JO60 JO80 JO90 JN69 JN89 JN99 JN68 JN78 JN88 JN98 JO71                                                                     &lt;br /&gt;
 JN89JM JO80IA                                                                                                                        &lt;br /&gt;
                                                                                                                                     &lt;br /&gt;
==~/tucnak/cty.dat==&lt;br /&gt;
Follows up information to tucnakdw. Tucnak doesn&#039;t write to this file. You can download new version from http://www.country-files.com/cty/index.htm and place it into ~/tucnak.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnakwiz==&lt;br /&gt;
This file contains information about contest as kind of pointing, etc. Tucnak doesn&#039;t write to this file. Items are described in [[Contest options]].&lt;br /&gt;
&lt;br /&gt;
Example of file:&lt;br /&gt;
&lt;br /&gt;
 [Region I Standard Contest]&lt;br /&gt;
 pexch=&lt;br /&gt;
 tttype=1&lt;br /&gt;
 qsoused=1&lt;br /&gt;
 qsomult=1&lt;br /&gt;
 qsoglob=0&lt;br /&gt;
 wwlused=1&lt;br /&gt;
 wwlbonu=0&lt;br /&gt;
 wwlmult=0&lt;br /&gt;
 wwlcfm=1&lt;br /&gt;
 excused=0&lt;br /&gt;
 excbonu=0&lt;br /&gt;
 excmult=0&lt;br /&gt;
 exccfm=1&lt;br /&gt;
 exctype=0&lt;br /&gt;
 excname=&lt;br /&gt;
 rstused=1&lt;br /&gt;
 defrstr=0&lt;br /&gt;
 dxcbonu=0&lt;br /&gt;
 dxcmult=0&lt;br /&gt;
 qsop_method=1&lt;br /&gt;
 total_method=1&lt;br /&gt;
 bands=ABCEGHIJKLMNOPQ&lt;br /&gt;
 &lt;br /&gt;
 [Region I Std test 59 expert]&lt;br /&gt;
 pexch=&lt;br /&gt;
 tttype=3&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/vhf.dbf==&lt;br /&gt;
This file is maintained by Guy, DL8EBW and contains informations about many stations qrv on VHF bands. Copy file like VHF250.DBF to ~/tucnak/vhf.dbf, open contest and choose Menu-&amp;gt;Import DL8EBW Database. Tucnak reads:&lt;br /&gt;
* Locators of unknown stations to tucnakcw (only unknown because database may contain older locators than tucnakcw, timestamp cannot be processed by computer)&lt;br /&gt;
* Names of calls if they are longer than 2 characters.&lt;br /&gt;
&lt;br /&gt;
If the file is not found, tucnak try to read /usr/share/tucnak2/vhf.dbf (depends on DESTDIR argument of configure)&lt;br /&gt;
&lt;br /&gt;
==~/tucnak/tucnakbeacons==&lt;br /&gt;
The beacon database ia maintained by [https://www.beaconspot.uk UK Microwave Group]. Tucnak has own compiled-in database. User can update it online using menu Edit / Import beaconspot.uk. The website updates this data typically weekly. Downloaded data is saved to ~/tucnak/tucnakbeacons for offline use.&lt;br /&gt;
&lt;br /&gt;
=Contest files=&lt;br /&gt;
Each contest is saved to differed directory. Name of directories is created from date of contest e.g. ~/tucnak/2003083.1. It is possible to have many contest in one day or one contest on one computer under one user (thought telnet, ssh) with many running Tucnaks. Each contest with the same date has different number behind point.&lt;br /&gt;
&lt;br /&gt;
Files in ~/tucnak/&amp;lt;date&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
==Data files==&lt;br /&gt;
Named &amp;lt;letter&amp;gt;.txt e.g. c.txt, e.txt. This files are main files for individual bands. Files use information about station, QTH, points of both finished and unfinished contacts. Format is compatible with EDI format and should be accepted by contest comitee. Files has DOS end of line (`\r\n&#039;) for compatibility.&lt;br /&gt;
&lt;br /&gt;
==Swap files==&lt;br /&gt;
Are &amp;lt;letter&amp;gt;.swp eg. c.swp, e.swp. Here is saved all typed text from input line ended by Enter key. You are able to reconstruct all contest exchange manually from this file. &lt;br /&gt;
&lt;br /&gt;
==desc==&lt;br /&gt;
Contains information displayed in start of contest as date of contest, callsign and name of contest.&lt;br /&gt;
&lt;br /&gt;
==log==&lt;br /&gt;
Content of log window.&lt;br /&gt;
&lt;br /&gt;
==sked==&lt;br /&gt;
Information about received [[Sked|skeds]]&lt;br /&gt;
&lt;br /&gt;
==spy==&lt;br /&gt;
Specify hosts and bands on which tucnak does spy&lt;br /&gt;
&lt;br /&gt;
==talk==&lt;br /&gt;
Content of talk window. That&#039;s good idea to read after contest :-)&lt;br /&gt;
&lt;br /&gt;
==hicalls==&lt;br /&gt;
Contains highlighted calls from DX-Cluster and OK4KST chat&lt;br /&gt;
&lt;br /&gt;
==qrv==&lt;br /&gt;
QRV file format was changed since 2.38. Newer version should import old format but writes only new format.&lt;br /&gt;
&lt;br /&gt;
File is imported from external script, you can prepare your own criteria. Some items are updated when you select line in shell window running the KST chat. &lt;br /&gt;
 &lt;br /&gt;
 ;DR5A;JO30EM;GHK;G5H3K1;@QRV;1299419310&lt;br /&gt;
&lt;br /&gt;
Leading semicolon tells file is in new format. Follow call and locator. GHK are bands on which this call is QRV. Next item tells number of contact we mate in last period. Negative number means we make this call never but other stations do. @QRV is remark for additional informations. @QRV means info comes from qrv script. Last one is timestamp when call was last caught on KST.&lt;br /&gt;
&lt;br /&gt;
==old qrv until 2.38==&lt;br /&gt;
&lt;br /&gt;
Contains list of stations that are QRV in contest. Functionality is described [[Subwin types#QRV list|here]]. Format is:&lt;br /&gt;
&lt;br /&gt;
 CALL WWL&lt;br /&gt;
 CALL WWL BANDS DESCRPTION&lt;br /&gt;
&lt;br /&gt;
f.e.&lt;br /&gt;
&lt;br /&gt;
 OK2M JN69UN&lt;br /&gt;
 OK2M JN69UN CEGHK Skeds via KST&lt;br /&gt;
&lt;br /&gt;
==chart==&lt;br /&gt;
Holds informations about files displayed in chart window. &lt;br /&gt;
&lt;br /&gt;
 0;/home/ok1zia/tucnak/20110305/h.txt&lt;br /&gt;
&lt;br /&gt;
Zero means record is for first chart window. Follows file name (TXT or EDI).&lt;br /&gt;
&lt;br /&gt;
=Output files=&lt;br /&gt;
&lt;br /&gt;
Commonly files are saved to contest directory. &lt;br /&gt;
==ADIF==&lt;br /&gt;
Filenames have format YYYYMMDD_CALL.adif. Exported are all qsos into one file.&lt;br /&gt;
&lt;br /&gt;
==CABRILO==&lt;br /&gt;
Filenames have format YYYYMMDD_CALL.cbr. Exported are all qsos into one file.&lt;br /&gt;
&lt;br /&gt;
==EDI==&lt;br /&gt;
Files are named CategoryCall.edi, f.e. 06OK2M.edi. Format is very similar as txt files, the only one difference is missing section [TUCNAK extension].&lt;br /&gt;
&lt;br /&gt;
==PNG==&lt;br /&gt;
By pressing F1 you can make screenshot of Tucnak window. ALT+F1 takes snapshot only of top dialog/window. Filenames are in format snapN.png where N is number 0, 1, 2, ...&lt;br /&gt;
Screenshot are saved to contest directory or in ~/tucnak/ when no contest is opened.&lt;br /&gt;
&lt;br /&gt;
You can use [http://optipng.sourceforge.net optipng] to reduce image size. Similar tool is [http://advancemame.sourceforge.net/comp-download.html advpng] but it seems it doesn&#039;t work with Tucnak&#039;s snapshots.&lt;br /&gt;
&lt;br /&gt;
==HTML==&lt;br /&gt;
Contacts from all bands are saved in YYYYMMDD_CALL.html. Also creates [[Subwin_types#Graphics_map|map]] and chart for all bands with at least one QSO.&lt;br /&gt;
&lt;br /&gt;
==Report==&lt;br /&gt;
Report is format used in small OK contest like OK VHF activity contest. It summarizes callsign, locators, QSO count, QSO points, multipliers and total score. It is in Czech language only.&lt;br /&gt;
&lt;br /&gt;
==Titlepage==&lt;br /&gt;
Creates HTML of similar format as title page of old paper log.&lt;br /&gt;
&lt;br /&gt;
==Wiki==&lt;br /&gt;
Creates post-contest report in MediaWiki format. Usable as skeleton for contest story web page. Also creates [[Subwin_types#Graphics_map|map]] and chart for all bands with at least one QSO.&lt;br /&gt;
&lt;br /&gt;
=System files=&lt;br /&gt;
* /etc/mtab&lt;br /&gt;
* /proc/mounts&lt;br /&gt;
* /proc/self/status&lt;br /&gt;
* /var/lock/lck..tty*&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3190</id>
		<title>Changelog</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3190"/>
		<updated>2024-10-16T13:24:51Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* 4.64 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=4.64=&lt;br /&gt;
2024-10-16&lt;br /&gt;
* Fixed double sized font, TNX to OK2WO/OE3JPC&lt;br /&gt;
* Distinguish -number in KST user list, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.63=&lt;br /&gt;
2024-09-18&lt;br /&gt;
&lt;br /&gt;
* Signed Tucnak.exe and Windows installer&lt;br /&gt;
* New Android build for Android 5 (API level 21) to Android 14 (API level 34)&lt;br /&gt;
* Fixed Map Home (for photo) without QSOs&lt;br /&gt;
* Map icon larger click area in touch mode, TNX to OK5ZS&lt;br /&gt;
* Zoomin icon fix TNX to OK5ZS&lt;br /&gt;
* rtlsdr under *nix is disabled by default&lt;br /&gt;
&lt;br /&gt;
=4.62=&lt;br /&gt;
2024-07-15&lt;br /&gt;
* Fixed SDL 1.2 build&lt;br /&gt;
* KST SSID up to 5 digits&lt;br /&gt;
&lt;br /&gt;
=4.61=&lt;br /&gt;
2024-07-03&lt;br /&gt;
* Do not set empty rig Device to keep rigctld default address 127.0.0.1:4533&lt;br /&gt;
* Added --without-rtlsdr into configure&lt;br /&gt;
* Debian package is build without librtlsdr (0.6 vs 2.0 binary incompatibility)&lt;br /&gt;
* OE Activity added bands OPQ&lt;br /&gt;
* Removed global Ctrl+K, it conflicts with 10GHz band change, TNX to OZ1FF&lt;br /&gt;
&lt;br /&gt;
=4.60=&lt;br /&gt;
2024-06-18&lt;br /&gt;
* THz (Light) band&lt;br /&gt;
* IARU reg.I ATV contest&lt;br /&gt;
* IARU reg.I MGM contest&lt;br /&gt;
* RTTY changed to MGM&lt;br /&gt;
* Ctrl+K and Alt+K work also in main input line&lt;br /&gt;
* Fixed Band switch value after contest load from network&lt;br /&gt;
* Touch keyboard SDL2 font size fix&lt;br /&gt;
* Touch keyboard SDL2 input fix&lt;br /&gt;
&lt;br /&gt;
=4.59=&lt;br /&gt;
2024-04-11&lt;br /&gt;
* Fixed upgrade/HTTP timeout, TNX to OK1UGE&lt;br /&gt;
* CW word space length fix, TNX to OK1DOL&lt;br /&gt;
* New libSDL 2.30.1 for Windows	builds&lt;br /&gt;
* Always show aircraft provider name&lt;br /&gt;
* Default KST QRB is 910km&lt;br /&gt;
* Aircraft dump1090 support, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.58=&lt;br /&gt;
* Fixed unability to run without admin rights under Windows, TNX to OK7KM, OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.57=&lt;br /&gt;
2024-03-01&lt;br /&gt;
* Next libiconv call fixes, TNX to OK2JTB, M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.56=&lt;br /&gt;
2024-02-27&lt;br /&gt;
* Fixed aircraft.dk error message, TNX to G1OGY&lt;br /&gt;
* Reviewed errno handling, TNX to G1OGY&lt;br /&gt;
* Some libiconv call fixes, TNX to IN3UPQ&lt;br /&gt;
* Next fix for Davac5 udev rules, TNX to OK1ELE&lt;br /&gt;
&lt;br /&gt;
=4.55=&lt;br /&gt;
2024-01-23&lt;br /&gt;
* Return to manualy save the tucnakrc (many many problems with autosave)&lt;br /&gt;
* Linux udev rules for CM108 family (Davac5), TNX to OK1ELE&lt;br /&gt;
* Fixed linux rotar save freeze, TNX to M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.54=&lt;br /&gt;
2024-01-05&lt;br /&gt;
* Removed Dump RW bands and hashes&lt;br /&gt;
* KST QSO phase filter, TNX to OK1MZM&lt;br /&gt;
* Fixed PortAudio device search (hostApi)&lt;br /&gt;
* Fixed PortAudio recording devixe, TNX to OK2WO&lt;br /&gt;
* Fixed Paypal donate, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.53=&lt;br /&gt;
2023-12-17&lt;br /&gt;
* Airscatter.dk feed, TNX to OV3T&lt;br /&gt;
* Donate via PayPal or Buymeacofee&lt;br /&gt;
* Truetype font&lt;br /&gt;
* Centerwwl, OSN credentials null fix&lt;br /&gt;
* MinASL tested on load&lt;br /&gt;
* ASfile fixed unknown wingspan&lt;br /&gt;
* AS print ICAO24 address (ID)&lt;br /&gt;
* Disabled RS Meteox and Wetteronline&lt;br /&gt;
* HTTPS (openssl) under Android&lt;br /&gt;
* Rainviewer timer fix&lt;br /&gt;
* libzia TLS message fix&lt;br /&gt;
&lt;br /&gt;
=4.52=&lt;br /&gt;
2023-11-20&lt;br /&gt;
* Fixed overflow bug in AS options under Linux, TNX to G1OGY&lt;br /&gt;
* Default AS provider is ADSB One&lt;br /&gt;
* Fixed RS SCP dist 310&lt;br /&gt;
* Fixed Linux ttys *printf without arguments&lt;br /&gt;
&lt;br /&gt;
=4.51=&lt;br /&gt;
2023-11-19&lt;br /&gt;
* New option AS Center WWL&lt;br /&gt;
* AS tracking also for remote rotator&lt;br /&gt;
* ADS-B One feed, TNX to G1OGY&lt;br /&gt;
* Optimized file read in AS thread&lt;br /&gt;
* Better HTTP error reporting&lt;br /&gt;
* Fixed Feed filename load in AS options dialog. TNX to OK1ELE&lt;br /&gt;
* Memory leak fixes&lt;br /&gt;
&lt;br /&gt;
=4.50=&lt;br /&gt;
2023-11-18&lt;br /&gt;
* Aircraft file feed returned for planefinder.net&lt;br /&gt;
* Wingspan from icao24, many TNX to G1OGY&lt;br /&gt;
* Fixed wingspan respects imperial units setting&lt;br /&gt;
* Fixed rotars reinit race condition while AC tracking&lt;br /&gt;
* Added configure --without-hidapi&lt;br /&gt;
* OpenSky-network feed&lt;br /&gt;
&lt;br /&gt;
=4.49=&lt;br /&gt;
2023-10-30&lt;br /&gt;
* Fixed config save after window resize&lt;br /&gt;
* Aircraft size, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.48=&lt;br /&gt;
2023-10-15&lt;br /&gt;
* Aircraft scatter changed feed to firefox addon&lt;br /&gt;
* Rig config&lt;br /&gt;
* Fixed oct8tor wait for thread&lt;br /&gt;
* Fixed rig close (unlock filename)&lt;br /&gt;
* Fixed broken rig_handshake_none&lt;br /&gt;
&lt;br /&gt;
=4.47=&lt;br /&gt;
2023-10-04&lt;br /&gt;
* Save PortAudio device names instead of numbers&lt;br /&gt;
* Davac5 full support&lt;br /&gt;
* Fixed oct8tor leaks&lt;br /&gt;
* Removed obsolete hdkeyb support&lt;br /&gt;
* JP90 is in SM5, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.46=&lt;br /&gt;
2023-09-09&lt;br /&gt;
* Fixed memory leaks&lt;br /&gt;
* Fixed AS crash, TNX to OK1UGE and SQ6EMM&lt;br /&gt;
* Fixed subwin save, TNX to OK2SLC&lt;br /&gt;
* Fixed Log lines change, TNX to OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.45=&lt;br /&gt;
2023-08-25&lt;br /&gt;
* QRG for sked saves contest&lt;br /&gt;
* Rig and Rotar poll intervals set to valid values&lt;br /&gt;
* Removed Terminal options&lt;br /&gt;
* Configuration autosave after OK in every setup dialog&lt;br /&gt;
* Map keys (L) only without modifiers (Ctrl)&lt;br /&gt;
* Gain graph redraw after band change&lt;br /&gt;
* Removed floppy autosave&lt;br /&gt;
&lt;br /&gt;
=4.44=&lt;br /&gt;
2023-06-04&lt;br /&gt;
* Save QRG for all bands into contest files&lt;br /&gt;
* Fixed crash bad font size, TNX to OK1MZM&lt;br /&gt;
* Fixed subwin highlight for characters &amp;gt;=0x80&lt;br /&gt;
* Oct8tor support&lt;br /&gt;
* Names and FM Pohar update, TNX to OK4DJ&lt;br /&gt;
* Winkey echoback, TNX to OK4DJ&lt;br /&gt;
* Load from net loads also contest defaults&lt;br /&gt;
* Fixed KST messages (/CQ)&lt;br /&gt;
* Fixed chart redraw after new QSO, TNX to OK2SLC&lt;br /&gt;
* Removed Alt+G&lt;br /&gt;
&lt;br /&gt;
=4.43=&lt;br /&gt;
2023-04-15&lt;br /&gt;
* Initial window type in Change type, TNX to OK2SLC&lt;br /&gt;
* Fixed chart after EDI load, TNX to OK2SLC&lt;br /&gt;
* Fixed: new KST stations are red, TNX to OK1MZM&lt;br /&gt;
* cppcheck warning level fixes&lt;br /&gt;
* Included rotctld.exe&lt;br /&gt;
&lt;br /&gt;
=4.42=&lt;br /&gt;
2023-03-09&lt;br /&gt;
* [CLR] click only on button&lt;br /&gt;
* KST message cleanup, TNX to OK2WO&lt;br /&gt;
* linux xset fix, TNX to OK4DJ&lt;br /&gt;
* HTTP header parse fix, TNX to OK7SE&lt;br /&gt;
* Configure C99 fix, TNX to OK2JRQ&lt;br /&gt;
* Fixed empty RST-S bug, TNX to G1OGY&lt;br /&gt;
* Spy active band (*)&lt;br /&gt;
* Fixed tucnakrc parse&lt;br /&gt;
&lt;br /&gt;
=4.41=&lt;br /&gt;
2023-03-02&lt;br /&gt;
* Display AS in imperial units option&lt;br /&gt;
* Ctrl+S for hamlib/remote rotator stop, TNX to G1OGY&lt;br /&gt;
* Rotar	description up to 8 characters&lt;br /&gt;
* Configure socklen_t fix, TNX to Florian Weimer&lt;br /&gt;
&lt;br /&gt;
=4.40=&lt;br /&gt;
2023-01-07&lt;br /&gt;
* Fixed ADIF import, TNX to OK2WO&lt;br /&gt;
* Fixed keypad double keys and Ctrl +-&lt;br /&gt;
* Removed accidentally create of font18x32.png&lt;br /&gt;
* Robust KST /sh us &lt;br /&gt;
* Limit rit to +-10000 Hz&lt;br /&gt;
&lt;br /&gt;
=4.39=&lt;br /&gt;
2022-12-10&lt;br /&gt;
* ON4KST telnet protocol change&lt;br /&gt;
* Fixed AS download crash, TNX to OK2SLC&lt;br /&gt;
* Fixed keypad on windows (Ctrl +-)&lt;br /&gt;
* Menu triple bar&lt;br /&gt;
&lt;br /&gt;
=4.38=&lt;br /&gt;
2022-11-25&lt;br /&gt;
* ADIF import STX_STRING, SRX_STRING, TNX to DF2ET&lt;br /&gt;
* DARC Worked All Germany Contest, TNX to DF2ET&lt;br /&gt;
* SP activity contest, TNX to SQ6EMM&lt;br /&gt;
* Gentoo build fix, TNX to DL1JBE&lt;br /&gt;
* MMMonVHF instead of EBW&lt;br /&gt;
* USB info about opened Davac and Rotar, TNX to OK1MZM&lt;br /&gt;
* KST full name (including bands) in QSO info&lt;br /&gt;
* Davac reset on startup&lt;br /&gt;
&lt;br /&gt;
=4.37=&lt;br /&gt;
2022-08-30&lt;br /&gt;
* AcKST is now latest activity, not presence&lt;br /&gt;
* Fixed EDI import crash, TNX to OK1MZM&lt;br /&gt;
* Linux lock permission fix, TNX to OK4DJ&lt;br /&gt;
* Fullscreen fix, TNX to OK7KM&lt;br /&gt;
* Allow 4k displays&lt;br /&gt;
* libzia bfd/binutils require fix, TNX to OK2JRQ&lt;br /&gt;
* RST recovery from *.swp&lt;br /&gt;
* ifa_addr == NULL fix, TNX to OK2JRQ&lt;br /&gt;
&lt;br /&gt;
=4.36=&lt;br /&gt;
2022-04-29&lt;br /&gt;
* Mode change from menu, default RST fix, TNX to OK4DJ&lt;br /&gt;
* FM Alt+M accidental CQ fix&lt;br /&gt;
* Argument -c for other tucnakrc&lt;br /&gt;
* Minimal required glib is 2.30&lt;br /&gt;
* Fixed memory leaks discovered by valgrind&lt;br /&gt;
* AS info can use temporary locator, TNX to OK1MZM&lt;br /&gt;
* Fixed czech network info&lt;br /&gt;
* itrm free fix, TNX to Ozkan Sezer&lt;br /&gt;
* zifaces redefinition fix, TNX to Ozkan Sezer&lt;br /&gt;
&lt;br /&gt;
=4.35=&lt;br /&gt;
2022-04-12&lt;br /&gt;
* Italian activity contest, TNX to IU5BON&lt;br /&gt;
* Memory free fix, TNX to IU5BON&lt;br /&gt;
* MacOs/linux interfaces detect, TNX to IU5BON&lt;br /&gt;
* MacOs build fix, TNX to IU5BON&lt;br /&gt;
* Fixed aircraft plural, TNX to IU5HKX&lt;br /&gt;
* IARU band names convert at start&lt;br /&gt;
* IARU band names fix&lt;br /&gt;
* Linux desktop file icon/exec fix, TNX to SQ6EMM&lt;br /&gt;
* DARC XMAS contest, tttype fix, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib configure, TNX to DH5YM&lt;br /&gt;
&lt;br /&gt;
=4.34=&lt;br /&gt;
2021-12-22&lt;br /&gt;
* CW breakable only opt-in&lt;br /&gt;
* RIT read only if supported, TNX to OK1MZM&lt;br /&gt;
* Hamlib voice/morse thread fix, TNX to SQ6EMM&lt;br /&gt;
* Input breaks only repeated CQ, TNX to OZ9GE&lt;br /&gt;
* Minimal rig poll is 100ms, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.33=&lt;br /&gt;
2021-12-12&lt;br /&gt;
* Fixed gcc 10.2 warnings&lt;br /&gt;
* Moon contest 23cm&lt;br /&gt;
* Fixed zserial_close race condition&lt;br /&gt;
* Fixed expedition mode from wizzard, TNX to OK1MZM&lt;br /&gt;
* Rotator offset&lt;br /&gt;
* KST networking partial rewrite&lt;br /&gt;
* Updated KST IP, used without DNS&lt;br /&gt;
* Content-type check in AS, RainViewer&lt;br /&gt;
* Excluded vhfcontestnet&lt;br /&gt;
* Swap recovery keeps date/time, TNX to OK1FIK&lt;br /&gt;
* Code inout breaks CQ, TNX to OK1FIK&lt;br /&gt;
* Infinite rotator beam&lt;br /&gt;
* CW/SSB CQ using Hamlib, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.32=&lt;br /&gt;
2020-09-30&lt;br /&gt;
* Ruhrgebiets Contest, TNX to DF2ET&lt;br /&gt;
* Alt+A crash, TNX to OK2SLC&lt;br /&gt;
* Linux interfaces bug fixed, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.31=&lt;br /&gt;
2020-09-14&lt;br /&gt;
* Hamlib 4.3.1 in windows package :-))&lt;br /&gt;
* IARU band names update, TNX to OK5ZS&lt;br /&gt;
* Linux double Alt+M fix, TNX to IZ3GME&lt;br /&gt;
* Linux winkey timeout fix, TNX to IZ3GME&lt;br /&gt;
* KST messages &amp;quot;CALL MSG&amp;quot; showed in bottom log&lt;br /&gt;
* Fixed border redraw after locator change&lt;br /&gt;
&lt;br /&gt;
=4.30=&lt;br /&gt;
2021-06-29&lt;br /&gt;
* DARC 2m Education Contest in wizzard&lt;br /&gt;
* Rainviewer Web Mercator projection fix&lt;br /&gt;
* AS info above clouds in map&lt;br /&gt;
* AS tracking hysteresis +-1deg&lt;br /&gt;
* Fixed DNS crash&lt;br /&gt;
* Hamlib 4.2 fix, TNX to KF5OIM&lt;br /&gt;
&lt;br /&gt;
=4.29=&lt;br /&gt;
2021-05-23&lt;br /&gt;
* Paleni carodejnic partial support, TNX to OK4DJ&lt;br /&gt;
* ARI DX partial support, TNX to OK4DJ&lt;br /&gt;
* ADIF TX_PWR, TNX DF2ET&lt;br /&gt;
* Airscatter plane tracking by rotator&lt;br /&gt;
* Hamlib rotator elevation and baudrate support&lt;br /&gt;
* Rainviewer support, TNX to RT5D&lt;br /&gt;
* Fixed gnutls error messages&lt;br /&gt;
* KST &amp;amp;amp; -&amp;gt; &amp;amp;&lt;br /&gt;
* Removed qsop_method total_method debug message&lt;br /&gt;
&lt;br /&gt;
=4.28=&lt;br /&gt;
2021-04-21		&lt;br /&gt;
* Fixed meteox load, TNX OK4DJ&lt;br /&gt;
* Map context menu on right click to turn rotator&lt;br /&gt;
* Fixed crash before QSO edit, TNX to OK1PKO&lt;br /&gt;
&lt;br /&gt;
=4.27=&lt;br /&gt;
2021-04-13&lt;br /&gt;
* tucnaknames update, TNX to OK4DJ&lt;br /&gt;
* HTML code in separate columns, TNX to DF2ET&lt;br /&gt;
* DARC Easter Contest, TNX to DF2ET&lt;br /&gt;
* Fixed crash after QSO edit, TNX to OK1ELE&lt;br /&gt;
* Fixed Android 4.1 library order, TNX to OK1PKO&lt;br /&gt;
* Sums across all bands in HTML report, TNX to DF2ET&lt;br /&gt;
* Fixed android locale characters problem&lt;br /&gt;
&lt;br /&gt;
=4.26=&lt;br /&gt;
2021-02-26&lt;br /&gt;
* SOTA and DXC update, TNX to OK2MUF&lt;br /&gt;
* GTK2 -&amp;gt; GTK3 for libzia messagebox&lt;br /&gt;
* Changed i18n generation not to require ISO8859-2 locales&lt;br /&gt;
* Fixed free() bug under Linux, TNX to OK3TV&lt;br /&gt;
* Fixed some problems reported by Valgrind&lt;br /&gt;
* Ctrl+Up/Down arrows emulate PageUp/PageDown&lt;br /&gt;
&lt;br /&gt;
=4.25=&lt;br /&gt;
2021-01-20&lt;br /&gt;
* Moon contest full support (in QTH use minus instead of spaces, only english chars)&lt;br /&gt;
* Fixed Contest Lombardia points&lt;br /&gt;
* TNX to OK5ZS for precise testing&lt;br /&gt;
* chmi.cz fix (HTTPS)&lt;br /&gt;
* TLS (HTTPS) support using GNUTLS&lt;br /&gt;
* Re-arranged Contest options, TNX to OK1MZM&lt;br /&gt;
* Support for contest phases, TNX to OK6RP, OK5ZS&lt;br /&gt;
* STF export, TNX to DF2ET&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* ICAO DB update, TNX to G1OGY&lt;br /&gt;
* Fixed text file load without trailing CRLF, TNX to OK1MZM&lt;br /&gt;
* Fixed ICAO DB, TNX to G1OGY&lt;br /&gt;
* Fixed zsdl variable, TNX to DF2ET&lt;br /&gt;
* SOTA export, TNX to OK2MUF&lt;br /&gt;
* Directory to store logs, TNX to DF2ET&lt;br /&gt;
* Adif ERROR export choices, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.24=&lt;br /&gt;
2020-11-16&lt;br /&gt;
* New Debian maintainer OK3ON&lt;br /&gt;
* Fixed QRV window crash, TNX to OK1MZM&lt;br /&gt;
* Skips wkd WWL in KST list&lt;br /&gt;
* Fixed map update after contest open/close, TNX to OK1MZM&lt;br /&gt;
* Tmpqsos context menu, added infos also for fifo context menu&lt;br /&gt;
* Scatterpoint detect&lt;br /&gt;
* Fixed bug in tmpqsos&lt;br /&gt;
* Renamed A/C to AS&lt;br /&gt;
* Support for SDL2&lt;br /&gt;
* Detected SIOCGIFHWADDR for MacOs, TNX to SQ2JUL&lt;br /&gt;
* Fixed ASCII texts conversion for Android, TNX to OK5ZS&lt;br /&gt;
&lt;br /&gt;
=4.23=&lt;br /&gt;
2020-09-15&lt;br /&gt;
* Fixed crash on file choose (EDI import), TNX to G1OGY&lt;br /&gt;
* R-Contest, TNX to DF2ET&lt;br /&gt;
* BSD style -Wl,-map&lt;br /&gt;
* KST menu to select call when text scrolls fast&lt;br /&gt;
* SDL events in same thread on MacOs, TNX to SQ2JUL&lt;br /&gt;
* ADIF items update, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib rotar &lt;br /&gt;
* Trace hamlib rotars&lt;br /&gt;
* ` toggles split VFOs MAIN/SUB, TNX to OK1FIK&lt;br /&gt;
&lt;br /&gt;
=4.22=&lt;br /&gt;
2020-08-10&lt;br /&gt;
* New hamlib 3.3 in windows package, TNX to OK2WO, OZ9GE&lt;br /&gt;
* Fixed tucnakdw prefixes recognition (SK6), TNX to OZ9GE&lt;br /&gt;
* JO57 is SM6&lt;br /&gt;
* Libzia.pc&lt;br /&gt;
* Increased rotator timeout ranges&lt;br /&gt;
* Replaced obsolete glib macros&lt;br /&gt;
* New config.guess and config.sub for aarch64&lt;br /&gt;
* All c and h files are in utf-8&lt;br /&gt;
* New libbfd macros support&lt;br /&gt;
* Support for detailed tucnakdw, TNX to OK2WO&lt;br /&gt;
* QRG in QSOs window for M7IMF&lt;br /&gt;
* Do not print open hdkeyb error mesage&lt;br /&gt;
* Fixed crash under terminal with long name&lt;br /&gt;
* DARC VHF UHF uW contest, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.21=&lt;br /&gt;
2020-04-21&lt;br /&gt;
* EXC len 20 characters&lt;br /&gt;
* KST message from right click in log (bottom of screen)&lt;br /&gt;
* Rig error message showed&lt;br /&gt;
* Fixed rig device lock&lt;br /&gt;
* COM keying on single pin&lt;br /&gt;
* GCC warning fixes&lt;br /&gt;
* Autoconf obsolete macro remove, TNX to OK2JRQ&lt;br /&gt;
* Some files in UTF-8, TNX to OK2JRQ&lt;br /&gt;
* Next fix for update_deb.sh, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.20=&lt;br /&gt;
2020-01-29&lt;br /&gt;
* Fixed update_deb.sh, TNX to G1OGY&lt;br /&gt;
* GCC-10 fixes, TNX to Robert-André Mauchin&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* WSA multipliers update, TNX to DF2ET&lt;br /&gt;
* Fixed broken libpng.dll, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.19=&lt;br /&gt;
2020-01-10&lt;br /&gt;
* FSF address update, TNX to OK2JRQ&lt;br /&gt;
* WNA multipliers update, TNX to DF2ET&lt;br /&gt;
* HTTP server refresh, TNX to DF2ET&lt;br /&gt;
* K7FRY&#039;s locator map, TNX to G1OGY&lt;br /&gt;
* Different EXC length, TNX to DF2ET&lt;br /&gt;
* Fixes for OpenBSD&lt;br /&gt;
* Some warning fixes&lt;br /&gt;
* MacOS build, TNX to Vitaliy UT4UAZ&lt;br /&gt;
* Fixed build under FreeBSD 12.0&lt;br /&gt;
* Optional exchange in Cabrillo, TNX to DF2ET&lt;br /&gt;
* Fixed msvcr120.dll, TNX to OK1CDJ, OK5ZS  &lt;br /&gt;
&lt;br /&gt;
=4.18=&lt;br /&gt;
2019-09-04&lt;br /&gt;
* Fixed startup crash on Debian i386, TNX G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.17=&lt;br /&gt;
2019-09-01&lt;br /&gt;
* Valid QSO count for OK2WO&lt;br /&gt;
* Changed export extension ADIF-&amp;gt;ADI&lt;br /&gt;
* Fixed wifi interface name under Windows&lt;br /&gt;
* New libpng.dll&lt;br /&gt;
* Removed battery support under Windows&lt;br /&gt;
* Switch to VS2013 (toolset v120_xp)&lt;br /&gt;
* Fixed battery state detection win32&lt;br /&gt;
&lt;br /&gt;
=4.16=&lt;br /&gt;
2019-04-17&lt;br /&gt;
* Removed libusb0 under windows&lt;br /&gt;
* Contest Lombardia support&lt;br /&gt;
* Removed vhfcontest.net support&lt;br /&gt;
* Do not mark DUPE in expedition mode&lt;br /&gt;
&lt;br /&gt;
=4.15=&lt;br /&gt;
2018-11-13&lt;br /&gt;
* Us-ascii strings in Android to prevent charset-relate crash &amp;gt;= 7.0&lt;br /&gt;
* Worked WWLs in map displayed red&lt;br /&gt;
* WWL in KST users list, missing WWL multipliers displayed green&lt;br /&gt;
* SSID support for ON4KST chat&lt;br /&gt;
* PTT tail&lt;br /&gt;
* 59* (numeric keypad) is RST-S, TNX to OK5ZS&lt;br /&gt;
* Updated wetteronline rain map (site change)&lt;br /&gt;
&lt;br /&gt;
=4.14=&lt;br /&gt;
* Quiet mode for soundwrapper&lt;br /&gt;
* Uninstall cleanup on Windows&lt;br /&gt;
* Fixed &amp;quot;QRM&amp;quot; from remote rotator. TNX to OK1XDF&lt;br /&gt;
* Upgraded libftdi to 1.4 under MSVC&lt;br /&gt;
* Back to VS2010 for WinXP&lt;br /&gt;
* Cabrillo EXC indent&lt;br /&gt;
&lt;br /&gt;
=4.13=&lt;br /&gt;
2018-05-06&lt;br /&gt;
* Fixed new gcc warnings&lt;br /&gt;
* KST dark yellow of worked call, also not selected&lt;br /&gt;
* Lowered priority of A/C thread&lt;br /&gt;
* Compute A/C for whole QRV list&lt;br /&gt;
* Fixed crash on Android 7, TNX to OK1USW&lt;br /&gt;
* Fixed KST sort by NR&lt;br /&gt;
* Improved RIG timeout&lt;br /&gt;
* Fixed RIT read from rig&lt;br /&gt;
* MSVC120 (VS1013)&lt;br /&gt;
* Plane type and wingspan in map&lt;br /&gt;
* KST /sh us sent after connect&lt;br /&gt;
* QRV list rework&lt;br /&gt;
* KST QRB filter&lt;br /&gt;
* Ask for sked B&lt;br /&gt;
&lt;br /&gt;
=4.12=&lt;br /&gt;
2018-03-04&lt;br /&gt;
* KST color for station worked on actual band (dark yellow)&lt;br /&gt;
* KST color - station worked on all read-write bands is dark grey&lt;br /&gt;
* Fixed KST A/C info, call with -number &lt;br /&gt;
&lt;br /&gt;
=4.11=&lt;br /&gt;
2017-10-04&lt;br /&gt;
* X-QSO: in cabrillo, TNX to DO2HG&lt;br /&gt;
* German translation of program, TNX to DO2HG&lt;br /&gt;
* ON UBA contest in wizzard, TNX to DO2HG&lt;br /&gt;
* claimed live score to slovhf.net&lt;br /&gt;
* removed KST debug dump, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.10=&lt;br /&gt;
2017-08-30&lt;br /&gt;
* Rainscatter does not show low intensity rain&lt;br /&gt;
* New band multipliers for NAC&lt;br /&gt;
* Fx macros in CW window, TNX to DL5YBZ&lt;br /&gt;
* Fixed rotctld filename, TNX to DL4PD&lt;br /&gt;
* Fixed crash in DXC, TNX to DL4PD&lt;br /&gt;
* Fixed mingw compile&lt;br /&gt;
* Fixed compile errors witout SDL, TNX to OK1CDJ&lt;br /&gt;
&lt;br /&gt;
=4.09=&lt;br /&gt;
2017-02-15&lt;br /&gt;
* Fixed Spy crash, TNX to OK1CT&lt;br /&gt;
* Fixed hamlib rotator, TNX to OZ1CT&lt;br /&gt;
* Fixed update crash, TNX to DJ0QZ&lt;br /&gt;
* Fixed startup crash in text mode&lt;br /&gt;
* Fixes for FreeBSD 10.2&lt;br /&gt;
* Updated WNA/WSA scoring in support files &lt;br /&gt;
&lt;br /&gt;
=4.08=&lt;br /&gt;
2016-08-10&lt;br /&gt;
* Support for Multiplied exchanges&lt;br /&gt;
* Support for WNA and WSA Westphalia Activity&lt;br /&gt;
* DOKs in validated EXCs&lt;br /&gt;
* A/C smaller planes on smaller zoom&lt;br /&gt;
* JA in tucnakdw&lt;br /&gt;
* SDR without SDL&lt;br /&gt;
* Fixed localization crashes in SDL init&lt;br /&gt;
* Rainscatter maps&lt;br /&gt;
* Menu Set Mode for AM/FM/RTTY &lt;br /&gt;
&lt;br /&gt;
=4.07=&lt;br /&gt;
2016-04-29&lt;br /&gt;
* Fixed A/C feed load interrupt under minimal altitude&lt;br /&gt;
* A/C feed URL got from server&lt;br /&gt;
* Fixed text in the &amp;quot;Only digits mean&amp;quot; button &lt;br /&gt;
&lt;br /&gt;
=4.06=&lt;br /&gt;
2016-03-11&lt;br /&gt;
* Summary dialog before vhfcontest.net upload&lt;br /&gt;
* Stats WWL radius&lt;br /&gt;
* Fixed qsoglob in tucnakwiz for SSB Liga &lt;br /&gt;
* Fixed tucnakrc crash after downgrade&lt;br /&gt;
* Fixes for clang 3.5&lt;br /&gt;
* Fixed many rig PTT problems, TNX to G4ZTR&lt;br /&gt;
* Fixed race condition in rig initialization&lt;br /&gt;
* New rig option Force handshake NONE, TNX to G4ZTR&lt;br /&gt;
* Hamlib 3.1~git in windows package&lt;br /&gt;
* Fixed bug in first start in textmode&lt;br /&gt;
* Compile fixes for probably bug in gcc 4.6&lt;br /&gt;
* Support for libftdi 1.0&lt;br /&gt;
* Fixed bug in QSO trace under windows, TNX to SP6LTC &lt;br /&gt;
&lt;br /&gt;
=4.05=&lt;br /&gt;
2015-10-12&lt;br /&gt;
* Koel-Achen contest wizzard and EXC data, TNX to DL4PD&lt;br /&gt;
* Fixed bug in QRB compute JN54KP-JN54KP, TNX to IU4APB&lt;br /&gt;
* Ctrl+Up/Down in bandmap tunes rig to next spot&lt;br /&gt;
* Use in DXC window sets rig frequency&lt;br /&gt;
* Fixed AC start time display, TNX to OK3MAD&lt;br /&gt;
* Inverse display&lt;br /&gt;
* Fixed &amp;quot;ZC4:&amp;quot; bug in tucnakdw, TNX to DL7BST&lt;br /&gt;
* Fixed unifinished QSO without qsonr, TNX to DL7BST&lt;br /&gt;
* DXCC multipliers in HF window&lt;br /&gt;
* Included txt2inc.pl and master.scp, TNX to DL7BST&lt;br /&gt;
&lt;br /&gt;
=4.04=&lt;br /&gt;
2015-08-07&lt;br /&gt;
* Fixed rebuild scripts and libiberty detection&lt;br /&gt;
* Removed Crash test and Int.error test also from v4, TNX to SP2FRY&lt;br /&gt;
* Fixed italian translation, TNX to IK4XQT&lt;br /&gt;
* AC&#039;s sorted in z-order&lt;br /&gt;
* Fixed translations&lt;br /&gt;
&lt;br /&gt;
=4.03=&lt;br /&gt;
2015-06-04&lt;br /&gt;
* RSGB M7 support for G4ZTR&lt;br /&gt;
* Official Tucnak package in Debian, TNX to G8TMV&lt;br /&gt;
* tac2tuc.pl removed from install&lt;br /&gt;
* Modifications of build system to satisfy Debian&#039;s pbuild&lt;br /&gt;
* Fixed menu name, TNX to OZ1PIF&lt;br /&gt;
* Fixed A/C info without known locator&lt;br /&gt;
* Fixed A/C info crash, sw-&amp;gt;zoom was not set &lt;br /&gt;
&lt;br /&gt;
=4.02=&lt;br /&gt;
2015-05-12&lt;br /&gt;
* Fixed A/C freeze under WinXP, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.01=&lt;br /&gt;
2015-05-11&lt;br /&gt;
* Fixed bug in cor recalc on WinXP, TNX to OZ9GE&lt;br /&gt;
* Fixed A/C WWL update, TNX to OK1MZM&lt;br /&gt;
* Fixed update output parse&lt;br /&gt;
&lt;br /&gt;
=4.00=&lt;br /&gt;
* KST dump skip&lt;br /&gt;
* Fixes for development on Jessie&lt;br /&gt;
* Fixed missing WWLs in stats window, tnx to OZ9GE&lt;br /&gt;
* Fixed Sun position jun-sep&lt;br /&gt;
* Talk offline transfer&lt;br /&gt;
* Updated Czech translation&lt;br /&gt;
* Fixed scroll when searching in KST/DXC&lt;br /&gt;
* Fixed QSO hash, can cause bad call highlight in KST/DXC&lt;br /&gt;
* Fixed layout update in text mode after Misc options&lt;br /&gt;
* Fixed and optimized cor recalculation&lt;br /&gt;
* Airplane position is in the center of sign&lt;br /&gt;
* Fixed new format of A/C feed&lt;br /&gt;
* Updated KST server IP list&lt;br /&gt;
* Show ! in DXC when call brings new EXC multiplier&lt;br /&gt;
* Fixed CI-V address, TNX to OK1CDJ&lt;br /&gt;
* Allow up to 4 digits and letters in callsign&lt;br /&gt;
* Fixed crash when adding chart without opened contest, TNX to IZ3GME (ex IW3IKN).&lt;br /&gt;
* Fixed gen-conly script&lt;br /&gt;
* Italian translation, TNX to IK1RAC&lt;br /&gt;
* Anti-aliased qso cross in map&lt;br /&gt;
* Fixed cabrillo frequency and header, TNX to OK1UGE&lt;br /&gt;
* New countries in tucnakdw, TNX to F4CIB &lt;br /&gt;
* Remove branch number from package names&lt;br /&gt;
&lt;br /&gt;
* Fixed lintian errors and some warnings&lt;br /&gt;
* Fixed characters typed with right alt keyboard layout switch&lt;br /&gt;
* Optimized layout of OSK&lt;br /&gt;
* A/C info plot instead of QSO info&lt;br /&gt;
* Crossing A/C are blue&lt;br /&gt;
* Fixed http upload of long files (&amp;gt;cca 100kB)&lt;br /&gt;
* Fixed crash in wiki upload&lt;br /&gt;
* Set higher priority to cwdaemon thread on windows&lt;br /&gt;
* Fixed crash in main_msg_handled (CW:!)&lt;br /&gt;
* Fixed compile with some version of libbfd&lt;br /&gt;
&lt;br /&gt;
=3.28=&lt;br /&gt;
2014-09-29&lt;br /&gt;
* Window highlight searches for whole words&lt;br /&gt;
* Allow to use non-call as operator&lt;br /&gt;
* Fixed too many open files bug in SSB CQ&lt;br /&gt;
* Fixed mediawiki upload credentials&lt;br /&gt;
* Reverse portrait and landscape mode on Android&lt;br /&gt;
* Lower mouse accuracy needed for menu separators and borders, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=3.27=&lt;br /&gt;
2014-08-31&lt;br /&gt;
* Fixed KST A/C map crash, TNX to SP3IYM&lt;br /&gt;
* Fixed crash in vhfcontestnet upload&lt;br /&gt;
* Ask for sked and Message open OSK&lt;br /&gt;
* Fixed Alt+PNK in KST within OSK&lt;br /&gt;
&lt;br /&gt;
=3.26=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Fixed crash in QRV window redraw, TNX to OZ7Z&lt;br /&gt;
&lt;br /&gt;
=3.25=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Reload interfaces button in Network info&lt;br /&gt;
* Spy shows error when contest is long&lt;br /&gt;
* Android notification and service&lt;br /&gt;
* Fixed crash on Android 4.4 KitKat, TNX to my wife Bara&lt;br /&gt;
* Fixed OSK KST Alt+K, Ctrl+K, TNX to OK1MZM&lt;br /&gt;
* Fixed OSK size, OSK close button click area, out of OSK clicks pass, TNX to OK1MZM&lt;br /&gt;
* QRV list create in menu Subwins-&amp;gt;Add contest&lt;br /&gt;
* Wiki report upload to mediawiki site&lt;br /&gt;
* EDI log upload to www.vfhcontest.net&lt;br /&gt;
* Fixed HF Edit QSO bug, TNX to F5NLG&lt;br /&gt;
* Removed Crash test and Int.error test, TNX to DL4DZ&lt;br /&gt;
* hamlib uses win32 api for FUNcube&lt;br /&gt;
* SDR right button drag tunes radio&lt;br /&gt;
* Fixed many SDR bugs&lt;br /&gt;
&lt;br /&gt;
=3.24=&lt;br /&gt;
2014-06-12&lt;br /&gt;
* Experimental support for SDR&lt;br /&gt;
* Fixed wifi UDP negotiation on Android&lt;br /&gt;
* Fixed band change tucnak-&amp;gt;radio&lt;br /&gt;
* Fixed rig lock problem&lt;br /&gt;
* Translate 0xd8 to 0 in KST&lt;br /&gt;
* Fixed spy and contest load when remote node is connected&lt;br /&gt;
* Fixed bad comparison in initialization, TNX to David Binderman&lt;br /&gt;
* Fixed gain display of QTF=8, tnx to OZ9GE&lt;br /&gt;
* Anti-aliased map in HTML/wiki exports and over HTTP&lt;br /&gt;
* Speed up window resizing &lt;br /&gt;
* Remember maximized state under Windows&lt;br /&gt;
* Fixed crash causet by too small application window&lt;br /&gt;
* Bigger font allowed in on screen keyboard&lt;br /&gt;
* Bigger font for higher resolution at startup&lt;br /&gt;
* Window maximized at startup&lt;br /&gt;
* Open web browser with WWL in Call info&lt;br /&gt;
* Do not preload checkboxes in Load from network dialog when loading from same host&lt;br /&gt;
* Autorepeat in OSK&lt;br /&gt;
* Inputline	history works in OSK&lt;br /&gt;
* Show battery state &lt;br /&gt;
* Support for arbitrary category (PSect in EDI)&lt;br /&gt;
* Fixed ftdi_usb_get_strings detection under &#039;nixes and msvc&lt;br /&gt;
* Fixed multipliers in CQSOs EDI line, TNX to OZ1FF&lt;br /&gt;
* Fixes in Scope/FFT window&lt;br /&gt;
* Fixed hamlib configure path&lt;br /&gt;
* Fixed redraw of focus rectangle around window&lt;br /&gt;
&lt;br /&gt;
=3.23=&lt;br /&gt;
2013-12-28&lt;br /&gt;
* New windows icon resolutions&lt;br /&gt;
* Seconds marks in Player window&lt;br /&gt;
* Send locator to KST during connect chat&lt;br /&gt;
* Experimental focus rectangle around window&lt;br /&gt;
* Experimental portrait orientation under Android&lt;br /&gt;
* Support for RSGB M5-type contests&lt;br /&gt;
* Fixed external tucnakwiz load under windows&lt;br /&gt;
* Fixed many SSB CQ and recording issues&lt;br /&gt;
* Fixed FFT redraw after ssbd file format change&lt;br /&gt;
* Fixed wav play fail under Android&lt;br /&gt;
* Accelerated vertical window scroll under Android  &lt;br /&gt;
* Fixed scope window flashing when recording&lt;br /&gt;
* Fixed device lockfile delete&lt;br /&gt;
* Fixed serial port detect under Android&lt;br /&gt;
&lt;br /&gt;
=3.22=&lt;br /&gt;
2013-11-05&lt;br /&gt;
* Serial port detection in Info&lt;br /&gt;
* Battery state in Info&lt;br /&gt;
* Close button in on screen keyboard&lt;br /&gt;
* Drag menu selection by mouse/touch&lt;br /&gt;
* Location update by click on Android&lt;br /&gt;
* Fixed lockfile path on Arch linux, TNX to DF4OR&lt;br /&gt;
* Playing SSB CQ on Android&lt;br /&gt;
* Android API back to 4 (Android 1.6)&lt;br /&gt;
* Fixed shift in on screen keyboard&lt;br /&gt;
* Fixed under cursor nummer-ended call recognition in KST/DXC&lt;br /&gt;
* Fixed spy state request after contest load&lt;br /&gt;
* Fixed screen layout with spy activated&lt;br /&gt;
* Inputline history in touch mode&lt;br /&gt;
* On screen keyboard capslock&lt;br /&gt;
* Fixed settings on Android&lt;br /&gt;
* Save/restore state on Android after apps switch&lt;br /&gt;
* Fixed menu Window-&amp;gt;Open connection&lt;br /&gt;
* On screen keyboard replace Fn with star&lt;br /&gt;
* On screen keyboard swap comma and question mark&lt;br /&gt;
* On screen keyboard shows same case size as it writes&lt;br /&gt;
* Shake on end of scroll in windows&lt;br /&gt;
* Reversed QSO scroll direction, no QSO highlight&lt;br /&gt;
* Faster window scroll in touch mode&lt;br /&gt;
&lt;br /&gt;
=3.21=&lt;br /&gt;
2013-09-03&lt;br /&gt;
* Disable screensaver on Android (off by default)&lt;br /&gt;
* New touch keyboard symbols&lt;br /&gt;
* Geolocation in Info on Android&lt;br /&gt;
* Actual locator in new contest on Android&lt;br /&gt;
* Fixed swap import, TNX to OK1HRA&lt;br /&gt;
* Ignored spy lines in old contest&lt;br /&gt;
* Fixed screen layout after Log lines change&lt;br /&gt;
* Removed &amp;gt;&amp;lt; in A/C result&lt;br /&gt;
* QSOs cursor jumps to last qso when window is activated&lt;br /&gt;
* Scroll in search results in kst and dxc windows&lt;br /&gt;
* Use of call (kst, dxc, sked, qrv) adds call to inputline history&lt;br /&gt;
* Fixed Shift+F3 in contest&lt;br /&gt;
* Set PTT over CAT&lt;br /&gt;
* Fixed rig_open error reporting&lt;br /&gt;
* Get locator also from QRV database&lt;br /&gt;
* Change font in first Contest def dialog&lt;br /&gt;
* Fixed NAC on 70MHz&lt;br /&gt;
* Fixed A/C load (included in 3.20-android)&lt;br /&gt;
&lt;br /&gt;
=3.20=&lt;br /&gt;
2013-06-14&lt;br /&gt;
* Fixed crash after TAB in text mode, tnx to OK1HRA&lt;br /&gt;
* Fixed database load in New contest from net over slow link&lt;br /&gt;
* Fixed negative float number read from tucnakrc&lt;br /&gt;
* rigctl.exe and rigctld.exe in msvc package&lt;br /&gt;
* Hamlib 1.2.15.3-zia in msvc package&lt;br /&gt;
* Fixed tucnakwiz load&lt;br /&gt;
* NAC is also on 70MHz, TNX to OZ1FF&lt;br /&gt;
* Fixed shell close under Win32&lt;br /&gt;
* Fix QRG decimal dots in QRG&lt;br /&gt;
* Rotar description on main screen&lt;br /&gt;
* Select in QRV window &lt;br /&gt;
* Testing support for A/C prediction&lt;br /&gt;
* Fixed Home in Chart window under linux&lt;br /&gt;
* Support for serial numbers for FTDI converters&lt;br /&gt;
* Many fixes and improvements in rig control&lt;br /&gt;
* Fixed crash in file unlock&lt;br /&gt;
* Improved rig trace&lt;br /&gt;
* Alt+F10 maximize/restore window under msvc/mingw&lt;br /&gt;
* Improved settings under msvc&lt;br /&gt;
&lt;br /&gt;
=3.19&lt;br /&gt;
2013-04-28&lt;br /&gt;
* Automake silent rules&lt;br /&gt;
* File libzia*.so.d moved to /usr/lib/libzia&lt;br /&gt;
* Fixed CQ repeat timer, TNX to OK2WO&lt;br /&gt;
* Removed OS Shell in SDL mode, TNX to OK2WO&lt;br /&gt;
* Can select menu item checbox also by mouse/touch&lt;br /&gt;
* Close OSK before DUPE dialog &lt;br /&gt;
* Ctrl+Y clears also OSK inputline&lt;br /&gt;
* Fixed platform trailing &#039;x&#039;&lt;br /&gt;
&lt;br /&gt;
=3.18=&lt;br /&gt;
2013-04-24&lt;br /&gt;
* Initial locator load on android&lt;br /&gt;
* Fixed -d argument under msvc and mings&lt;br /&gt;
* Fixed bug in SWP load (unbelievable, must be here many years)&lt;br /&gt;
* Sndfile is optional&lt;br /&gt;
* Disabled rotar description in menu&lt;br /&gt;
* Update for EEE&lt;br /&gt;
* Again fixed checkbox in Shell menu item&lt;br /&gt;
* Fixed Invalid option message&lt;br /&gt;
* Fixed empty space redraw in text mode&lt;br /&gt;
* Fixed Bad auth message&lt;br /&gt;
* Probably fixed crash of deb&#039;s tucnak on wheezy, TNX to OK1TKP&lt;br /&gt;
* New option No device locks&lt;br /&gt;
* Removed use of deprecated GMemChunk&lt;br /&gt;
* Fixed most of warnings for gcc 4.7&lt;br /&gt;
* Improved sound latency&lt;br /&gt;
* Fixed hamlib debug mode (OR of enabled rigs)&lt;br /&gt;
* Export to text file for KST and DXC windows&lt;br /&gt;
* Dump RW bands and hashes for diagnostics of problem caught in March contest&lt;br /&gt;
* Export as EDI fill operators when field is empty&lt;br /&gt;
* In touch mode screenshot is without keyboard&lt;br /&gt;
* Show stars instead of KST password &lt;br /&gt;
* Distribute RIT over rigs&lt;br /&gt;
* QRG can be entered without contest&lt;br /&gt;
* Experimental support for more rigs&lt;br /&gt;
* Fixed up arrow in QSOs window with Show All on&lt;br /&gt;
* Add contest and Add files menu items in Chart subwin/context menu&lt;br /&gt;
&lt;br /&gt;
=3.17=&lt;br /&gt;
2013-02-25&lt;br /&gt;
* Fixed secondary DXCC prefix recognition&lt;br /&gt;
* Fixed crash in empty QRV list using mouse wheel, TNX to OZ9F&lt;br /&gt;
* Fixed worked QSO color after QSO edit&lt;br /&gt;
* CEPT prefix and suffix sensitive QRV list (tnx to G1OGY)&lt;br /&gt;
* Support for debug info from dynamic libzia&lt;br /&gt;
* Fixed checkbox in Shell menu item&lt;br /&gt;
&lt;br /&gt;
=3.16=&lt;br /&gt;
2013-01-09&lt;br /&gt;
* Winkey over TCP/IP&lt;br /&gt;
* Fixed internal error message, TNX to OK1CDJ&lt;br /&gt;
* Removed QRB QSO check warning&lt;br /&gt;
* DXCC name in call info&lt;br /&gt;
* Enter without contest runs call info&lt;br /&gt;
* Fixed libzia compile --without-gtk&lt;br /&gt;
* Fixed TUCNAK_DEBUG variable (broken since 3.00)&lt;br /&gt;
* Removed support for winkey+davac4 (never 100% working)&lt;br /&gt;
* Fixed unix shell echo without PTY&lt;br /&gt;
* Idea: OSK keeps worked QSO visible&lt;br /&gt;
* Support for libsndfile (no SSB CQ/rec now) under android&lt;br /&gt;
* Support for hamlib under android&lt;br /&gt;
* Confirm call/exc/wwl by mouse click&lt;br /&gt;
* Android key trace&lt;br /&gt;
* Android menu key opens menu&lt;br /&gt;
* Rewritten parts of mouse handling code for drag window scroll&lt;br /&gt;
* In touch mode DXC/KST click always shows context menu&lt;br /&gt;
* Swap ENTER and BS on OS keyboard&lt;br /&gt;
* Released public beta od android&lt;br /&gt;
* Map icons Home, Zoom in, Zoom out&lt;br /&gt;
* Touch control&lt;br /&gt;
* New font 18x32&lt;br /&gt;
* Private release of beta Android&lt;br /&gt;
* Scroll DXC bandmap using Shift+Arrows, PageUp, PageDown, Home&lt;br /&gt;
* Frequency in QRV list takes only needed space&lt;br /&gt;
* Higlighted line in bandmap and qrv list changed from inverse to [...]&lt;br /&gt;
* Polish language file, TNX to SP5QWB&lt;br /&gt;
* Fixed sound type without portaudio&lt;br /&gt;
* Uploaded transitional debian package tucnak2 -&amp;gt; tucnak3&lt;br /&gt;
* Insert in chart window chooses contest instead of file&lt;br /&gt;
* Settings and Info in Help menu (corresponds to -s and -i command line arguments)&lt;br /&gt;
* Improved network contest load with long databases over slow links&lt;br /&gt;
* Re-arranged Network and Trace dialog&lt;br /&gt;
* Fixed remote connect to local host&lt;br /&gt;
* Fixed ] in talk window&lt;br /&gt;
* OK? at end of Ask for sked&lt;br /&gt;
* Fixed crash in wiki export in text mode&lt;br /&gt;
* --with-pkg configure argument&lt;br /&gt;
* Fixed platform and machine type under mingw&lt;br /&gt;
&lt;br /&gt;
=3.15=&lt;br /&gt;
2012-10-25&lt;br /&gt;
* Own update system for deb.i386, deb.amd64 and msvc&lt;br /&gt;
* Inputline history increased to 30 items&lt;br /&gt;
* Right click in title of QRV part of KST window choose optional QRV column&lt;br /&gt;
* When QRV sort is by QTF or KST, the QTF is shown in QRV part of KST window&lt;br /&gt;
* Can clicn to QRV column headers in QRV window to sort items&lt;br /&gt;
* Can click to QRV column headers in KST window to sort items&lt;br /&gt;
* Support for mouse in QRV part of KST window&lt;br /&gt;
* Support for incorrect KST /CQ command recognition &#039;&amp;gt; (0) (CALL) ...&#039;&lt;br /&gt;
* Improved search in KST window (no right move, highlight search pattern)&lt;br /&gt;
* Accidentaly entered 2-7 numbers in KST are processed as contest exchange (RST,NR)&lt;br /&gt;
* Fixed accidental kill when shell terminated under linux&lt;br /&gt;
* Fixed codepage od DNS errors under msc/mingw&lt;br /&gt;
* Fixed socket connected handler in KST, DXC (should not happen in real life)&lt;br /&gt;
* Operator change mark in chart, operator show in title&lt;br /&gt;
* Removed old New from net&lt;br /&gt;
* Removed old spy&lt;br /&gt;
* Mass R-O band set Bands-&amp;gt;Set read-only&lt;br /&gt;
* QRV info showed instead of top log line to save space&lt;br /&gt;
* QRV info show also for dupe&lt;br /&gt;
* Ctrl+L under SDL switches to 24G. Without SDL means terminal redraw.&lt;br /&gt;
* Fixed SSID-calls add to C_W&lt;br /&gt;
* Fixed chart points axis description&lt;br /&gt;
* Changed font for msie in httpd&lt;br /&gt;
&lt;br /&gt;
=3.14=&lt;br /&gt;
2012-10-04&lt;br /&gt;
* Fixed contest load with 0 points&lt;br /&gt;
* Fixed new cty.dat load, tnx to 9A4ZM&lt;br /&gt;
&lt;br /&gt;
=3.13=&lt;br /&gt;
2012-10-03&lt;br /&gt;
* Fixed right click out of windows titles&lt;br /&gt;
* QTF in QRV window right aligned&lt;br /&gt;
* Allow reverse sort in QRV window&lt;br /&gt;
* Fixed crash in New Contest, tnx to SP5QWB&lt;br /&gt;
* Fixed alternative slash key in QRV window, tnx to 9A4ZM&lt;br /&gt;
* Updated cty.dat (2O12L)&lt;br /&gt;
* Libzia-ver.so.d distributet, not working &lt;br /&gt;
&lt;br /&gt;
=3.12=&lt;br /&gt;
2012-10-01&lt;br /&gt;
* Fixed debian build --without-bfd&lt;br /&gt;
* Fixed libzia&#039;s settins include in deb&lt;br /&gt;
* Band multiplier for NAC&lt;br /&gt;
* Alternative priority set to 50 (tucnak2 has 40)&lt;br /&gt;
* Remote host is resolved&lt;br /&gt;
* Fixed resolve error handle under platforms with getaddrinfo&lt;br /&gt;
* Must not enter first two letters of locator (60LJ is JO60LJ for stn. from JN69)&lt;br /&gt;
* Removed direct backtrace from internal_error&lt;br /&gt;
* Fixed tucnak.d and bfd_open path&lt;br /&gt;
* Autosave and floppy save fixes, TNX to OZ7Z&lt;br /&gt;
* Platform and version to crash messageboxes&#039;s titles&lt;br /&gt;
&lt;br /&gt;
=3.11=&lt;br /&gt;
2012-09-21&lt;br /&gt;
* Left click on window tab shows context menu same as Subwins&lt;br /&gt;
* Run mode stat next to WPM indicator&lt;br /&gt;
* New hotkey Ctrl+R (tnx to 9A4ZM)&lt;br /&gt;
* Use speaker hidden under windows&lt;br /&gt;
* Fixed text in tucnak3.desktop&lt;br /&gt;
* QRV list transferred by New From Network&lt;br /&gt;
* Fixed network reconnect when remote is connected&lt;br /&gt;
* Enter in log window adds empty line for &lt;br /&gt;
* Fixed accidental stdin close in winkey/rotator&lt;br /&gt;
* New option net_remote_enable&lt;br /&gt;
* Fixed color of lowercase KST call&lt;br /&gt;
* Removed debugging of P3 command&lt;br /&gt;
* Page Up in QSOs window wraps to end of list, TNX to OK1XDF&lt;br /&gt;
* Fixed heap corruption after twice sf_close() when recording device cannot be opened&lt;br /&gt;
* Binary zloc in libzia/src&lt;br /&gt;
* Deb dependency to libzia of same version&lt;br /&gt;
* Use -release in libzia creation&lt;br /&gt;
&lt;br /&gt;
=3.10=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Removed libbfd from debian build because binutils versions incompatibility&lt;br /&gt;
* Fixed crash after tab in welcome dialog probably only under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.09=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Backtrace uses map file under mingw&lt;br /&gt;
* Updated backtrace for msvc&lt;br /&gt;
* Fixed winkey also under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.08=&lt;br /&gt;
2012-08-14&lt;br /&gt;
* Fixed winkey, TNX to OK1HRA&lt;br /&gt;
* Unhandled Exception under mingw&lt;br /&gt;
* Fixed compile under OpenSuse due broken binutils-devel&lt;br /&gt;
* Platform in window title and on some next places&lt;br /&gt;
* Fixed impout.dll for paralel port under mingw&lt;br /&gt;
* Included settings from libzia&lt;br /&gt;
* Fixed parameter parse (-i) under msvc/mingw&lt;br /&gt;
* Example tucnaknames and tucnakcw in binary&lt;br /&gt;
* Enter in Welcome dialog does not run Language choose&lt;br /&gt;
&lt;br /&gt;
=3.07=&lt;br /&gt;
2012-08-07&lt;br /&gt;
* Can be compiled under mingw, not tested&lt;br /&gt;
* Fixed IPV6 resolving, tnx to CT1DRB&lt;br /&gt;
* Fixed -liberty compile on OpenSuse, tnx to CT1DRB&lt;br /&gt;
* SDL keyboard delay/rate taken from system under MSVC&lt;br /&gt;
* Fixed operator send for Network Info&lt;br /&gt;
* Fixed jump to first QSO in QSOs findow when first fucused&lt;br /&gt;
* Fixed WAV search after Ctrl+P in QSOs window under MSVC&lt;br /&gt;
* $E in default ssbd_template&lt;br /&gt;
* Repeated play in Player window&lt;br /&gt;
* Fixed subwin inputlines position without resize&lt;br /&gt;
* Thread names for debugging&lt;br /&gt;
* Band name in QSO info&lt;br /&gt;
* Suspicious chars ?! are red&lt;br /&gt;
* QSO check after call/locator enter&lt;br /&gt;
* Maybe fixed rig QRG resend after band change &lt;br /&gt;
&lt;br /&gt;
=3.06=&lt;br /&gt;
2012-07-25&lt;br /&gt;
* Probably fixed fftw but not released&lt;br /&gt;
* Msvc version uses Release build to improve speed&lt;br /&gt;
* Fixed X11/putty mouse handle for coordinates&amp;gt;94&lt;br /&gt;
* Fixed RBN call selection in DXC window&lt;br /&gt;
* Fixed background on gnome-terminal&lt;br /&gt;
* Fixed DXC spots in HF window&lt;br /&gt;
* Fixed Shell window under Linux&lt;br /&gt;
* Code cleanup&lt;br /&gt;
* Httpd options dialog&lt;br /&gt;
* Fixed httpd SO_REUSEADDR&lt;br /&gt;
* Fixed DXC spot parse&lt;br /&gt;
&lt;br /&gt;
=3.05=&lt;br /&gt;
2012-07-18&lt;br /&gt;
* Fullscreen Ctrl+F11&lt;br /&gt;
* Font change Ctrl+, Ctrl-, Ctrl0&lt;br /&gt;
* New font 8x13&lt;br /&gt;
* Disabled portaudio in linux build because ubuntu segfault in Pa_Initialize&lt;br /&gt;
* Speedup: calls are not compared using regular expressions&lt;br /&gt;
* Speedup: calls are hold also in hash&lt;br /&gt;
* Oh mistake and Ask for sked in KST window&lt;br /&gt;
* QSOs from all bands in QSOs window&lt;br /&gt;
&lt;br /&gt;
=3.04=&lt;br /&gt;
2012-07-03&lt;br /&gt;
* Fixed Tucnak data.lnk&lt;br /&gt;
* Window title is Tucnak instead of tucnak3&lt;br /&gt;
* New contest from network (flood)&lt;br /&gt;
* New spy method (flood)&lt;br /&gt;
* Fixed operator load from contest files&lt;br /&gt;
* Connection to remote tucnak&lt;br /&gt;
* Kill connection in Subwin menu&lt;br /&gt;
&lt;br /&gt;
=3.03=&lt;br /&gt;
2012-06-18 (R1724)&lt;br /&gt;
* red highlight of 73-like KST messages&lt;br /&gt;
* turn on SSBWAY pin also during CW CQ to allow CQ on more band simultaneously&lt;br /&gt;
* dark yellow calls in subwin only when worked on all read-write bands&lt;br /&gt;
* fixed crash when sdl cannot be initialized&lt;br /&gt;
* kst logged QRV stations from QRV list&lt;br /&gt;
* fixed accidental QRV list sort change when subwin is leaved with Alt+number&lt;br /&gt;
* changed color of qsos and qso gain in map subwin&lt;br /&gt;
* svn version (revision) compiled-in in binary&lt;br /&gt;
* fixed crash after contest wizard, TNX to OK3MAD&lt;br /&gt;
* call selection and right mouse in qrv subwin&lt;br /&gt;
* QSO window does not loose focus when switched to it&lt;br /&gt;
* QSO window does not switch to last QSO when focused&lt;br /&gt;
&lt;br /&gt;
=3.02=&lt;br /&gt;
2012-05-09 (R1637)&lt;br /&gt;
* fixed SSID&#039;ized call info and call use in KST and DXC&lt;br /&gt;
* fixed crash after home key in KST and DXC&lt;br /&gt;
* fixed crash in quicksearch&lt;br /&gt;
* fixed Diskfree text in audio dialog&lt;br /&gt;
* fixed dxc_host delete&lt;br /&gt;
* link with libzia can be static or dynamic&lt;br /&gt;
* fixed new contest crash bug&lt;br /&gt;
&lt;br /&gt;
=3.01=&lt;br /&gt;
2012-05-02&lt;br /&gt;
* fixed fftw sample count handle&lt;br /&gt;
* updated libfftw3 3.3.1 to pl1 for msvc&lt;br /&gt;
* qrg entry in khz (.144300)&lt;br /&gt;
* bandmap in dxc window&lt;br /&gt;
* new key l in map&lt;br /&gt;
* disable screensaver under msvc&lt;br /&gt;
* format of -i&lt;br /&gt;
* libusb in installer&lt;br /&gt;
* fixed time_t 64bit bug, tnx to G1OGY&lt;br /&gt;
* highlighted item in sked window, enter send to worked qso&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* rotator poll interval&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* portautio must be at least version 0.19&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* wider beamwidth in map&lt;br /&gt;
* sked dialog rewrite, removed we_call and skedshift&lt;br /&gt;
* charts are per band&lt;br /&gt;
* loading of txt into chart loads also other bands&lt;br /&gt;
* qso gain in for photo&lt;br /&gt;
* alt+f4 closes tucnak under windows&lt;br /&gt;
* progress indicator during exports and qso check&lt;br /&gt;
* chart points axis value round&lt;br /&gt;
* chart time axis extremes snapped to hours&lt;br /&gt;
* removed charset menu&lt;br /&gt;
* newline adter map image in wiki export&lt;br /&gt;
* fixed portable calls in KST, DXC&lt;br /&gt;
* QRB, QTF in Call info&lt;br /&gt;
* removed Not mounted message when no floppy is defined&lt;br /&gt;
* fixed floppy save under msvc&lt;br /&gt;
&lt;br /&gt;
=3.00=&lt;br /&gt;
* first test - march contest 2012 OK2M&lt;br /&gt;
* change SDL key repeat&lt;br /&gt;
* azimuthal star in map&lt;br /&gt;
* simplyfied first contest options&lt;br /&gt;
* (untested) support for hamlib rotators&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* macro $J&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* kst reads cwdb and namedb from /sh us command&lt;br /&gt;
* double font height&lt;br /&gt;
* readonly flag in bands menu&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
* mast icon in map&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
* common code moved to libzia&lt;br /&gt;
* split header.h into more smaller headers&lt;br /&gt;
* memory allocations only from glib&lt;br /&gt;
* removed cba_t&lt;br /&gt;
* forked v3 &lt;br /&gt;
&lt;br /&gt;
=2.48=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* renamed debian to debian.unofficial&lt;br /&gt;
* removed -lusb, tnx to EA4TV&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* fixed possible pointer shot of &#039;\0&#039; behind last_screen&lt;br /&gt;
&lt;br /&gt;
=2.47=&lt;br /&gt;
2011-02-16&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* fixed band LO freq&lt;br /&gt;
* debian/ updates for Jaime EA4TV&lt;br /&gt;
&lt;br /&gt;
=2.46=&lt;br /&gt;
2011-01-18&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* accpet portaudio options in tucnakrc&lt;br /&gt;
* accept subwin KST(15) as Shell in tucnakrc&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
&lt;br /&gt;
=2.45=&lt;br /&gt;
2011-10-12&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* strip binaries in deb package&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* support for libpng 1.5, tnx to DL1JBE &lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
&lt;br /&gt;
=2.44=&lt;br /&gt;
2011-07-29&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
&lt;br /&gt;
=2.43=&lt;br /&gt;
2011-06-28&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
&lt;br /&gt;
=2.42=&lt;br /&gt;
2011-05-31&lt;br /&gt;
* fixed crash in contest close&lt;br /&gt;
* forked v3&lt;br /&gt;
&lt;br /&gt;
=2.41=&lt;br /&gt;
2011-05-25&lt;br /&gt;
* released as tribute to Douglas Adams. Don&#039;t panic!&lt;br /&gt;
* fixed trace_sock&lt;br /&gt;
* fixed udev script - usb_device -&amp;gt; usb&lt;br /&gt;
* fixed some gcc warnings&lt;br /&gt;
* html/http/wiki exports map and chart as png&lt;br /&gt;
* http server for contest progress presentation&lt;br /&gt;
* changed fifo time format to HH:MM&lt;br /&gt;
* fixed wiki map description&lt;br /&gt;
* fixed volume indicator flicker&lt;br /&gt;
* fixed trace condition&lt;br /&gt;
* show chart files without sdl&lt;br /&gt;
* fixed grid &amp;amp; boundaries in map, tnx to DG6MAN &lt;br /&gt;
* libgpm is disabled by default&lt;br /&gt;
* fixed player and chart windows add&lt;br /&gt;
* fixed network interfaces detect&lt;br /&gt;
* ignored duplicate $GLIB_CFLAGS, $GLIB_LIBS in configure.in&lt;br /&gt;
* new macros in tucnak -s&lt;br /&gt;
&lt;br /&gt;
=2.40=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* added _cv_ in autoconf cached variables&lt;br /&gt;
* updated missing script&lt;br /&gt;
* fixed iconv detection&lt;br /&gt;
* fixed tucnakrc load under WIN32&lt;br /&gt;
* sdev trace&lt;br /&gt;
* trace rewrite&lt;br /&gt;
* split master db into more strings&lt;br /&gt;
* rewritten cbr items choice for OKOM DX&lt;br /&gt;
* compile under msvc and ming but unusable at this time&lt;br /&gt;
* fixed qrv edit/insert (should overwrite another item)&lt;br /&gt;
* added player (and chart) window types in Add subwin&lt;br /&gt;
* removed testing code for Ctrl+P in main inputline&lt;br /&gt;
* experiments with waterfall palette and filtering&lt;br /&gt;
* frequency axis in fft scope&lt;br /&gt;
* frequency argument in soundwrapper for testing&lt;br /&gt;
* tab complete file in file import&lt;br /&gt;
* chart subwin&lt;br /&gt;
* fixed cursor position in inputline history alt+h&lt;br /&gt;
* degree sign in C_W quick search&lt;br /&gt;
* fixed alt+letter in qrv search&lt;br /&gt;
* rig error code instead of qrg&lt;br /&gt;
* changed rig debug level&lt;br /&gt;
* fixed rigs with unsupported rig_get_vfo()&lt;br /&gt;
* +1/-1 alloc bugs detection with --enable-leak-debug&lt;br /&gt;
* fixed qrv insert from keyboard&lt;br /&gt;
* fixed text upcase in qrv insert/edit&lt;br /&gt;
&lt;br /&gt;
=2.39=&lt;br /&gt;
2011-02-25&lt;br /&gt;
* fixed ftdi_context portability between libftdi versions&lt;br /&gt;
* qso gain diagram&lt;br /&gt;
* qrv gain diagram respects worked count&lt;br /&gt;
* qrv item insert&lt;br /&gt;
* qrv item edit&lt;br /&gt;
* new contest loads ~/tucnak/qrv&lt;br /&gt;
* fixed qrv points drawing when mouse move&lt;br /&gt;
&lt;br /&gt;
=2.38=&lt;br /&gt;
2011-02-20&lt;br /&gt;
* fixed bug in map window during contest load&lt;br /&gt;
* fixed memory alloc problem in master db&lt;br /&gt;
* degree sign as hexa constant 0xb0&lt;br /&gt;
* rewritten qrv database&lt;br /&gt;
* fixed master database comment filter&lt;br /&gt;
* increased length of contest option numbers, tnx to RU2FM&lt;br /&gt;
* calls from master database are never deleted&lt;br /&gt;
* fixed contest date in contest options&lt;br /&gt;
* qso check warning if exists remark&lt;br /&gt;
* fixed qsonr in cabrillo output, tnx to OK1HRA&lt;br /&gt;
* fixed avg unit pts/km in wiki and html output&lt;br /&gt;
* fixed compile without various --without combinations&lt;br /&gt;
* removed forgotten font13x24.png create&lt;br /&gt;
* QRG in edit QSO&lt;br /&gt;
* correct size of screenshots in HTML export&lt;br /&gt;
* fixed runmode CQ without hamlib, tnx to DL1JBE&lt;br /&gt;
* fixed Ctrl+3 to Ctrl+9 under SDL&lt;br /&gt;
* wav player seems to be usable&lt;br /&gt;
&lt;br /&gt;
=2.37=&lt;br /&gt;
2010-10-27&lt;br /&gt;
* two letters input moved to unresolved area&lt;br /&gt;
* fixed some minors in runmode, tnx to OK3MAD&lt;br /&gt;
* fixed soundwrapper sound frequency&lt;br /&gt;
* rewritten runmode for A1/MMC&lt;br /&gt;
* fixed runmode CQ only in CW mode (TNX to OK1HRA/TC03W)&lt;br /&gt;
* fixed runmode TU&lt;br /&gt;
* skeleton for wiki publish&lt;br /&gt;
* fixed TU give in run mode&lt;br /&gt;
* &amp;gt; for qrb&amp;gt;average in qsocheck&lt;br /&gt;
* changed delay between hamlib rig calls for slow radios&lt;br /&gt;
* fixed string truncate in inputline insert&lt;br /&gt;
* rig freq read reads from actual VFO&lt;br /&gt;
* rig mode change keeps bandwidth&lt;br /&gt;
* fixed autogive=0&lt;br /&gt;
* expedition mode&lt;br /&gt;
&lt;br /&gt;
=2.36=&lt;br /&gt;
2010-09-27&lt;br /&gt;
* fixed rig ID choose&lt;br /&gt;
* fixed segv in loading of contest with HF window and &amp;gt; 6 active bands&lt;br /&gt;
* do not add &#039;similar call&#039; to qsocheck when this call is also worked&lt;br /&gt;
* set rig handshake to none (default for TS850 is CTS/RTS)&lt;br /&gt;
* set rig timeout to 500ms (480s is unusable)&lt;br /&gt;
* gdb and rigctl under cygwin&lt;br /&gt;
* fixed cygncurses-9 dependency for sh.exe under cygwin&lt;br /&gt;
* updated tucnakdw (4X, ZC4, many UA)&lt;br /&gt;
* improved edit qso time parsing&lt;br /&gt;
* autogive mode after some typed chars&lt;br /&gt;
* macro $B&lt;br /&gt;
* bell sign for character 7 under sdl&lt;br /&gt;
* in macro $I dots are replaced by question marks&lt;br /&gt;
* added baudrate for rig control&lt;br /&gt;
* fixed R9SA parsing as report (tnx to OK1HRA)&lt;br /&gt;
* WAZ and ITU in HF window&lt;br /&gt;
* rewritten exc list in HF window&lt;br /&gt;
* master call database&lt;br /&gt;
* fixed SFI parse&lt;br /&gt;
* &amp;quot;live&amp;quot; QSO list in HF window&lt;br /&gt;
* enlarged layout of HF window&lt;br /&gt;
* updated UA wwls in tucnakdw&lt;br /&gt;
* fixed missing excs display&lt;br /&gt;
* argument -m sets time from master PC&lt;br /&gt;
* &#039;c&#039; key for center screen to QTH&lt;br /&gt;
* &#039;p&#039; key for photo in map&lt;br /&gt;
* fixed second part of CQSOs for method 16&lt;br /&gt;
* summery table with links to bands in html export&lt;br /&gt;
* fixed buffer and period time to ms (was us)&lt;br /&gt;
* similar calls are computed using Levenshtein distance&lt;br /&gt;
* cleared qso check message&lt;br /&gt;
* fixed top10 formatting for qrb&amp;gt;=1000 km&lt;br /&gt;
* reverted to old udev rule style (for lenny)&lt;br /&gt;
* fixed memory leaks in dwdb.c, rotar.c&lt;br /&gt;
&lt;br /&gt;
=2.35=&lt;br /&gt;
2010-06-30&lt;br /&gt;
* fixed crash in fft calculation&lt;br /&gt;
* support for Championnat de France THF&lt;br /&gt;
* alt-j: short access for A/C and M/S cq&lt;br /&gt;
* qrv list save&lt;br /&gt;
* configure checks for make&lt;br /&gt;
* fixed large qso number display in global QSO mode, tnx to DL5YBZ&lt;br /&gt;
* support for prefixes with slash (3D2/C)                                                                               &lt;br /&gt;
* fixed crash after IT9x call (* in prefix in cty.dat), tnx to DL5YBZ &lt;br /&gt;
* fixed $MN macro, tnx to OK1HRA (GL in WPX!)&lt;br /&gt;
* send CW2 and save QSO also after QSONR&lt;br /&gt;
* list import&lt;br /&gt;
* support for odd/even/1st/2nd TX (MS,AERO)&lt;br /&gt;
* fixed suid of soundwrapper&lt;br /&gt;
* updated cty.dat&lt;br /&gt;
* SYSFS{} changed to ATTR{} for new udev versions&lt;br /&gt;
&lt;br /&gt;
=2.34=&lt;br /&gt;
2010-04-26&lt;br /&gt;
* changed time separator from . to :&lt;br /&gt;
* four digits are QSO number, not month and day of month&lt;br /&gt;
* deb package uses suided soundwrapper &lt;br /&gt;
* macro $I&lt;br /&gt;
* fixed statistics calculation after loading of contest   &lt;br /&gt;
* added frequency to adif export&lt;br /&gt;
* fixed exchange output in cabrillo and adif export  &lt;br /&gt;
* changed format of ChangeLog to Mediawiki source format&lt;br /&gt;
* get back generated debian/changelog, it seems we have no DEB maintainer&lt;br /&gt;
&lt;br /&gt;
=2.33=&lt;br /&gt;
2010-02-18&lt;br /&gt;
* fixed usaca multiple names&lt;br /&gt;
* rit clear after qso save in run mode&lt;br /&gt;
* support for ARRL International DX Contest&lt;br /&gt;
* fixed ARRL VHF scoring&lt;br /&gt;
* turned off cq repeat for cwdaemon&lt;br /&gt;
* rig changes: poll interval, mode and band transfer&lt;br /&gt;
&lt;br /&gt;
=2.32=&lt;br /&gt;
2010-02-13&lt;br /&gt;
* cabrillo export for ARRL VHF contests&lt;br /&gt;
* fixed leak debug on AMD64&lt;br /&gt;
* fixed double rig_cleanup()&lt;br /&gt;
* fixed using of non-serial ports in hamlib (f.e. rpc.rigd, type 1901)&lt;br /&gt;
* rover (/R) are not dupe when are in different big wwl&lt;br /&gt;
* fixed EDI properties dialog &lt;br /&gt;
* script for Asus EEE binary and optimized configuration&lt;br /&gt;
* updated tucnakrc (HF bands, windows)&lt;br /&gt;
&lt;br /&gt;
=2.31=&lt;br /&gt;
2010-01-01&lt;br /&gt;
* fixed crash if mode is changed without FFT window. TNX to DF4OR&lt;br /&gt;
* crossmode test in QSO check&lt;br /&gt;
&lt;br /&gt;
=2.30=&lt;br /&gt;
2009-11-30&lt;br /&gt;
* fixed device locking under cygwin, tnx to G1OGY&lt;br /&gt;
&lt;br /&gt;
=2.29=&lt;br /&gt;
2009-11-03&lt;br /&gt;
* fixed corrupted contest date display in Open contest from net &lt;br /&gt;
* fixed tucnakdw; JN89 is in OM	&lt;br /&gt;
* fixed cwdaemon and sdev double freeing &lt;br /&gt;
* recording level has filtered DC &lt;br /&gt;
* CW window holds PTT all time it is opened&lt;br /&gt;
* removed debugging show of 1&#039;s under volume indicator&lt;br /&gt;
* fixed (null) display in empty qrv list&lt;br /&gt;
* speeded up sdl key repeat&lt;br /&gt;
* removed delayed screen redraw&lt;br /&gt;
* fixed KST new call upcase &lt;br /&gt;
* DX network command sends only valid spots, no KST or other garbage&lt;br /&gt;
* fixed rig qrg display (mode switch worked)&lt;br /&gt;
* fixed ebw db import error message&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3189</id>
		<title>Changelog</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3189"/>
		<updated>2024-10-16T13:24:20Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* 4.63 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=4.64=&lt;br /&gt;
2024-10-16&lt;br /&gt;
* Fixed double sized font, TNX to OK2WO&lt;br /&gt;
* Distinguish -number in KST user list, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.63=&lt;br /&gt;
2024-09-18&lt;br /&gt;
&lt;br /&gt;
* Signed Tucnak.exe and Windows installer&lt;br /&gt;
* New Android build for Android 5 (API level 21) to Android 14 (API level 34)&lt;br /&gt;
* Fixed Map Home (for photo) without QSOs&lt;br /&gt;
* Map icon larger click area in touch mode, TNX to OK5ZS&lt;br /&gt;
* Zoomin icon fix TNX to OK5ZS&lt;br /&gt;
* rtlsdr under *nix is disabled by default&lt;br /&gt;
&lt;br /&gt;
=4.62=&lt;br /&gt;
2024-07-15&lt;br /&gt;
* Fixed SDL 1.2 build&lt;br /&gt;
* KST SSID up to 5 digits&lt;br /&gt;
&lt;br /&gt;
=4.61=&lt;br /&gt;
2024-07-03&lt;br /&gt;
* Do not set empty rig Device to keep rigctld default address 127.0.0.1:4533&lt;br /&gt;
* Added --without-rtlsdr into configure&lt;br /&gt;
* Debian package is build without librtlsdr (0.6 vs 2.0 binary incompatibility)&lt;br /&gt;
* OE Activity added bands OPQ&lt;br /&gt;
* Removed global Ctrl+K, it conflicts with 10GHz band change, TNX to OZ1FF&lt;br /&gt;
&lt;br /&gt;
=4.60=&lt;br /&gt;
2024-06-18&lt;br /&gt;
* THz (Light) band&lt;br /&gt;
* IARU reg.I ATV contest&lt;br /&gt;
* IARU reg.I MGM contest&lt;br /&gt;
* RTTY changed to MGM&lt;br /&gt;
* Ctrl+K and Alt+K work also in main input line&lt;br /&gt;
* Fixed Band switch value after contest load from network&lt;br /&gt;
* Touch keyboard SDL2 font size fix&lt;br /&gt;
* Touch keyboard SDL2 input fix&lt;br /&gt;
&lt;br /&gt;
=4.59=&lt;br /&gt;
2024-04-11&lt;br /&gt;
* Fixed upgrade/HTTP timeout, TNX to OK1UGE&lt;br /&gt;
* CW word space length fix, TNX to OK1DOL&lt;br /&gt;
* New libSDL 2.30.1 for Windows	builds&lt;br /&gt;
* Always show aircraft provider name&lt;br /&gt;
* Default KST QRB is 910km&lt;br /&gt;
* Aircraft dump1090 support, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.58=&lt;br /&gt;
* Fixed unability to run without admin rights under Windows, TNX to OK7KM, OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.57=&lt;br /&gt;
2024-03-01&lt;br /&gt;
* Next libiconv call fixes, TNX to OK2JTB, M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.56=&lt;br /&gt;
2024-02-27&lt;br /&gt;
* Fixed aircraft.dk error message, TNX to G1OGY&lt;br /&gt;
* Reviewed errno handling, TNX to G1OGY&lt;br /&gt;
* Some libiconv call fixes, TNX to IN3UPQ&lt;br /&gt;
* Next fix for Davac5 udev rules, TNX to OK1ELE&lt;br /&gt;
&lt;br /&gt;
=4.55=&lt;br /&gt;
2024-01-23&lt;br /&gt;
* Return to manualy save the tucnakrc (many many problems with autosave)&lt;br /&gt;
* Linux udev rules for CM108 family (Davac5), TNX to OK1ELE&lt;br /&gt;
* Fixed linux rotar save freeze, TNX to M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.54=&lt;br /&gt;
2024-01-05&lt;br /&gt;
* Removed Dump RW bands and hashes&lt;br /&gt;
* KST QSO phase filter, TNX to OK1MZM&lt;br /&gt;
* Fixed PortAudio device search (hostApi)&lt;br /&gt;
* Fixed PortAudio recording devixe, TNX to OK2WO&lt;br /&gt;
* Fixed Paypal donate, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.53=&lt;br /&gt;
2023-12-17&lt;br /&gt;
* Airscatter.dk feed, TNX to OV3T&lt;br /&gt;
* Donate via PayPal or Buymeacofee&lt;br /&gt;
* Truetype font&lt;br /&gt;
* Centerwwl, OSN credentials null fix&lt;br /&gt;
* MinASL tested on load&lt;br /&gt;
* ASfile fixed unknown wingspan&lt;br /&gt;
* AS print ICAO24 address (ID)&lt;br /&gt;
* Disabled RS Meteox and Wetteronline&lt;br /&gt;
* HTTPS (openssl) under Android&lt;br /&gt;
* Rainviewer timer fix&lt;br /&gt;
* libzia TLS message fix&lt;br /&gt;
&lt;br /&gt;
=4.52=&lt;br /&gt;
2023-11-20&lt;br /&gt;
* Fixed overflow bug in AS options under Linux, TNX to G1OGY&lt;br /&gt;
* Default AS provider is ADSB One&lt;br /&gt;
* Fixed RS SCP dist 310&lt;br /&gt;
* Fixed Linux ttys *printf without arguments&lt;br /&gt;
&lt;br /&gt;
=4.51=&lt;br /&gt;
2023-11-19&lt;br /&gt;
* New option AS Center WWL&lt;br /&gt;
* AS tracking also for remote rotator&lt;br /&gt;
* ADS-B One feed, TNX to G1OGY&lt;br /&gt;
* Optimized file read in AS thread&lt;br /&gt;
* Better HTTP error reporting&lt;br /&gt;
* Fixed Feed filename load in AS options dialog. TNX to OK1ELE&lt;br /&gt;
* Memory leak fixes&lt;br /&gt;
&lt;br /&gt;
=4.50=&lt;br /&gt;
2023-11-18&lt;br /&gt;
* Aircraft file feed returned for planefinder.net&lt;br /&gt;
* Wingspan from icao24, many TNX to G1OGY&lt;br /&gt;
* Fixed wingspan respects imperial units setting&lt;br /&gt;
* Fixed rotars reinit race condition while AC tracking&lt;br /&gt;
* Added configure --without-hidapi&lt;br /&gt;
* OpenSky-network feed&lt;br /&gt;
&lt;br /&gt;
=4.49=&lt;br /&gt;
2023-10-30&lt;br /&gt;
* Fixed config save after window resize&lt;br /&gt;
* Aircraft size, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.48=&lt;br /&gt;
2023-10-15&lt;br /&gt;
* Aircraft scatter changed feed to firefox addon&lt;br /&gt;
* Rig config&lt;br /&gt;
* Fixed oct8tor wait for thread&lt;br /&gt;
* Fixed rig close (unlock filename)&lt;br /&gt;
* Fixed broken rig_handshake_none&lt;br /&gt;
&lt;br /&gt;
=4.47=&lt;br /&gt;
2023-10-04&lt;br /&gt;
* Save PortAudio device names instead of numbers&lt;br /&gt;
* Davac5 full support&lt;br /&gt;
* Fixed oct8tor leaks&lt;br /&gt;
* Removed obsolete hdkeyb support&lt;br /&gt;
* JP90 is in SM5, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.46=&lt;br /&gt;
2023-09-09&lt;br /&gt;
* Fixed memory leaks&lt;br /&gt;
* Fixed AS crash, TNX to OK1UGE and SQ6EMM&lt;br /&gt;
* Fixed subwin save, TNX to OK2SLC&lt;br /&gt;
* Fixed Log lines change, TNX to OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.45=&lt;br /&gt;
2023-08-25&lt;br /&gt;
* QRG for sked saves contest&lt;br /&gt;
* Rig and Rotar poll intervals set to valid values&lt;br /&gt;
* Removed Terminal options&lt;br /&gt;
* Configuration autosave after OK in every setup dialog&lt;br /&gt;
* Map keys (L) only without modifiers (Ctrl)&lt;br /&gt;
* Gain graph redraw after band change&lt;br /&gt;
* Removed floppy autosave&lt;br /&gt;
&lt;br /&gt;
=4.44=&lt;br /&gt;
2023-06-04&lt;br /&gt;
* Save QRG for all bands into contest files&lt;br /&gt;
* Fixed crash bad font size, TNX to OK1MZM&lt;br /&gt;
* Fixed subwin highlight for characters &amp;gt;=0x80&lt;br /&gt;
* Oct8tor support&lt;br /&gt;
* Names and FM Pohar update, TNX to OK4DJ&lt;br /&gt;
* Winkey echoback, TNX to OK4DJ&lt;br /&gt;
* Load from net loads also contest defaults&lt;br /&gt;
* Fixed KST messages (/CQ)&lt;br /&gt;
* Fixed chart redraw after new QSO, TNX to OK2SLC&lt;br /&gt;
* Removed Alt+G&lt;br /&gt;
&lt;br /&gt;
=4.43=&lt;br /&gt;
2023-04-15&lt;br /&gt;
* Initial window type in Change type, TNX to OK2SLC&lt;br /&gt;
* Fixed chart after EDI load, TNX to OK2SLC&lt;br /&gt;
* Fixed: new KST stations are red, TNX to OK1MZM&lt;br /&gt;
* cppcheck warning level fixes&lt;br /&gt;
* Included rotctld.exe&lt;br /&gt;
&lt;br /&gt;
=4.42=&lt;br /&gt;
2023-03-09&lt;br /&gt;
* [CLR] click only on button&lt;br /&gt;
* KST message cleanup, TNX to OK2WO&lt;br /&gt;
* linux xset fix, TNX to OK4DJ&lt;br /&gt;
* HTTP header parse fix, TNX to OK7SE&lt;br /&gt;
* Configure C99 fix, TNX to OK2JRQ&lt;br /&gt;
* Fixed empty RST-S bug, TNX to G1OGY&lt;br /&gt;
* Spy active band (*)&lt;br /&gt;
* Fixed tucnakrc parse&lt;br /&gt;
&lt;br /&gt;
=4.41=&lt;br /&gt;
2023-03-02&lt;br /&gt;
* Display AS in imperial units option&lt;br /&gt;
* Ctrl+S for hamlib/remote rotator stop, TNX to G1OGY&lt;br /&gt;
* Rotar	description up to 8 characters&lt;br /&gt;
* Configure socklen_t fix, TNX to Florian Weimer&lt;br /&gt;
&lt;br /&gt;
=4.40=&lt;br /&gt;
2023-01-07&lt;br /&gt;
* Fixed ADIF import, TNX to OK2WO&lt;br /&gt;
* Fixed keypad double keys and Ctrl +-&lt;br /&gt;
* Removed accidentally create of font18x32.png&lt;br /&gt;
* Robust KST /sh us &lt;br /&gt;
* Limit rit to +-10000 Hz&lt;br /&gt;
&lt;br /&gt;
=4.39=&lt;br /&gt;
2022-12-10&lt;br /&gt;
* ON4KST telnet protocol change&lt;br /&gt;
* Fixed AS download crash, TNX to OK2SLC&lt;br /&gt;
* Fixed keypad on windows (Ctrl +-)&lt;br /&gt;
* Menu triple bar&lt;br /&gt;
&lt;br /&gt;
=4.38=&lt;br /&gt;
2022-11-25&lt;br /&gt;
* ADIF import STX_STRING, SRX_STRING, TNX to DF2ET&lt;br /&gt;
* DARC Worked All Germany Contest, TNX to DF2ET&lt;br /&gt;
* SP activity contest, TNX to SQ6EMM&lt;br /&gt;
* Gentoo build fix, TNX to DL1JBE&lt;br /&gt;
* MMMonVHF instead of EBW&lt;br /&gt;
* USB info about opened Davac and Rotar, TNX to OK1MZM&lt;br /&gt;
* KST full name (including bands) in QSO info&lt;br /&gt;
* Davac reset on startup&lt;br /&gt;
&lt;br /&gt;
=4.37=&lt;br /&gt;
2022-08-30&lt;br /&gt;
* AcKST is now latest activity, not presence&lt;br /&gt;
* Fixed EDI import crash, TNX to OK1MZM&lt;br /&gt;
* Linux lock permission fix, TNX to OK4DJ&lt;br /&gt;
* Fullscreen fix, TNX to OK7KM&lt;br /&gt;
* Allow 4k displays&lt;br /&gt;
* libzia bfd/binutils require fix, TNX to OK2JRQ&lt;br /&gt;
* RST recovery from *.swp&lt;br /&gt;
* ifa_addr == NULL fix, TNX to OK2JRQ&lt;br /&gt;
&lt;br /&gt;
=4.36=&lt;br /&gt;
2022-04-29&lt;br /&gt;
* Mode change from menu, default RST fix, TNX to OK4DJ&lt;br /&gt;
* FM Alt+M accidental CQ fix&lt;br /&gt;
* Argument -c for other tucnakrc&lt;br /&gt;
* Minimal required glib is 2.30&lt;br /&gt;
* Fixed memory leaks discovered by valgrind&lt;br /&gt;
* AS info can use temporary locator, TNX to OK1MZM&lt;br /&gt;
* Fixed czech network info&lt;br /&gt;
* itrm free fix, TNX to Ozkan Sezer&lt;br /&gt;
* zifaces redefinition fix, TNX to Ozkan Sezer&lt;br /&gt;
&lt;br /&gt;
=4.35=&lt;br /&gt;
2022-04-12&lt;br /&gt;
* Italian activity contest, TNX to IU5BON&lt;br /&gt;
* Memory free fix, TNX to IU5BON&lt;br /&gt;
* MacOs/linux interfaces detect, TNX to IU5BON&lt;br /&gt;
* MacOs build fix, TNX to IU5BON&lt;br /&gt;
* Fixed aircraft plural, TNX to IU5HKX&lt;br /&gt;
* IARU band names convert at start&lt;br /&gt;
* IARU band names fix&lt;br /&gt;
* Linux desktop file icon/exec fix, TNX to SQ6EMM&lt;br /&gt;
* DARC XMAS contest, tttype fix, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib configure, TNX to DH5YM&lt;br /&gt;
&lt;br /&gt;
=4.34=&lt;br /&gt;
2021-12-22&lt;br /&gt;
* CW breakable only opt-in&lt;br /&gt;
* RIT read only if supported, TNX to OK1MZM&lt;br /&gt;
* Hamlib voice/morse thread fix, TNX to SQ6EMM&lt;br /&gt;
* Input breaks only repeated CQ, TNX to OZ9GE&lt;br /&gt;
* Minimal rig poll is 100ms, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.33=&lt;br /&gt;
2021-12-12&lt;br /&gt;
* Fixed gcc 10.2 warnings&lt;br /&gt;
* Moon contest 23cm&lt;br /&gt;
* Fixed zserial_close race condition&lt;br /&gt;
* Fixed expedition mode from wizzard, TNX to OK1MZM&lt;br /&gt;
* Rotator offset&lt;br /&gt;
* KST networking partial rewrite&lt;br /&gt;
* Updated KST IP, used without DNS&lt;br /&gt;
* Content-type check in AS, RainViewer&lt;br /&gt;
* Excluded vhfcontestnet&lt;br /&gt;
* Swap recovery keeps date/time, TNX to OK1FIK&lt;br /&gt;
* Code inout breaks CQ, TNX to OK1FIK&lt;br /&gt;
* Infinite rotator beam&lt;br /&gt;
* CW/SSB CQ using Hamlib, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.32=&lt;br /&gt;
2020-09-30&lt;br /&gt;
* Ruhrgebiets Contest, TNX to DF2ET&lt;br /&gt;
* Alt+A crash, TNX to OK2SLC&lt;br /&gt;
* Linux interfaces bug fixed, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.31=&lt;br /&gt;
2020-09-14&lt;br /&gt;
* Hamlib 4.3.1 in windows package :-))&lt;br /&gt;
* IARU band names update, TNX to OK5ZS&lt;br /&gt;
* Linux double Alt+M fix, TNX to IZ3GME&lt;br /&gt;
* Linux winkey timeout fix, TNX to IZ3GME&lt;br /&gt;
* KST messages &amp;quot;CALL MSG&amp;quot; showed in bottom log&lt;br /&gt;
* Fixed border redraw after locator change&lt;br /&gt;
&lt;br /&gt;
=4.30=&lt;br /&gt;
2021-06-29&lt;br /&gt;
* DARC 2m Education Contest in wizzard&lt;br /&gt;
* Rainviewer Web Mercator projection fix&lt;br /&gt;
* AS info above clouds in map&lt;br /&gt;
* AS tracking hysteresis +-1deg&lt;br /&gt;
* Fixed DNS crash&lt;br /&gt;
* Hamlib 4.2 fix, TNX to KF5OIM&lt;br /&gt;
&lt;br /&gt;
=4.29=&lt;br /&gt;
2021-05-23&lt;br /&gt;
* Paleni carodejnic partial support, TNX to OK4DJ&lt;br /&gt;
* ARI DX partial support, TNX to OK4DJ&lt;br /&gt;
* ADIF TX_PWR, TNX DF2ET&lt;br /&gt;
* Airscatter plane tracking by rotator&lt;br /&gt;
* Hamlib rotator elevation and baudrate support&lt;br /&gt;
* Rainviewer support, TNX to RT5D&lt;br /&gt;
* Fixed gnutls error messages&lt;br /&gt;
* KST &amp;amp;amp; -&amp;gt; &amp;amp;&lt;br /&gt;
* Removed qsop_method total_method debug message&lt;br /&gt;
&lt;br /&gt;
=4.28=&lt;br /&gt;
2021-04-21		&lt;br /&gt;
* Fixed meteox load, TNX OK4DJ&lt;br /&gt;
* Map context menu on right click to turn rotator&lt;br /&gt;
* Fixed crash before QSO edit, TNX to OK1PKO&lt;br /&gt;
&lt;br /&gt;
=4.27=&lt;br /&gt;
2021-04-13&lt;br /&gt;
* tucnaknames update, TNX to OK4DJ&lt;br /&gt;
* HTML code in separate columns, TNX to DF2ET&lt;br /&gt;
* DARC Easter Contest, TNX to DF2ET&lt;br /&gt;
* Fixed crash after QSO edit, TNX to OK1ELE&lt;br /&gt;
* Fixed Android 4.1 library order, TNX to OK1PKO&lt;br /&gt;
* Sums across all bands in HTML report, TNX to DF2ET&lt;br /&gt;
* Fixed android locale characters problem&lt;br /&gt;
&lt;br /&gt;
=4.26=&lt;br /&gt;
2021-02-26&lt;br /&gt;
* SOTA and DXC update, TNX to OK2MUF&lt;br /&gt;
* GTK2 -&amp;gt; GTK3 for libzia messagebox&lt;br /&gt;
* Changed i18n generation not to require ISO8859-2 locales&lt;br /&gt;
* Fixed free() bug under Linux, TNX to OK3TV&lt;br /&gt;
* Fixed some problems reported by Valgrind&lt;br /&gt;
* Ctrl+Up/Down arrows emulate PageUp/PageDown&lt;br /&gt;
&lt;br /&gt;
=4.25=&lt;br /&gt;
2021-01-20&lt;br /&gt;
* Moon contest full support (in QTH use minus instead of spaces, only english chars)&lt;br /&gt;
* Fixed Contest Lombardia points&lt;br /&gt;
* TNX to OK5ZS for precise testing&lt;br /&gt;
* chmi.cz fix (HTTPS)&lt;br /&gt;
* TLS (HTTPS) support using GNUTLS&lt;br /&gt;
* Re-arranged Contest options, TNX to OK1MZM&lt;br /&gt;
* Support for contest phases, TNX to OK6RP, OK5ZS&lt;br /&gt;
* STF export, TNX to DF2ET&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* ICAO DB update, TNX to G1OGY&lt;br /&gt;
* Fixed text file load without trailing CRLF, TNX to OK1MZM&lt;br /&gt;
* Fixed ICAO DB, TNX to G1OGY&lt;br /&gt;
* Fixed zsdl variable, TNX to DF2ET&lt;br /&gt;
* SOTA export, TNX to OK2MUF&lt;br /&gt;
* Directory to store logs, TNX to DF2ET&lt;br /&gt;
* Adif ERROR export choices, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.24=&lt;br /&gt;
2020-11-16&lt;br /&gt;
* New Debian maintainer OK3ON&lt;br /&gt;
* Fixed QRV window crash, TNX to OK1MZM&lt;br /&gt;
* Skips wkd WWL in KST list&lt;br /&gt;
* Fixed map update after contest open/close, TNX to OK1MZM&lt;br /&gt;
* Tmpqsos context menu, added infos also for fifo context menu&lt;br /&gt;
* Scatterpoint detect&lt;br /&gt;
* Fixed bug in tmpqsos&lt;br /&gt;
* Renamed A/C to AS&lt;br /&gt;
* Support for SDL2&lt;br /&gt;
* Detected SIOCGIFHWADDR for MacOs, TNX to SQ2JUL&lt;br /&gt;
* Fixed ASCII texts conversion for Android, TNX to OK5ZS&lt;br /&gt;
&lt;br /&gt;
=4.23=&lt;br /&gt;
2020-09-15&lt;br /&gt;
* Fixed crash on file choose (EDI import), TNX to G1OGY&lt;br /&gt;
* R-Contest, TNX to DF2ET&lt;br /&gt;
* BSD style -Wl,-map&lt;br /&gt;
* KST menu to select call when text scrolls fast&lt;br /&gt;
* SDL events in same thread on MacOs, TNX to SQ2JUL&lt;br /&gt;
* ADIF items update, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib rotar &lt;br /&gt;
* Trace hamlib rotars&lt;br /&gt;
* ` toggles split VFOs MAIN/SUB, TNX to OK1FIK&lt;br /&gt;
&lt;br /&gt;
=4.22=&lt;br /&gt;
2020-08-10&lt;br /&gt;
* New hamlib 3.3 in windows package, TNX to OK2WO, OZ9GE&lt;br /&gt;
* Fixed tucnakdw prefixes recognition (SK6), TNX to OZ9GE&lt;br /&gt;
* JO57 is SM6&lt;br /&gt;
* Libzia.pc&lt;br /&gt;
* Increased rotator timeout ranges&lt;br /&gt;
* Replaced obsolete glib macros&lt;br /&gt;
* New config.guess and config.sub for aarch64&lt;br /&gt;
* All c and h files are in utf-8&lt;br /&gt;
* New libbfd macros support&lt;br /&gt;
* Support for detailed tucnakdw, TNX to OK2WO&lt;br /&gt;
* QRG in QSOs window for M7IMF&lt;br /&gt;
* Do not print open hdkeyb error mesage&lt;br /&gt;
* Fixed crash under terminal with long name&lt;br /&gt;
* DARC VHF UHF uW contest, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.21=&lt;br /&gt;
2020-04-21&lt;br /&gt;
* EXC len 20 characters&lt;br /&gt;
* KST message from right click in log (bottom of screen)&lt;br /&gt;
* Rig error message showed&lt;br /&gt;
* Fixed rig device lock&lt;br /&gt;
* COM keying on single pin&lt;br /&gt;
* GCC warning fixes&lt;br /&gt;
* Autoconf obsolete macro remove, TNX to OK2JRQ&lt;br /&gt;
* Some files in UTF-8, TNX to OK2JRQ&lt;br /&gt;
* Next fix for update_deb.sh, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.20=&lt;br /&gt;
2020-01-29&lt;br /&gt;
* Fixed update_deb.sh, TNX to G1OGY&lt;br /&gt;
* GCC-10 fixes, TNX to Robert-André Mauchin&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* WSA multipliers update, TNX to DF2ET&lt;br /&gt;
* Fixed broken libpng.dll, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.19=&lt;br /&gt;
2020-01-10&lt;br /&gt;
* FSF address update, TNX to OK2JRQ&lt;br /&gt;
* WNA multipliers update, TNX to DF2ET&lt;br /&gt;
* HTTP server refresh, TNX to DF2ET&lt;br /&gt;
* K7FRY&#039;s locator map, TNX to G1OGY&lt;br /&gt;
* Different EXC length, TNX to DF2ET&lt;br /&gt;
* Fixes for OpenBSD&lt;br /&gt;
* Some warning fixes&lt;br /&gt;
* MacOS build, TNX to Vitaliy UT4UAZ&lt;br /&gt;
* Fixed build under FreeBSD 12.0&lt;br /&gt;
* Optional exchange in Cabrillo, TNX to DF2ET&lt;br /&gt;
* Fixed msvcr120.dll, TNX to OK1CDJ, OK5ZS  &lt;br /&gt;
&lt;br /&gt;
=4.18=&lt;br /&gt;
2019-09-04&lt;br /&gt;
* Fixed startup crash on Debian i386, TNX G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.17=&lt;br /&gt;
2019-09-01&lt;br /&gt;
* Valid QSO count for OK2WO&lt;br /&gt;
* Changed export extension ADIF-&amp;gt;ADI&lt;br /&gt;
* Fixed wifi interface name under Windows&lt;br /&gt;
* New libpng.dll&lt;br /&gt;
* Removed battery support under Windows&lt;br /&gt;
* Switch to VS2013 (toolset v120_xp)&lt;br /&gt;
* Fixed battery state detection win32&lt;br /&gt;
&lt;br /&gt;
=4.16=&lt;br /&gt;
2019-04-17&lt;br /&gt;
* Removed libusb0 under windows&lt;br /&gt;
* Contest Lombardia support&lt;br /&gt;
* Removed vhfcontest.net support&lt;br /&gt;
* Do not mark DUPE in expedition mode&lt;br /&gt;
&lt;br /&gt;
=4.15=&lt;br /&gt;
2018-11-13&lt;br /&gt;
* Us-ascii strings in Android to prevent charset-relate crash &amp;gt;= 7.0&lt;br /&gt;
* Worked WWLs in map displayed red&lt;br /&gt;
* WWL in KST users list, missing WWL multipliers displayed green&lt;br /&gt;
* SSID support for ON4KST chat&lt;br /&gt;
* PTT tail&lt;br /&gt;
* 59* (numeric keypad) is RST-S, TNX to OK5ZS&lt;br /&gt;
* Updated wetteronline rain map (site change)&lt;br /&gt;
&lt;br /&gt;
=4.14=&lt;br /&gt;
* Quiet mode for soundwrapper&lt;br /&gt;
* Uninstall cleanup on Windows&lt;br /&gt;
* Fixed &amp;quot;QRM&amp;quot; from remote rotator. TNX to OK1XDF&lt;br /&gt;
* Upgraded libftdi to 1.4 under MSVC&lt;br /&gt;
* Back to VS2010 for WinXP&lt;br /&gt;
* Cabrillo EXC indent&lt;br /&gt;
&lt;br /&gt;
=4.13=&lt;br /&gt;
2018-05-06&lt;br /&gt;
* Fixed new gcc warnings&lt;br /&gt;
* KST dark yellow of worked call, also not selected&lt;br /&gt;
* Lowered priority of A/C thread&lt;br /&gt;
* Compute A/C for whole QRV list&lt;br /&gt;
* Fixed crash on Android 7, TNX to OK1USW&lt;br /&gt;
* Fixed KST sort by NR&lt;br /&gt;
* Improved RIG timeout&lt;br /&gt;
* Fixed RIT read from rig&lt;br /&gt;
* MSVC120 (VS1013)&lt;br /&gt;
* Plane type and wingspan in map&lt;br /&gt;
* KST /sh us sent after connect&lt;br /&gt;
* QRV list rework&lt;br /&gt;
* KST QRB filter&lt;br /&gt;
* Ask for sked B&lt;br /&gt;
&lt;br /&gt;
=4.12=&lt;br /&gt;
2018-03-04&lt;br /&gt;
* KST color for station worked on actual band (dark yellow)&lt;br /&gt;
* KST color - station worked on all read-write bands is dark grey&lt;br /&gt;
* Fixed KST A/C info, call with -number &lt;br /&gt;
&lt;br /&gt;
=4.11=&lt;br /&gt;
2017-10-04&lt;br /&gt;
* X-QSO: in cabrillo, TNX to DO2HG&lt;br /&gt;
* German translation of program, TNX to DO2HG&lt;br /&gt;
* ON UBA contest in wizzard, TNX to DO2HG&lt;br /&gt;
* claimed live score to slovhf.net&lt;br /&gt;
* removed KST debug dump, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.10=&lt;br /&gt;
2017-08-30&lt;br /&gt;
* Rainscatter does not show low intensity rain&lt;br /&gt;
* New band multipliers for NAC&lt;br /&gt;
* Fx macros in CW window, TNX to DL5YBZ&lt;br /&gt;
* Fixed rotctld filename, TNX to DL4PD&lt;br /&gt;
* Fixed crash in DXC, TNX to DL4PD&lt;br /&gt;
* Fixed mingw compile&lt;br /&gt;
* Fixed compile errors witout SDL, TNX to OK1CDJ&lt;br /&gt;
&lt;br /&gt;
=4.09=&lt;br /&gt;
2017-02-15&lt;br /&gt;
* Fixed Spy crash, TNX to OK1CT&lt;br /&gt;
* Fixed hamlib rotator, TNX to OZ1CT&lt;br /&gt;
* Fixed update crash, TNX to DJ0QZ&lt;br /&gt;
* Fixed startup crash in text mode&lt;br /&gt;
* Fixes for FreeBSD 10.2&lt;br /&gt;
* Updated WNA/WSA scoring in support files &lt;br /&gt;
&lt;br /&gt;
=4.08=&lt;br /&gt;
2016-08-10&lt;br /&gt;
* Support for Multiplied exchanges&lt;br /&gt;
* Support for WNA and WSA Westphalia Activity&lt;br /&gt;
* DOKs in validated EXCs&lt;br /&gt;
* A/C smaller planes on smaller zoom&lt;br /&gt;
* JA in tucnakdw&lt;br /&gt;
* SDR without SDL&lt;br /&gt;
* Fixed localization crashes in SDL init&lt;br /&gt;
* Rainscatter maps&lt;br /&gt;
* Menu Set Mode for AM/FM/RTTY &lt;br /&gt;
&lt;br /&gt;
=4.07=&lt;br /&gt;
2016-04-29&lt;br /&gt;
* Fixed A/C feed load interrupt under minimal altitude&lt;br /&gt;
* A/C feed URL got from server&lt;br /&gt;
* Fixed text in the &amp;quot;Only digits mean&amp;quot; button &lt;br /&gt;
&lt;br /&gt;
=4.06=&lt;br /&gt;
2016-03-11&lt;br /&gt;
* Summary dialog before vhfcontest.net upload&lt;br /&gt;
* Stats WWL radius&lt;br /&gt;
* Fixed qsoglob in tucnakwiz for SSB Liga &lt;br /&gt;
* Fixed tucnakrc crash after downgrade&lt;br /&gt;
* Fixes for clang 3.5&lt;br /&gt;
* Fixed many rig PTT problems, TNX to G4ZTR&lt;br /&gt;
* Fixed race condition in rig initialization&lt;br /&gt;
* New rig option Force handshake NONE, TNX to G4ZTR&lt;br /&gt;
* Hamlib 3.1~git in windows package&lt;br /&gt;
* Fixed bug in first start in textmode&lt;br /&gt;
* Compile fixes for probably bug in gcc 4.6&lt;br /&gt;
* Support for libftdi 1.0&lt;br /&gt;
* Fixed bug in QSO trace under windows, TNX to SP6LTC &lt;br /&gt;
&lt;br /&gt;
=4.05=&lt;br /&gt;
2015-10-12&lt;br /&gt;
* Koel-Achen contest wizzard and EXC data, TNX to DL4PD&lt;br /&gt;
* Fixed bug in QRB compute JN54KP-JN54KP, TNX to IU4APB&lt;br /&gt;
* Ctrl+Up/Down in bandmap tunes rig to next spot&lt;br /&gt;
* Use in DXC window sets rig frequency&lt;br /&gt;
* Fixed AC start time display, TNX to OK3MAD&lt;br /&gt;
* Inverse display&lt;br /&gt;
* Fixed &amp;quot;ZC4:&amp;quot; bug in tucnakdw, TNX to DL7BST&lt;br /&gt;
* Fixed unifinished QSO without qsonr, TNX to DL7BST&lt;br /&gt;
* DXCC multipliers in HF window&lt;br /&gt;
* Included txt2inc.pl and master.scp, TNX to DL7BST&lt;br /&gt;
&lt;br /&gt;
=4.04=&lt;br /&gt;
2015-08-07&lt;br /&gt;
* Fixed rebuild scripts and libiberty detection&lt;br /&gt;
* Removed Crash test and Int.error test also from v4, TNX to SP2FRY&lt;br /&gt;
* Fixed italian translation, TNX to IK4XQT&lt;br /&gt;
* AC&#039;s sorted in z-order&lt;br /&gt;
* Fixed translations&lt;br /&gt;
&lt;br /&gt;
=4.03=&lt;br /&gt;
2015-06-04&lt;br /&gt;
* RSGB M7 support for G4ZTR&lt;br /&gt;
* Official Tucnak package in Debian, TNX to G8TMV&lt;br /&gt;
* tac2tuc.pl removed from install&lt;br /&gt;
* Modifications of build system to satisfy Debian&#039;s pbuild&lt;br /&gt;
* Fixed menu name, TNX to OZ1PIF&lt;br /&gt;
* Fixed A/C info without known locator&lt;br /&gt;
* Fixed A/C info crash, sw-&amp;gt;zoom was not set &lt;br /&gt;
&lt;br /&gt;
=4.02=&lt;br /&gt;
2015-05-12&lt;br /&gt;
* Fixed A/C freeze under WinXP, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.01=&lt;br /&gt;
2015-05-11&lt;br /&gt;
* Fixed bug in cor recalc on WinXP, TNX to OZ9GE&lt;br /&gt;
* Fixed A/C WWL update, TNX to OK1MZM&lt;br /&gt;
* Fixed update output parse&lt;br /&gt;
&lt;br /&gt;
=4.00=&lt;br /&gt;
* KST dump skip&lt;br /&gt;
* Fixes for development on Jessie&lt;br /&gt;
* Fixed missing WWLs in stats window, tnx to OZ9GE&lt;br /&gt;
* Fixed Sun position jun-sep&lt;br /&gt;
* Talk offline transfer&lt;br /&gt;
* Updated Czech translation&lt;br /&gt;
* Fixed scroll when searching in KST/DXC&lt;br /&gt;
* Fixed QSO hash, can cause bad call highlight in KST/DXC&lt;br /&gt;
* Fixed layout update in text mode after Misc options&lt;br /&gt;
* Fixed and optimized cor recalculation&lt;br /&gt;
* Airplane position is in the center of sign&lt;br /&gt;
* Fixed new format of A/C feed&lt;br /&gt;
* Updated KST server IP list&lt;br /&gt;
* Show ! in DXC when call brings new EXC multiplier&lt;br /&gt;
* Fixed CI-V address, TNX to OK1CDJ&lt;br /&gt;
* Allow up to 4 digits and letters in callsign&lt;br /&gt;
* Fixed crash when adding chart without opened contest, TNX to IZ3GME (ex IW3IKN).&lt;br /&gt;
* Fixed gen-conly script&lt;br /&gt;
* Italian translation, TNX to IK1RAC&lt;br /&gt;
* Anti-aliased qso cross in map&lt;br /&gt;
* Fixed cabrillo frequency and header, TNX to OK1UGE&lt;br /&gt;
* New countries in tucnakdw, TNX to F4CIB &lt;br /&gt;
* Remove branch number from package names&lt;br /&gt;
&lt;br /&gt;
* Fixed lintian errors and some warnings&lt;br /&gt;
* Fixed characters typed with right alt keyboard layout switch&lt;br /&gt;
* Optimized layout of OSK&lt;br /&gt;
* A/C info plot instead of QSO info&lt;br /&gt;
* Crossing A/C are blue&lt;br /&gt;
* Fixed http upload of long files (&amp;gt;cca 100kB)&lt;br /&gt;
* Fixed crash in wiki upload&lt;br /&gt;
* Set higher priority to cwdaemon thread on windows&lt;br /&gt;
* Fixed crash in main_msg_handled (CW:!)&lt;br /&gt;
* Fixed compile with some version of libbfd&lt;br /&gt;
&lt;br /&gt;
=3.28=&lt;br /&gt;
2014-09-29&lt;br /&gt;
* Window highlight searches for whole words&lt;br /&gt;
* Allow to use non-call as operator&lt;br /&gt;
* Fixed too many open files bug in SSB CQ&lt;br /&gt;
* Fixed mediawiki upload credentials&lt;br /&gt;
* Reverse portrait and landscape mode on Android&lt;br /&gt;
* Lower mouse accuracy needed for menu separators and borders, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=3.27=&lt;br /&gt;
2014-08-31&lt;br /&gt;
* Fixed KST A/C map crash, TNX to SP3IYM&lt;br /&gt;
* Fixed crash in vhfcontestnet upload&lt;br /&gt;
* Ask for sked and Message open OSK&lt;br /&gt;
* Fixed Alt+PNK in KST within OSK&lt;br /&gt;
&lt;br /&gt;
=3.26=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Fixed crash in QRV window redraw, TNX to OZ7Z&lt;br /&gt;
&lt;br /&gt;
=3.25=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Reload interfaces button in Network info&lt;br /&gt;
* Spy shows error when contest is long&lt;br /&gt;
* Android notification and service&lt;br /&gt;
* Fixed crash on Android 4.4 KitKat, TNX to my wife Bara&lt;br /&gt;
* Fixed OSK KST Alt+K, Ctrl+K, TNX to OK1MZM&lt;br /&gt;
* Fixed OSK size, OSK close button click area, out of OSK clicks pass, TNX to OK1MZM&lt;br /&gt;
* QRV list create in menu Subwins-&amp;gt;Add contest&lt;br /&gt;
* Wiki report upload to mediawiki site&lt;br /&gt;
* EDI log upload to www.vfhcontest.net&lt;br /&gt;
* Fixed HF Edit QSO bug, TNX to F5NLG&lt;br /&gt;
* Removed Crash test and Int.error test, TNX to DL4DZ&lt;br /&gt;
* hamlib uses win32 api for FUNcube&lt;br /&gt;
* SDR right button drag tunes radio&lt;br /&gt;
* Fixed many SDR bugs&lt;br /&gt;
&lt;br /&gt;
=3.24=&lt;br /&gt;
2014-06-12&lt;br /&gt;
* Experimental support for SDR&lt;br /&gt;
* Fixed wifi UDP negotiation on Android&lt;br /&gt;
* Fixed band change tucnak-&amp;gt;radio&lt;br /&gt;
* Fixed rig lock problem&lt;br /&gt;
* Translate 0xd8 to 0 in KST&lt;br /&gt;
* Fixed spy and contest load when remote node is connected&lt;br /&gt;
* Fixed bad comparison in initialization, TNX to David Binderman&lt;br /&gt;
* Fixed gain display of QTF=8, tnx to OZ9GE&lt;br /&gt;
* Anti-aliased map in HTML/wiki exports and over HTTP&lt;br /&gt;
* Speed up window resizing &lt;br /&gt;
* Remember maximized state under Windows&lt;br /&gt;
* Fixed crash causet by too small application window&lt;br /&gt;
* Bigger font allowed in on screen keyboard&lt;br /&gt;
* Bigger font for higher resolution at startup&lt;br /&gt;
* Window maximized at startup&lt;br /&gt;
* Open web browser with WWL in Call info&lt;br /&gt;
* Do not preload checkboxes in Load from network dialog when loading from same host&lt;br /&gt;
* Autorepeat in OSK&lt;br /&gt;
* Inputline	history works in OSK&lt;br /&gt;
* Show battery state &lt;br /&gt;
* Support for arbitrary category (PSect in EDI)&lt;br /&gt;
* Fixed ftdi_usb_get_strings detection under &#039;nixes and msvc&lt;br /&gt;
* Fixed multipliers in CQSOs EDI line, TNX to OZ1FF&lt;br /&gt;
* Fixes in Scope/FFT window&lt;br /&gt;
* Fixed hamlib configure path&lt;br /&gt;
* Fixed redraw of focus rectangle around window&lt;br /&gt;
&lt;br /&gt;
=3.23=&lt;br /&gt;
2013-12-28&lt;br /&gt;
* New windows icon resolutions&lt;br /&gt;
* Seconds marks in Player window&lt;br /&gt;
* Send locator to KST during connect chat&lt;br /&gt;
* Experimental focus rectangle around window&lt;br /&gt;
* Experimental portrait orientation under Android&lt;br /&gt;
* Support for RSGB M5-type contests&lt;br /&gt;
* Fixed external tucnakwiz load under windows&lt;br /&gt;
* Fixed many SSB CQ and recording issues&lt;br /&gt;
* Fixed FFT redraw after ssbd file format change&lt;br /&gt;
* Fixed wav play fail under Android&lt;br /&gt;
* Accelerated vertical window scroll under Android  &lt;br /&gt;
* Fixed scope window flashing when recording&lt;br /&gt;
* Fixed device lockfile delete&lt;br /&gt;
* Fixed serial port detect under Android&lt;br /&gt;
&lt;br /&gt;
=3.22=&lt;br /&gt;
2013-11-05&lt;br /&gt;
* Serial port detection in Info&lt;br /&gt;
* Battery state in Info&lt;br /&gt;
* Close button in on screen keyboard&lt;br /&gt;
* Drag menu selection by mouse/touch&lt;br /&gt;
* Location update by click on Android&lt;br /&gt;
* Fixed lockfile path on Arch linux, TNX to DF4OR&lt;br /&gt;
* Playing SSB CQ on Android&lt;br /&gt;
* Android API back to 4 (Android 1.6)&lt;br /&gt;
* Fixed shift in on screen keyboard&lt;br /&gt;
* Fixed under cursor nummer-ended call recognition in KST/DXC&lt;br /&gt;
* Fixed spy state request after contest load&lt;br /&gt;
* Fixed screen layout with spy activated&lt;br /&gt;
* Inputline history in touch mode&lt;br /&gt;
* On screen keyboard capslock&lt;br /&gt;
* Fixed settings on Android&lt;br /&gt;
* Save/restore state on Android after apps switch&lt;br /&gt;
* Fixed menu Window-&amp;gt;Open connection&lt;br /&gt;
* On screen keyboard replace Fn with star&lt;br /&gt;
* On screen keyboard swap comma and question mark&lt;br /&gt;
* On screen keyboard shows same case size as it writes&lt;br /&gt;
* Shake on end of scroll in windows&lt;br /&gt;
* Reversed QSO scroll direction, no QSO highlight&lt;br /&gt;
* Faster window scroll in touch mode&lt;br /&gt;
&lt;br /&gt;
=3.21=&lt;br /&gt;
2013-09-03&lt;br /&gt;
* Disable screensaver on Android (off by default)&lt;br /&gt;
* New touch keyboard symbols&lt;br /&gt;
* Geolocation in Info on Android&lt;br /&gt;
* Actual locator in new contest on Android&lt;br /&gt;
* Fixed swap import, TNX to OK1HRA&lt;br /&gt;
* Ignored spy lines in old contest&lt;br /&gt;
* Fixed screen layout after Log lines change&lt;br /&gt;
* Removed &amp;gt;&amp;lt; in A/C result&lt;br /&gt;
* QSOs cursor jumps to last qso when window is activated&lt;br /&gt;
* Scroll in search results in kst and dxc windows&lt;br /&gt;
* Use of call (kst, dxc, sked, qrv) adds call to inputline history&lt;br /&gt;
* Fixed Shift+F3 in contest&lt;br /&gt;
* Set PTT over CAT&lt;br /&gt;
* Fixed rig_open error reporting&lt;br /&gt;
* Get locator also from QRV database&lt;br /&gt;
* Change font in first Contest def dialog&lt;br /&gt;
* Fixed NAC on 70MHz&lt;br /&gt;
* Fixed A/C load (included in 3.20-android)&lt;br /&gt;
&lt;br /&gt;
=3.20=&lt;br /&gt;
2013-06-14&lt;br /&gt;
* Fixed crash after TAB in text mode, tnx to OK1HRA&lt;br /&gt;
* Fixed database load in New contest from net over slow link&lt;br /&gt;
* Fixed negative float number read from tucnakrc&lt;br /&gt;
* rigctl.exe and rigctld.exe in msvc package&lt;br /&gt;
* Hamlib 1.2.15.3-zia in msvc package&lt;br /&gt;
* Fixed tucnakwiz load&lt;br /&gt;
* NAC is also on 70MHz, TNX to OZ1FF&lt;br /&gt;
* Fixed shell close under Win32&lt;br /&gt;
* Fix QRG decimal dots in QRG&lt;br /&gt;
* Rotar description on main screen&lt;br /&gt;
* Select in QRV window &lt;br /&gt;
* Testing support for A/C prediction&lt;br /&gt;
* Fixed Home in Chart window under linux&lt;br /&gt;
* Support for serial numbers for FTDI converters&lt;br /&gt;
* Many fixes and improvements in rig control&lt;br /&gt;
* Fixed crash in file unlock&lt;br /&gt;
* Improved rig trace&lt;br /&gt;
* Alt+F10 maximize/restore window under msvc/mingw&lt;br /&gt;
* Improved settings under msvc&lt;br /&gt;
&lt;br /&gt;
=3.19&lt;br /&gt;
2013-04-28&lt;br /&gt;
* Automake silent rules&lt;br /&gt;
* File libzia*.so.d moved to /usr/lib/libzia&lt;br /&gt;
* Fixed CQ repeat timer, TNX to OK2WO&lt;br /&gt;
* Removed OS Shell in SDL mode, TNX to OK2WO&lt;br /&gt;
* Can select menu item checbox also by mouse/touch&lt;br /&gt;
* Close OSK before DUPE dialog &lt;br /&gt;
* Ctrl+Y clears also OSK inputline&lt;br /&gt;
* Fixed platform trailing &#039;x&#039;&lt;br /&gt;
&lt;br /&gt;
=3.18=&lt;br /&gt;
2013-04-24&lt;br /&gt;
* Initial locator load on android&lt;br /&gt;
* Fixed -d argument under msvc and mings&lt;br /&gt;
* Fixed bug in SWP load (unbelievable, must be here many years)&lt;br /&gt;
* Sndfile is optional&lt;br /&gt;
* Disabled rotar description in menu&lt;br /&gt;
* Update for EEE&lt;br /&gt;
* Again fixed checkbox in Shell menu item&lt;br /&gt;
* Fixed Invalid option message&lt;br /&gt;
* Fixed empty space redraw in text mode&lt;br /&gt;
* Fixed Bad auth message&lt;br /&gt;
* Probably fixed crash of deb&#039;s tucnak on wheezy, TNX to OK1TKP&lt;br /&gt;
* New option No device locks&lt;br /&gt;
* Removed use of deprecated GMemChunk&lt;br /&gt;
* Fixed most of warnings for gcc 4.7&lt;br /&gt;
* Improved sound latency&lt;br /&gt;
* Fixed hamlib debug mode (OR of enabled rigs)&lt;br /&gt;
* Export to text file for KST and DXC windows&lt;br /&gt;
* Dump RW bands and hashes for diagnostics of problem caught in March contest&lt;br /&gt;
* Export as EDI fill operators when field is empty&lt;br /&gt;
* In touch mode screenshot is without keyboard&lt;br /&gt;
* Show stars instead of KST password &lt;br /&gt;
* Distribute RIT over rigs&lt;br /&gt;
* QRG can be entered without contest&lt;br /&gt;
* Experimental support for more rigs&lt;br /&gt;
* Fixed up arrow in QSOs window with Show All on&lt;br /&gt;
* Add contest and Add files menu items in Chart subwin/context menu&lt;br /&gt;
&lt;br /&gt;
=3.17=&lt;br /&gt;
2013-02-25&lt;br /&gt;
* Fixed secondary DXCC prefix recognition&lt;br /&gt;
* Fixed crash in empty QRV list using mouse wheel, TNX to OZ9F&lt;br /&gt;
* Fixed worked QSO color after QSO edit&lt;br /&gt;
* CEPT prefix and suffix sensitive QRV list (tnx to G1OGY)&lt;br /&gt;
* Support for debug info from dynamic libzia&lt;br /&gt;
* Fixed checkbox in Shell menu item&lt;br /&gt;
&lt;br /&gt;
=3.16=&lt;br /&gt;
2013-01-09&lt;br /&gt;
* Winkey over TCP/IP&lt;br /&gt;
* Fixed internal error message, TNX to OK1CDJ&lt;br /&gt;
* Removed QRB QSO check warning&lt;br /&gt;
* DXCC name in call info&lt;br /&gt;
* Enter without contest runs call info&lt;br /&gt;
* Fixed libzia compile --without-gtk&lt;br /&gt;
* Fixed TUCNAK_DEBUG variable (broken since 3.00)&lt;br /&gt;
* Removed support for winkey+davac4 (never 100% working)&lt;br /&gt;
* Fixed unix shell echo without PTY&lt;br /&gt;
* Idea: OSK keeps worked QSO visible&lt;br /&gt;
* Support for libsndfile (no SSB CQ/rec now) under android&lt;br /&gt;
* Support for hamlib under android&lt;br /&gt;
* Confirm call/exc/wwl by mouse click&lt;br /&gt;
* Android key trace&lt;br /&gt;
* Android menu key opens menu&lt;br /&gt;
* Rewritten parts of mouse handling code for drag window scroll&lt;br /&gt;
* In touch mode DXC/KST click always shows context menu&lt;br /&gt;
* Swap ENTER and BS on OS keyboard&lt;br /&gt;
* Released public beta od android&lt;br /&gt;
* Map icons Home, Zoom in, Zoom out&lt;br /&gt;
* Touch control&lt;br /&gt;
* New font 18x32&lt;br /&gt;
* Private release of beta Android&lt;br /&gt;
* Scroll DXC bandmap using Shift+Arrows, PageUp, PageDown, Home&lt;br /&gt;
* Frequency in QRV list takes only needed space&lt;br /&gt;
* Higlighted line in bandmap and qrv list changed from inverse to [...]&lt;br /&gt;
* Polish language file, TNX to SP5QWB&lt;br /&gt;
* Fixed sound type without portaudio&lt;br /&gt;
* Uploaded transitional debian package tucnak2 -&amp;gt; tucnak3&lt;br /&gt;
* Insert in chart window chooses contest instead of file&lt;br /&gt;
* Settings and Info in Help menu (corresponds to -s and -i command line arguments)&lt;br /&gt;
* Improved network contest load with long databases over slow links&lt;br /&gt;
* Re-arranged Network and Trace dialog&lt;br /&gt;
* Fixed remote connect to local host&lt;br /&gt;
* Fixed ] in talk window&lt;br /&gt;
* OK? at end of Ask for sked&lt;br /&gt;
* Fixed crash in wiki export in text mode&lt;br /&gt;
* --with-pkg configure argument&lt;br /&gt;
* Fixed platform and machine type under mingw&lt;br /&gt;
&lt;br /&gt;
=3.15=&lt;br /&gt;
2012-10-25&lt;br /&gt;
* Own update system for deb.i386, deb.amd64 and msvc&lt;br /&gt;
* Inputline history increased to 30 items&lt;br /&gt;
* Right click in title of QRV part of KST window choose optional QRV column&lt;br /&gt;
* When QRV sort is by QTF or KST, the QTF is shown in QRV part of KST window&lt;br /&gt;
* Can clicn to QRV column headers in QRV window to sort items&lt;br /&gt;
* Can click to QRV column headers in KST window to sort items&lt;br /&gt;
* Support for mouse in QRV part of KST window&lt;br /&gt;
* Support for incorrect KST /CQ command recognition &#039;&amp;gt; (0) (CALL) ...&#039;&lt;br /&gt;
* Improved search in KST window (no right move, highlight search pattern)&lt;br /&gt;
* Accidentaly entered 2-7 numbers in KST are processed as contest exchange (RST,NR)&lt;br /&gt;
* Fixed accidental kill when shell terminated under linux&lt;br /&gt;
* Fixed codepage od DNS errors under msc/mingw&lt;br /&gt;
* Fixed socket connected handler in KST, DXC (should not happen in real life)&lt;br /&gt;
* Operator change mark in chart, operator show in title&lt;br /&gt;
* Removed old New from net&lt;br /&gt;
* Removed old spy&lt;br /&gt;
* Mass R-O band set Bands-&amp;gt;Set read-only&lt;br /&gt;
* QRV info showed instead of top log line to save space&lt;br /&gt;
* QRV info show also for dupe&lt;br /&gt;
* Ctrl+L under SDL switches to 24G. Without SDL means terminal redraw.&lt;br /&gt;
* Fixed SSID-calls add to C_W&lt;br /&gt;
* Fixed chart points axis description&lt;br /&gt;
* Changed font for msie in httpd&lt;br /&gt;
&lt;br /&gt;
=3.14=&lt;br /&gt;
2012-10-04&lt;br /&gt;
* Fixed contest load with 0 points&lt;br /&gt;
* Fixed new cty.dat load, tnx to 9A4ZM&lt;br /&gt;
&lt;br /&gt;
=3.13=&lt;br /&gt;
2012-10-03&lt;br /&gt;
* Fixed right click out of windows titles&lt;br /&gt;
* QTF in QRV window right aligned&lt;br /&gt;
* Allow reverse sort in QRV window&lt;br /&gt;
* Fixed crash in New Contest, tnx to SP5QWB&lt;br /&gt;
* Fixed alternative slash key in QRV window, tnx to 9A4ZM&lt;br /&gt;
* Updated cty.dat (2O12L)&lt;br /&gt;
* Libzia-ver.so.d distributet, not working &lt;br /&gt;
&lt;br /&gt;
=3.12=&lt;br /&gt;
2012-10-01&lt;br /&gt;
* Fixed debian build --without-bfd&lt;br /&gt;
* Fixed libzia&#039;s settins include in deb&lt;br /&gt;
* Band multiplier for NAC&lt;br /&gt;
* Alternative priority set to 50 (tucnak2 has 40)&lt;br /&gt;
* Remote host is resolved&lt;br /&gt;
* Fixed resolve error handle under platforms with getaddrinfo&lt;br /&gt;
* Must not enter first two letters of locator (60LJ is JO60LJ for stn. from JN69)&lt;br /&gt;
* Removed direct backtrace from internal_error&lt;br /&gt;
* Fixed tucnak.d and bfd_open path&lt;br /&gt;
* Autosave and floppy save fixes, TNX to OZ7Z&lt;br /&gt;
* Platform and version to crash messageboxes&#039;s titles&lt;br /&gt;
&lt;br /&gt;
=3.11=&lt;br /&gt;
2012-09-21&lt;br /&gt;
* Left click on window tab shows context menu same as Subwins&lt;br /&gt;
* Run mode stat next to WPM indicator&lt;br /&gt;
* New hotkey Ctrl+R (tnx to 9A4ZM)&lt;br /&gt;
* Use speaker hidden under windows&lt;br /&gt;
* Fixed text in tucnak3.desktop&lt;br /&gt;
* QRV list transferred by New From Network&lt;br /&gt;
* Fixed network reconnect when remote is connected&lt;br /&gt;
* Enter in log window adds empty line for &lt;br /&gt;
* Fixed accidental stdin close in winkey/rotator&lt;br /&gt;
* New option net_remote_enable&lt;br /&gt;
* Fixed color of lowercase KST call&lt;br /&gt;
* Removed debugging of P3 command&lt;br /&gt;
* Page Up in QSOs window wraps to end of list, TNX to OK1XDF&lt;br /&gt;
* Fixed heap corruption after twice sf_close() when recording device cannot be opened&lt;br /&gt;
* Binary zloc in libzia/src&lt;br /&gt;
* Deb dependency to libzia of same version&lt;br /&gt;
* Use -release in libzia creation&lt;br /&gt;
&lt;br /&gt;
=3.10=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Removed libbfd from debian build because binutils versions incompatibility&lt;br /&gt;
* Fixed crash after tab in welcome dialog probably only under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.09=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Backtrace uses map file under mingw&lt;br /&gt;
* Updated backtrace for msvc&lt;br /&gt;
* Fixed winkey also under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.08=&lt;br /&gt;
2012-08-14&lt;br /&gt;
* Fixed winkey, TNX to OK1HRA&lt;br /&gt;
* Unhandled Exception under mingw&lt;br /&gt;
* Fixed compile under OpenSuse due broken binutils-devel&lt;br /&gt;
* Platform in window title and on some next places&lt;br /&gt;
* Fixed impout.dll for paralel port under mingw&lt;br /&gt;
* Included settings from libzia&lt;br /&gt;
* Fixed parameter parse (-i) under msvc/mingw&lt;br /&gt;
* Example tucnaknames and tucnakcw in binary&lt;br /&gt;
* Enter in Welcome dialog does not run Language choose&lt;br /&gt;
&lt;br /&gt;
=3.07=&lt;br /&gt;
2012-08-07&lt;br /&gt;
* Can be compiled under mingw, not tested&lt;br /&gt;
* Fixed IPV6 resolving, tnx to CT1DRB&lt;br /&gt;
* Fixed -liberty compile on OpenSuse, tnx to CT1DRB&lt;br /&gt;
* SDL keyboard delay/rate taken from system under MSVC&lt;br /&gt;
* Fixed operator send for Network Info&lt;br /&gt;
* Fixed jump to first QSO in QSOs findow when first fucused&lt;br /&gt;
* Fixed WAV search after Ctrl+P in QSOs window under MSVC&lt;br /&gt;
* $E in default ssbd_template&lt;br /&gt;
* Repeated play in Player window&lt;br /&gt;
* Fixed subwin inputlines position without resize&lt;br /&gt;
* Thread names for debugging&lt;br /&gt;
* Band name in QSO info&lt;br /&gt;
* Suspicious chars ?! are red&lt;br /&gt;
* QSO check after call/locator enter&lt;br /&gt;
* Maybe fixed rig QRG resend after band change &lt;br /&gt;
&lt;br /&gt;
=3.06=&lt;br /&gt;
2012-07-25&lt;br /&gt;
* Probably fixed fftw but not released&lt;br /&gt;
* Msvc version uses Release build to improve speed&lt;br /&gt;
* Fixed X11/putty mouse handle for coordinates&amp;gt;94&lt;br /&gt;
* Fixed RBN call selection in DXC window&lt;br /&gt;
* Fixed background on gnome-terminal&lt;br /&gt;
* Fixed DXC spots in HF window&lt;br /&gt;
* Fixed Shell window under Linux&lt;br /&gt;
* Code cleanup&lt;br /&gt;
* Httpd options dialog&lt;br /&gt;
* Fixed httpd SO_REUSEADDR&lt;br /&gt;
* Fixed DXC spot parse&lt;br /&gt;
&lt;br /&gt;
=3.05=&lt;br /&gt;
2012-07-18&lt;br /&gt;
* Fullscreen Ctrl+F11&lt;br /&gt;
* Font change Ctrl+, Ctrl-, Ctrl0&lt;br /&gt;
* New font 8x13&lt;br /&gt;
* Disabled portaudio in linux build because ubuntu segfault in Pa_Initialize&lt;br /&gt;
* Speedup: calls are not compared using regular expressions&lt;br /&gt;
* Speedup: calls are hold also in hash&lt;br /&gt;
* Oh mistake and Ask for sked in KST window&lt;br /&gt;
* QSOs from all bands in QSOs window&lt;br /&gt;
&lt;br /&gt;
=3.04=&lt;br /&gt;
2012-07-03&lt;br /&gt;
* Fixed Tucnak data.lnk&lt;br /&gt;
* Window title is Tucnak instead of tucnak3&lt;br /&gt;
* New contest from network (flood)&lt;br /&gt;
* New spy method (flood)&lt;br /&gt;
* Fixed operator load from contest files&lt;br /&gt;
* Connection to remote tucnak&lt;br /&gt;
* Kill connection in Subwin menu&lt;br /&gt;
&lt;br /&gt;
=3.03=&lt;br /&gt;
2012-06-18 (R1724)&lt;br /&gt;
* red highlight of 73-like KST messages&lt;br /&gt;
* turn on SSBWAY pin also during CW CQ to allow CQ on more band simultaneously&lt;br /&gt;
* dark yellow calls in subwin only when worked on all read-write bands&lt;br /&gt;
* fixed crash when sdl cannot be initialized&lt;br /&gt;
* kst logged QRV stations from QRV list&lt;br /&gt;
* fixed accidental QRV list sort change when subwin is leaved with Alt+number&lt;br /&gt;
* changed color of qsos and qso gain in map subwin&lt;br /&gt;
* svn version (revision) compiled-in in binary&lt;br /&gt;
* fixed crash after contest wizard, TNX to OK3MAD&lt;br /&gt;
* call selection and right mouse in qrv subwin&lt;br /&gt;
* QSO window does not loose focus when switched to it&lt;br /&gt;
* QSO window does not switch to last QSO when focused&lt;br /&gt;
&lt;br /&gt;
=3.02=&lt;br /&gt;
2012-05-09 (R1637)&lt;br /&gt;
* fixed SSID&#039;ized call info and call use in KST and DXC&lt;br /&gt;
* fixed crash after home key in KST and DXC&lt;br /&gt;
* fixed crash in quicksearch&lt;br /&gt;
* fixed Diskfree text in audio dialog&lt;br /&gt;
* fixed dxc_host delete&lt;br /&gt;
* link with libzia can be static or dynamic&lt;br /&gt;
* fixed new contest crash bug&lt;br /&gt;
&lt;br /&gt;
=3.01=&lt;br /&gt;
2012-05-02&lt;br /&gt;
* fixed fftw sample count handle&lt;br /&gt;
* updated libfftw3 3.3.1 to pl1 for msvc&lt;br /&gt;
* qrg entry in khz (.144300)&lt;br /&gt;
* bandmap in dxc window&lt;br /&gt;
* new key l in map&lt;br /&gt;
* disable screensaver under msvc&lt;br /&gt;
* format of -i&lt;br /&gt;
* libusb in installer&lt;br /&gt;
* fixed time_t 64bit bug, tnx to G1OGY&lt;br /&gt;
* highlighted item in sked window, enter send to worked qso&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* rotator poll interval&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* portautio must be at least version 0.19&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* wider beamwidth in map&lt;br /&gt;
* sked dialog rewrite, removed we_call and skedshift&lt;br /&gt;
* charts are per band&lt;br /&gt;
* loading of txt into chart loads also other bands&lt;br /&gt;
* qso gain in for photo&lt;br /&gt;
* alt+f4 closes tucnak under windows&lt;br /&gt;
* progress indicator during exports and qso check&lt;br /&gt;
* chart points axis value round&lt;br /&gt;
* chart time axis extremes snapped to hours&lt;br /&gt;
* removed charset menu&lt;br /&gt;
* newline adter map image in wiki export&lt;br /&gt;
* fixed portable calls in KST, DXC&lt;br /&gt;
* QRB, QTF in Call info&lt;br /&gt;
* removed Not mounted message when no floppy is defined&lt;br /&gt;
* fixed floppy save under msvc&lt;br /&gt;
&lt;br /&gt;
=3.00=&lt;br /&gt;
* first test - march contest 2012 OK2M&lt;br /&gt;
* change SDL key repeat&lt;br /&gt;
* azimuthal star in map&lt;br /&gt;
* simplyfied first contest options&lt;br /&gt;
* (untested) support for hamlib rotators&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* macro $J&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* kst reads cwdb and namedb from /sh us command&lt;br /&gt;
* double font height&lt;br /&gt;
* readonly flag in bands menu&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
* mast icon in map&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
* common code moved to libzia&lt;br /&gt;
* split header.h into more smaller headers&lt;br /&gt;
* memory allocations only from glib&lt;br /&gt;
* removed cba_t&lt;br /&gt;
* forked v3 &lt;br /&gt;
&lt;br /&gt;
=2.48=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* renamed debian to debian.unofficial&lt;br /&gt;
* removed -lusb, tnx to EA4TV&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* fixed possible pointer shot of &#039;\0&#039; behind last_screen&lt;br /&gt;
&lt;br /&gt;
=2.47=&lt;br /&gt;
2011-02-16&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* fixed band LO freq&lt;br /&gt;
* debian/ updates for Jaime EA4TV&lt;br /&gt;
&lt;br /&gt;
=2.46=&lt;br /&gt;
2011-01-18&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* accpet portaudio options in tucnakrc&lt;br /&gt;
* accept subwin KST(15) as Shell in tucnakrc&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
&lt;br /&gt;
=2.45=&lt;br /&gt;
2011-10-12&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* strip binaries in deb package&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* support for libpng 1.5, tnx to DL1JBE &lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
&lt;br /&gt;
=2.44=&lt;br /&gt;
2011-07-29&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
&lt;br /&gt;
=2.43=&lt;br /&gt;
2011-06-28&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
&lt;br /&gt;
=2.42=&lt;br /&gt;
2011-05-31&lt;br /&gt;
* fixed crash in contest close&lt;br /&gt;
* forked v3&lt;br /&gt;
&lt;br /&gt;
=2.41=&lt;br /&gt;
2011-05-25&lt;br /&gt;
* released as tribute to Douglas Adams. Don&#039;t panic!&lt;br /&gt;
* fixed trace_sock&lt;br /&gt;
* fixed udev script - usb_device -&amp;gt; usb&lt;br /&gt;
* fixed some gcc warnings&lt;br /&gt;
* html/http/wiki exports map and chart as png&lt;br /&gt;
* http server for contest progress presentation&lt;br /&gt;
* changed fifo time format to HH:MM&lt;br /&gt;
* fixed wiki map description&lt;br /&gt;
* fixed volume indicator flicker&lt;br /&gt;
* fixed trace condition&lt;br /&gt;
* show chart files without sdl&lt;br /&gt;
* fixed grid &amp;amp; boundaries in map, tnx to DG6MAN &lt;br /&gt;
* libgpm is disabled by default&lt;br /&gt;
* fixed player and chart windows add&lt;br /&gt;
* fixed network interfaces detect&lt;br /&gt;
* ignored duplicate $GLIB_CFLAGS, $GLIB_LIBS in configure.in&lt;br /&gt;
* new macros in tucnak -s&lt;br /&gt;
&lt;br /&gt;
=2.40=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* added _cv_ in autoconf cached variables&lt;br /&gt;
* updated missing script&lt;br /&gt;
* fixed iconv detection&lt;br /&gt;
* fixed tucnakrc load under WIN32&lt;br /&gt;
* sdev trace&lt;br /&gt;
* trace rewrite&lt;br /&gt;
* split master db into more strings&lt;br /&gt;
* rewritten cbr items choice for OKOM DX&lt;br /&gt;
* compile under msvc and ming but unusable at this time&lt;br /&gt;
* fixed qrv edit/insert (should overwrite another item)&lt;br /&gt;
* added player (and chart) window types in Add subwin&lt;br /&gt;
* removed testing code for Ctrl+P in main inputline&lt;br /&gt;
* experiments with waterfall palette and filtering&lt;br /&gt;
* frequency axis in fft scope&lt;br /&gt;
* frequency argument in soundwrapper for testing&lt;br /&gt;
* tab complete file in file import&lt;br /&gt;
* chart subwin&lt;br /&gt;
* fixed cursor position in inputline history alt+h&lt;br /&gt;
* degree sign in C_W quick search&lt;br /&gt;
* fixed alt+letter in qrv search&lt;br /&gt;
* rig error code instead of qrg&lt;br /&gt;
* changed rig debug level&lt;br /&gt;
* fixed rigs with unsupported rig_get_vfo()&lt;br /&gt;
* +1/-1 alloc bugs detection with --enable-leak-debug&lt;br /&gt;
* fixed qrv insert from keyboard&lt;br /&gt;
* fixed text upcase in qrv insert/edit&lt;br /&gt;
&lt;br /&gt;
=2.39=&lt;br /&gt;
2011-02-25&lt;br /&gt;
* fixed ftdi_context portability between libftdi versions&lt;br /&gt;
* qso gain diagram&lt;br /&gt;
* qrv gain diagram respects worked count&lt;br /&gt;
* qrv item insert&lt;br /&gt;
* qrv item edit&lt;br /&gt;
* new contest loads ~/tucnak/qrv&lt;br /&gt;
* fixed qrv points drawing when mouse move&lt;br /&gt;
&lt;br /&gt;
=2.38=&lt;br /&gt;
2011-02-20&lt;br /&gt;
* fixed bug in map window during contest load&lt;br /&gt;
* fixed memory alloc problem in master db&lt;br /&gt;
* degree sign as hexa constant 0xb0&lt;br /&gt;
* rewritten qrv database&lt;br /&gt;
* fixed master database comment filter&lt;br /&gt;
* increased length of contest option numbers, tnx to RU2FM&lt;br /&gt;
* calls from master database are never deleted&lt;br /&gt;
* fixed contest date in contest options&lt;br /&gt;
* qso check warning if exists remark&lt;br /&gt;
* fixed qsonr in cabrillo output, tnx to OK1HRA&lt;br /&gt;
* fixed avg unit pts/km in wiki and html output&lt;br /&gt;
* fixed compile without various --without combinations&lt;br /&gt;
* removed forgotten font13x24.png create&lt;br /&gt;
* QRG in edit QSO&lt;br /&gt;
* correct size of screenshots in HTML export&lt;br /&gt;
* fixed runmode CQ without hamlib, tnx to DL1JBE&lt;br /&gt;
* fixed Ctrl+3 to Ctrl+9 under SDL&lt;br /&gt;
* wav player seems to be usable&lt;br /&gt;
&lt;br /&gt;
=2.37=&lt;br /&gt;
2010-10-27&lt;br /&gt;
* two letters input moved to unresolved area&lt;br /&gt;
* fixed some minors in runmode, tnx to OK3MAD&lt;br /&gt;
* fixed soundwrapper sound frequency&lt;br /&gt;
* rewritten runmode for A1/MMC&lt;br /&gt;
* fixed runmode CQ only in CW mode (TNX to OK1HRA/TC03W)&lt;br /&gt;
* fixed runmode TU&lt;br /&gt;
* skeleton for wiki publish&lt;br /&gt;
* fixed TU give in run mode&lt;br /&gt;
* &amp;gt; for qrb&amp;gt;average in qsocheck&lt;br /&gt;
* changed delay between hamlib rig calls for slow radios&lt;br /&gt;
* fixed string truncate in inputline insert&lt;br /&gt;
* rig freq read reads from actual VFO&lt;br /&gt;
* rig mode change keeps bandwidth&lt;br /&gt;
* fixed autogive=0&lt;br /&gt;
* expedition mode&lt;br /&gt;
&lt;br /&gt;
=2.36=&lt;br /&gt;
2010-09-27&lt;br /&gt;
* fixed rig ID choose&lt;br /&gt;
* fixed segv in loading of contest with HF window and &amp;gt; 6 active bands&lt;br /&gt;
* do not add &#039;similar call&#039; to qsocheck when this call is also worked&lt;br /&gt;
* set rig handshake to none (default for TS850 is CTS/RTS)&lt;br /&gt;
* set rig timeout to 500ms (480s is unusable)&lt;br /&gt;
* gdb and rigctl under cygwin&lt;br /&gt;
* fixed cygncurses-9 dependency for sh.exe under cygwin&lt;br /&gt;
* updated tucnakdw (4X, ZC4, many UA)&lt;br /&gt;
* improved edit qso time parsing&lt;br /&gt;
* autogive mode after some typed chars&lt;br /&gt;
* macro $B&lt;br /&gt;
* bell sign for character 7 under sdl&lt;br /&gt;
* in macro $I dots are replaced by question marks&lt;br /&gt;
* added baudrate for rig control&lt;br /&gt;
* fixed R9SA parsing as report (tnx to OK1HRA)&lt;br /&gt;
* WAZ and ITU in HF window&lt;br /&gt;
* rewritten exc list in HF window&lt;br /&gt;
* master call database&lt;br /&gt;
* fixed SFI parse&lt;br /&gt;
* &amp;quot;live&amp;quot; QSO list in HF window&lt;br /&gt;
* enlarged layout of HF window&lt;br /&gt;
* updated UA wwls in tucnakdw&lt;br /&gt;
* fixed missing excs display&lt;br /&gt;
* argument -m sets time from master PC&lt;br /&gt;
* &#039;c&#039; key for center screen to QTH&lt;br /&gt;
* &#039;p&#039; key for photo in map&lt;br /&gt;
* fixed second part of CQSOs for method 16&lt;br /&gt;
* summery table with links to bands in html export&lt;br /&gt;
* fixed buffer and period time to ms (was us)&lt;br /&gt;
* similar calls are computed using Levenshtein distance&lt;br /&gt;
* cleared qso check message&lt;br /&gt;
* fixed top10 formatting for qrb&amp;gt;=1000 km&lt;br /&gt;
* reverted to old udev rule style (for lenny)&lt;br /&gt;
* fixed memory leaks in dwdb.c, rotar.c&lt;br /&gt;
&lt;br /&gt;
=2.35=&lt;br /&gt;
2010-06-30&lt;br /&gt;
* fixed crash in fft calculation&lt;br /&gt;
* support for Championnat de France THF&lt;br /&gt;
* alt-j: short access for A/C and M/S cq&lt;br /&gt;
* qrv list save&lt;br /&gt;
* configure checks for make&lt;br /&gt;
* fixed large qso number display in global QSO mode, tnx to DL5YBZ&lt;br /&gt;
* support for prefixes with slash (3D2/C)                                                                               &lt;br /&gt;
* fixed crash after IT9x call (* in prefix in cty.dat), tnx to DL5YBZ &lt;br /&gt;
* fixed $MN macro, tnx to OK1HRA (GL in WPX!)&lt;br /&gt;
* send CW2 and save QSO also after QSONR&lt;br /&gt;
* list import&lt;br /&gt;
* support for odd/even/1st/2nd TX (MS,AERO)&lt;br /&gt;
* fixed suid of soundwrapper&lt;br /&gt;
* updated cty.dat&lt;br /&gt;
* SYSFS{} changed to ATTR{} for new udev versions&lt;br /&gt;
&lt;br /&gt;
=2.34=&lt;br /&gt;
2010-04-26&lt;br /&gt;
* changed time separator from . to :&lt;br /&gt;
* four digits are QSO number, not month and day of month&lt;br /&gt;
* deb package uses suided soundwrapper &lt;br /&gt;
* macro $I&lt;br /&gt;
* fixed statistics calculation after loading of contest   &lt;br /&gt;
* added frequency to adif export&lt;br /&gt;
* fixed exchange output in cabrillo and adif export  &lt;br /&gt;
* changed format of ChangeLog to Mediawiki source format&lt;br /&gt;
* get back generated debian/changelog, it seems we have no DEB maintainer&lt;br /&gt;
&lt;br /&gt;
=2.33=&lt;br /&gt;
2010-02-18&lt;br /&gt;
* fixed usaca multiple names&lt;br /&gt;
* rit clear after qso save in run mode&lt;br /&gt;
* support for ARRL International DX Contest&lt;br /&gt;
* fixed ARRL VHF scoring&lt;br /&gt;
* turned off cq repeat for cwdaemon&lt;br /&gt;
* rig changes: poll interval, mode and band transfer&lt;br /&gt;
&lt;br /&gt;
=2.32=&lt;br /&gt;
2010-02-13&lt;br /&gt;
* cabrillo export for ARRL VHF contests&lt;br /&gt;
* fixed leak debug on AMD64&lt;br /&gt;
* fixed double rig_cleanup()&lt;br /&gt;
* fixed using of non-serial ports in hamlib (f.e. rpc.rigd, type 1901)&lt;br /&gt;
* rover (/R) are not dupe when are in different big wwl&lt;br /&gt;
* fixed EDI properties dialog &lt;br /&gt;
* script for Asus EEE binary and optimized configuration&lt;br /&gt;
* updated tucnakrc (HF bands, windows)&lt;br /&gt;
&lt;br /&gt;
=2.31=&lt;br /&gt;
2010-01-01&lt;br /&gt;
* fixed crash if mode is changed without FFT window. TNX to DF4OR&lt;br /&gt;
* crossmode test in QSO check&lt;br /&gt;
&lt;br /&gt;
=2.30=&lt;br /&gt;
2009-11-30&lt;br /&gt;
* fixed device locking under cygwin, tnx to G1OGY&lt;br /&gt;
&lt;br /&gt;
=2.29=&lt;br /&gt;
2009-11-03&lt;br /&gt;
* fixed corrupted contest date display in Open contest from net &lt;br /&gt;
* fixed tucnakdw; JN89 is in OM	&lt;br /&gt;
* fixed cwdaemon and sdev double freeing &lt;br /&gt;
* recording level has filtered DC &lt;br /&gt;
* CW window holds PTT all time it is opened&lt;br /&gt;
* removed debugging show of 1&#039;s under volume indicator&lt;br /&gt;
* fixed (null) display in empty qrv list&lt;br /&gt;
* speeded up sdl key repeat&lt;br /&gt;
* removed delayed screen redraw&lt;br /&gt;
* fixed KST new call upcase &lt;br /&gt;
* DX network command sends only valid spots, no KST or other garbage&lt;br /&gt;
* fixed rig qrg display (mode switch worked)&lt;br /&gt;
* fixed ebw db import error message&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Android&amp;diff=3188</id>
		<title>Android</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Android&amp;diff=3188"/>
		<updated>2024-10-07T09:03:39Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Since 3.16 there is also Android port of Tucnak available. Focused on tablets but can be used also on cell phones. Due touch control, not all features must be accessible.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hardware requirements=&lt;br /&gt;
[[File:Tucnak_android.png]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ARRL DX contest on Samsung galaxy IIs&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Android 5 (API level 21) to Android 14 (API level 34). For older Andorid 4.1 (API level 16), try 4.61.&lt;br /&gt;
* Only for &#039;&#039;&#039;devices capable running 32 bit apps&#039;&#039;&#039; (armeabi-v7a).&lt;br /&gt;
* Some new (2024) devices tells about Tucnak incompatibility. They expect 64 bit app (arm64-v8a) which is unsupported by Tucnak. For example latest Google Pixel.&lt;br /&gt;
* Recommended internet access for DXC/KST&lt;br /&gt;
&lt;br /&gt;
=Install=&lt;br /&gt;
Tucnak is not on Google Play. To install you must allow install of untrusted applications. Then download Tucnak APK package from http://tucnak.nagano.cz/download.php#android and install it manually.&lt;br /&gt;
&lt;br /&gt;
=Features not included=&lt;br /&gt;
* Update from application&lt;br /&gt;
* Sound recording&lt;br /&gt;
* FFT spectrum display&lt;br /&gt;
* Parallel port keying &lt;br /&gt;
* Bluetooth devices because of no official support for BT from native code&lt;br /&gt;
* Serial ports - maybe with alternative kernel with proper drivers&lt;br /&gt;
* Hamlib&lt;br /&gt;
&lt;br /&gt;
=Limited support=&lt;br /&gt;
* USB devices (Davac4, Rotar4) - It is compiled but it seems it works only on rooted devices. User must be member of &#039;usb&#039; group.&lt;br /&gt;
&lt;br /&gt;
=Touch control=&lt;br /&gt;
[[Image:Osk.png|none|frame|Tucnak on screen keyboard]]&lt;br /&gt;
Start touch on-screen keyboard by click on input line. The behavior of Enter is context-depended. Sometimes send Enter to Tucnak. Sometimes closes keyboard. Comments are welcome.&lt;br /&gt;
&lt;br /&gt;
To send F1 to F10, use FN key, numeric keys will switch to F&#039;s.&lt;br /&gt;
&lt;br /&gt;
=Bugreports=&lt;br /&gt;
Bugreports are welcome by e-mail. In case of problems please install &#039;&#039;&#039;alogcat&#039;&#039;&#039; and send it to me with next informations.&lt;br /&gt;
&lt;br /&gt;
=M5 ESP32 CW keyer=&lt;br /&gt;
[https://github.com/ok1cdj/M5-ESP32-keyer https://github.com/ok1cdj/M5-ESP32-keyer]&lt;br /&gt;
&lt;br /&gt;
[[File:M5-ESP32-keyer.png]] [[File:M5-Setup.png]]&lt;br /&gt;
&lt;br /&gt;
See this video: [[File:M5-ESP32-keyer.mp4|Play video]]&lt;br /&gt;
&lt;br /&gt;
=Gallery=&lt;br /&gt;
[[File:TucnakPortraitMode.png|border|480px]]&lt;br /&gt;
&lt;br /&gt;
Tucnak in Portrait mode with floating on-screen keyboard.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Tucnak_Android_FullHD.jpg|border|800px]]&lt;br /&gt;
&lt;br /&gt;
Tucnak in FullHD on Rikomagic MK802. TNX to OK1CDJ.&lt;br /&gt;
&lt;br /&gt;
=Notes=&lt;br /&gt;
* Pepa OK2WO recommends capacitive stylus CELLY (about 10&amp;amp;euro;) for accurate control also for other applications&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3187</id>
		<title>Changelog</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3187"/>
		<updated>2024-09-18T10:10:33Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* 4.63 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=4.63=&lt;br /&gt;
2024-09-18&lt;br /&gt;
&lt;br /&gt;
* Signed Tucnak.exe and Windows installer&lt;br /&gt;
* New Android build for Android 5 (API level 21) to Android 14 (API level 34)&lt;br /&gt;
* Fixed Map Home (for photo) without QSOs&lt;br /&gt;
* Map icon larger click area in touch mode, TNX to OK5ZS&lt;br /&gt;
* Zoomin icon fix TNX to OK5ZS&lt;br /&gt;
* rtlsdr under *nix is disabled by default&lt;br /&gt;
&lt;br /&gt;
=4.62=&lt;br /&gt;
2024-07-15&lt;br /&gt;
* Fixed SDL 1.2 build&lt;br /&gt;
* KST SSID up to 5 digits&lt;br /&gt;
&lt;br /&gt;
=4.61=&lt;br /&gt;
2024-07-03&lt;br /&gt;
* Do not set empty rig Device to keep rigctld default address 127.0.0.1:4533&lt;br /&gt;
* Added --without-rtlsdr into configure&lt;br /&gt;
* Debian package is build without librtlsdr (0.6 vs 2.0 binary incompatibility)&lt;br /&gt;
* OE Activity added bands OPQ&lt;br /&gt;
* Removed global Ctrl+K, it conflicts with 10GHz band change, TNX to OZ1FF&lt;br /&gt;
&lt;br /&gt;
=4.60=&lt;br /&gt;
2024-06-18&lt;br /&gt;
* THz (Light) band&lt;br /&gt;
* IARU reg.I ATV contest&lt;br /&gt;
* IARU reg.I MGM contest&lt;br /&gt;
* RTTY changed to MGM&lt;br /&gt;
* Ctrl+K and Alt+K work also in main input line&lt;br /&gt;
* Fixed Band switch value after contest load from network&lt;br /&gt;
* Touch keyboard SDL2 font size fix&lt;br /&gt;
* Touch keyboard SDL2 input fix&lt;br /&gt;
&lt;br /&gt;
=4.59=&lt;br /&gt;
2024-04-11&lt;br /&gt;
* Fixed upgrade/HTTP timeout, TNX to OK1UGE&lt;br /&gt;
* CW word space length fix, TNX to OK1DOL&lt;br /&gt;
* New libSDL 2.30.1 for Windows	builds&lt;br /&gt;
* Always show aircraft provider name&lt;br /&gt;
* Default KST QRB is 910km&lt;br /&gt;
* Aircraft dump1090 support, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.58=&lt;br /&gt;
* Fixed unability to run without admin rights under Windows, TNX to OK7KM, OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.57=&lt;br /&gt;
2024-03-01&lt;br /&gt;
* Next libiconv call fixes, TNX to OK2JTB, M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.56=&lt;br /&gt;
2024-02-27&lt;br /&gt;
* Fixed aircraft.dk error message, TNX to G1OGY&lt;br /&gt;
* Reviewed errno handling, TNX to G1OGY&lt;br /&gt;
* Some libiconv call fixes, TNX to IN3UPQ&lt;br /&gt;
* Next fix for Davac5 udev rules, TNX to OK1ELE&lt;br /&gt;
&lt;br /&gt;
=4.55=&lt;br /&gt;
2024-01-23&lt;br /&gt;
* Return to manualy save the tucnakrc (many many problems with autosave)&lt;br /&gt;
* Linux udev rules for CM108 family (Davac5), TNX to OK1ELE&lt;br /&gt;
* Fixed linux rotar save freeze, TNX to M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.54=&lt;br /&gt;
2024-01-05&lt;br /&gt;
* Removed Dump RW bands and hashes&lt;br /&gt;
* KST QSO phase filter, TNX to OK1MZM&lt;br /&gt;
* Fixed PortAudio device search (hostApi)&lt;br /&gt;
* Fixed PortAudio recording devixe, TNX to OK2WO&lt;br /&gt;
* Fixed Paypal donate, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.53=&lt;br /&gt;
2023-12-17&lt;br /&gt;
* Airscatter.dk feed, TNX to OV3T&lt;br /&gt;
* Donate via PayPal or Buymeacofee&lt;br /&gt;
* Truetype font&lt;br /&gt;
* Centerwwl, OSN credentials null fix&lt;br /&gt;
* MinASL tested on load&lt;br /&gt;
* ASfile fixed unknown wingspan&lt;br /&gt;
* AS print ICAO24 address (ID)&lt;br /&gt;
* Disabled RS Meteox and Wetteronline&lt;br /&gt;
* HTTPS (openssl) under Android&lt;br /&gt;
* Rainviewer timer fix&lt;br /&gt;
* libzia TLS message fix&lt;br /&gt;
&lt;br /&gt;
=4.52=&lt;br /&gt;
2023-11-20&lt;br /&gt;
* Fixed overflow bug in AS options under Linux, TNX to G1OGY&lt;br /&gt;
* Default AS provider is ADSB One&lt;br /&gt;
* Fixed RS SCP dist 310&lt;br /&gt;
* Fixed Linux ttys *printf without arguments&lt;br /&gt;
&lt;br /&gt;
=4.51=&lt;br /&gt;
2023-11-19&lt;br /&gt;
* New option AS Center WWL&lt;br /&gt;
* AS tracking also for remote rotator&lt;br /&gt;
* ADS-B One feed, TNX to G1OGY&lt;br /&gt;
* Optimized file read in AS thread&lt;br /&gt;
* Better HTTP error reporting&lt;br /&gt;
* Fixed Feed filename load in AS options dialog. TNX to OK1ELE&lt;br /&gt;
* Memory leak fixes&lt;br /&gt;
&lt;br /&gt;
=4.50=&lt;br /&gt;
2023-11-18&lt;br /&gt;
* Aircraft file feed returned for planefinder.net&lt;br /&gt;
* Wingspan from icao24, many TNX to G1OGY&lt;br /&gt;
* Fixed wingspan respects imperial units setting&lt;br /&gt;
* Fixed rotars reinit race condition while AC tracking&lt;br /&gt;
* Added configure --without-hidapi&lt;br /&gt;
* OpenSky-network feed&lt;br /&gt;
&lt;br /&gt;
=4.49=&lt;br /&gt;
2023-10-30&lt;br /&gt;
* Fixed config save after window resize&lt;br /&gt;
* Aircraft size, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.48=&lt;br /&gt;
2023-10-15&lt;br /&gt;
* Aircraft scatter changed feed to firefox addon&lt;br /&gt;
* Rig config&lt;br /&gt;
* Fixed oct8tor wait for thread&lt;br /&gt;
* Fixed rig close (unlock filename)&lt;br /&gt;
* Fixed broken rig_handshake_none&lt;br /&gt;
&lt;br /&gt;
=4.47=&lt;br /&gt;
2023-10-04&lt;br /&gt;
* Save PortAudio device names instead of numbers&lt;br /&gt;
* Davac5 full support&lt;br /&gt;
* Fixed oct8tor leaks&lt;br /&gt;
* Removed obsolete hdkeyb support&lt;br /&gt;
* JP90 is in SM5, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.46=&lt;br /&gt;
2023-09-09&lt;br /&gt;
* Fixed memory leaks&lt;br /&gt;
* Fixed AS crash, TNX to OK1UGE and SQ6EMM&lt;br /&gt;
* Fixed subwin save, TNX to OK2SLC&lt;br /&gt;
* Fixed Log lines change, TNX to OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.45=&lt;br /&gt;
2023-08-25&lt;br /&gt;
* QRG for sked saves contest&lt;br /&gt;
* Rig and Rotar poll intervals set to valid values&lt;br /&gt;
* Removed Terminal options&lt;br /&gt;
* Configuration autosave after OK in every setup dialog&lt;br /&gt;
* Map keys (L) only without modifiers (Ctrl)&lt;br /&gt;
* Gain graph redraw after band change&lt;br /&gt;
* Removed floppy autosave&lt;br /&gt;
&lt;br /&gt;
=4.44=&lt;br /&gt;
2023-06-04&lt;br /&gt;
* Save QRG for all bands into contest files&lt;br /&gt;
* Fixed crash bad font size, TNX to OK1MZM&lt;br /&gt;
* Fixed subwin highlight for characters &amp;gt;=0x80&lt;br /&gt;
* Oct8tor support&lt;br /&gt;
* Names and FM Pohar update, TNX to OK4DJ&lt;br /&gt;
* Winkey echoback, TNX to OK4DJ&lt;br /&gt;
* Load from net loads also contest defaults&lt;br /&gt;
* Fixed KST messages (/CQ)&lt;br /&gt;
* Fixed chart redraw after new QSO, TNX to OK2SLC&lt;br /&gt;
* Removed Alt+G&lt;br /&gt;
&lt;br /&gt;
=4.43=&lt;br /&gt;
2023-04-15&lt;br /&gt;
* Initial window type in Change type, TNX to OK2SLC&lt;br /&gt;
* Fixed chart after EDI load, TNX to OK2SLC&lt;br /&gt;
* Fixed: new KST stations are red, TNX to OK1MZM&lt;br /&gt;
* cppcheck warning level fixes&lt;br /&gt;
* Included rotctld.exe&lt;br /&gt;
&lt;br /&gt;
=4.42=&lt;br /&gt;
2023-03-09&lt;br /&gt;
* [CLR] click only on button&lt;br /&gt;
* KST message cleanup, TNX to OK2WO&lt;br /&gt;
* linux xset fix, TNX to OK4DJ&lt;br /&gt;
* HTTP header parse fix, TNX to OK7SE&lt;br /&gt;
* Configure C99 fix, TNX to OK2JRQ&lt;br /&gt;
* Fixed empty RST-S bug, TNX to G1OGY&lt;br /&gt;
* Spy active band (*)&lt;br /&gt;
* Fixed tucnakrc parse&lt;br /&gt;
&lt;br /&gt;
=4.41=&lt;br /&gt;
2023-03-02&lt;br /&gt;
* Display AS in imperial units option&lt;br /&gt;
* Ctrl+S for hamlib/remote rotator stop, TNX to G1OGY&lt;br /&gt;
* Rotar	description up to 8 characters&lt;br /&gt;
* Configure socklen_t fix, TNX to Florian Weimer&lt;br /&gt;
&lt;br /&gt;
=4.40=&lt;br /&gt;
2023-01-07&lt;br /&gt;
* Fixed ADIF import, TNX to OK2WO&lt;br /&gt;
* Fixed keypad double keys and Ctrl +-&lt;br /&gt;
* Removed accidentally create of font18x32.png&lt;br /&gt;
* Robust KST /sh us &lt;br /&gt;
* Limit rit to +-10000 Hz&lt;br /&gt;
&lt;br /&gt;
=4.39=&lt;br /&gt;
2022-12-10&lt;br /&gt;
* ON4KST telnet protocol change&lt;br /&gt;
* Fixed AS download crash, TNX to OK2SLC&lt;br /&gt;
* Fixed keypad on windows (Ctrl +-)&lt;br /&gt;
* Menu triple bar&lt;br /&gt;
&lt;br /&gt;
=4.38=&lt;br /&gt;
2022-11-25&lt;br /&gt;
* ADIF import STX_STRING, SRX_STRING, TNX to DF2ET&lt;br /&gt;
* DARC Worked All Germany Contest, TNX to DF2ET&lt;br /&gt;
* SP activity contest, TNX to SQ6EMM&lt;br /&gt;
* Gentoo build fix, TNX to DL1JBE&lt;br /&gt;
* MMMonVHF instead of EBW&lt;br /&gt;
* USB info about opened Davac and Rotar, TNX to OK1MZM&lt;br /&gt;
* KST full name (including bands) in QSO info&lt;br /&gt;
* Davac reset on startup&lt;br /&gt;
&lt;br /&gt;
=4.37=&lt;br /&gt;
2022-08-30&lt;br /&gt;
* AcKST is now latest activity, not presence&lt;br /&gt;
* Fixed EDI import crash, TNX to OK1MZM&lt;br /&gt;
* Linux lock permission fix, TNX to OK4DJ&lt;br /&gt;
* Fullscreen fix, TNX to OK7KM&lt;br /&gt;
* Allow 4k displays&lt;br /&gt;
* libzia bfd/binutils require fix, TNX to OK2JRQ&lt;br /&gt;
* RST recovery from *.swp&lt;br /&gt;
* ifa_addr == NULL fix, TNX to OK2JRQ&lt;br /&gt;
&lt;br /&gt;
=4.36=&lt;br /&gt;
2022-04-29&lt;br /&gt;
* Mode change from menu, default RST fix, TNX to OK4DJ&lt;br /&gt;
* FM Alt+M accidental CQ fix&lt;br /&gt;
* Argument -c for other tucnakrc&lt;br /&gt;
* Minimal required glib is 2.30&lt;br /&gt;
* Fixed memory leaks discovered by valgrind&lt;br /&gt;
* AS info can use temporary locator, TNX to OK1MZM&lt;br /&gt;
* Fixed czech network info&lt;br /&gt;
* itrm free fix, TNX to Ozkan Sezer&lt;br /&gt;
* zifaces redefinition fix, TNX to Ozkan Sezer&lt;br /&gt;
&lt;br /&gt;
=4.35=&lt;br /&gt;
2022-04-12&lt;br /&gt;
* Italian activity contest, TNX to IU5BON&lt;br /&gt;
* Memory free fix, TNX to IU5BON&lt;br /&gt;
* MacOs/linux interfaces detect, TNX to IU5BON&lt;br /&gt;
* MacOs build fix, TNX to IU5BON&lt;br /&gt;
* Fixed aircraft plural, TNX to IU5HKX&lt;br /&gt;
* IARU band names convert at start&lt;br /&gt;
* IARU band names fix&lt;br /&gt;
* Linux desktop file icon/exec fix, TNX to SQ6EMM&lt;br /&gt;
* DARC XMAS contest, tttype fix, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib configure, TNX to DH5YM&lt;br /&gt;
&lt;br /&gt;
=4.34=&lt;br /&gt;
2021-12-22&lt;br /&gt;
* CW breakable only opt-in&lt;br /&gt;
* RIT read only if supported, TNX to OK1MZM&lt;br /&gt;
* Hamlib voice/morse thread fix, TNX to SQ6EMM&lt;br /&gt;
* Input breaks only repeated CQ, TNX to OZ9GE&lt;br /&gt;
* Minimal rig poll is 100ms, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.33=&lt;br /&gt;
2021-12-12&lt;br /&gt;
* Fixed gcc 10.2 warnings&lt;br /&gt;
* Moon contest 23cm&lt;br /&gt;
* Fixed zserial_close race condition&lt;br /&gt;
* Fixed expedition mode from wizzard, TNX to OK1MZM&lt;br /&gt;
* Rotator offset&lt;br /&gt;
* KST networking partial rewrite&lt;br /&gt;
* Updated KST IP, used without DNS&lt;br /&gt;
* Content-type check in AS, RainViewer&lt;br /&gt;
* Excluded vhfcontestnet&lt;br /&gt;
* Swap recovery keeps date/time, TNX to OK1FIK&lt;br /&gt;
* Code inout breaks CQ, TNX to OK1FIK&lt;br /&gt;
* Infinite rotator beam&lt;br /&gt;
* CW/SSB CQ using Hamlib, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.32=&lt;br /&gt;
2020-09-30&lt;br /&gt;
* Ruhrgebiets Contest, TNX to DF2ET&lt;br /&gt;
* Alt+A crash, TNX to OK2SLC&lt;br /&gt;
* Linux interfaces bug fixed, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.31=&lt;br /&gt;
2020-09-14&lt;br /&gt;
* Hamlib 4.3.1 in windows package :-))&lt;br /&gt;
* IARU band names update, TNX to OK5ZS&lt;br /&gt;
* Linux double Alt+M fix, TNX to IZ3GME&lt;br /&gt;
* Linux winkey timeout fix, TNX to IZ3GME&lt;br /&gt;
* KST messages &amp;quot;CALL MSG&amp;quot; showed in bottom log&lt;br /&gt;
* Fixed border redraw after locator change&lt;br /&gt;
&lt;br /&gt;
=4.30=&lt;br /&gt;
2021-06-29&lt;br /&gt;
* DARC 2m Education Contest in wizzard&lt;br /&gt;
* Rainviewer Web Mercator projection fix&lt;br /&gt;
* AS info above clouds in map&lt;br /&gt;
* AS tracking hysteresis +-1deg&lt;br /&gt;
* Fixed DNS crash&lt;br /&gt;
* Hamlib 4.2 fix, TNX to KF5OIM&lt;br /&gt;
&lt;br /&gt;
=4.29=&lt;br /&gt;
2021-05-23&lt;br /&gt;
* Paleni carodejnic partial support, TNX to OK4DJ&lt;br /&gt;
* ARI DX partial support, TNX to OK4DJ&lt;br /&gt;
* ADIF TX_PWR, TNX DF2ET&lt;br /&gt;
* Airscatter plane tracking by rotator&lt;br /&gt;
* Hamlib rotator elevation and baudrate support&lt;br /&gt;
* Rainviewer support, TNX to RT5D&lt;br /&gt;
* Fixed gnutls error messages&lt;br /&gt;
* KST &amp;amp;amp; -&amp;gt; &amp;amp;&lt;br /&gt;
* Removed qsop_method total_method debug message&lt;br /&gt;
&lt;br /&gt;
=4.28=&lt;br /&gt;
2021-04-21		&lt;br /&gt;
* Fixed meteox load, TNX OK4DJ&lt;br /&gt;
* Map context menu on right click to turn rotator&lt;br /&gt;
* Fixed crash before QSO edit, TNX to OK1PKO&lt;br /&gt;
&lt;br /&gt;
=4.27=&lt;br /&gt;
2021-04-13&lt;br /&gt;
* tucnaknames update, TNX to OK4DJ&lt;br /&gt;
* HTML code in separate columns, TNX to DF2ET&lt;br /&gt;
* DARC Easter Contest, TNX to DF2ET&lt;br /&gt;
* Fixed crash after QSO edit, TNX to OK1ELE&lt;br /&gt;
* Fixed Android 4.1 library order, TNX to OK1PKO&lt;br /&gt;
* Sums across all bands in HTML report, TNX to DF2ET&lt;br /&gt;
* Fixed android locale characters problem&lt;br /&gt;
&lt;br /&gt;
=4.26=&lt;br /&gt;
2021-02-26&lt;br /&gt;
* SOTA and DXC update, TNX to OK2MUF&lt;br /&gt;
* GTK2 -&amp;gt; GTK3 for libzia messagebox&lt;br /&gt;
* Changed i18n generation not to require ISO8859-2 locales&lt;br /&gt;
* Fixed free() bug under Linux, TNX to OK3TV&lt;br /&gt;
* Fixed some problems reported by Valgrind&lt;br /&gt;
* Ctrl+Up/Down arrows emulate PageUp/PageDown&lt;br /&gt;
&lt;br /&gt;
=4.25=&lt;br /&gt;
2021-01-20&lt;br /&gt;
* Moon contest full support (in QTH use minus instead of spaces, only english chars)&lt;br /&gt;
* Fixed Contest Lombardia points&lt;br /&gt;
* TNX to OK5ZS for precise testing&lt;br /&gt;
* chmi.cz fix (HTTPS)&lt;br /&gt;
* TLS (HTTPS) support using GNUTLS&lt;br /&gt;
* Re-arranged Contest options, TNX to OK1MZM&lt;br /&gt;
* Support for contest phases, TNX to OK6RP, OK5ZS&lt;br /&gt;
* STF export, TNX to DF2ET&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* ICAO DB update, TNX to G1OGY&lt;br /&gt;
* Fixed text file load without trailing CRLF, TNX to OK1MZM&lt;br /&gt;
* Fixed ICAO DB, TNX to G1OGY&lt;br /&gt;
* Fixed zsdl variable, TNX to DF2ET&lt;br /&gt;
* SOTA export, TNX to OK2MUF&lt;br /&gt;
* Directory to store logs, TNX to DF2ET&lt;br /&gt;
* Adif ERROR export choices, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.24=&lt;br /&gt;
2020-11-16&lt;br /&gt;
* New Debian maintainer OK3ON&lt;br /&gt;
* Fixed QRV window crash, TNX to OK1MZM&lt;br /&gt;
* Skips wkd WWL in KST list&lt;br /&gt;
* Fixed map update after contest open/close, TNX to OK1MZM&lt;br /&gt;
* Tmpqsos context menu, added infos also for fifo context menu&lt;br /&gt;
* Scatterpoint detect&lt;br /&gt;
* Fixed bug in tmpqsos&lt;br /&gt;
* Renamed A/C to AS&lt;br /&gt;
* Support for SDL2&lt;br /&gt;
* Detected SIOCGIFHWADDR for MacOs, TNX to SQ2JUL&lt;br /&gt;
* Fixed ASCII texts conversion for Android, TNX to OK5ZS&lt;br /&gt;
&lt;br /&gt;
=4.23=&lt;br /&gt;
2020-09-15&lt;br /&gt;
* Fixed crash on file choose (EDI import), TNX to G1OGY&lt;br /&gt;
* R-Contest, TNX to DF2ET&lt;br /&gt;
* BSD style -Wl,-map&lt;br /&gt;
* KST menu to select call when text scrolls fast&lt;br /&gt;
* SDL events in same thread on MacOs, TNX to SQ2JUL&lt;br /&gt;
* ADIF items update, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib rotar &lt;br /&gt;
* Trace hamlib rotars&lt;br /&gt;
* ` toggles split VFOs MAIN/SUB, TNX to OK1FIK&lt;br /&gt;
&lt;br /&gt;
=4.22=&lt;br /&gt;
2020-08-10&lt;br /&gt;
* New hamlib 3.3 in windows package, TNX to OK2WO, OZ9GE&lt;br /&gt;
* Fixed tucnakdw prefixes recognition (SK6), TNX to OZ9GE&lt;br /&gt;
* JO57 is SM6&lt;br /&gt;
* Libzia.pc&lt;br /&gt;
* Increased rotator timeout ranges&lt;br /&gt;
* Replaced obsolete glib macros&lt;br /&gt;
* New config.guess and config.sub for aarch64&lt;br /&gt;
* All c and h files are in utf-8&lt;br /&gt;
* New libbfd macros support&lt;br /&gt;
* Support for detailed tucnakdw, TNX to OK2WO&lt;br /&gt;
* QRG in QSOs window for M7IMF&lt;br /&gt;
* Do not print open hdkeyb error mesage&lt;br /&gt;
* Fixed crash under terminal with long name&lt;br /&gt;
* DARC VHF UHF uW contest, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.21=&lt;br /&gt;
2020-04-21&lt;br /&gt;
* EXC len 20 characters&lt;br /&gt;
* KST message from right click in log (bottom of screen)&lt;br /&gt;
* Rig error message showed&lt;br /&gt;
* Fixed rig device lock&lt;br /&gt;
* COM keying on single pin&lt;br /&gt;
* GCC warning fixes&lt;br /&gt;
* Autoconf obsolete macro remove, TNX to OK2JRQ&lt;br /&gt;
* Some files in UTF-8, TNX to OK2JRQ&lt;br /&gt;
* Next fix for update_deb.sh, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.20=&lt;br /&gt;
2020-01-29&lt;br /&gt;
* Fixed update_deb.sh, TNX to G1OGY&lt;br /&gt;
* GCC-10 fixes, TNX to Robert-André Mauchin&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* WSA multipliers update, TNX to DF2ET&lt;br /&gt;
* Fixed broken libpng.dll, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.19=&lt;br /&gt;
2020-01-10&lt;br /&gt;
* FSF address update, TNX to OK2JRQ&lt;br /&gt;
* WNA multipliers update, TNX to DF2ET&lt;br /&gt;
* HTTP server refresh, TNX to DF2ET&lt;br /&gt;
* K7FRY&#039;s locator map, TNX to G1OGY&lt;br /&gt;
* Different EXC length, TNX to DF2ET&lt;br /&gt;
* Fixes for OpenBSD&lt;br /&gt;
* Some warning fixes&lt;br /&gt;
* MacOS build, TNX to Vitaliy UT4UAZ&lt;br /&gt;
* Fixed build under FreeBSD 12.0&lt;br /&gt;
* Optional exchange in Cabrillo, TNX to DF2ET&lt;br /&gt;
* Fixed msvcr120.dll, TNX to OK1CDJ, OK5ZS  &lt;br /&gt;
&lt;br /&gt;
=4.18=&lt;br /&gt;
2019-09-04&lt;br /&gt;
* Fixed startup crash on Debian i386, TNX G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.17=&lt;br /&gt;
2019-09-01&lt;br /&gt;
* Valid QSO count for OK2WO&lt;br /&gt;
* Changed export extension ADIF-&amp;gt;ADI&lt;br /&gt;
* Fixed wifi interface name under Windows&lt;br /&gt;
* New libpng.dll&lt;br /&gt;
* Removed battery support under Windows&lt;br /&gt;
* Switch to VS2013 (toolset v120_xp)&lt;br /&gt;
* Fixed battery state detection win32&lt;br /&gt;
&lt;br /&gt;
=4.16=&lt;br /&gt;
2019-04-17&lt;br /&gt;
* Removed libusb0 under windows&lt;br /&gt;
* Contest Lombardia support&lt;br /&gt;
* Removed vhfcontest.net support&lt;br /&gt;
* Do not mark DUPE in expedition mode&lt;br /&gt;
&lt;br /&gt;
=4.15=&lt;br /&gt;
2018-11-13&lt;br /&gt;
* Us-ascii strings in Android to prevent charset-relate crash &amp;gt;= 7.0&lt;br /&gt;
* Worked WWLs in map displayed red&lt;br /&gt;
* WWL in KST users list, missing WWL multipliers displayed green&lt;br /&gt;
* SSID support for ON4KST chat&lt;br /&gt;
* PTT tail&lt;br /&gt;
* 59* (numeric keypad) is RST-S, TNX to OK5ZS&lt;br /&gt;
* Updated wetteronline rain map (site change)&lt;br /&gt;
&lt;br /&gt;
=4.14=&lt;br /&gt;
* Quiet mode for soundwrapper&lt;br /&gt;
* Uninstall cleanup on Windows&lt;br /&gt;
* Fixed &amp;quot;QRM&amp;quot; from remote rotator. TNX to OK1XDF&lt;br /&gt;
* Upgraded libftdi to 1.4 under MSVC&lt;br /&gt;
* Back to VS2010 for WinXP&lt;br /&gt;
* Cabrillo EXC indent&lt;br /&gt;
&lt;br /&gt;
=4.13=&lt;br /&gt;
2018-05-06&lt;br /&gt;
* Fixed new gcc warnings&lt;br /&gt;
* KST dark yellow of worked call, also not selected&lt;br /&gt;
* Lowered priority of A/C thread&lt;br /&gt;
* Compute A/C for whole QRV list&lt;br /&gt;
* Fixed crash on Android 7, TNX to OK1USW&lt;br /&gt;
* Fixed KST sort by NR&lt;br /&gt;
* Improved RIG timeout&lt;br /&gt;
* Fixed RIT read from rig&lt;br /&gt;
* MSVC120 (VS1013)&lt;br /&gt;
* Plane type and wingspan in map&lt;br /&gt;
* KST /sh us sent after connect&lt;br /&gt;
* QRV list rework&lt;br /&gt;
* KST QRB filter&lt;br /&gt;
* Ask for sked B&lt;br /&gt;
&lt;br /&gt;
=4.12=&lt;br /&gt;
2018-03-04&lt;br /&gt;
* KST color for station worked on actual band (dark yellow)&lt;br /&gt;
* KST color - station worked on all read-write bands is dark grey&lt;br /&gt;
* Fixed KST A/C info, call with -number &lt;br /&gt;
&lt;br /&gt;
=4.11=&lt;br /&gt;
2017-10-04&lt;br /&gt;
* X-QSO: in cabrillo, TNX to DO2HG&lt;br /&gt;
* German translation of program, TNX to DO2HG&lt;br /&gt;
* ON UBA contest in wizzard, TNX to DO2HG&lt;br /&gt;
* claimed live score to slovhf.net&lt;br /&gt;
* removed KST debug dump, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.10=&lt;br /&gt;
2017-08-30&lt;br /&gt;
* Rainscatter does not show low intensity rain&lt;br /&gt;
* New band multipliers for NAC&lt;br /&gt;
* Fx macros in CW window, TNX to DL5YBZ&lt;br /&gt;
* Fixed rotctld filename, TNX to DL4PD&lt;br /&gt;
* Fixed crash in DXC, TNX to DL4PD&lt;br /&gt;
* Fixed mingw compile&lt;br /&gt;
* Fixed compile errors witout SDL, TNX to OK1CDJ&lt;br /&gt;
&lt;br /&gt;
=4.09=&lt;br /&gt;
2017-02-15&lt;br /&gt;
* Fixed Spy crash, TNX to OK1CT&lt;br /&gt;
* Fixed hamlib rotator, TNX to OZ1CT&lt;br /&gt;
* Fixed update crash, TNX to DJ0QZ&lt;br /&gt;
* Fixed startup crash in text mode&lt;br /&gt;
* Fixes for FreeBSD 10.2&lt;br /&gt;
* Updated WNA/WSA scoring in support files &lt;br /&gt;
&lt;br /&gt;
=4.08=&lt;br /&gt;
2016-08-10&lt;br /&gt;
* Support for Multiplied exchanges&lt;br /&gt;
* Support for WNA and WSA Westphalia Activity&lt;br /&gt;
* DOKs in validated EXCs&lt;br /&gt;
* A/C smaller planes on smaller zoom&lt;br /&gt;
* JA in tucnakdw&lt;br /&gt;
* SDR without SDL&lt;br /&gt;
* Fixed localization crashes in SDL init&lt;br /&gt;
* Rainscatter maps&lt;br /&gt;
* Menu Set Mode for AM/FM/RTTY &lt;br /&gt;
&lt;br /&gt;
=4.07=&lt;br /&gt;
2016-04-29&lt;br /&gt;
* Fixed A/C feed load interrupt under minimal altitude&lt;br /&gt;
* A/C feed URL got from server&lt;br /&gt;
* Fixed text in the &amp;quot;Only digits mean&amp;quot; button &lt;br /&gt;
&lt;br /&gt;
=4.06=&lt;br /&gt;
2016-03-11&lt;br /&gt;
* Summary dialog before vhfcontest.net upload&lt;br /&gt;
* Stats WWL radius&lt;br /&gt;
* Fixed qsoglob in tucnakwiz for SSB Liga &lt;br /&gt;
* Fixed tucnakrc crash after downgrade&lt;br /&gt;
* Fixes for clang 3.5&lt;br /&gt;
* Fixed many rig PTT problems, TNX to G4ZTR&lt;br /&gt;
* Fixed race condition in rig initialization&lt;br /&gt;
* New rig option Force handshake NONE, TNX to G4ZTR&lt;br /&gt;
* Hamlib 3.1~git in windows package&lt;br /&gt;
* Fixed bug in first start in textmode&lt;br /&gt;
* Compile fixes for probably bug in gcc 4.6&lt;br /&gt;
* Support for libftdi 1.0&lt;br /&gt;
* Fixed bug in QSO trace under windows, TNX to SP6LTC &lt;br /&gt;
&lt;br /&gt;
=4.05=&lt;br /&gt;
2015-10-12&lt;br /&gt;
* Koel-Achen contest wizzard and EXC data, TNX to DL4PD&lt;br /&gt;
* Fixed bug in QRB compute JN54KP-JN54KP, TNX to IU4APB&lt;br /&gt;
* Ctrl+Up/Down in bandmap tunes rig to next spot&lt;br /&gt;
* Use in DXC window sets rig frequency&lt;br /&gt;
* Fixed AC start time display, TNX to OK3MAD&lt;br /&gt;
* Inverse display&lt;br /&gt;
* Fixed &amp;quot;ZC4:&amp;quot; bug in tucnakdw, TNX to DL7BST&lt;br /&gt;
* Fixed unifinished QSO without qsonr, TNX to DL7BST&lt;br /&gt;
* DXCC multipliers in HF window&lt;br /&gt;
* Included txt2inc.pl and master.scp, TNX to DL7BST&lt;br /&gt;
&lt;br /&gt;
=4.04=&lt;br /&gt;
2015-08-07&lt;br /&gt;
* Fixed rebuild scripts and libiberty detection&lt;br /&gt;
* Removed Crash test and Int.error test also from v4, TNX to SP2FRY&lt;br /&gt;
* Fixed italian translation, TNX to IK4XQT&lt;br /&gt;
* AC&#039;s sorted in z-order&lt;br /&gt;
* Fixed translations&lt;br /&gt;
&lt;br /&gt;
=4.03=&lt;br /&gt;
2015-06-04&lt;br /&gt;
* RSGB M7 support for G4ZTR&lt;br /&gt;
* Official Tucnak package in Debian, TNX to G8TMV&lt;br /&gt;
* tac2tuc.pl removed from install&lt;br /&gt;
* Modifications of build system to satisfy Debian&#039;s pbuild&lt;br /&gt;
* Fixed menu name, TNX to OZ1PIF&lt;br /&gt;
* Fixed A/C info without known locator&lt;br /&gt;
* Fixed A/C info crash, sw-&amp;gt;zoom was not set &lt;br /&gt;
&lt;br /&gt;
=4.02=&lt;br /&gt;
2015-05-12&lt;br /&gt;
* Fixed A/C freeze under WinXP, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.01=&lt;br /&gt;
2015-05-11&lt;br /&gt;
* Fixed bug in cor recalc on WinXP, TNX to OZ9GE&lt;br /&gt;
* Fixed A/C WWL update, TNX to OK1MZM&lt;br /&gt;
* Fixed update output parse&lt;br /&gt;
&lt;br /&gt;
=4.00=&lt;br /&gt;
* KST dump skip&lt;br /&gt;
* Fixes for development on Jessie&lt;br /&gt;
* Fixed missing WWLs in stats window, tnx to OZ9GE&lt;br /&gt;
* Fixed Sun position jun-sep&lt;br /&gt;
* Talk offline transfer&lt;br /&gt;
* Updated Czech translation&lt;br /&gt;
* Fixed scroll when searching in KST/DXC&lt;br /&gt;
* Fixed QSO hash, can cause bad call highlight in KST/DXC&lt;br /&gt;
* Fixed layout update in text mode after Misc options&lt;br /&gt;
* Fixed and optimized cor recalculation&lt;br /&gt;
* Airplane position is in the center of sign&lt;br /&gt;
* Fixed new format of A/C feed&lt;br /&gt;
* Updated KST server IP list&lt;br /&gt;
* Show ! in DXC when call brings new EXC multiplier&lt;br /&gt;
* Fixed CI-V address, TNX to OK1CDJ&lt;br /&gt;
* Allow up to 4 digits and letters in callsign&lt;br /&gt;
* Fixed crash when adding chart without opened contest, TNX to IZ3GME (ex IW3IKN).&lt;br /&gt;
* Fixed gen-conly script&lt;br /&gt;
* Italian translation, TNX to IK1RAC&lt;br /&gt;
* Anti-aliased qso cross in map&lt;br /&gt;
* Fixed cabrillo frequency and header, TNX to OK1UGE&lt;br /&gt;
* New countries in tucnakdw, TNX to F4CIB &lt;br /&gt;
* Remove branch number from package names&lt;br /&gt;
&lt;br /&gt;
* Fixed lintian errors and some warnings&lt;br /&gt;
* Fixed characters typed with right alt keyboard layout switch&lt;br /&gt;
* Optimized layout of OSK&lt;br /&gt;
* A/C info plot instead of QSO info&lt;br /&gt;
* Crossing A/C are blue&lt;br /&gt;
* Fixed http upload of long files (&amp;gt;cca 100kB)&lt;br /&gt;
* Fixed crash in wiki upload&lt;br /&gt;
* Set higher priority to cwdaemon thread on windows&lt;br /&gt;
* Fixed crash in main_msg_handled (CW:!)&lt;br /&gt;
* Fixed compile with some version of libbfd&lt;br /&gt;
&lt;br /&gt;
=3.28=&lt;br /&gt;
2014-09-29&lt;br /&gt;
* Window highlight searches for whole words&lt;br /&gt;
* Allow to use non-call as operator&lt;br /&gt;
* Fixed too many open files bug in SSB CQ&lt;br /&gt;
* Fixed mediawiki upload credentials&lt;br /&gt;
* Reverse portrait and landscape mode on Android&lt;br /&gt;
* Lower mouse accuracy needed for menu separators and borders, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=3.27=&lt;br /&gt;
2014-08-31&lt;br /&gt;
* Fixed KST A/C map crash, TNX to SP3IYM&lt;br /&gt;
* Fixed crash in vhfcontestnet upload&lt;br /&gt;
* Ask for sked and Message open OSK&lt;br /&gt;
* Fixed Alt+PNK in KST within OSK&lt;br /&gt;
&lt;br /&gt;
=3.26=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Fixed crash in QRV window redraw, TNX to OZ7Z&lt;br /&gt;
&lt;br /&gt;
=3.25=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Reload interfaces button in Network info&lt;br /&gt;
* Spy shows error when contest is long&lt;br /&gt;
* Android notification and service&lt;br /&gt;
* Fixed crash on Android 4.4 KitKat, TNX to my wife Bara&lt;br /&gt;
* Fixed OSK KST Alt+K, Ctrl+K, TNX to OK1MZM&lt;br /&gt;
* Fixed OSK size, OSK close button click area, out of OSK clicks pass, TNX to OK1MZM&lt;br /&gt;
* QRV list create in menu Subwins-&amp;gt;Add contest&lt;br /&gt;
* Wiki report upload to mediawiki site&lt;br /&gt;
* EDI log upload to www.vfhcontest.net&lt;br /&gt;
* Fixed HF Edit QSO bug, TNX to F5NLG&lt;br /&gt;
* Removed Crash test and Int.error test, TNX to DL4DZ&lt;br /&gt;
* hamlib uses win32 api for FUNcube&lt;br /&gt;
* SDR right button drag tunes radio&lt;br /&gt;
* Fixed many SDR bugs&lt;br /&gt;
&lt;br /&gt;
=3.24=&lt;br /&gt;
2014-06-12&lt;br /&gt;
* Experimental support for SDR&lt;br /&gt;
* Fixed wifi UDP negotiation on Android&lt;br /&gt;
* Fixed band change tucnak-&amp;gt;radio&lt;br /&gt;
* Fixed rig lock problem&lt;br /&gt;
* Translate 0xd8 to 0 in KST&lt;br /&gt;
* Fixed spy and contest load when remote node is connected&lt;br /&gt;
* Fixed bad comparison in initialization, TNX to David Binderman&lt;br /&gt;
* Fixed gain display of QTF=8, tnx to OZ9GE&lt;br /&gt;
* Anti-aliased map in HTML/wiki exports and over HTTP&lt;br /&gt;
* Speed up window resizing &lt;br /&gt;
* Remember maximized state under Windows&lt;br /&gt;
* Fixed crash causet by too small application window&lt;br /&gt;
* Bigger font allowed in on screen keyboard&lt;br /&gt;
* Bigger font for higher resolution at startup&lt;br /&gt;
* Window maximized at startup&lt;br /&gt;
* Open web browser with WWL in Call info&lt;br /&gt;
* Do not preload checkboxes in Load from network dialog when loading from same host&lt;br /&gt;
* Autorepeat in OSK&lt;br /&gt;
* Inputline	history works in OSK&lt;br /&gt;
* Show battery state &lt;br /&gt;
* Support for arbitrary category (PSect in EDI)&lt;br /&gt;
* Fixed ftdi_usb_get_strings detection under &#039;nixes and msvc&lt;br /&gt;
* Fixed multipliers in CQSOs EDI line, TNX to OZ1FF&lt;br /&gt;
* Fixes in Scope/FFT window&lt;br /&gt;
* Fixed hamlib configure path&lt;br /&gt;
* Fixed redraw of focus rectangle around window&lt;br /&gt;
&lt;br /&gt;
=3.23=&lt;br /&gt;
2013-12-28&lt;br /&gt;
* New windows icon resolutions&lt;br /&gt;
* Seconds marks in Player window&lt;br /&gt;
* Send locator to KST during connect chat&lt;br /&gt;
* Experimental focus rectangle around window&lt;br /&gt;
* Experimental portrait orientation under Android&lt;br /&gt;
* Support for RSGB M5-type contests&lt;br /&gt;
* Fixed external tucnakwiz load under windows&lt;br /&gt;
* Fixed many SSB CQ and recording issues&lt;br /&gt;
* Fixed FFT redraw after ssbd file format change&lt;br /&gt;
* Fixed wav play fail under Android&lt;br /&gt;
* Accelerated vertical window scroll under Android  &lt;br /&gt;
* Fixed scope window flashing when recording&lt;br /&gt;
* Fixed device lockfile delete&lt;br /&gt;
* Fixed serial port detect under Android&lt;br /&gt;
&lt;br /&gt;
=3.22=&lt;br /&gt;
2013-11-05&lt;br /&gt;
* Serial port detection in Info&lt;br /&gt;
* Battery state in Info&lt;br /&gt;
* Close button in on screen keyboard&lt;br /&gt;
* Drag menu selection by mouse/touch&lt;br /&gt;
* Location update by click on Android&lt;br /&gt;
* Fixed lockfile path on Arch linux, TNX to DF4OR&lt;br /&gt;
* Playing SSB CQ on Android&lt;br /&gt;
* Android API back to 4 (Android 1.6)&lt;br /&gt;
* Fixed shift in on screen keyboard&lt;br /&gt;
* Fixed under cursor nummer-ended call recognition in KST/DXC&lt;br /&gt;
* Fixed spy state request after contest load&lt;br /&gt;
* Fixed screen layout with spy activated&lt;br /&gt;
* Inputline history in touch mode&lt;br /&gt;
* On screen keyboard capslock&lt;br /&gt;
* Fixed settings on Android&lt;br /&gt;
* Save/restore state on Android after apps switch&lt;br /&gt;
* Fixed menu Window-&amp;gt;Open connection&lt;br /&gt;
* On screen keyboard replace Fn with star&lt;br /&gt;
* On screen keyboard swap comma and question mark&lt;br /&gt;
* On screen keyboard shows same case size as it writes&lt;br /&gt;
* Shake on end of scroll in windows&lt;br /&gt;
* Reversed QSO scroll direction, no QSO highlight&lt;br /&gt;
* Faster window scroll in touch mode&lt;br /&gt;
&lt;br /&gt;
=3.21=&lt;br /&gt;
2013-09-03&lt;br /&gt;
* Disable screensaver on Android (off by default)&lt;br /&gt;
* New touch keyboard symbols&lt;br /&gt;
* Geolocation in Info on Android&lt;br /&gt;
* Actual locator in new contest on Android&lt;br /&gt;
* Fixed swap import, TNX to OK1HRA&lt;br /&gt;
* Ignored spy lines in old contest&lt;br /&gt;
* Fixed screen layout after Log lines change&lt;br /&gt;
* Removed &amp;gt;&amp;lt; in A/C result&lt;br /&gt;
* QSOs cursor jumps to last qso when window is activated&lt;br /&gt;
* Scroll in search results in kst and dxc windows&lt;br /&gt;
* Use of call (kst, dxc, sked, qrv) adds call to inputline history&lt;br /&gt;
* Fixed Shift+F3 in contest&lt;br /&gt;
* Set PTT over CAT&lt;br /&gt;
* Fixed rig_open error reporting&lt;br /&gt;
* Get locator also from QRV database&lt;br /&gt;
* Change font in first Contest def dialog&lt;br /&gt;
* Fixed NAC on 70MHz&lt;br /&gt;
* Fixed A/C load (included in 3.20-android)&lt;br /&gt;
&lt;br /&gt;
=3.20=&lt;br /&gt;
2013-06-14&lt;br /&gt;
* Fixed crash after TAB in text mode, tnx to OK1HRA&lt;br /&gt;
* Fixed database load in New contest from net over slow link&lt;br /&gt;
* Fixed negative float number read from tucnakrc&lt;br /&gt;
* rigctl.exe and rigctld.exe in msvc package&lt;br /&gt;
* Hamlib 1.2.15.3-zia in msvc package&lt;br /&gt;
* Fixed tucnakwiz load&lt;br /&gt;
* NAC is also on 70MHz, TNX to OZ1FF&lt;br /&gt;
* Fixed shell close under Win32&lt;br /&gt;
* Fix QRG decimal dots in QRG&lt;br /&gt;
* Rotar description on main screen&lt;br /&gt;
* Select in QRV window &lt;br /&gt;
* Testing support for A/C prediction&lt;br /&gt;
* Fixed Home in Chart window under linux&lt;br /&gt;
* Support for serial numbers for FTDI converters&lt;br /&gt;
* Many fixes and improvements in rig control&lt;br /&gt;
* Fixed crash in file unlock&lt;br /&gt;
* Improved rig trace&lt;br /&gt;
* Alt+F10 maximize/restore window under msvc/mingw&lt;br /&gt;
* Improved settings under msvc&lt;br /&gt;
&lt;br /&gt;
=3.19&lt;br /&gt;
2013-04-28&lt;br /&gt;
* Automake silent rules&lt;br /&gt;
* File libzia*.so.d moved to /usr/lib/libzia&lt;br /&gt;
* Fixed CQ repeat timer, TNX to OK2WO&lt;br /&gt;
* Removed OS Shell in SDL mode, TNX to OK2WO&lt;br /&gt;
* Can select menu item checbox also by mouse/touch&lt;br /&gt;
* Close OSK before DUPE dialog &lt;br /&gt;
* Ctrl+Y clears also OSK inputline&lt;br /&gt;
* Fixed platform trailing &#039;x&#039;&lt;br /&gt;
&lt;br /&gt;
=3.18=&lt;br /&gt;
2013-04-24&lt;br /&gt;
* Initial locator load on android&lt;br /&gt;
* Fixed -d argument under msvc and mings&lt;br /&gt;
* Fixed bug in SWP load (unbelievable, must be here many years)&lt;br /&gt;
* Sndfile is optional&lt;br /&gt;
* Disabled rotar description in menu&lt;br /&gt;
* Update for EEE&lt;br /&gt;
* Again fixed checkbox in Shell menu item&lt;br /&gt;
* Fixed Invalid option message&lt;br /&gt;
* Fixed empty space redraw in text mode&lt;br /&gt;
* Fixed Bad auth message&lt;br /&gt;
* Probably fixed crash of deb&#039;s tucnak on wheezy, TNX to OK1TKP&lt;br /&gt;
* New option No device locks&lt;br /&gt;
* Removed use of deprecated GMemChunk&lt;br /&gt;
* Fixed most of warnings for gcc 4.7&lt;br /&gt;
* Improved sound latency&lt;br /&gt;
* Fixed hamlib debug mode (OR of enabled rigs)&lt;br /&gt;
* Export to text file for KST and DXC windows&lt;br /&gt;
* Dump RW bands and hashes for diagnostics of problem caught in March contest&lt;br /&gt;
* Export as EDI fill operators when field is empty&lt;br /&gt;
* In touch mode screenshot is without keyboard&lt;br /&gt;
* Show stars instead of KST password &lt;br /&gt;
* Distribute RIT over rigs&lt;br /&gt;
* QRG can be entered without contest&lt;br /&gt;
* Experimental support for more rigs&lt;br /&gt;
* Fixed up arrow in QSOs window with Show All on&lt;br /&gt;
* Add contest and Add files menu items in Chart subwin/context menu&lt;br /&gt;
&lt;br /&gt;
=3.17=&lt;br /&gt;
2013-02-25&lt;br /&gt;
* Fixed secondary DXCC prefix recognition&lt;br /&gt;
* Fixed crash in empty QRV list using mouse wheel, TNX to OZ9F&lt;br /&gt;
* Fixed worked QSO color after QSO edit&lt;br /&gt;
* CEPT prefix and suffix sensitive QRV list (tnx to G1OGY)&lt;br /&gt;
* Support for debug info from dynamic libzia&lt;br /&gt;
* Fixed checkbox in Shell menu item&lt;br /&gt;
&lt;br /&gt;
=3.16=&lt;br /&gt;
2013-01-09&lt;br /&gt;
* Winkey over TCP/IP&lt;br /&gt;
* Fixed internal error message, TNX to OK1CDJ&lt;br /&gt;
* Removed QRB QSO check warning&lt;br /&gt;
* DXCC name in call info&lt;br /&gt;
* Enter without contest runs call info&lt;br /&gt;
* Fixed libzia compile --without-gtk&lt;br /&gt;
* Fixed TUCNAK_DEBUG variable (broken since 3.00)&lt;br /&gt;
* Removed support for winkey+davac4 (never 100% working)&lt;br /&gt;
* Fixed unix shell echo without PTY&lt;br /&gt;
* Idea: OSK keeps worked QSO visible&lt;br /&gt;
* Support for libsndfile (no SSB CQ/rec now) under android&lt;br /&gt;
* Support for hamlib under android&lt;br /&gt;
* Confirm call/exc/wwl by mouse click&lt;br /&gt;
* Android key trace&lt;br /&gt;
* Android menu key opens menu&lt;br /&gt;
* Rewritten parts of mouse handling code for drag window scroll&lt;br /&gt;
* In touch mode DXC/KST click always shows context menu&lt;br /&gt;
* Swap ENTER and BS on OS keyboard&lt;br /&gt;
* Released public beta od android&lt;br /&gt;
* Map icons Home, Zoom in, Zoom out&lt;br /&gt;
* Touch control&lt;br /&gt;
* New font 18x32&lt;br /&gt;
* Private release of beta Android&lt;br /&gt;
* Scroll DXC bandmap using Shift+Arrows, PageUp, PageDown, Home&lt;br /&gt;
* Frequency in QRV list takes only needed space&lt;br /&gt;
* Higlighted line in bandmap and qrv list changed from inverse to [...]&lt;br /&gt;
* Polish language file, TNX to SP5QWB&lt;br /&gt;
* Fixed sound type without portaudio&lt;br /&gt;
* Uploaded transitional debian package tucnak2 -&amp;gt; tucnak3&lt;br /&gt;
* Insert in chart window chooses contest instead of file&lt;br /&gt;
* Settings and Info in Help menu (corresponds to -s and -i command line arguments)&lt;br /&gt;
* Improved network contest load with long databases over slow links&lt;br /&gt;
* Re-arranged Network and Trace dialog&lt;br /&gt;
* Fixed remote connect to local host&lt;br /&gt;
* Fixed ] in talk window&lt;br /&gt;
* OK? at end of Ask for sked&lt;br /&gt;
* Fixed crash in wiki export in text mode&lt;br /&gt;
* --with-pkg configure argument&lt;br /&gt;
* Fixed platform and machine type under mingw&lt;br /&gt;
&lt;br /&gt;
=3.15=&lt;br /&gt;
2012-10-25&lt;br /&gt;
* Own update system for deb.i386, deb.amd64 and msvc&lt;br /&gt;
* Inputline history increased to 30 items&lt;br /&gt;
* Right click in title of QRV part of KST window choose optional QRV column&lt;br /&gt;
* When QRV sort is by QTF or KST, the QTF is shown in QRV part of KST window&lt;br /&gt;
* Can clicn to QRV column headers in QRV window to sort items&lt;br /&gt;
* Can click to QRV column headers in KST window to sort items&lt;br /&gt;
* Support for mouse in QRV part of KST window&lt;br /&gt;
* Support for incorrect KST /CQ command recognition &#039;&amp;gt; (0) (CALL) ...&#039;&lt;br /&gt;
* Improved search in KST window (no right move, highlight search pattern)&lt;br /&gt;
* Accidentaly entered 2-7 numbers in KST are processed as contest exchange (RST,NR)&lt;br /&gt;
* Fixed accidental kill when shell terminated under linux&lt;br /&gt;
* Fixed codepage od DNS errors under msc/mingw&lt;br /&gt;
* Fixed socket connected handler in KST, DXC (should not happen in real life)&lt;br /&gt;
* Operator change mark in chart, operator show in title&lt;br /&gt;
* Removed old New from net&lt;br /&gt;
* Removed old spy&lt;br /&gt;
* Mass R-O band set Bands-&amp;gt;Set read-only&lt;br /&gt;
* QRV info showed instead of top log line to save space&lt;br /&gt;
* QRV info show also for dupe&lt;br /&gt;
* Ctrl+L under SDL switches to 24G. Without SDL means terminal redraw.&lt;br /&gt;
* Fixed SSID-calls add to C_W&lt;br /&gt;
* Fixed chart points axis description&lt;br /&gt;
* Changed font for msie in httpd&lt;br /&gt;
&lt;br /&gt;
=3.14=&lt;br /&gt;
2012-10-04&lt;br /&gt;
* Fixed contest load with 0 points&lt;br /&gt;
* Fixed new cty.dat load, tnx to 9A4ZM&lt;br /&gt;
&lt;br /&gt;
=3.13=&lt;br /&gt;
2012-10-03&lt;br /&gt;
* Fixed right click out of windows titles&lt;br /&gt;
* QTF in QRV window right aligned&lt;br /&gt;
* Allow reverse sort in QRV window&lt;br /&gt;
* Fixed crash in New Contest, tnx to SP5QWB&lt;br /&gt;
* Fixed alternative slash key in QRV window, tnx to 9A4ZM&lt;br /&gt;
* Updated cty.dat (2O12L)&lt;br /&gt;
* Libzia-ver.so.d distributet, not working &lt;br /&gt;
&lt;br /&gt;
=3.12=&lt;br /&gt;
2012-10-01&lt;br /&gt;
* Fixed debian build --without-bfd&lt;br /&gt;
* Fixed libzia&#039;s settins include in deb&lt;br /&gt;
* Band multiplier for NAC&lt;br /&gt;
* Alternative priority set to 50 (tucnak2 has 40)&lt;br /&gt;
* Remote host is resolved&lt;br /&gt;
* Fixed resolve error handle under platforms with getaddrinfo&lt;br /&gt;
* Must not enter first two letters of locator (60LJ is JO60LJ for stn. from JN69)&lt;br /&gt;
* Removed direct backtrace from internal_error&lt;br /&gt;
* Fixed tucnak.d and bfd_open path&lt;br /&gt;
* Autosave and floppy save fixes, TNX to OZ7Z&lt;br /&gt;
* Platform and version to crash messageboxes&#039;s titles&lt;br /&gt;
&lt;br /&gt;
=3.11=&lt;br /&gt;
2012-09-21&lt;br /&gt;
* Left click on window tab shows context menu same as Subwins&lt;br /&gt;
* Run mode stat next to WPM indicator&lt;br /&gt;
* New hotkey Ctrl+R (tnx to 9A4ZM)&lt;br /&gt;
* Use speaker hidden under windows&lt;br /&gt;
* Fixed text in tucnak3.desktop&lt;br /&gt;
* QRV list transferred by New From Network&lt;br /&gt;
* Fixed network reconnect when remote is connected&lt;br /&gt;
* Enter in log window adds empty line for &lt;br /&gt;
* Fixed accidental stdin close in winkey/rotator&lt;br /&gt;
* New option net_remote_enable&lt;br /&gt;
* Fixed color of lowercase KST call&lt;br /&gt;
* Removed debugging of P3 command&lt;br /&gt;
* Page Up in QSOs window wraps to end of list, TNX to OK1XDF&lt;br /&gt;
* Fixed heap corruption after twice sf_close() when recording device cannot be opened&lt;br /&gt;
* Binary zloc in libzia/src&lt;br /&gt;
* Deb dependency to libzia of same version&lt;br /&gt;
* Use -release in libzia creation&lt;br /&gt;
&lt;br /&gt;
=3.10=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Removed libbfd from debian build because binutils versions incompatibility&lt;br /&gt;
* Fixed crash after tab in welcome dialog probably only under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.09=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Backtrace uses map file under mingw&lt;br /&gt;
* Updated backtrace for msvc&lt;br /&gt;
* Fixed winkey also under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.08=&lt;br /&gt;
2012-08-14&lt;br /&gt;
* Fixed winkey, TNX to OK1HRA&lt;br /&gt;
* Unhandled Exception under mingw&lt;br /&gt;
* Fixed compile under OpenSuse due broken binutils-devel&lt;br /&gt;
* Platform in window title and on some next places&lt;br /&gt;
* Fixed impout.dll for paralel port under mingw&lt;br /&gt;
* Included settings from libzia&lt;br /&gt;
* Fixed parameter parse (-i) under msvc/mingw&lt;br /&gt;
* Example tucnaknames and tucnakcw in binary&lt;br /&gt;
* Enter in Welcome dialog does not run Language choose&lt;br /&gt;
&lt;br /&gt;
=3.07=&lt;br /&gt;
2012-08-07&lt;br /&gt;
* Can be compiled under mingw, not tested&lt;br /&gt;
* Fixed IPV6 resolving, tnx to CT1DRB&lt;br /&gt;
* Fixed -liberty compile on OpenSuse, tnx to CT1DRB&lt;br /&gt;
* SDL keyboard delay/rate taken from system under MSVC&lt;br /&gt;
* Fixed operator send for Network Info&lt;br /&gt;
* Fixed jump to first QSO in QSOs findow when first fucused&lt;br /&gt;
* Fixed WAV search after Ctrl+P in QSOs window under MSVC&lt;br /&gt;
* $E in default ssbd_template&lt;br /&gt;
* Repeated play in Player window&lt;br /&gt;
* Fixed subwin inputlines position without resize&lt;br /&gt;
* Thread names for debugging&lt;br /&gt;
* Band name in QSO info&lt;br /&gt;
* Suspicious chars ?! are red&lt;br /&gt;
* QSO check after call/locator enter&lt;br /&gt;
* Maybe fixed rig QRG resend after band change &lt;br /&gt;
&lt;br /&gt;
=3.06=&lt;br /&gt;
2012-07-25&lt;br /&gt;
* Probably fixed fftw but not released&lt;br /&gt;
* Msvc version uses Release build to improve speed&lt;br /&gt;
* Fixed X11/putty mouse handle for coordinates&amp;gt;94&lt;br /&gt;
* Fixed RBN call selection in DXC window&lt;br /&gt;
* Fixed background on gnome-terminal&lt;br /&gt;
* Fixed DXC spots in HF window&lt;br /&gt;
* Fixed Shell window under Linux&lt;br /&gt;
* Code cleanup&lt;br /&gt;
* Httpd options dialog&lt;br /&gt;
* Fixed httpd SO_REUSEADDR&lt;br /&gt;
* Fixed DXC spot parse&lt;br /&gt;
&lt;br /&gt;
=3.05=&lt;br /&gt;
2012-07-18&lt;br /&gt;
* Fullscreen Ctrl+F11&lt;br /&gt;
* Font change Ctrl+, Ctrl-, Ctrl0&lt;br /&gt;
* New font 8x13&lt;br /&gt;
* Disabled portaudio in linux build because ubuntu segfault in Pa_Initialize&lt;br /&gt;
* Speedup: calls are not compared using regular expressions&lt;br /&gt;
* Speedup: calls are hold also in hash&lt;br /&gt;
* Oh mistake and Ask for sked in KST window&lt;br /&gt;
* QSOs from all bands in QSOs window&lt;br /&gt;
&lt;br /&gt;
=3.04=&lt;br /&gt;
2012-07-03&lt;br /&gt;
* Fixed Tucnak data.lnk&lt;br /&gt;
* Window title is Tucnak instead of tucnak3&lt;br /&gt;
* New contest from network (flood)&lt;br /&gt;
* New spy method (flood)&lt;br /&gt;
* Fixed operator load from contest files&lt;br /&gt;
* Connection to remote tucnak&lt;br /&gt;
* Kill connection in Subwin menu&lt;br /&gt;
&lt;br /&gt;
=3.03=&lt;br /&gt;
2012-06-18 (R1724)&lt;br /&gt;
* red highlight of 73-like KST messages&lt;br /&gt;
* turn on SSBWAY pin also during CW CQ to allow CQ on more band simultaneously&lt;br /&gt;
* dark yellow calls in subwin only when worked on all read-write bands&lt;br /&gt;
* fixed crash when sdl cannot be initialized&lt;br /&gt;
* kst logged QRV stations from QRV list&lt;br /&gt;
* fixed accidental QRV list sort change when subwin is leaved with Alt+number&lt;br /&gt;
* changed color of qsos and qso gain in map subwin&lt;br /&gt;
* svn version (revision) compiled-in in binary&lt;br /&gt;
* fixed crash after contest wizard, TNX to OK3MAD&lt;br /&gt;
* call selection and right mouse in qrv subwin&lt;br /&gt;
* QSO window does not loose focus when switched to it&lt;br /&gt;
* QSO window does not switch to last QSO when focused&lt;br /&gt;
&lt;br /&gt;
=3.02=&lt;br /&gt;
2012-05-09 (R1637)&lt;br /&gt;
* fixed SSID&#039;ized call info and call use in KST and DXC&lt;br /&gt;
* fixed crash after home key in KST and DXC&lt;br /&gt;
* fixed crash in quicksearch&lt;br /&gt;
* fixed Diskfree text in audio dialog&lt;br /&gt;
* fixed dxc_host delete&lt;br /&gt;
* link with libzia can be static or dynamic&lt;br /&gt;
* fixed new contest crash bug&lt;br /&gt;
&lt;br /&gt;
=3.01=&lt;br /&gt;
2012-05-02&lt;br /&gt;
* fixed fftw sample count handle&lt;br /&gt;
* updated libfftw3 3.3.1 to pl1 for msvc&lt;br /&gt;
* qrg entry in khz (.144300)&lt;br /&gt;
* bandmap in dxc window&lt;br /&gt;
* new key l in map&lt;br /&gt;
* disable screensaver under msvc&lt;br /&gt;
* format of -i&lt;br /&gt;
* libusb in installer&lt;br /&gt;
* fixed time_t 64bit bug, tnx to G1OGY&lt;br /&gt;
* highlighted item in sked window, enter send to worked qso&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* rotator poll interval&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* portautio must be at least version 0.19&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* wider beamwidth in map&lt;br /&gt;
* sked dialog rewrite, removed we_call and skedshift&lt;br /&gt;
* charts are per band&lt;br /&gt;
* loading of txt into chart loads also other bands&lt;br /&gt;
* qso gain in for photo&lt;br /&gt;
* alt+f4 closes tucnak under windows&lt;br /&gt;
* progress indicator during exports and qso check&lt;br /&gt;
* chart points axis value round&lt;br /&gt;
* chart time axis extremes snapped to hours&lt;br /&gt;
* removed charset menu&lt;br /&gt;
* newline adter map image in wiki export&lt;br /&gt;
* fixed portable calls in KST, DXC&lt;br /&gt;
* QRB, QTF in Call info&lt;br /&gt;
* removed Not mounted message when no floppy is defined&lt;br /&gt;
* fixed floppy save under msvc&lt;br /&gt;
&lt;br /&gt;
=3.00=&lt;br /&gt;
* first test - march contest 2012 OK2M&lt;br /&gt;
* change SDL key repeat&lt;br /&gt;
* azimuthal star in map&lt;br /&gt;
* simplyfied first contest options&lt;br /&gt;
* (untested) support for hamlib rotators&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* macro $J&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* kst reads cwdb and namedb from /sh us command&lt;br /&gt;
* double font height&lt;br /&gt;
* readonly flag in bands menu&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
* mast icon in map&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
* common code moved to libzia&lt;br /&gt;
* split header.h into more smaller headers&lt;br /&gt;
* memory allocations only from glib&lt;br /&gt;
* removed cba_t&lt;br /&gt;
* forked v3 &lt;br /&gt;
&lt;br /&gt;
=2.48=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* renamed debian to debian.unofficial&lt;br /&gt;
* removed -lusb, tnx to EA4TV&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* fixed possible pointer shot of &#039;\0&#039; behind last_screen&lt;br /&gt;
&lt;br /&gt;
=2.47=&lt;br /&gt;
2011-02-16&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* fixed band LO freq&lt;br /&gt;
* debian/ updates for Jaime EA4TV&lt;br /&gt;
&lt;br /&gt;
=2.46=&lt;br /&gt;
2011-01-18&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* accpet portaudio options in tucnakrc&lt;br /&gt;
* accept subwin KST(15) as Shell in tucnakrc&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
&lt;br /&gt;
=2.45=&lt;br /&gt;
2011-10-12&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* strip binaries in deb package&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* support for libpng 1.5, tnx to DL1JBE &lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
&lt;br /&gt;
=2.44=&lt;br /&gt;
2011-07-29&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
&lt;br /&gt;
=2.43=&lt;br /&gt;
2011-06-28&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
&lt;br /&gt;
=2.42=&lt;br /&gt;
2011-05-31&lt;br /&gt;
* fixed crash in contest close&lt;br /&gt;
* forked v3&lt;br /&gt;
&lt;br /&gt;
=2.41=&lt;br /&gt;
2011-05-25&lt;br /&gt;
* released as tribute to Douglas Adams. Don&#039;t panic!&lt;br /&gt;
* fixed trace_sock&lt;br /&gt;
* fixed udev script - usb_device -&amp;gt; usb&lt;br /&gt;
* fixed some gcc warnings&lt;br /&gt;
* html/http/wiki exports map and chart as png&lt;br /&gt;
* http server for contest progress presentation&lt;br /&gt;
* changed fifo time format to HH:MM&lt;br /&gt;
* fixed wiki map description&lt;br /&gt;
* fixed volume indicator flicker&lt;br /&gt;
* fixed trace condition&lt;br /&gt;
* show chart files without sdl&lt;br /&gt;
* fixed grid &amp;amp; boundaries in map, tnx to DG6MAN &lt;br /&gt;
* libgpm is disabled by default&lt;br /&gt;
* fixed player and chart windows add&lt;br /&gt;
* fixed network interfaces detect&lt;br /&gt;
* ignored duplicate $GLIB_CFLAGS, $GLIB_LIBS in configure.in&lt;br /&gt;
* new macros in tucnak -s&lt;br /&gt;
&lt;br /&gt;
=2.40=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* added _cv_ in autoconf cached variables&lt;br /&gt;
* updated missing script&lt;br /&gt;
* fixed iconv detection&lt;br /&gt;
* fixed tucnakrc load under WIN32&lt;br /&gt;
* sdev trace&lt;br /&gt;
* trace rewrite&lt;br /&gt;
* split master db into more strings&lt;br /&gt;
* rewritten cbr items choice for OKOM DX&lt;br /&gt;
* compile under msvc and ming but unusable at this time&lt;br /&gt;
* fixed qrv edit/insert (should overwrite another item)&lt;br /&gt;
* added player (and chart) window types in Add subwin&lt;br /&gt;
* removed testing code for Ctrl+P in main inputline&lt;br /&gt;
* experiments with waterfall palette and filtering&lt;br /&gt;
* frequency axis in fft scope&lt;br /&gt;
* frequency argument in soundwrapper for testing&lt;br /&gt;
* tab complete file in file import&lt;br /&gt;
* chart subwin&lt;br /&gt;
* fixed cursor position in inputline history alt+h&lt;br /&gt;
* degree sign in C_W quick search&lt;br /&gt;
* fixed alt+letter in qrv search&lt;br /&gt;
* rig error code instead of qrg&lt;br /&gt;
* changed rig debug level&lt;br /&gt;
* fixed rigs with unsupported rig_get_vfo()&lt;br /&gt;
* +1/-1 alloc bugs detection with --enable-leak-debug&lt;br /&gt;
* fixed qrv insert from keyboard&lt;br /&gt;
* fixed text upcase in qrv insert/edit&lt;br /&gt;
&lt;br /&gt;
=2.39=&lt;br /&gt;
2011-02-25&lt;br /&gt;
* fixed ftdi_context portability between libftdi versions&lt;br /&gt;
* qso gain diagram&lt;br /&gt;
* qrv gain diagram respects worked count&lt;br /&gt;
* qrv item insert&lt;br /&gt;
* qrv item edit&lt;br /&gt;
* new contest loads ~/tucnak/qrv&lt;br /&gt;
* fixed qrv points drawing when mouse move&lt;br /&gt;
&lt;br /&gt;
=2.38=&lt;br /&gt;
2011-02-20&lt;br /&gt;
* fixed bug in map window during contest load&lt;br /&gt;
* fixed memory alloc problem in master db&lt;br /&gt;
* degree sign as hexa constant 0xb0&lt;br /&gt;
* rewritten qrv database&lt;br /&gt;
* fixed master database comment filter&lt;br /&gt;
* increased length of contest option numbers, tnx to RU2FM&lt;br /&gt;
* calls from master database are never deleted&lt;br /&gt;
* fixed contest date in contest options&lt;br /&gt;
* qso check warning if exists remark&lt;br /&gt;
* fixed qsonr in cabrillo output, tnx to OK1HRA&lt;br /&gt;
* fixed avg unit pts/km in wiki and html output&lt;br /&gt;
* fixed compile without various --without combinations&lt;br /&gt;
* removed forgotten font13x24.png create&lt;br /&gt;
* QRG in edit QSO&lt;br /&gt;
* correct size of screenshots in HTML export&lt;br /&gt;
* fixed runmode CQ without hamlib, tnx to DL1JBE&lt;br /&gt;
* fixed Ctrl+3 to Ctrl+9 under SDL&lt;br /&gt;
* wav player seems to be usable&lt;br /&gt;
&lt;br /&gt;
=2.37=&lt;br /&gt;
2010-10-27&lt;br /&gt;
* two letters input moved to unresolved area&lt;br /&gt;
* fixed some minors in runmode, tnx to OK3MAD&lt;br /&gt;
* fixed soundwrapper sound frequency&lt;br /&gt;
* rewritten runmode for A1/MMC&lt;br /&gt;
* fixed runmode CQ only in CW mode (TNX to OK1HRA/TC03W)&lt;br /&gt;
* fixed runmode TU&lt;br /&gt;
* skeleton for wiki publish&lt;br /&gt;
* fixed TU give in run mode&lt;br /&gt;
* &amp;gt; for qrb&amp;gt;average in qsocheck&lt;br /&gt;
* changed delay between hamlib rig calls for slow radios&lt;br /&gt;
* fixed string truncate in inputline insert&lt;br /&gt;
* rig freq read reads from actual VFO&lt;br /&gt;
* rig mode change keeps bandwidth&lt;br /&gt;
* fixed autogive=0&lt;br /&gt;
* expedition mode&lt;br /&gt;
&lt;br /&gt;
=2.36=&lt;br /&gt;
2010-09-27&lt;br /&gt;
* fixed rig ID choose&lt;br /&gt;
* fixed segv in loading of contest with HF window and &amp;gt; 6 active bands&lt;br /&gt;
* do not add &#039;similar call&#039; to qsocheck when this call is also worked&lt;br /&gt;
* set rig handshake to none (default for TS850 is CTS/RTS)&lt;br /&gt;
* set rig timeout to 500ms (480s is unusable)&lt;br /&gt;
* gdb and rigctl under cygwin&lt;br /&gt;
* fixed cygncurses-9 dependency for sh.exe under cygwin&lt;br /&gt;
* updated tucnakdw (4X, ZC4, many UA)&lt;br /&gt;
* improved edit qso time parsing&lt;br /&gt;
* autogive mode after some typed chars&lt;br /&gt;
* macro $B&lt;br /&gt;
* bell sign for character 7 under sdl&lt;br /&gt;
* in macro $I dots are replaced by question marks&lt;br /&gt;
* added baudrate for rig control&lt;br /&gt;
* fixed R9SA parsing as report (tnx to OK1HRA)&lt;br /&gt;
* WAZ and ITU in HF window&lt;br /&gt;
* rewritten exc list in HF window&lt;br /&gt;
* master call database&lt;br /&gt;
* fixed SFI parse&lt;br /&gt;
* &amp;quot;live&amp;quot; QSO list in HF window&lt;br /&gt;
* enlarged layout of HF window&lt;br /&gt;
* updated UA wwls in tucnakdw&lt;br /&gt;
* fixed missing excs display&lt;br /&gt;
* argument -m sets time from master PC&lt;br /&gt;
* &#039;c&#039; key for center screen to QTH&lt;br /&gt;
* &#039;p&#039; key for photo in map&lt;br /&gt;
* fixed second part of CQSOs for method 16&lt;br /&gt;
* summery table with links to bands in html export&lt;br /&gt;
* fixed buffer and period time to ms (was us)&lt;br /&gt;
* similar calls are computed using Levenshtein distance&lt;br /&gt;
* cleared qso check message&lt;br /&gt;
* fixed top10 formatting for qrb&amp;gt;=1000 km&lt;br /&gt;
* reverted to old udev rule style (for lenny)&lt;br /&gt;
* fixed memory leaks in dwdb.c, rotar.c&lt;br /&gt;
&lt;br /&gt;
=2.35=&lt;br /&gt;
2010-06-30&lt;br /&gt;
* fixed crash in fft calculation&lt;br /&gt;
* support for Championnat de France THF&lt;br /&gt;
* alt-j: short access for A/C and M/S cq&lt;br /&gt;
* qrv list save&lt;br /&gt;
* configure checks for make&lt;br /&gt;
* fixed large qso number display in global QSO mode, tnx to DL5YBZ&lt;br /&gt;
* support for prefixes with slash (3D2/C)                                                                               &lt;br /&gt;
* fixed crash after IT9x call (* in prefix in cty.dat), tnx to DL5YBZ &lt;br /&gt;
* fixed $MN macro, tnx to OK1HRA (GL in WPX!)&lt;br /&gt;
* send CW2 and save QSO also after QSONR&lt;br /&gt;
* list import&lt;br /&gt;
* support for odd/even/1st/2nd TX (MS,AERO)&lt;br /&gt;
* fixed suid of soundwrapper&lt;br /&gt;
* updated cty.dat&lt;br /&gt;
* SYSFS{} changed to ATTR{} for new udev versions&lt;br /&gt;
&lt;br /&gt;
=2.34=&lt;br /&gt;
2010-04-26&lt;br /&gt;
* changed time separator from . to :&lt;br /&gt;
* four digits are QSO number, not month and day of month&lt;br /&gt;
* deb package uses suided soundwrapper &lt;br /&gt;
* macro $I&lt;br /&gt;
* fixed statistics calculation after loading of contest   &lt;br /&gt;
* added frequency to adif export&lt;br /&gt;
* fixed exchange output in cabrillo and adif export  &lt;br /&gt;
* changed format of ChangeLog to Mediawiki source format&lt;br /&gt;
* get back generated debian/changelog, it seems we have no DEB maintainer&lt;br /&gt;
&lt;br /&gt;
=2.33=&lt;br /&gt;
2010-02-18&lt;br /&gt;
* fixed usaca multiple names&lt;br /&gt;
* rit clear after qso save in run mode&lt;br /&gt;
* support for ARRL International DX Contest&lt;br /&gt;
* fixed ARRL VHF scoring&lt;br /&gt;
* turned off cq repeat for cwdaemon&lt;br /&gt;
* rig changes: poll interval, mode and band transfer&lt;br /&gt;
&lt;br /&gt;
=2.32=&lt;br /&gt;
2010-02-13&lt;br /&gt;
* cabrillo export for ARRL VHF contests&lt;br /&gt;
* fixed leak debug on AMD64&lt;br /&gt;
* fixed double rig_cleanup()&lt;br /&gt;
* fixed using of non-serial ports in hamlib (f.e. rpc.rigd, type 1901)&lt;br /&gt;
* rover (/R) are not dupe when are in different big wwl&lt;br /&gt;
* fixed EDI properties dialog &lt;br /&gt;
* script for Asus EEE binary and optimized configuration&lt;br /&gt;
* updated tucnakrc (HF bands, windows)&lt;br /&gt;
&lt;br /&gt;
=2.31=&lt;br /&gt;
2010-01-01&lt;br /&gt;
* fixed crash if mode is changed without FFT window. TNX to DF4OR&lt;br /&gt;
* crossmode test in QSO check&lt;br /&gt;
&lt;br /&gt;
=2.30=&lt;br /&gt;
2009-11-30&lt;br /&gt;
* fixed device locking under cygwin, tnx to G1OGY&lt;br /&gt;
&lt;br /&gt;
=2.29=&lt;br /&gt;
2009-11-03&lt;br /&gt;
* fixed corrupted contest date display in Open contest from net &lt;br /&gt;
* fixed tucnakdw; JN89 is in OM	&lt;br /&gt;
* fixed cwdaemon and sdev double freeing &lt;br /&gt;
* recording level has filtered DC &lt;br /&gt;
* CW window holds PTT all time it is opened&lt;br /&gt;
* removed debugging show of 1&#039;s under volume indicator&lt;br /&gt;
* fixed (null) display in empty qrv list&lt;br /&gt;
* speeded up sdl key repeat&lt;br /&gt;
* removed delayed screen redraw&lt;br /&gt;
* fixed KST new call upcase &lt;br /&gt;
* DX network command sends only valid spots, no KST or other garbage&lt;br /&gt;
* fixed rig qrg display (mode switch worked)&lt;br /&gt;
* fixed ebw db import error message&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Main_Page&amp;diff=3186</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Main_Page&amp;diff=3186"/>
		<updated>2024-08-29T18:18:39Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Languages}}&lt;br /&gt;
=Tucnak - hamradio contest log=&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; background-color: lightgrey; border: 2px solid grey; width: 19em; margin-left: 0.5em; padding: 0.3em;&amp;quot;&amp;gt;&lt;br /&gt;
: &#039;&#039;&#039;{{big|News}}&#039;&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;New webhosting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This site is running on new web hosting. Please let me know in case of problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2024-08-29&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Save configuration is back&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The automatic Configuration save introduced in 4.45 looked harmless. But it has many unintended consequences to users. So I decided to revert to manual &#039;&#039;&#039;Save configuration&#039;&#039;&#039; since 4.55.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2024-01-23&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Donate&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Sometimes users write that they are satisfied with Tucnak and how they can contribute. So after 21 years I have created two options. Both are in the left sidebar. Of course, Tucnak remains free including source codes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-11-27&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Two providers for Aircraft scatter&lt;br /&gt;
&lt;br /&gt;
After some work, with a lot of help from Dave G1OGY, we have OpenSky feed. Because of low availability, I have modified the Firefox plugin for Planefinder. Please look at version 4.50. Not all perfect but, I hope, usable.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-11-15&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Aircraft scatter failed again&lt;br /&gt;
&lt;br /&gt;
Bad news, the flightradar page changed again, the aircraft scatter is not working :-(&lt;br /&gt;
I will work for a new solution, please be patient&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-11-12&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Aircraft problem SOLVED (experimental)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Please look at [[Aircraft scatter 2023]]. Please test and let me know any problems. Would be great to solve the bugs before season &#039;24 :-)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-10-15&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Aircraft scatter problem&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Flightradar changed the feed format. Current versions are unusable for Aircraft scatter. I hope I can find a solution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-10-13&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Settings change&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Starting with the version 4.45, configuration file (tucnakrc) is saved automatically. Please let me know if you notice any problems. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-08-25&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;ON4KST protocol change&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Sice Dec 10, 2022, ON4KST is running on new version of chat. It&#039;s output of /sh has changed. Please upgrade to at least 4.39.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-01-14&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Davac 4.2 released&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After hours and hours of work, there is [[Davac4|new SMD version of Davac]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2022-09-01&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Tucnak 4.31 released&#039;&#039;&#039; to be in sync with Hamlib 4.3.1 :-)&lt;br /&gt;
&lt;br /&gt;
(windows installer)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2021-09-24&#039;&#039; &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tucnak is multiplatform VHF/HF contest logbook. It is executable on Linux and other unix-type systems, Windows and [[Android]]. You can download Tucnak from https://tucnak.nagano.cz/download.php . HF support is limited because I&#039;m not QRV here. Feedback is welcome.&lt;br /&gt;
&lt;br /&gt;
=Download=&lt;br /&gt;
&lt;br /&gt;
First look at [[Changelog]]&lt;br /&gt;
&lt;br /&gt;
Please download Tucnak here https://tucnak.nagano.cz/download.php .&lt;br /&gt;
&lt;br /&gt;
OpenSUSE users can find rpm packages here http://download.opensuse.org/repositories/hamradio/ &lt;br /&gt;
Even simpler, search for &amp;quot;tucnak&amp;quot; at http://software.opensuse.org/search and follow the instructions for 1-click installation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Tucnak Wiki=&lt;br /&gt;
This site is intended to serve as documentation for Tucnak - multiplatform hamradio contest log. You can read it, create your own pages or correct spelling. &lt;br /&gt;
&lt;br /&gt;
I maintain this site in English only, since I am not able to maintain more than one languages. English is preferred because most of hams understand it. But this wiki is not restricted to English - you can write pages in your native language. Many thanks to Jerôme F0FLO for maintaining the site in French, Hannes DK1HJ in German and Sergey RT5D and Vitaliy UR6LAD in Russian.&lt;br /&gt;
&lt;br /&gt;
Because of spammer&#039;s attacks you must ask me (ok1zia.AT.nagano.cz) to allow account create. Sorry.&lt;br /&gt;
&lt;br /&gt;
If you want to be informed about site changes, add this URL into your RSS reader: https://tucnak.nagano.cz/wiki/index.php?title=Special:Recentchanges&amp;amp;feed=rss&lt;br /&gt;
&lt;br /&gt;
==Available translations of wiki==&lt;br /&gt;
*[[FR Main Page|Français]] Maintained by Jerôme F0FLO, tnx!&lt;br /&gt;
*[[DE Main Page|Deutsch]] Maintained by Hannes DK1HJ, tnx!&lt;br /&gt;
*[[RU Main Page|Русский]] Maintained by Sergey RT5D и Vitaliy [[User:UR6LAD|UR6LAD]], tnx!&lt;br /&gt;
&lt;br /&gt;
Machine translation can be done by Google:&lt;br /&gt;
* [http://translate.google.cz/translate?hl=cs&amp;amp;sl=en&amp;amp;u=http://tucnak.nagano.cz/wiki/Main_Page Čeština]&lt;br /&gt;
* [http://translate.google.cz/translate?hl=de&amp;amp;sl=en&amp;amp;u=http://tucnak.nagano.cz/wiki/Main_Page Deutsch]&lt;br /&gt;
* [http://translate.google.cz/translate?hl=ru&amp;amp;sl=en&amp;amp;u=http://tucnak.nagano.cz/wiki/Main_Page Русский]&lt;br /&gt;
&lt;br /&gt;
Bartek, SP5QWB, produced PDF documentation ([[File:TucnakPolish.pdf|TucnakPolish.pdf]]) in Polish, tnx!&lt;br /&gt;
&lt;br /&gt;
=Screenshots=&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; heights=&amp;quot;320px&amp;quot;&amp;gt;&lt;br /&gt;
Image:Qsos.png|QSOs window&lt;br /&gt;
Image:Stats.png|Statistics&lt;br /&gt;
Image:Map.png|Polar map&lt;br /&gt;
Image:Rainscatter.png|Rain Scatter Map&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
And others in section [[Subwin types]].&lt;br /&gt;
&lt;br /&gt;
=Documentation=&lt;br /&gt;
Not fully completed yet, I&#039;m working on it...&lt;br /&gt;
* [[Features]]&lt;br /&gt;
**[[Supported Contests]] &lt;br /&gt;
* [[Quick Start]]&lt;br /&gt;
* [[Install]]&lt;br /&gt;
* Settings&lt;br /&gt;
** [[Post Install Settings]]&lt;br /&gt;
** [[Files]]&lt;br /&gt;
** [[Variables]]&lt;br /&gt;
** [[Command line]]&lt;br /&gt;
* [[New Contest]]&lt;br /&gt;
* [[Network]]&lt;br /&gt;
* Control&lt;br /&gt;
** [[Basic control]]&lt;br /&gt;
** [[Edit QSO]]&lt;br /&gt;
** [[Hotkeys]]&lt;br /&gt;
** [[Tutorial]]&lt;br /&gt;
* [[Output formats]]&lt;br /&gt;
* [[Activity]]&lt;br /&gt;
** [[Duplicate callsign]]&lt;br /&gt;
** [[Advanced]]&lt;br /&gt;
** [[RS and AS in Tucnak|Rain and Aircraft scatter]]&lt;br /&gt;
** [[After contest]]&lt;br /&gt;
** [[Tips]]&lt;br /&gt;
** [[MGM]], [[ATV]]&lt;br /&gt;
* [[Menu]]&lt;br /&gt;
** [[Contest]]&lt;br /&gt;
** [[File]]&lt;br /&gt;
** [[Edit]]&lt;br /&gt;
** [[Bands]]&lt;br /&gt;
** [[Subwins]]&lt;br /&gt;
** [[Setup]]&lt;br /&gt;
*** [[Rain Scatter]]&lt;br /&gt;
** [[Help]]&lt;br /&gt;
* [[Subwin types]]&lt;br /&gt;
* [[HF contest setup]]&lt;br /&gt;
* [[Supported hardware]]&lt;br /&gt;
* [[Problems]]&lt;br /&gt;
* [[Using NTP]]&lt;br /&gt;
* [[Framebuffer]]&lt;br /&gt;
* [[Converting from TACLog]]&lt;br /&gt;
* [[CW tips]]&lt;br /&gt;
* [[Thanks]]&lt;br /&gt;
&lt;br /&gt;
=Tucnak users=&lt;br /&gt;
[http://ok2m.nagano.cz OK2M], [http://www.dr5a.de/equipment/ DR5A], [http://www.qslnet.de/member/ok5tr/ OK5TR], [http://ok1hra.nagano.cz OK1HRA], [http://www.m1cro.org.uk/ G0VHF/M1CRO], [http://www.g1ogy.com/ G1OGY],[http://www.ok2fug.com/?p=117#more-117 OK2FUG], [http://ok1rca.tym.cz OK1RCA], [http://www.landshut.org/members/db1ras/funkfreunde/contestdl1e.htm DL1E], [[User:Dl5ybz|DL5YBZ]], [http://www.vhfcontest.net/?kat=getlog/viewlog&amp;amp;filename=YpCAfGNyenJflpWa&amp;amp;zavod=11&amp;amp;lang=eng OK2AIA], HG6Z, [http://www.vhfcontest.net/index.php?kat=getlog/viewlog&amp;amp;filename=YpKAgGF0fnxfmJWc&amp;amp;zavod=31&amp;amp;lang=cz OM0AMI], [[User:UR6LAD|UR6LAD]], [http://www.vhfcontest.net/getlog/downloadlog.php?filename=ZZOCf2R/hHxhmZed&amp;amp;zavod=43 OK1KQH], [http://om3tps.comyr.com/fotky/2010/3.%20Subregional%202010/20100703_OM3KEG.html OM3KEG], [http://www.f8kth.fr F8KTH], [http://www.aripadova.it/contest/66-iq3ww3-al-contest-sicilia-2008-50mhz- IQ3WW], [http://hannes.jochriem.at/ham_contest/49/darc-qrp-contest DK1HJ], [http://om3kmk.blogspot.com/2004_07_01_archive.html OM4K], [http://yt1et.ni5ni6.net/index.php?option=com_content&amp;amp;task=blogcategory&amp;amp;id=17&amp;amp;Itemid=26 YT1ET/YT3T], [http://forum.qrz.ru/showthread.php?p=398825 RU2FM], [http://vhfdx.at.ua/forum/7-121-1 US5WE/UW5W], EM80H, F6KHK, [http://www.vhfcontest.net/getlog/viewlog.php?filename=apSFgGiEd4hkmpqe&amp;amp;zavod=56&amp;amp;lang=cz OK2OAS], [http://www.ok1kzd.net/aktivity/articles/denikvkvQRP09.php OK1KZD], US5WU, UR5WCE, [http://www.okdxf.eu/expedice/tagir/www/ TC03W], DL1JBE, [http://dm3da.tuxomania.net/links/index.html DM3DA], DG6MAN, [http://www.vhfcontest.net/getlog/downloadlog.php?filename=Y5SAgGKHcoBfmpWe&amp;amp;zavod=51 OK1RAK], RW3WR, UR7LL, YU1ET, [http://blog.ok1cdj.com/2012/08/alpe-adria-2012-oeok1rs-jn77kr.html OK1RS], [http://hrvhf.net/forum/index.php?topic=2165.msg18291#msg18291 9A4QV], [http://web.hamradio.hr/9a1acd/ 9A0P], IK0OKY, [http://oz7z.dk/index.php?page=nac-okt-2012 OZ1ALS], IK4XQT, [http://www.sp5xmu.pl/sn5r/raporty/432_1296IARU2012.html SN5R], [http://contest.hb9cat.com/20120907_HB9EI.html HB9EI], [http://forum.bfra.org/viewtopic.php?f=4&amp;amp;t=537#p2603 LZ1BB], [http://forum.vhfdx.ru/log-software/luchshii-logbook-dlya-vhf/msg47347/#msg47347 RA3WND], [http://forum.vhfdx.ru/polevoy-den/polevoi-den-2011/msg69008/#msg69008 RW3WR], [http://oz1ff.dk/NAC_Reports/20121002/20121002_OZ1FF.html OZ1FF], [http://qrz.com/db/ON4KLG ON4KLG], [http://www.tm2a.fr/contests/ TM2A], OK2WO, [http://ok7km.nagano.cz/web/activity/vhf/2012_xmas/index.html OK7KM], [http://www.oz9f.dk/tucnak-data/20130212_OZ9F.html OZ9F], [http://oz3z.dk/nac-test.html OZ3Z], [http://www.arimodena.it/Members/ik4wku/contest-vhf/2013/contest-may-2012-vhf-h24-cinisello-balsamo/contest-summaries IK4WKU], [http://www.g4ztr.co.uk/blog-1/ G4ZTR], [http://oz7z.dk/index.php?page=nac-july-2013 OZ7Z], [http://marsipulami0815.de/contest/20130302/ DC5DM], [http://www.dk0tu.de/users/dl7bst DL7BST], [http://www.dk0tu.de DK0TU], [http://www.sota-sp.iq24.pl/default.asp?grupa=162837&amp;amp;temat=344760 SQ9OZH], [http://forum.vhfdx.ru/log-software/luchshii-logbook-dlya-vhf/15/ RT5D],[http://forum.vhfdx.ru/kompyutery-i-programmy/linux-i-ukv/ RO2F], [http://www.vhfcontest.net/getlog/downloadlog.php?filename=apWShXJ+k4Rnm52f&amp;amp;zavod=69 YO9HZN], [http://www.vhfcontest.net/?kat=getlog/viewlog&amp;amp;filename=Z5KFgGmHhoZkmJqc&amp;amp;zavod=36&amp;amp;lang=cz OM3TPS], [http://www.vhfcontest.net/getlog/downloadlog.php?filename=apWHg2t/Zpucnw==&amp;amp;zavod=68 OM3I], [http://www.vhfcontest.net/?kat=getlog/viewlog&amp;amp;filename=aJWGg2x5emScmqA=&amp;amp;zavod=67&amp;amp;lang=cz OM5CC], [http://kd2djv.blogspot.cz/p/linux-ham-software.html KD2DJV], [http://www.piers.tv F5NLG], [http://www.qrz.com/db/DB1FLO DB1FLO], [http://www.prdec.cz/2014/08/alpe-adria-contest-2014-oeol1p.html OL1P], [http://www.ok1kvk.cz/web/index.php/zavody/vkv/596-vhf-contest-2014 OK1KVK/OL7C], OK1MZM, [http://radioklub.dvojka.cz/ OK1RAJ], [http://ok2jkd.cq.sk/fmpohar/fmp07_04.html OK2JKD], [http://om0xa.dxradio.sk/other/PA_VKV/20090517_OM8ACE.html OM8ACE], [http://oz7skv.dk/tucnak/082014/20140813_OZ7KJ.html OZ7KJ], [http://www.dk1max.de/contest/062014/20140607_DK1MAX.html DK1MAX], [http://www.on4jx.net/content/on4khg-sub-regional-vhf-contest-july-2014 ON4KHG], [http://www.qrz.com/db/ON4KLG/ ON4KLG], [http://hamqth.com/iz3gme IZ3GME], ON7WP, OT4D, OT0D, ON3JT, DL4PD, [http://www.vhfcontest.net/getlog/downloadlog.php?filename=aJaPhm+ChoGVh2ScmqA=&amp;amp;zavod=76 YO9KPJ], [http://www.vhfcontest.net/getlog/downloadlog.php?filename=Y5aAhGSJfXhfnJWg&amp;amp;zavod=71 OM3RLA], [https://uk.groups.yahoo.com/neo/groups/uk-vhf-contesting/conversations/messages/2554 G8HGN], [https://www.youtube.com/watch?v=oIC-Yjvbs9k&amp;amp;t=625s IQ4AX], [https://groups.yahoo.com/neo/groups/elad_sdr_en/conversations/messages/6687 G4DBN], [http://so3z.com/?page_id=2502 SO3Z], [http://www.qrz.com/db/EA4GPZ EA4GPZ], [http://www.oz6frs.dk OZ2AR], [http://www.frenning.dk/oz1pif.htm OZ1PIF], [http://s53x.m2b.si/ S53X], [http://iv3cyt.blogspot.com IV3CYT], OK1ELE, OK1PSM, OK1RPL, DD7PA, DR3A, OK1CID, OK7W, OL7M, HA4XN, [https://www.f6kop.com/wp-content/uploads/2022/05/Resized_20220507_1735381.jpg F6KOP], [https://sn7l.pgk.net.pl/ SN7L], OM3TFP, [https://www.youtube.com/watch?v=rWlQKn-K46Q&amp;amp;t=202s IU4APB], RK9ULD.&lt;br /&gt;
&lt;br /&gt;
Want to be in list? Send me (ok1zia.AT.nagano.cz) your call and URL.&lt;br /&gt;
&lt;br /&gt;
=How to help?=&lt;br /&gt;
&lt;br /&gt;
* By testing stable and development branch of Tucnak and sending error list to me.&lt;br /&gt;
* Help with refill data files like tucnakdw and tucnakwiz.&lt;br /&gt;
* Laud about Tucnak :-)&lt;br /&gt;
* If you have some idea how to improve Tucnak, please mail me this idea.&lt;br /&gt;
* Write a new part of Tucnak.&lt;br /&gt;
* Translate this documentation to other languages (or repair bugs in the English version :-) ).&lt;br /&gt;
* Create package for your distribution.&lt;br /&gt;
* Voluntary small contribute for beers please sent to author (to me).&lt;br /&gt;
&lt;br /&gt;
73! Ladislav Vaiz, OK1ZIA&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;MYCALL&amp;gt;@nagano.cz&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Android&amp;diff=3183</id>
		<title>Android</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Android&amp;diff=3183"/>
		<updated>2024-08-18T17:10:24Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* Features not included */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Since 3.16 there is also Android port of Tucnak available. Focused on tablets but can be used also on cell phones. Due touch control, not all features must be accessible.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hardware requirements=&lt;br /&gt;
[[File:Tucnak_android.png]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ARRL DX contest on Samsung galaxy IIs&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Android 5 (API level 21) to Android 14 (API level 34). For older Andorid 4.1 (API level 16), try 4.61.&lt;br /&gt;
* Only for devices capable running 32 bit apps (armeabi-v7a).&lt;br /&gt;
* Some new (2024) devices tells about Tucnak incompatibility. AFAIK they expect 64 bit app (arm64-v8a) which is unsupported by Tucnak.&lt;br /&gt;
* Recommended internet access for DXC/KST&lt;br /&gt;
&lt;br /&gt;
=Install=&lt;br /&gt;
Tucnak is not on Google Play. To install you must allow install of untrusted applications. Then download Tucnak APK package from http://tucnak.nagano.cz/download.php#android and install it manually.&lt;br /&gt;
&lt;br /&gt;
=Features not included=&lt;br /&gt;
* Update from application&lt;br /&gt;
* Sound recording&lt;br /&gt;
* FFT spectrum display&lt;br /&gt;
* Parallel port keying &lt;br /&gt;
* Bluetooth devices because of no official support for BT from native code&lt;br /&gt;
* Serial ports - maybe with alternative kernel with proper drivers&lt;br /&gt;
* Hamlib&lt;br /&gt;
&lt;br /&gt;
=Limited support=&lt;br /&gt;
* USB devices (Davac4, Rotar4) - It is compiled but it seems it works only on rooted devices. User must be member of &#039;usb&#039; group.&lt;br /&gt;
&lt;br /&gt;
=Touch control=&lt;br /&gt;
[[Image:Osk.png|none|frame|Tucnak on screen keyboard]]&lt;br /&gt;
Start touch on-screen keyboard by click on input line. The behavior of Enter is context-depended. Sometimes send Enter to Tucnak. Sometimes closes keyboard. Comments are welcome.&lt;br /&gt;
&lt;br /&gt;
To send F1 to F10, use FN key, numeric keys will switch to F&#039;s.&lt;br /&gt;
&lt;br /&gt;
=Bugreports=&lt;br /&gt;
Bugreports are welcome by e-mail. In case of problems please install &#039;&#039;&#039;alogcat&#039;&#039;&#039; and send it to me with next informations.&lt;br /&gt;
&lt;br /&gt;
=M5 ESP32 CW keyer=&lt;br /&gt;
[https://github.com/ok1cdj/M5-ESP32-keyer https://github.com/ok1cdj/M5-ESP32-keyer]&lt;br /&gt;
&lt;br /&gt;
[[File:M5-ESP32-keyer.png]] [[File:M5-Setup.png]]&lt;br /&gt;
&lt;br /&gt;
See this video: [[File:M5-ESP32-keyer.mp4|Play video]]&lt;br /&gt;
&lt;br /&gt;
=Gallery=&lt;br /&gt;
[[File:TucnakPortraitMode.png|border|480px]]&lt;br /&gt;
&lt;br /&gt;
Tucnak in Portrait mode with floating on-screen keyboard.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Tucnak_Android_FullHD.jpg|border|800px]]&lt;br /&gt;
&lt;br /&gt;
Tucnak in FullHD on Rikomagic MK802. TNX to OK1CDJ.&lt;br /&gt;
&lt;br /&gt;
=Notes=&lt;br /&gt;
* Pepa OK2WO recommends capacitive stylus CELLY (about 10&amp;amp;euro;) for accurate control also for other applications&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3182</id>
		<title>Changelog</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3182"/>
		<updated>2024-08-18T16:29:19Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=4.63=&lt;br /&gt;
* New Android build for Android 5 (API level 21) to Android 14 (API level 34)&lt;br /&gt;
* Fixed Map Home (for photo) without QSOs&lt;br /&gt;
* Map icon larger click area in touch mode, TNX to OK5ZS&lt;br /&gt;
* Zoomin icon fix TNX to OK5ZS&lt;br /&gt;
* rtlsdr under *nix is disabled by default&lt;br /&gt;
&lt;br /&gt;
=4.62=&lt;br /&gt;
2024-07-15&lt;br /&gt;
* Fixed SDL 1.2 build&lt;br /&gt;
* KST SSID up to 5 digits&lt;br /&gt;
&lt;br /&gt;
=4.61=&lt;br /&gt;
2024-07-03&lt;br /&gt;
* Do not set empty rig Device to keep rigctld default address 127.0.0.1:4533&lt;br /&gt;
* Added --without-rtlsdr into configure&lt;br /&gt;
* Debian package is build without librtlsdr (0.6 vs 2.0 binary incompatibility)&lt;br /&gt;
* OE Activity added bands OPQ&lt;br /&gt;
* Removed global Ctrl+K, it conflicts with 10GHz band change, TNX to OZ1FF&lt;br /&gt;
&lt;br /&gt;
=4.60=&lt;br /&gt;
2024-06-18&lt;br /&gt;
* THz (Light) band&lt;br /&gt;
* IARU reg.I ATV contest&lt;br /&gt;
* IARU reg.I MGM contest&lt;br /&gt;
* RTTY changed to MGM&lt;br /&gt;
* Ctrl+K and Alt+K work also in main input line&lt;br /&gt;
* Fixed Band switch value after contest load from network&lt;br /&gt;
* Touch keyboard SDL2 font size fix&lt;br /&gt;
* Touch keyboard SDL2 input fix&lt;br /&gt;
&lt;br /&gt;
=4.59=&lt;br /&gt;
2024-04-11&lt;br /&gt;
* Fixed upgrade/HTTP timeout, TNX to OK1UGE&lt;br /&gt;
* CW word space length fix, TNX to OK1DOL&lt;br /&gt;
* New libSDL 2.30.1 for Windows	builds&lt;br /&gt;
* Always show aircraft provider name&lt;br /&gt;
* Default KST QRB is 910km&lt;br /&gt;
* Aircraft dump1090 support, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.58=&lt;br /&gt;
* Fixed unability to run without admin rights under Windows, TNX to OK7KM, OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.57=&lt;br /&gt;
2024-03-01&lt;br /&gt;
* Next libiconv call fixes, TNX to OK2JTB, M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.56=&lt;br /&gt;
2024-02-27&lt;br /&gt;
* Fixed aircraft.dk error message, TNX to G1OGY&lt;br /&gt;
* Reviewed errno handling, TNX to G1OGY&lt;br /&gt;
* Some libiconv call fixes, TNX to IN3UPQ&lt;br /&gt;
* Next fix for Davac5 udev rules, TNX to OK1ELE&lt;br /&gt;
&lt;br /&gt;
=4.55=&lt;br /&gt;
2024-01-23&lt;br /&gt;
* Return to manualy save the tucnakrc (many many problems with autosave)&lt;br /&gt;
* Linux udev rules for CM108 family (Davac5), TNX to OK1ELE&lt;br /&gt;
* Fixed linux rotar save freeze, TNX to M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.54=&lt;br /&gt;
2024-01-05&lt;br /&gt;
* Removed Dump RW bands and hashes&lt;br /&gt;
* KST QSO phase filter, TNX to OK1MZM&lt;br /&gt;
* Fixed PortAudio device search (hostApi)&lt;br /&gt;
* Fixed PortAudio recording devixe, TNX to OK2WO&lt;br /&gt;
* Fixed Paypal donate, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.53=&lt;br /&gt;
2023-12-17&lt;br /&gt;
* Airscatter.dk feed, TNX to OV3T&lt;br /&gt;
* Donate via PayPal or Buymeacofee&lt;br /&gt;
* Truetype font&lt;br /&gt;
* Centerwwl, OSN credentials null fix&lt;br /&gt;
* MinASL tested on load&lt;br /&gt;
* ASfile fixed unknown wingspan&lt;br /&gt;
* AS print ICAO24 address (ID)&lt;br /&gt;
* Disabled RS Meteox and Wetteronline&lt;br /&gt;
* HTTPS (openssl) under Android&lt;br /&gt;
* Rainviewer timer fix&lt;br /&gt;
* libzia TLS message fix&lt;br /&gt;
&lt;br /&gt;
=4.52=&lt;br /&gt;
2023-11-20&lt;br /&gt;
* Fixed overflow bug in AS options under Linux, TNX to G1OGY&lt;br /&gt;
* Default AS provider is ADSB One&lt;br /&gt;
* Fixed RS SCP dist 310&lt;br /&gt;
* Fixed Linux ttys *printf without arguments&lt;br /&gt;
&lt;br /&gt;
=4.51=&lt;br /&gt;
2023-11-19&lt;br /&gt;
* New option AS Center WWL&lt;br /&gt;
* AS tracking also for remote rotator&lt;br /&gt;
* ADS-B One feed, TNX to G1OGY&lt;br /&gt;
* Optimized file read in AS thread&lt;br /&gt;
* Better HTTP error reporting&lt;br /&gt;
* Fixed Feed filename load in AS options dialog. TNX to OK1ELE&lt;br /&gt;
* Memory leak fixes&lt;br /&gt;
&lt;br /&gt;
=4.50=&lt;br /&gt;
2023-11-18&lt;br /&gt;
* Aircraft file feed returned for planefinder.net&lt;br /&gt;
* Wingspan from icao24, many TNX to G1OGY&lt;br /&gt;
* Fixed wingspan respects imperial units setting&lt;br /&gt;
* Fixed rotars reinit race condition while AC tracking&lt;br /&gt;
* Added configure --without-hidapi&lt;br /&gt;
* OpenSky-network feed&lt;br /&gt;
&lt;br /&gt;
=4.49=&lt;br /&gt;
2023-10-30&lt;br /&gt;
* Fixed config save after window resize&lt;br /&gt;
* Aircraft size, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.48=&lt;br /&gt;
2023-10-15&lt;br /&gt;
* Aircraft scatter changed feed to firefox addon&lt;br /&gt;
* Rig config&lt;br /&gt;
* Fixed oct8tor wait for thread&lt;br /&gt;
* Fixed rig close (unlock filename)&lt;br /&gt;
* Fixed broken rig_handshake_none&lt;br /&gt;
&lt;br /&gt;
=4.47=&lt;br /&gt;
2023-10-04&lt;br /&gt;
* Save PortAudio device names instead of numbers&lt;br /&gt;
* Davac5 full support&lt;br /&gt;
* Fixed oct8tor leaks&lt;br /&gt;
* Removed obsolete hdkeyb support&lt;br /&gt;
* JP90 is in SM5, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.46=&lt;br /&gt;
2023-09-09&lt;br /&gt;
* Fixed memory leaks&lt;br /&gt;
* Fixed AS crash, TNX to OK1UGE and SQ6EMM&lt;br /&gt;
* Fixed subwin save, TNX to OK2SLC&lt;br /&gt;
* Fixed Log lines change, TNX to OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.45=&lt;br /&gt;
2023-08-25&lt;br /&gt;
* QRG for sked saves contest&lt;br /&gt;
* Rig and Rotar poll intervals set to valid values&lt;br /&gt;
* Removed Terminal options&lt;br /&gt;
* Configuration autosave after OK in every setup dialog&lt;br /&gt;
* Map keys (L) only without modifiers (Ctrl)&lt;br /&gt;
* Gain graph redraw after band change&lt;br /&gt;
* Removed floppy autosave&lt;br /&gt;
&lt;br /&gt;
=4.44=&lt;br /&gt;
2023-06-04&lt;br /&gt;
* Save QRG for all bands into contest files&lt;br /&gt;
* Fixed crash bad font size, TNX to OK1MZM&lt;br /&gt;
* Fixed subwin highlight for characters &amp;gt;=0x80&lt;br /&gt;
* Oct8tor support&lt;br /&gt;
* Names and FM Pohar update, TNX to OK4DJ&lt;br /&gt;
* Winkey echoback, TNX to OK4DJ&lt;br /&gt;
* Load from net loads also contest defaults&lt;br /&gt;
* Fixed KST messages (/CQ)&lt;br /&gt;
* Fixed chart redraw after new QSO, TNX to OK2SLC&lt;br /&gt;
* Removed Alt+G&lt;br /&gt;
&lt;br /&gt;
=4.43=&lt;br /&gt;
2023-04-15&lt;br /&gt;
* Initial window type in Change type, TNX to OK2SLC&lt;br /&gt;
* Fixed chart after EDI load, TNX to OK2SLC&lt;br /&gt;
* Fixed: new KST stations are red, TNX to OK1MZM&lt;br /&gt;
* cppcheck warning level fixes&lt;br /&gt;
* Included rotctld.exe&lt;br /&gt;
&lt;br /&gt;
=4.42=&lt;br /&gt;
2023-03-09&lt;br /&gt;
* [CLR] click only on button&lt;br /&gt;
* KST message cleanup, TNX to OK2WO&lt;br /&gt;
* linux xset fix, TNX to OK4DJ&lt;br /&gt;
* HTTP header parse fix, TNX to OK7SE&lt;br /&gt;
* Configure C99 fix, TNX to OK2JRQ&lt;br /&gt;
* Fixed empty RST-S bug, TNX to G1OGY&lt;br /&gt;
* Spy active band (*)&lt;br /&gt;
* Fixed tucnakrc parse&lt;br /&gt;
&lt;br /&gt;
=4.41=&lt;br /&gt;
2023-03-02&lt;br /&gt;
* Display AS in imperial units option&lt;br /&gt;
* Ctrl+S for hamlib/remote rotator stop, TNX to G1OGY&lt;br /&gt;
* Rotar	description up to 8 characters&lt;br /&gt;
* Configure socklen_t fix, TNX to Florian Weimer&lt;br /&gt;
&lt;br /&gt;
=4.40=&lt;br /&gt;
2023-01-07&lt;br /&gt;
* Fixed ADIF import, TNX to OK2WO&lt;br /&gt;
* Fixed keypad double keys and Ctrl +-&lt;br /&gt;
* Removed accidentally create of font18x32.png&lt;br /&gt;
* Robust KST /sh us &lt;br /&gt;
* Limit rit to +-10000 Hz&lt;br /&gt;
&lt;br /&gt;
=4.39=&lt;br /&gt;
2022-12-10&lt;br /&gt;
* ON4KST telnet protocol change&lt;br /&gt;
* Fixed AS download crash, TNX to OK2SLC&lt;br /&gt;
* Fixed keypad on windows (Ctrl +-)&lt;br /&gt;
* Menu triple bar&lt;br /&gt;
&lt;br /&gt;
=4.38=&lt;br /&gt;
2022-11-25&lt;br /&gt;
* ADIF import STX_STRING, SRX_STRING, TNX to DF2ET&lt;br /&gt;
* DARC Worked All Germany Contest, TNX to DF2ET&lt;br /&gt;
* SP activity contest, TNX to SQ6EMM&lt;br /&gt;
* Gentoo build fix, TNX to DL1JBE&lt;br /&gt;
* MMMonVHF instead of EBW&lt;br /&gt;
* USB info about opened Davac and Rotar, TNX to OK1MZM&lt;br /&gt;
* KST full name (including bands) in QSO info&lt;br /&gt;
* Davac reset on startup&lt;br /&gt;
&lt;br /&gt;
=4.37=&lt;br /&gt;
2022-08-30&lt;br /&gt;
* AcKST is now latest activity, not presence&lt;br /&gt;
* Fixed EDI import crash, TNX to OK1MZM&lt;br /&gt;
* Linux lock permission fix, TNX to OK4DJ&lt;br /&gt;
* Fullscreen fix, TNX to OK7KM&lt;br /&gt;
* Allow 4k displays&lt;br /&gt;
* libzia bfd/binutils require fix, TNX to OK2JRQ&lt;br /&gt;
* RST recovery from *.swp&lt;br /&gt;
* ifa_addr == NULL fix, TNX to OK2JRQ&lt;br /&gt;
&lt;br /&gt;
=4.36=&lt;br /&gt;
2022-04-29&lt;br /&gt;
* Mode change from menu, default RST fix, TNX to OK4DJ&lt;br /&gt;
* FM Alt+M accidental CQ fix&lt;br /&gt;
* Argument -c for other tucnakrc&lt;br /&gt;
* Minimal required glib is 2.30&lt;br /&gt;
* Fixed memory leaks discovered by valgrind&lt;br /&gt;
* AS info can use temporary locator, TNX to OK1MZM&lt;br /&gt;
* Fixed czech network info&lt;br /&gt;
* itrm free fix, TNX to Ozkan Sezer&lt;br /&gt;
* zifaces redefinition fix, TNX to Ozkan Sezer&lt;br /&gt;
&lt;br /&gt;
=4.35=&lt;br /&gt;
2022-04-12&lt;br /&gt;
* Italian activity contest, TNX to IU5BON&lt;br /&gt;
* Memory free fix, TNX to IU5BON&lt;br /&gt;
* MacOs/linux interfaces detect, TNX to IU5BON&lt;br /&gt;
* MacOs build fix, TNX to IU5BON&lt;br /&gt;
* Fixed aircraft plural, TNX to IU5HKX&lt;br /&gt;
* IARU band names convert at start&lt;br /&gt;
* IARU band names fix&lt;br /&gt;
* Linux desktop file icon/exec fix, TNX to SQ6EMM&lt;br /&gt;
* DARC XMAS contest, tttype fix, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib configure, TNX to DH5YM&lt;br /&gt;
&lt;br /&gt;
=4.34=&lt;br /&gt;
2021-12-22&lt;br /&gt;
* CW breakable only opt-in&lt;br /&gt;
* RIT read only if supported, TNX to OK1MZM&lt;br /&gt;
* Hamlib voice/morse thread fix, TNX to SQ6EMM&lt;br /&gt;
* Input breaks only repeated CQ, TNX to OZ9GE&lt;br /&gt;
* Minimal rig poll is 100ms, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.33=&lt;br /&gt;
2021-12-12&lt;br /&gt;
* Fixed gcc 10.2 warnings&lt;br /&gt;
* Moon contest 23cm&lt;br /&gt;
* Fixed zserial_close race condition&lt;br /&gt;
* Fixed expedition mode from wizzard, TNX to OK1MZM&lt;br /&gt;
* Rotator offset&lt;br /&gt;
* KST networking partial rewrite&lt;br /&gt;
* Updated KST IP, used without DNS&lt;br /&gt;
* Content-type check in AS, RainViewer&lt;br /&gt;
* Excluded vhfcontestnet&lt;br /&gt;
* Swap recovery keeps date/time, TNX to OK1FIK&lt;br /&gt;
* Code inout breaks CQ, TNX to OK1FIK&lt;br /&gt;
* Infinite rotator beam&lt;br /&gt;
* CW/SSB CQ using Hamlib, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.32=&lt;br /&gt;
2020-09-30&lt;br /&gt;
* Ruhrgebiets Contest, TNX to DF2ET&lt;br /&gt;
* Alt+A crash, TNX to OK2SLC&lt;br /&gt;
* Linux interfaces bug fixed, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.31=&lt;br /&gt;
2020-09-14&lt;br /&gt;
* Hamlib 4.3.1 in windows package :-))&lt;br /&gt;
* IARU band names update, TNX to OK5ZS&lt;br /&gt;
* Linux double Alt+M fix, TNX to IZ3GME&lt;br /&gt;
* Linux winkey timeout fix, TNX to IZ3GME&lt;br /&gt;
* KST messages &amp;quot;CALL MSG&amp;quot; showed in bottom log&lt;br /&gt;
* Fixed border redraw after locator change&lt;br /&gt;
&lt;br /&gt;
=4.30=&lt;br /&gt;
2021-06-29&lt;br /&gt;
* DARC 2m Education Contest in wizzard&lt;br /&gt;
* Rainviewer Web Mercator projection fix&lt;br /&gt;
* AS info above clouds in map&lt;br /&gt;
* AS tracking hysteresis +-1deg&lt;br /&gt;
* Fixed DNS crash&lt;br /&gt;
* Hamlib 4.2 fix, TNX to KF5OIM&lt;br /&gt;
&lt;br /&gt;
=4.29=&lt;br /&gt;
2021-05-23&lt;br /&gt;
* Paleni carodejnic partial support, TNX to OK4DJ&lt;br /&gt;
* ARI DX partial support, TNX to OK4DJ&lt;br /&gt;
* ADIF TX_PWR, TNX DF2ET&lt;br /&gt;
* Airscatter plane tracking by rotator&lt;br /&gt;
* Hamlib rotator elevation and baudrate support&lt;br /&gt;
* Rainviewer support, TNX to RT5D&lt;br /&gt;
* Fixed gnutls error messages&lt;br /&gt;
* KST &amp;amp;amp; -&amp;gt; &amp;amp;&lt;br /&gt;
* Removed qsop_method total_method debug message&lt;br /&gt;
&lt;br /&gt;
=4.28=&lt;br /&gt;
2021-04-21		&lt;br /&gt;
* Fixed meteox load, TNX OK4DJ&lt;br /&gt;
* Map context menu on right click to turn rotator&lt;br /&gt;
* Fixed crash before QSO edit, TNX to OK1PKO&lt;br /&gt;
&lt;br /&gt;
=4.27=&lt;br /&gt;
2021-04-13&lt;br /&gt;
* tucnaknames update, TNX to OK4DJ&lt;br /&gt;
* HTML code in separate columns, TNX to DF2ET&lt;br /&gt;
* DARC Easter Contest, TNX to DF2ET&lt;br /&gt;
* Fixed crash after QSO edit, TNX to OK1ELE&lt;br /&gt;
* Fixed Android 4.1 library order, TNX to OK1PKO&lt;br /&gt;
* Sums across all bands in HTML report, TNX to DF2ET&lt;br /&gt;
* Fixed android locale characters problem&lt;br /&gt;
&lt;br /&gt;
=4.26=&lt;br /&gt;
2021-02-26&lt;br /&gt;
* SOTA and DXC update, TNX to OK2MUF&lt;br /&gt;
* GTK2 -&amp;gt; GTK3 for libzia messagebox&lt;br /&gt;
* Changed i18n generation not to require ISO8859-2 locales&lt;br /&gt;
* Fixed free() bug under Linux, TNX to OK3TV&lt;br /&gt;
* Fixed some problems reported by Valgrind&lt;br /&gt;
* Ctrl+Up/Down arrows emulate PageUp/PageDown&lt;br /&gt;
&lt;br /&gt;
=4.25=&lt;br /&gt;
2021-01-20&lt;br /&gt;
* Moon contest full support (in QTH use minus instead of spaces, only english chars)&lt;br /&gt;
* Fixed Contest Lombardia points&lt;br /&gt;
* TNX to OK5ZS for precise testing&lt;br /&gt;
* chmi.cz fix (HTTPS)&lt;br /&gt;
* TLS (HTTPS) support using GNUTLS&lt;br /&gt;
* Re-arranged Contest options, TNX to OK1MZM&lt;br /&gt;
* Support for contest phases, TNX to OK6RP, OK5ZS&lt;br /&gt;
* STF export, TNX to DF2ET&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* ICAO DB update, TNX to G1OGY&lt;br /&gt;
* Fixed text file load without trailing CRLF, TNX to OK1MZM&lt;br /&gt;
* Fixed ICAO DB, TNX to G1OGY&lt;br /&gt;
* Fixed zsdl variable, TNX to DF2ET&lt;br /&gt;
* SOTA export, TNX to OK2MUF&lt;br /&gt;
* Directory to store logs, TNX to DF2ET&lt;br /&gt;
* Adif ERROR export choices, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.24=&lt;br /&gt;
2020-11-16&lt;br /&gt;
* New Debian maintainer OK3ON&lt;br /&gt;
* Fixed QRV window crash, TNX to OK1MZM&lt;br /&gt;
* Skips wkd WWL in KST list&lt;br /&gt;
* Fixed map update after contest open/close, TNX to OK1MZM&lt;br /&gt;
* Tmpqsos context menu, added infos also for fifo context menu&lt;br /&gt;
* Scatterpoint detect&lt;br /&gt;
* Fixed bug in tmpqsos&lt;br /&gt;
* Renamed A/C to AS&lt;br /&gt;
* Support for SDL2&lt;br /&gt;
* Detected SIOCGIFHWADDR for MacOs, TNX to SQ2JUL&lt;br /&gt;
* Fixed ASCII texts conversion for Android, TNX to OK5ZS&lt;br /&gt;
&lt;br /&gt;
=4.23=&lt;br /&gt;
2020-09-15&lt;br /&gt;
* Fixed crash on file choose (EDI import), TNX to G1OGY&lt;br /&gt;
* R-Contest, TNX to DF2ET&lt;br /&gt;
* BSD style -Wl,-map&lt;br /&gt;
* KST menu to select call when text scrolls fast&lt;br /&gt;
* SDL events in same thread on MacOs, TNX to SQ2JUL&lt;br /&gt;
* ADIF items update, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib rotar &lt;br /&gt;
* Trace hamlib rotars&lt;br /&gt;
* ` toggles split VFOs MAIN/SUB, TNX to OK1FIK&lt;br /&gt;
&lt;br /&gt;
=4.22=&lt;br /&gt;
2020-08-10&lt;br /&gt;
* New hamlib 3.3 in windows package, TNX to OK2WO, OZ9GE&lt;br /&gt;
* Fixed tucnakdw prefixes recognition (SK6), TNX to OZ9GE&lt;br /&gt;
* JO57 is SM6&lt;br /&gt;
* Libzia.pc&lt;br /&gt;
* Increased rotator timeout ranges&lt;br /&gt;
* Replaced obsolete glib macros&lt;br /&gt;
* New config.guess and config.sub for aarch64&lt;br /&gt;
* All c and h files are in utf-8&lt;br /&gt;
* New libbfd macros support&lt;br /&gt;
* Support for detailed tucnakdw, TNX to OK2WO&lt;br /&gt;
* QRG in QSOs window for M7IMF&lt;br /&gt;
* Do not print open hdkeyb error mesage&lt;br /&gt;
* Fixed crash under terminal with long name&lt;br /&gt;
* DARC VHF UHF uW contest, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.21=&lt;br /&gt;
2020-04-21&lt;br /&gt;
* EXC len 20 characters&lt;br /&gt;
* KST message from right click in log (bottom of screen)&lt;br /&gt;
* Rig error message showed&lt;br /&gt;
* Fixed rig device lock&lt;br /&gt;
* COM keying on single pin&lt;br /&gt;
* GCC warning fixes&lt;br /&gt;
* Autoconf obsolete macro remove, TNX to OK2JRQ&lt;br /&gt;
* Some files in UTF-8, TNX to OK2JRQ&lt;br /&gt;
* Next fix for update_deb.sh, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.20=&lt;br /&gt;
2020-01-29&lt;br /&gt;
* Fixed update_deb.sh, TNX to G1OGY&lt;br /&gt;
* GCC-10 fixes, TNX to Robert-André Mauchin&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* WSA multipliers update, TNX to DF2ET&lt;br /&gt;
* Fixed broken libpng.dll, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.19=&lt;br /&gt;
2020-01-10&lt;br /&gt;
* FSF address update, TNX to OK2JRQ&lt;br /&gt;
* WNA multipliers update, TNX to DF2ET&lt;br /&gt;
* HTTP server refresh, TNX to DF2ET&lt;br /&gt;
* K7FRY&#039;s locator map, TNX to G1OGY&lt;br /&gt;
* Different EXC length, TNX to DF2ET&lt;br /&gt;
* Fixes for OpenBSD&lt;br /&gt;
* Some warning fixes&lt;br /&gt;
* MacOS build, TNX to Vitaliy UT4UAZ&lt;br /&gt;
* Fixed build under FreeBSD 12.0&lt;br /&gt;
* Optional exchange in Cabrillo, TNX to DF2ET&lt;br /&gt;
* Fixed msvcr120.dll, TNX to OK1CDJ, OK5ZS  &lt;br /&gt;
&lt;br /&gt;
=4.18=&lt;br /&gt;
2019-09-04&lt;br /&gt;
* Fixed startup crash on Debian i386, TNX G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.17=&lt;br /&gt;
2019-09-01&lt;br /&gt;
* Valid QSO count for OK2WO&lt;br /&gt;
* Changed export extension ADIF-&amp;gt;ADI&lt;br /&gt;
* Fixed wifi interface name under Windows&lt;br /&gt;
* New libpng.dll&lt;br /&gt;
* Removed battery support under Windows&lt;br /&gt;
* Switch to VS2013 (toolset v120_xp)&lt;br /&gt;
* Fixed battery state detection win32&lt;br /&gt;
&lt;br /&gt;
=4.16=&lt;br /&gt;
2019-04-17&lt;br /&gt;
* Removed libusb0 under windows&lt;br /&gt;
* Contest Lombardia support&lt;br /&gt;
* Removed vhfcontest.net support&lt;br /&gt;
* Do not mark DUPE in expedition mode&lt;br /&gt;
&lt;br /&gt;
=4.15=&lt;br /&gt;
2018-11-13&lt;br /&gt;
* Us-ascii strings in Android to prevent charset-relate crash &amp;gt;= 7.0&lt;br /&gt;
* Worked WWLs in map displayed red&lt;br /&gt;
* WWL in KST users list, missing WWL multipliers displayed green&lt;br /&gt;
* SSID support for ON4KST chat&lt;br /&gt;
* PTT tail&lt;br /&gt;
* 59* (numeric keypad) is RST-S, TNX to OK5ZS&lt;br /&gt;
* Updated wetteronline rain map (site change)&lt;br /&gt;
&lt;br /&gt;
=4.14=&lt;br /&gt;
* Quiet mode for soundwrapper&lt;br /&gt;
* Uninstall cleanup on Windows&lt;br /&gt;
* Fixed &amp;quot;QRM&amp;quot; from remote rotator. TNX to OK1XDF&lt;br /&gt;
* Upgraded libftdi to 1.4 under MSVC&lt;br /&gt;
* Back to VS2010 for WinXP&lt;br /&gt;
* Cabrillo EXC indent&lt;br /&gt;
&lt;br /&gt;
=4.13=&lt;br /&gt;
2018-05-06&lt;br /&gt;
* Fixed new gcc warnings&lt;br /&gt;
* KST dark yellow of worked call, also not selected&lt;br /&gt;
* Lowered priority of A/C thread&lt;br /&gt;
* Compute A/C for whole QRV list&lt;br /&gt;
* Fixed crash on Android 7, TNX to OK1USW&lt;br /&gt;
* Fixed KST sort by NR&lt;br /&gt;
* Improved RIG timeout&lt;br /&gt;
* Fixed RIT read from rig&lt;br /&gt;
* MSVC120 (VS1013)&lt;br /&gt;
* Plane type and wingspan in map&lt;br /&gt;
* KST /sh us sent after connect&lt;br /&gt;
* QRV list rework&lt;br /&gt;
* KST QRB filter&lt;br /&gt;
* Ask for sked B&lt;br /&gt;
&lt;br /&gt;
=4.12=&lt;br /&gt;
2018-03-04&lt;br /&gt;
* KST color for station worked on actual band (dark yellow)&lt;br /&gt;
* KST color - station worked on all read-write bands is dark grey&lt;br /&gt;
* Fixed KST A/C info, call with -number &lt;br /&gt;
&lt;br /&gt;
=4.11=&lt;br /&gt;
2017-10-04&lt;br /&gt;
* X-QSO: in cabrillo, TNX to DO2HG&lt;br /&gt;
* German translation of program, TNX to DO2HG&lt;br /&gt;
* ON UBA contest in wizzard, TNX to DO2HG&lt;br /&gt;
* claimed live score to slovhf.net&lt;br /&gt;
* removed KST debug dump, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.10=&lt;br /&gt;
2017-08-30&lt;br /&gt;
* Rainscatter does not show low intensity rain&lt;br /&gt;
* New band multipliers for NAC&lt;br /&gt;
* Fx macros in CW window, TNX to DL5YBZ&lt;br /&gt;
* Fixed rotctld filename, TNX to DL4PD&lt;br /&gt;
* Fixed crash in DXC, TNX to DL4PD&lt;br /&gt;
* Fixed mingw compile&lt;br /&gt;
* Fixed compile errors witout SDL, TNX to OK1CDJ&lt;br /&gt;
&lt;br /&gt;
=4.09=&lt;br /&gt;
2017-02-15&lt;br /&gt;
* Fixed Spy crash, TNX to OK1CT&lt;br /&gt;
* Fixed hamlib rotator, TNX to OZ1CT&lt;br /&gt;
* Fixed update crash, TNX to DJ0QZ&lt;br /&gt;
* Fixed startup crash in text mode&lt;br /&gt;
* Fixes for FreeBSD 10.2&lt;br /&gt;
* Updated WNA/WSA scoring in support files &lt;br /&gt;
&lt;br /&gt;
=4.08=&lt;br /&gt;
2016-08-10&lt;br /&gt;
* Support for Multiplied exchanges&lt;br /&gt;
* Support for WNA and WSA Westphalia Activity&lt;br /&gt;
* DOKs in validated EXCs&lt;br /&gt;
* A/C smaller planes on smaller zoom&lt;br /&gt;
* JA in tucnakdw&lt;br /&gt;
* SDR without SDL&lt;br /&gt;
* Fixed localization crashes in SDL init&lt;br /&gt;
* Rainscatter maps&lt;br /&gt;
* Menu Set Mode for AM/FM/RTTY &lt;br /&gt;
&lt;br /&gt;
=4.07=&lt;br /&gt;
2016-04-29&lt;br /&gt;
* Fixed A/C feed load interrupt under minimal altitude&lt;br /&gt;
* A/C feed URL got from server&lt;br /&gt;
* Fixed text in the &amp;quot;Only digits mean&amp;quot; button &lt;br /&gt;
&lt;br /&gt;
=4.06=&lt;br /&gt;
2016-03-11&lt;br /&gt;
* Summary dialog before vhfcontest.net upload&lt;br /&gt;
* Stats WWL radius&lt;br /&gt;
* Fixed qsoglob in tucnakwiz for SSB Liga &lt;br /&gt;
* Fixed tucnakrc crash after downgrade&lt;br /&gt;
* Fixes for clang 3.5&lt;br /&gt;
* Fixed many rig PTT problems, TNX to G4ZTR&lt;br /&gt;
* Fixed race condition in rig initialization&lt;br /&gt;
* New rig option Force handshake NONE, TNX to G4ZTR&lt;br /&gt;
* Hamlib 3.1~git in windows package&lt;br /&gt;
* Fixed bug in first start in textmode&lt;br /&gt;
* Compile fixes for probably bug in gcc 4.6&lt;br /&gt;
* Support for libftdi 1.0&lt;br /&gt;
* Fixed bug in QSO trace under windows, TNX to SP6LTC &lt;br /&gt;
&lt;br /&gt;
=4.05=&lt;br /&gt;
2015-10-12&lt;br /&gt;
* Koel-Achen contest wizzard and EXC data, TNX to DL4PD&lt;br /&gt;
* Fixed bug in QRB compute JN54KP-JN54KP, TNX to IU4APB&lt;br /&gt;
* Ctrl+Up/Down in bandmap tunes rig to next spot&lt;br /&gt;
* Use in DXC window sets rig frequency&lt;br /&gt;
* Fixed AC start time display, TNX to OK3MAD&lt;br /&gt;
* Inverse display&lt;br /&gt;
* Fixed &amp;quot;ZC4:&amp;quot; bug in tucnakdw, TNX to DL7BST&lt;br /&gt;
* Fixed unifinished QSO without qsonr, TNX to DL7BST&lt;br /&gt;
* DXCC multipliers in HF window&lt;br /&gt;
* Included txt2inc.pl and master.scp, TNX to DL7BST&lt;br /&gt;
&lt;br /&gt;
=4.04=&lt;br /&gt;
2015-08-07&lt;br /&gt;
* Fixed rebuild scripts and libiberty detection&lt;br /&gt;
* Removed Crash test and Int.error test also from v4, TNX to SP2FRY&lt;br /&gt;
* Fixed italian translation, TNX to IK4XQT&lt;br /&gt;
* AC&#039;s sorted in z-order&lt;br /&gt;
* Fixed translations&lt;br /&gt;
&lt;br /&gt;
=4.03=&lt;br /&gt;
2015-06-04&lt;br /&gt;
* RSGB M7 support for G4ZTR&lt;br /&gt;
* Official Tucnak package in Debian, TNX to G8TMV&lt;br /&gt;
* tac2tuc.pl removed from install&lt;br /&gt;
* Modifications of build system to satisfy Debian&#039;s pbuild&lt;br /&gt;
* Fixed menu name, TNX to OZ1PIF&lt;br /&gt;
* Fixed A/C info without known locator&lt;br /&gt;
* Fixed A/C info crash, sw-&amp;gt;zoom was not set &lt;br /&gt;
&lt;br /&gt;
=4.02=&lt;br /&gt;
2015-05-12&lt;br /&gt;
* Fixed A/C freeze under WinXP, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.01=&lt;br /&gt;
2015-05-11&lt;br /&gt;
* Fixed bug in cor recalc on WinXP, TNX to OZ9GE&lt;br /&gt;
* Fixed A/C WWL update, TNX to OK1MZM&lt;br /&gt;
* Fixed update output parse&lt;br /&gt;
&lt;br /&gt;
=4.00=&lt;br /&gt;
* KST dump skip&lt;br /&gt;
* Fixes for development on Jessie&lt;br /&gt;
* Fixed missing WWLs in stats window, tnx to OZ9GE&lt;br /&gt;
* Fixed Sun position jun-sep&lt;br /&gt;
* Talk offline transfer&lt;br /&gt;
* Updated Czech translation&lt;br /&gt;
* Fixed scroll when searching in KST/DXC&lt;br /&gt;
* Fixed QSO hash, can cause bad call highlight in KST/DXC&lt;br /&gt;
* Fixed layout update in text mode after Misc options&lt;br /&gt;
* Fixed and optimized cor recalculation&lt;br /&gt;
* Airplane position is in the center of sign&lt;br /&gt;
* Fixed new format of A/C feed&lt;br /&gt;
* Updated KST server IP list&lt;br /&gt;
* Show ! in DXC when call brings new EXC multiplier&lt;br /&gt;
* Fixed CI-V address, TNX to OK1CDJ&lt;br /&gt;
* Allow up to 4 digits and letters in callsign&lt;br /&gt;
* Fixed crash when adding chart without opened contest, TNX to IZ3GME (ex IW3IKN).&lt;br /&gt;
* Fixed gen-conly script&lt;br /&gt;
* Italian translation, TNX to IK1RAC&lt;br /&gt;
* Anti-aliased qso cross in map&lt;br /&gt;
* Fixed cabrillo frequency and header, TNX to OK1UGE&lt;br /&gt;
* New countries in tucnakdw, TNX to F4CIB &lt;br /&gt;
* Remove branch number from package names&lt;br /&gt;
&lt;br /&gt;
* Fixed lintian errors and some warnings&lt;br /&gt;
* Fixed characters typed with right alt keyboard layout switch&lt;br /&gt;
* Optimized layout of OSK&lt;br /&gt;
* A/C info plot instead of QSO info&lt;br /&gt;
* Crossing A/C are blue&lt;br /&gt;
* Fixed http upload of long files (&amp;gt;cca 100kB)&lt;br /&gt;
* Fixed crash in wiki upload&lt;br /&gt;
* Set higher priority to cwdaemon thread on windows&lt;br /&gt;
* Fixed crash in main_msg_handled (CW:!)&lt;br /&gt;
* Fixed compile with some version of libbfd&lt;br /&gt;
&lt;br /&gt;
=3.28=&lt;br /&gt;
2014-09-29&lt;br /&gt;
* Window highlight searches for whole words&lt;br /&gt;
* Allow to use non-call as operator&lt;br /&gt;
* Fixed too many open files bug in SSB CQ&lt;br /&gt;
* Fixed mediawiki upload credentials&lt;br /&gt;
* Reverse portrait and landscape mode on Android&lt;br /&gt;
* Lower mouse accuracy needed for menu separators and borders, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=3.27=&lt;br /&gt;
2014-08-31&lt;br /&gt;
* Fixed KST A/C map crash, TNX to SP3IYM&lt;br /&gt;
* Fixed crash in vhfcontestnet upload&lt;br /&gt;
* Ask for sked and Message open OSK&lt;br /&gt;
* Fixed Alt+PNK in KST within OSK&lt;br /&gt;
&lt;br /&gt;
=3.26=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Fixed crash in QRV window redraw, TNX to OZ7Z&lt;br /&gt;
&lt;br /&gt;
=3.25=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Reload interfaces button in Network info&lt;br /&gt;
* Spy shows error when contest is long&lt;br /&gt;
* Android notification and service&lt;br /&gt;
* Fixed crash on Android 4.4 KitKat, TNX to my wife Bara&lt;br /&gt;
* Fixed OSK KST Alt+K, Ctrl+K, TNX to OK1MZM&lt;br /&gt;
* Fixed OSK size, OSK close button click area, out of OSK clicks pass, TNX to OK1MZM&lt;br /&gt;
* QRV list create in menu Subwins-&amp;gt;Add contest&lt;br /&gt;
* Wiki report upload to mediawiki site&lt;br /&gt;
* EDI log upload to www.vfhcontest.net&lt;br /&gt;
* Fixed HF Edit QSO bug, TNX to F5NLG&lt;br /&gt;
* Removed Crash test and Int.error test, TNX to DL4DZ&lt;br /&gt;
* hamlib uses win32 api for FUNcube&lt;br /&gt;
* SDR right button drag tunes radio&lt;br /&gt;
* Fixed many SDR bugs&lt;br /&gt;
&lt;br /&gt;
=3.24=&lt;br /&gt;
2014-06-12&lt;br /&gt;
* Experimental support for SDR&lt;br /&gt;
* Fixed wifi UDP negotiation on Android&lt;br /&gt;
* Fixed band change tucnak-&amp;gt;radio&lt;br /&gt;
* Fixed rig lock problem&lt;br /&gt;
* Translate 0xd8 to 0 in KST&lt;br /&gt;
* Fixed spy and contest load when remote node is connected&lt;br /&gt;
* Fixed bad comparison in initialization, TNX to David Binderman&lt;br /&gt;
* Fixed gain display of QTF=8, tnx to OZ9GE&lt;br /&gt;
* Anti-aliased map in HTML/wiki exports and over HTTP&lt;br /&gt;
* Speed up window resizing &lt;br /&gt;
* Remember maximized state under Windows&lt;br /&gt;
* Fixed crash causet by too small application window&lt;br /&gt;
* Bigger font allowed in on screen keyboard&lt;br /&gt;
* Bigger font for higher resolution at startup&lt;br /&gt;
* Window maximized at startup&lt;br /&gt;
* Open web browser with WWL in Call info&lt;br /&gt;
* Do not preload checkboxes in Load from network dialog when loading from same host&lt;br /&gt;
* Autorepeat in OSK&lt;br /&gt;
* Inputline	history works in OSK&lt;br /&gt;
* Show battery state &lt;br /&gt;
* Support for arbitrary category (PSect in EDI)&lt;br /&gt;
* Fixed ftdi_usb_get_strings detection under &#039;nixes and msvc&lt;br /&gt;
* Fixed multipliers in CQSOs EDI line, TNX to OZ1FF&lt;br /&gt;
* Fixes in Scope/FFT window&lt;br /&gt;
* Fixed hamlib configure path&lt;br /&gt;
* Fixed redraw of focus rectangle around window&lt;br /&gt;
&lt;br /&gt;
=3.23=&lt;br /&gt;
2013-12-28&lt;br /&gt;
* New windows icon resolutions&lt;br /&gt;
* Seconds marks in Player window&lt;br /&gt;
* Send locator to KST during connect chat&lt;br /&gt;
* Experimental focus rectangle around window&lt;br /&gt;
* Experimental portrait orientation under Android&lt;br /&gt;
* Support for RSGB M5-type contests&lt;br /&gt;
* Fixed external tucnakwiz load under windows&lt;br /&gt;
* Fixed many SSB CQ and recording issues&lt;br /&gt;
* Fixed FFT redraw after ssbd file format change&lt;br /&gt;
* Fixed wav play fail under Android&lt;br /&gt;
* Accelerated vertical window scroll under Android  &lt;br /&gt;
* Fixed scope window flashing when recording&lt;br /&gt;
* Fixed device lockfile delete&lt;br /&gt;
* Fixed serial port detect under Android&lt;br /&gt;
&lt;br /&gt;
=3.22=&lt;br /&gt;
2013-11-05&lt;br /&gt;
* Serial port detection in Info&lt;br /&gt;
* Battery state in Info&lt;br /&gt;
* Close button in on screen keyboard&lt;br /&gt;
* Drag menu selection by mouse/touch&lt;br /&gt;
* Location update by click on Android&lt;br /&gt;
* Fixed lockfile path on Arch linux, TNX to DF4OR&lt;br /&gt;
* Playing SSB CQ on Android&lt;br /&gt;
* Android API back to 4 (Android 1.6)&lt;br /&gt;
* Fixed shift in on screen keyboard&lt;br /&gt;
* Fixed under cursor nummer-ended call recognition in KST/DXC&lt;br /&gt;
* Fixed spy state request after contest load&lt;br /&gt;
* Fixed screen layout with spy activated&lt;br /&gt;
* Inputline history in touch mode&lt;br /&gt;
* On screen keyboard capslock&lt;br /&gt;
* Fixed settings on Android&lt;br /&gt;
* Save/restore state on Android after apps switch&lt;br /&gt;
* Fixed menu Window-&amp;gt;Open connection&lt;br /&gt;
* On screen keyboard replace Fn with star&lt;br /&gt;
* On screen keyboard swap comma and question mark&lt;br /&gt;
* On screen keyboard shows same case size as it writes&lt;br /&gt;
* Shake on end of scroll in windows&lt;br /&gt;
* Reversed QSO scroll direction, no QSO highlight&lt;br /&gt;
* Faster window scroll in touch mode&lt;br /&gt;
&lt;br /&gt;
=3.21=&lt;br /&gt;
2013-09-03&lt;br /&gt;
* Disable screensaver on Android (off by default)&lt;br /&gt;
* New touch keyboard symbols&lt;br /&gt;
* Geolocation in Info on Android&lt;br /&gt;
* Actual locator in new contest on Android&lt;br /&gt;
* Fixed swap import, TNX to OK1HRA&lt;br /&gt;
* Ignored spy lines in old contest&lt;br /&gt;
* Fixed screen layout after Log lines change&lt;br /&gt;
* Removed &amp;gt;&amp;lt; in A/C result&lt;br /&gt;
* QSOs cursor jumps to last qso when window is activated&lt;br /&gt;
* Scroll in search results in kst and dxc windows&lt;br /&gt;
* Use of call (kst, dxc, sked, qrv) adds call to inputline history&lt;br /&gt;
* Fixed Shift+F3 in contest&lt;br /&gt;
* Set PTT over CAT&lt;br /&gt;
* Fixed rig_open error reporting&lt;br /&gt;
* Get locator also from QRV database&lt;br /&gt;
* Change font in first Contest def dialog&lt;br /&gt;
* Fixed NAC on 70MHz&lt;br /&gt;
* Fixed A/C load (included in 3.20-android)&lt;br /&gt;
&lt;br /&gt;
=3.20=&lt;br /&gt;
2013-06-14&lt;br /&gt;
* Fixed crash after TAB in text mode, tnx to OK1HRA&lt;br /&gt;
* Fixed database load in New contest from net over slow link&lt;br /&gt;
* Fixed negative float number read from tucnakrc&lt;br /&gt;
* rigctl.exe and rigctld.exe in msvc package&lt;br /&gt;
* Hamlib 1.2.15.3-zia in msvc package&lt;br /&gt;
* Fixed tucnakwiz load&lt;br /&gt;
* NAC is also on 70MHz, TNX to OZ1FF&lt;br /&gt;
* Fixed shell close under Win32&lt;br /&gt;
* Fix QRG decimal dots in QRG&lt;br /&gt;
* Rotar description on main screen&lt;br /&gt;
* Select in QRV window &lt;br /&gt;
* Testing support for A/C prediction&lt;br /&gt;
* Fixed Home in Chart window under linux&lt;br /&gt;
* Support for serial numbers for FTDI converters&lt;br /&gt;
* Many fixes and improvements in rig control&lt;br /&gt;
* Fixed crash in file unlock&lt;br /&gt;
* Improved rig trace&lt;br /&gt;
* Alt+F10 maximize/restore window under msvc/mingw&lt;br /&gt;
* Improved settings under msvc&lt;br /&gt;
&lt;br /&gt;
=3.19&lt;br /&gt;
2013-04-28&lt;br /&gt;
* Automake silent rules&lt;br /&gt;
* File libzia*.so.d moved to /usr/lib/libzia&lt;br /&gt;
* Fixed CQ repeat timer, TNX to OK2WO&lt;br /&gt;
* Removed OS Shell in SDL mode, TNX to OK2WO&lt;br /&gt;
* Can select menu item checbox also by mouse/touch&lt;br /&gt;
* Close OSK before DUPE dialog &lt;br /&gt;
* Ctrl+Y clears also OSK inputline&lt;br /&gt;
* Fixed platform trailing &#039;x&#039;&lt;br /&gt;
&lt;br /&gt;
=3.18=&lt;br /&gt;
2013-04-24&lt;br /&gt;
* Initial locator load on android&lt;br /&gt;
* Fixed -d argument under msvc and mings&lt;br /&gt;
* Fixed bug in SWP load (unbelievable, must be here many years)&lt;br /&gt;
* Sndfile is optional&lt;br /&gt;
* Disabled rotar description in menu&lt;br /&gt;
* Update for EEE&lt;br /&gt;
* Again fixed checkbox in Shell menu item&lt;br /&gt;
* Fixed Invalid option message&lt;br /&gt;
* Fixed empty space redraw in text mode&lt;br /&gt;
* Fixed Bad auth message&lt;br /&gt;
* Probably fixed crash of deb&#039;s tucnak on wheezy, TNX to OK1TKP&lt;br /&gt;
* New option No device locks&lt;br /&gt;
* Removed use of deprecated GMemChunk&lt;br /&gt;
* Fixed most of warnings for gcc 4.7&lt;br /&gt;
* Improved sound latency&lt;br /&gt;
* Fixed hamlib debug mode (OR of enabled rigs)&lt;br /&gt;
* Export to text file for KST and DXC windows&lt;br /&gt;
* Dump RW bands and hashes for diagnostics of problem caught in March contest&lt;br /&gt;
* Export as EDI fill operators when field is empty&lt;br /&gt;
* In touch mode screenshot is without keyboard&lt;br /&gt;
* Show stars instead of KST password &lt;br /&gt;
* Distribute RIT over rigs&lt;br /&gt;
* QRG can be entered without contest&lt;br /&gt;
* Experimental support for more rigs&lt;br /&gt;
* Fixed up arrow in QSOs window with Show All on&lt;br /&gt;
* Add contest and Add files menu items in Chart subwin/context menu&lt;br /&gt;
&lt;br /&gt;
=3.17=&lt;br /&gt;
2013-02-25&lt;br /&gt;
* Fixed secondary DXCC prefix recognition&lt;br /&gt;
* Fixed crash in empty QRV list using mouse wheel, TNX to OZ9F&lt;br /&gt;
* Fixed worked QSO color after QSO edit&lt;br /&gt;
* CEPT prefix and suffix sensitive QRV list (tnx to G1OGY)&lt;br /&gt;
* Support for debug info from dynamic libzia&lt;br /&gt;
* Fixed checkbox in Shell menu item&lt;br /&gt;
&lt;br /&gt;
=3.16=&lt;br /&gt;
2013-01-09&lt;br /&gt;
* Winkey over TCP/IP&lt;br /&gt;
* Fixed internal error message, TNX to OK1CDJ&lt;br /&gt;
* Removed QRB QSO check warning&lt;br /&gt;
* DXCC name in call info&lt;br /&gt;
* Enter without contest runs call info&lt;br /&gt;
* Fixed libzia compile --without-gtk&lt;br /&gt;
* Fixed TUCNAK_DEBUG variable (broken since 3.00)&lt;br /&gt;
* Removed support for winkey+davac4 (never 100% working)&lt;br /&gt;
* Fixed unix shell echo without PTY&lt;br /&gt;
* Idea: OSK keeps worked QSO visible&lt;br /&gt;
* Support for libsndfile (no SSB CQ/rec now) under android&lt;br /&gt;
* Support for hamlib under android&lt;br /&gt;
* Confirm call/exc/wwl by mouse click&lt;br /&gt;
* Android key trace&lt;br /&gt;
* Android menu key opens menu&lt;br /&gt;
* Rewritten parts of mouse handling code for drag window scroll&lt;br /&gt;
* In touch mode DXC/KST click always shows context menu&lt;br /&gt;
* Swap ENTER and BS on OS keyboard&lt;br /&gt;
* Released public beta od android&lt;br /&gt;
* Map icons Home, Zoom in, Zoom out&lt;br /&gt;
* Touch control&lt;br /&gt;
* New font 18x32&lt;br /&gt;
* Private release of beta Android&lt;br /&gt;
* Scroll DXC bandmap using Shift+Arrows, PageUp, PageDown, Home&lt;br /&gt;
* Frequency in QRV list takes only needed space&lt;br /&gt;
* Higlighted line in bandmap and qrv list changed from inverse to [...]&lt;br /&gt;
* Polish language file, TNX to SP5QWB&lt;br /&gt;
* Fixed sound type without portaudio&lt;br /&gt;
* Uploaded transitional debian package tucnak2 -&amp;gt; tucnak3&lt;br /&gt;
* Insert in chart window chooses contest instead of file&lt;br /&gt;
* Settings and Info in Help menu (corresponds to -s and -i command line arguments)&lt;br /&gt;
* Improved network contest load with long databases over slow links&lt;br /&gt;
* Re-arranged Network and Trace dialog&lt;br /&gt;
* Fixed remote connect to local host&lt;br /&gt;
* Fixed ] in talk window&lt;br /&gt;
* OK? at end of Ask for sked&lt;br /&gt;
* Fixed crash in wiki export in text mode&lt;br /&gt;
* --with-pkg configure argument&lt;br /&gt;
* Fixed platform and machine type under mingw&lt;br /&gt;
&lt;br /&gt;
=3.15=&lt;br /&gt;
2012-10-25&lt;br /&gt;
* Own update system for deb.i386, deb.amd64 and msvc&lt;br /&gt;
* Inputline history increased to 30 items&lt;br /&gt;
* Right click in title of QRV part of KST window choose optional QRV column&lt;br /&gt;
* When QRV sort is by QTF or KST, the QTF is shown in QRV part of KST window&lt;br /&gt;
* Can clicn to QRV column headers in QRV window to sort items&lt;br /&gt;
* Can click to QRV column headers in KST window to sort items&lt;br /&gt;
* Support for mouse in QRV part of KST window&lt;br /&gt;
* Support for incorrect KST /CQ command recognition &#039;&amp;gt; (0) (CALL) ...&#039;&lt;br /&gt;
* Improved search in KST window (no right move, highlight search pattern)&lt;br /&gt;
* Accidentaly entered 2-7 numbers in KST are processed as contest exchange (RST,NR)&lt;br /&gt;
* Fixed accidental kill when shell terminated under linux&lt;br /&gt;
* Fixed codepage od DNS errors under msc/mingw&lt;br /&gt;
* Fixed socket connected handler in KST, DXC (should not happen in real life)&lt;br /&gt;
* Operator change mark in chart, operator show in title&lt;br /&gt;
* Removed old New from net&lt;br /&gt;
* Removed old spy&lt;br /&gt;
* Mass R-O band set Bands-&amp;gt;Set read-only&lt;br /&gt;
* QRV info showed instead of top log line to save space&lt;br /&gt;
* QRV info show also for dupe&lt;br /&gt;
* Ctrl+L under SDL switches to 24G. Without SDL means terminal redraw.&lt;br /&gt;
* Fixed SSID-calls add to C_W&lt;br /&gt;
* Fixed chart points axis description&lt;br /&gt;
* Changed font for msie in httpd&lt;br /&gt;
&lt;br /&gt;
=3.14=&lt;br /&gt;
2012-10-04&lt;br /&gt;
* Fixed contest load with 0 points&lt;br /&gt;
* Fixed new cty.dat load, tnx to 9A4ZM&lt;br /&gt;
&lt;br /&gt;
=3.13=&lt;br /&gt;
2012-10-03&lt;br /&gt;
* Fixed right click out of windows titles&lt;br /&gt;
* QTF in QRV window right aligned&lt;br /&gt;
* Allow reverse sort in QRV window&lt;br /&gt;
* Fixed crash in New Contest, tnx to SP5QWB&lt;br /&gt;
* Fixed alternative slash key in QRV window, tnx to 9A4ZM&lt;br /&gt;
* Updated cty.dat (2O12L)&lt;br /&gt;
* Libzia-ver.so.d distributet, not working &lt;br /&gt;
&lt;br /&gt;
=3.12=&lt;br /&gt;
2012-10-01&lt;br /&gt;
* Fixed debian build --without-bfd&lt;br /&gt;
* Fixed libzia&#039;s settins include in deb&lt;br /&gt;
* Band multiplier for NAC&lt;br /&gt;
* Alternative priority set to 50 (tucnak2 has 40)&lt;br /&gt;
* Remote host is resolved&lt;br /&gt;
* Fixed resolve error handle under platforms with getaddrinfo&lt;br /&gt;
* Must not enter first two letters of locator (60LJ is JO60LJ for stn. from JN69)&lt;br /&gt;
* Removed direct backtrace from internal_error&lt;br /&gt;
* Fixed tucnak.d and bfd_open path&lt;br /&gt;
* Autosave and floppy save fixes, TNX to OZ7Z&lt;br /&gt;
* Platform and version to crash messageboxes&#039;s titles&lt;br /&gt;
&lt;br /&gt;
=3.11=&lt;br /&gt;
2012-09-21&lt;br /&gt;
* Left click on window tab shows context menu same as Subwins&lt;br /&gt;
* Run mode stat next to WPM indicator&lt;br /&gt;
* New hotkey Ctrl+R (tnx to 9A4ZM)&lt;br /&gt;
* Use speaker hidden under windows&lt;br /&gt;
* Fixed text in tucnak3.desktop&lt;br /&gt;
* QRV list transferred by New From Network&lt;br /&gt;
* Fixed network reconnect when remote is connected&lt;br /&gt;
* Enter in log window adds empty line for &lt;br /&gt;
* Fixed accidental stdin close in winkey/rotator&lt;br /&gt;
* New option net_remote_enable&lt;br /&gt;
* Fixed color of lowercase KST call&lt;br /&gt;
* Removed debugging of P3 command&lt;br /&gt;
* Page Up in QSOs window wraps to end of list, TNX to OK1XDF&lt;br /&gt;
* Fixed heap corruption after twice sf_close() when recording device cannot be opened&lt;br /&gt;
* Binary zloc in libzia/src&lt;br /&gt;
* Deb dependency to libzia of same version&lt;br /&gt;
* Use -release in libzia creation&lt;br /&gt;
&lt;br /&gt;
=3.10=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Removed libbfd from debian build because binutils versions incompatibility&lt;br /&gt;
* Fixed crash after tab in welcome dialog probably only under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.09=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Backtrace uses map file under mingw&lt;br /&gt;
* Updated backtrace for msvc&lt;br /&gt;
* Fixed winkey also under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.08=&lt;br /&gt;
2012-08-14&lt;br /&gt;
* Fixed winkey, TNX to OK1HRA&lt;br /&gt;
* Unhandled Exception under mingw&lt;br /&gt;
* Fixed compile under OpenSuse due broken binutils-devel&lt;br /&gt;
* Platform in window title and on some next places&lt;br /&gt;
* Fixed impout.dll for paralel port under mingw&lt;br /&gt;
* Included settings from libzia&lt;br /&gt;
* Fixed parameter parse (-i) under msvc/mingw&lt;br /&gt;
* Example tucnaknames and tucnakcw in binary&lt;br /&gt;
* Enter in Welcome dialog does not run Language choose&lt;br /&gt;
&lt;br /&gt;
=3.07=&lt;br /&gt;
2012-08-07&lt;br /&gt;
* Can be compiled under mingw, not tested&lt;br /&gt;
* Fixed IPV6 resolving, tnx to CT1DRB&lt;br /&gt;
* Fixed -liberty compile on OpenSuse, tnx to CT1DRB&lt;br /&gt;
* SDL keyboard delay/rate taken from system under MSVC&lt;br /&gt;
* Fixed operator send for Network Info&lt;br /&gt;
* Fixed jump to first QSO in QSOs findow when first fucused&lt;br /&gt;
* Fixed WAV search after Ctrl+P in QSOs window under MSVC&lt;br /&gt;
* $E in default ssbd_template&lt;br /&gt;
* Repeated play in Player window&lt;br /&gt;
* Fixed subwin inputlines position without resize&lt;br /&gt;
* Thread names for debugging&lt;br /&gt;
* Band name in QSO info&lt;br /&gt;
* Suspicious chars ?! are red&lt;br /&gt;
* QSO check after call/locator enter&lt;br /&gt;
* Maybe fixed rig QRG resend after band change &lt;br /&gt;
&lt;br /&gt;
=3.06=&lt;br /&gt;
2012-07-25&lt;br /&gt;
* Probably fixed fftw but not released&lt;br /&gt;
* Msvc version uses Release build to improve speed&lt;br /&gt;
* Fixed X11/putty mouse handle for coordinates&amp;gt;94&lt;br /&gt;
* Fixed RBN call selection in DXC window&lt;br /&gt;
* Fixed background on gnome-terminal&lt;br /&gt;
* Fixed DXC spots in HF window&lt;br /&gt;
* Fixed Shell window under Linux&lt;br /&gt;
* Code cleanup&lt;br /&gt;
* Httpd options dialog&lt;br /&gt;
* Fixed httpd SO_REUSEADDR&lt;br /&gt;
* Fixed DXC spot parse&lt;br /&gt;
&lt;br /&gt;
=3.05=&lt;br /&gt;
2012-07-18&lt;br /&gt;
* Fullscreen Ctrl+F11&lt;br /&gt;
* Font change Ctrl+, Ctrl-, Ctrl0&lt;br /&gt;
* New font 8x13&lt;br /&gt;
* Disabled portaudio in linux build because ubuntu segfault in Pa_Initialize&lt;br /&gt;
* Speedup: calls are not compared using regular expressions&lt;br /&gt;
* Speedup: calls are hold also in hash&lt;br /&gt;
* Oh mistake and Ask for sked in KST window&lt;br /&gt;
* QSOs from all bands in QSOs window&lt;br /&gt;
&lt;br /&gt;
=3.04=&lt;br /&gt;
2012-07-03&lt;br /&gt;
* Fixed Tucnak data.lnk&lt;br /&gt;
* Window title is Tucnak instead of tucnak3&lt;br /&gt;
* New contest from network (flood)&lt;br /&gt;
* New spy method (flood)&lt;br /&gt;
* Fixed operator load from contest files&lt;br /&gt;
* Connection to remote tucnak&lt;br /&gt;
* Kill connection in Subwin menu&lt;br /&gt;
&lt;br /&gt;
=3.03=&lt;br /&gt;
2012-06-18 (R1724)&lt;br /&gt;
* red highlight of 73-like KST messages&lt;br /&gt;
* turn on SSBWAY pin also during CW CQ to allow CQ on more band simultaneously&lt;br /&gt;
* dark yellow calls in subwin only when worked on all read-write bands&lt;br /&gt;
* fixed crash when sdl cannot be initialized&lt;br /&gt;
* kst logged QRV stations from QRV list&lt;br /&gt;
* fixed accidental QRV list sort change when subwin is leaved with Alt+number&lt;br /&gt;
* changed color of qsos and qso gain in map subwin&lt;br /&gt;
* svn version (revision) compiled-in in binary&lt;br /&gt;
* fixed crash after contest wizard, TNX to OK3MAD&lt;br /&gt;
* call selection and right mouse in qrv subwin&lt;br /&gt;
* QSO window does not loose focus when switched to it&lt;br /&gt;
* QSO window does not switch to last QSO when focused&lt;br /&gt;
&lt;br /&gt;
=3.02=&lt;br /&gt;
2012-05-09 (R1637)&lt;br /&gt;
* fixed SSID&#039;ized call info and call use in KST and DXC&lt;br /&gt;
* fixed crash after home key in KST and DXC&lt;br /&gt;
* fixed crash in quicksearch&lt;br /&gt;
* fixed Diskfree text in audio dialog&lt;br /&gt;
* fixed dxc_host delete&lt;br /&gt;
* link with libzia can be static or dynamic&lt;br /&gt;
* fixed new contest crash bug&lt;br /&gt;
&lt;br /&gt;
=3.01=&lt;br /&gt;
2012-05-02&lt;br /&gt;
* fixed fftw sample count handle&lt;br /&gt;
* updated libfftw3 3.3.1 to pl1 for msvc&lt;br /&gt;
* qrg entry in khz (.144300)&lt;br /&gt;
* bandmap in dxc window&lt;br /&gt;
* new key l in map&lt;br /&gt;
* disable screensaver under msvc&lt;br /&gt;
* format of -i&lt;br /&gt;
* libusb in installer&lt;br /&gt;
* fixed time_t 64bit bug, tnx to G1OGY&lt;br /&gt;
* highlighted item in sked window, enter send to worked qso&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* rotator poll interval&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* portautio must be at least version 0.19&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* wider beamwidth in map&lt;br /&gt;
* sked dialog rewrite, removed we_call and skedshift&lt;br /&gt;
* charts are per band&lt;br /&gt;
* loading of txt into chart loads also other bands&lt;br /&gt;
* qso gain in for photo&lt;br /&gt;
* alt+f4 closes tucnak under windows&lt;br /&gt;
* progress indicator during exports and qso check&lt;br /&gt;
* chart points axis value round&lt;br /&gt;
* chart time axis extremes snapped to hours&lt;br /&gt;
* removed charset menu&lt;br /&gt;
* newline adter map image in wiki export&lt;br /&gt;
* fixed portable calls in KST, DXC&lt;br /&gt;
* QRB, QTF in Call info&lt;br /&gt;
* removed Not mounted message when no floppy is defined&lt;br /&gt;
* fixed floppy save under msvc&lt;br /&gt;
&lt;br /&gt;
=3.00=&lt;br /&gt;
* first test - march contest 2012 OK2M&lt;br /&gt;
* change SDL key repeat&lt;br /&gt;
* azimuthal star in map&lt;br /&gt;
* simplyfied first contest options&lt;br /&gt;
* (untested) support for hamlib rotators&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* macro $J&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* kst reads cwdb and namedb from /sh us command&lt;br /&gt;
* double font height&lt;br /&gt;
* readonly flag in bands menu&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
* mast icon in map&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
* common code moved to libzia&lt;br /&gt;
* split header.h into more smaller headers&lt;br /&gt;
* memory allocations only from glib&lt;br /&gt;
* removed cba_t&lt;br /&gt;
* forked v3 &lt;br /&gt;
&lt;br /&gt;
=2.48=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* renamed debian to debian.unofficial&lt;br /&gt;
* removed -lusb, tnx to EA4TV&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* fixed possible pointer shot of &#039;\0&#039; behind last_screen&lt;br /&gt;
&lt;br /&gt;
=2.47=&lt;br /&gt;
2011-02-16&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* fixed band LO freq&lt;br /&gt;
* debian/ updates for Jaime EA4TV&lt;br /&gt;
&lt;br /&gt;
=2.46=&lt;br /&gt;
2011-01-18&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* accpet portaudio options in tucnakrc&lt;br /&gt;
* accept subwin KST(15) as Shell in tucnakrc&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
&lt;br /&gt;
=2.45=&lt;br /&gt;
2011-10-12&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* strip binaries in deb package&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* support for libpng 1.5, tnx to DL1JBE &lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
&lt;br /&gt;
=2.44=&lt;br /&gt;
2011-07-29&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
&lt;br /&gt;
=2.43=&lt;br /&gt;
2011-06-28&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
&lt;br /&gt;
=2.42=&lt;br /&gt;
2011-05-31&lt;br /&gt;
* fixed crash in contest close&lt;br /&gt;
* forked v3&lt;br /&gt;
&lt;br /&gt;
=2.41=&lt;br /&gt;
2011-05-25&lt;br /&gt;
* released as tribute to Douglas Adams. Don&#039;t panic!&lt;br /&gt;
* fixed trace_sock&lt;br /&gt;
* fixed udev script - usb_device -&amp;gt; usb&lt;br /&gt;
* fixed some gcc warnings&lt;br /&gt;
* html/http/wiki exports map and chart as png&lt;br /&gt;
* http server for contest progress presentation&lt;br /&gt;
* changed fifo time format to HH:MM&lt;br /&gt;
* fixed wiki map description&lt;br /&gt;
* fixed volume indicator flicker&lt;br /&gt;
* fixed trace condition&lt;br /&gt;
* show chart files without sdl&lt;br /&gt;
* fixed grid &amp;amp; boundaries in map, tnx to DG6MAN &lt;br /&gt;
* libgpm is disabled by default&lt;br /&gt;
* fixed player and chart windows add&lt;br /&gt;
* fixed network interfaces detect&lt;br /&gt;
* ignored duplicate $GLIB_CFLAGS, $GLIB_LIBS in configure.in&lt;br /&gt;
* new macros in tucnak -s&lt;br /&gt;
&lt;br /&gt;
=2.40=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* added _cv_ in autoconf cached variables&lt;br /&gt;
* updated missing script&lt;br /&gt;
* fixed iconv detection&lt;br /&gt;
* fixed tucnakrc load under WIN32&lt;br /&gt;
* sdev trace&lt;br /&gt;
* trace rewrite&lt;br /&gt;
* split master db into more strings&lt;br /&gt;
* rewritten cbr items choice for OKOM DX&lt;br /&gt;
* compile under msvc and ming but unusable at this time&lt;br /&gt;
* fixed qrv edit/insert (should overwrite another item)&lt;br /&gt;
* added player (and chart) window types in Add subwin&lt;br /&gt;
* removed testing code for Ctrl+P in main inputline&lt;br /&gt;
* experiments with waterfall palette and filtering&lt;br /&gt;
* frequency axis in fft scope&lt;br /&gt;
* frequency argument in soundwrapper for testing&lt;br /&gt;
* tab complete file in file import&lt;br /&gt;
* chart subwin&lt;br /&gt;
* fixed cursor position in inputline history alt+h&lt;br /&gt;
* degree sign in C_W quick search&lt;br /&gt;
* fixed alt+letter in qrv search&lt;br /&gt;
* rig error code instead of qrg&lt;br /&gt;
* changed rig debug level&lt;br /&gt;
* fixed rigs with unsupported rig_get_vfo()&lt;br /&gt;
* +1/-1 alloc bugs detection with --enable-leak-debug&lt;br /&gt;
* fixed qrv insert from keyboard&lt;br /&gt;
* fixed text upcase in qrv insert/edit&lt;br /&gt;
&lt;br /&gt;
=2.39=&lt;br /&gt;
2011-02-25&lt;br /&gt;
* fixed ftdi_context portability between libftdi versions&lt;br /&gt;
* qso gain diagram&lt;br /&gt;
* qrv gain diagram respects worked count&lt;br /&gt;
* qrv item insert&lt;br /&gt;
* qrv item edit&lt;br /&gt;
* new contest loads ~/tucnak/qrv&lt;br /&gt;
* fixed qrv points drawing when mouse move&lt;br /&gt;
&lt;br /&gt;
=2.38=&lt;br /&gt;
2011-02-20&lt;br /&gt;
* fixed bug in map window during contest load&lt;br /&gt;
* fixed memory alloc problem in master db&lt;br /&gt;
* degree sign as hexa constant 0xb0&lt;br /&gt;
* rewritten qrv database&lt;br /&gt;
* fixed master database comment filter&lt;br /&gt;
* increased length of contest option numbers, tnx to RU2FM&lt;br /&gt;
* calls from master database are never deleted&lt;br /&gt;
* fixed contest date in contest options&lt;br /&gt;
* qso check warning if exists remark&lt;br /&gt;
* fixed qsonr in cabrillo output, tnx to OK1HRA&lt;br /&gt;
* fixed avg unit pts/km in wiki and html output&lt;br /&gt;
* fixed compile without various --without combinations&lt;br /&gt;
* removed forgotten font13x24.png create&lt;br /&gt;
* QRG in edit QSO&lt;br /&gt;
* correct size of screenshots in HTML export&lt;br /&gt;
* fixed runmode CQ without hamlib, tnx to DL1JBE&lt;br /&gt;
* fixed Ctrl+3 to Ctrl+9 under SDL&lt;br /&gt;
* wav player seems to be usable&lt;br /&gt;
&lt;br /&gt;
=2.37=&lt;br /&gt;
2010-10-27&lt;br /&gt;
* two letters input moved to unresolved area&lt;br /&gt;
* fixed some minors in runmode, tnx to OK3MAD&lt;br /&gt;
* fixed soundwrapper sound frequency&lt;br /&gt;
* rewritten runmode for A1/MMC&lt;br /&gt;
* fixed runmode CQ only in CW mode (TNX to OK1HRA/TC03W)&lt;br /&gt;
* fixed runmode TU&lt;br /&gt;
* skeleton for wiki publish&lt;br /&gt;
* fixed TU give in run mode&lt;br /&gt;
* &amp;gt; for qrb&amp;gt;average in qsocheck&lt;br /&gt;
* changed delay between hamlib rig calls for slow radios&lt;br /&gt;
* fixed string truncate in inputline insert&lt;br /&gt;
* rig freq read reads from actual VFO&lt;br /&gt;
* rig mode change keeps bandwidth&lt;br /&gt;
* fixed autogive=0&lt;br /&gt;
* expedition mode&lt;br /&gt;
&lt;br /&gt;
=2.36=&lt;br /&gt;
2010-09-27&lt;br /&gt;
* fixed rig ID choose&lt;br /&gt;
* fixed segv in loading of contest with HF window and &amp;gt; 6 active bands&lt;br /&gt;
* do not add &#039;similar call&#039; to qsocheck when this call is also worked&lt;br /&gt;
* set rig handshake to none (default for TS850 is CTS/RTS)&lt;br /&gt;
* set rig timeout to 500ms (480s is unusable)&lt;br /&gt;
* gdb and rigctl under cygwin&lt;br /&gt;
* fixed cygncurses-9 dependency for sh.exe under cygwin&lt;br /&gt;
* updated tucnakdw (4X, ZC4, many UA)&lt;br /&gt;
* improved edit qso time parsing&lt;br /&gt;
* autogive mode after some typed chars&lt;br /&gt;
* macro $B&lt;br /&gt;
* bell sign for character 7 under sdl&lt;br /&gt;
* in macro $I dots are replaced by question marks&lt;br /&gt;
* added baudrate for rig control&lt;br /&gt;
* fixed R9SA parsing as report (tnx to OK1HRA)&lt;br /&gt;
* WAZ and ITU in HF window&lt;br /&gt;
* rewritten exc list in HF window&lt;br /&gt;
* master call database&lt;br /&gt;
* fixed SFI parse&lt;br /&gt;
* &amp;quot;live&amp;quot; QSO list in HF window&lt;br /&gt;
* enlarged layout of HF window&lt;br /&gt;
* updated UA wwls in tucnakdw&lt;br /&gt;
* fixed missing excs display&lt;br /&gt;
* argument -m sets time from master PC&lt;br /&gt;
* &#039;c&#039; key for center screen to QTH&lt;br /&gt;
* &#039;p&#039; key for photo in map&lt;br /&gt;
* fixed second part of CQSOs for method 16&lt;br /&gt;
* summery table with links to bands in html export&lt;br /&gt;
* fixed buffer and period time to ms (was us)&lt;br /&gt;
* similar calls are computed using Levenshtein distance&lt;br /&gt;
* cleared qso check message&lt;br /&gt;
* fixed top10 formatting for qrb&amp;gt;=1000 km&lt;br /&gt;
* reverted to old udev rule style (for lenny)&lt;br /&gt;
* fixed memory leaks in dwdb.c, rotar.c&lt;br /&gt;
&lt;br /&gt;
=2.35=&lt;br /&gt;
2010-06-30&lt;br /&gt;
* fixed crash in fft calculation&lt;br /&gt;
* support for Championnat de France THF&lt;br /&gt;
* alt-j: short access for A/C and M/S cq&lt;br /&gt;
* qrv list save&lt;br /&gt;
* configure checks for make&lt;br /&gt;
* fixed large qso number display in global QSO mode, tnx to DL5YBZ&lt;br /&gt;
* support for prefixes with slash (3D2/C)                                                                               &lt;br /&gt;
* fixed crash after IT9x call (* in prefix in cty.dat), tnx to DL5YBZ &lt;br /&gt;
* fixed $MN macro, tnx to OK1HRA (GL in WPX!)&lt;br /&gt;
* send CW2 and save QSO also after QSONR&lt;br /&gt;
* list import&lt;br /&gt;
* support for odd/even/1st/2nd TX (MS,AERO)&lt;br /&gt;
* fixed suid of soundwrapper&lt;br /&gt;
* updated cty.dat&lt;br /&gt;
* SYSFS{} changed to ATTR{} for new udev versions&lt;br /&gt;
&lt;br /&gt;
=2.34=&lt;br /&gt;
2010-04-26&lt;br /&gt;
* changed time separator from . to :&lt;br /&gt;
* four digits are QSO number, not month and day of month&lt;br /&gt;
* deb package uses suided soundwrapper &lt;br /&gt;
* macro $I&lt;br /&gt;
* fixed statistics calculation after loading of contest   &lt;br /&gt;
* added frequency to adif export&lt;br /&gt;
* fixed exchange output in cabrillo and adif export  &lt;br /&gt;
* changed format of ChangeLog to Mediawiki source format&lt;br /&gt;
* get back generated debian/changelog, it seems we have no DEB maintainer&lt;br /&gt;
&lt;br /&gt;
=2.33=&lt;br /&gt;
2010-02-18&lt;br /&gt;
* fixed usaca multiple names&lt;br /&gt;
* rit clear after qso save in run mode&lt;br /&gt;
* support for ARRL International DX Contest&lt;br /&gt;
* fixed ARRL VHF scoring&lt;br /&gt;
* turned off cq repeat for cwdaemon&lt;br /&gt;
* rig changes: poll interval, mode and band transfer&lt;br /&gt;
&lt;br /&gt;
=2.32=&lt;br /&gt;
2010-02-13&lt;br /&gt;
* cabrillo export for ARRL VHF contests&lt;br /&gt;
* fixed leak debug on AMD64&lt;br /&gt;
* fixed double rig_cleanup()&lt;br /&gt;
* fixed using of non-serial ports in hamlib (f.e. rpc.rigd, type 1901)&lt;br /&gt;
* rover (/R) are not dupe when are in different big wwl&lt;br /&gt;
* fixed EDI properties dialog &lt;br /&gt;
* script for Asus EEE binary and optimized configuration&lt;br /&gt;
* updated tucnakrc (HF bands, windows)&lt;br /&gt;
&lt;br /&gt;
=2.31=&lt;br /&gt;
2010-01-01&lt;br /&gt;
* fixed crash if mode is changed without FFT window. TNX to DF4OR&lt;br /&gt;
* crossmode test in QSO check&lt;br /&gt;
&lt;br /&gt;
=2.30=&lt;br /&gt;
2009-11-30&lt;br /&gt;
* fixed device locking under cygwin, tnx to G1OGY&lt;br /&gt;
&lt;br /&gt;
=2.29=&lt;br /&gt;
2009-11-03&lt;br /&gt;
* fixed corrupted contest date display in Open contest from net &lt;br /&gt;
* fixed tucnakdw; JN89 is in OM	&lt;br /&gt;
* fixed cwdaemon and sdev double freeing &lt;br /&gt;
* recording level has filtered DC &lt;br /&gt;
* CW window holds PTT all time it is opened&lt;br /&gt;
* removed debugging show of 1&#039;s under volume indicator&lt;br /&gt;
* fixed (null) display in empty qrv list&lt;br /&gt;
* speeded up sdl key repeat&lt;br /&gt;
* removed delayed screen redraw&lt;br /&gt;
* fixed KST new call upcase &lt;br /&gt;
* DX network command sends only valid spots, no KST or other garbage&lt;br /&gt;
* fixed rig qrg display (mode switch worked)&lt;br /&gt;
* fixed ebw db import error message&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3181</id>
		<title>Changelog</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3181"/>
		<updated>2024-08-18T16:16:47Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=4.63=&lt;br /&gt;
* New Android build for Android 5 (API level 21) to Android 14 (API level 34)&lt;br /&gt;
* Fixed Map Home (for photo) without QSOs&lt;br /&gt;
* Map icon larger click area in touch mode, TNX to OK5ZS&lt;br /&gt;
* Zoomin icon fix TNX to OK5ZS&lt;br /&gt;
* rtlsdr under *nix is disabled by default&lt;br /&gt;
&lt;br /&gt;
=4.62=&lt;br /&gt;
2024-07-15&lt;br /&gt;
* Android build works hopefully API levels 16 to 34&lt;br /&gt;
* Fixed SDL 1.2 build&lt;br /&gt;
* KST SSID up to 5 digits&lt;br /&gt;
&lt;br /&gt;
=4.61=&lt;br /&gt;
2024-07-03&lt;br /&gt;
* Do not set empty rig Device to keep rigctld default address 127.0.0.1:4533&lt;br /&gt;
* Added --without-rtlsdr into configure&lt;br /&gt;
* Debian package is build without librtlsdr (0.6 vs 2.0 binary incompatibility)&lt;br /&gt;
* OE Activity added bands OPQ&lt;br /&gt;
* Removed global Ctrl+K, it conflicts with 10GHz band change, TNX to OZ1FF&lt;br /&gt;
&lt;br /&gt;
=4.60=&lt;br /&gt;
2024-06-18&lt;br /&gt;
* THz (Light) band&lt;br /&gt;
* IARU reg.I ATV contest&lt;br /&gt;
* IARU reg.I MGM contest&lt;br /&gt;
* RTTY changed to MGM&lt;br /&gt;
* Ctrl+K and Alt+K work also in main input line&lt;br /&gt;
* Fixed Band switch value after contest load from network&lt;br /&gt;
* Touch keyboard SDL2 font size fix&lt;br /&gt;
* Touch keyboard SDL2 input fix&lt;br /&gt;
&lt;br /&gt;
=4.59=&lt;br /&gt;
2024-04-11&lt;br /&gt;
* Fixed upgrade/HTTP timeout, TNX to OK1UGE&lt;br /&gt;
* CW word space length fix, TNX to OK1DOL&lt;br /&gt;
* New libSDL 2.30.1 for Windows	builds&lt;br /&gt;
* Always show aircraft provider name&lt;br /&gt;
* Default KST QRB is 910km&lt;br /&gt;
* Aircraft dump1090 support, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.58=&lt;br /&gt;
* Fixed unability to run without admin rights under Windows, TNX to OK7KM, OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.57=&lt;br /&gt;
2024-03-01&lt;br /&gt;
* Next libiconv call fixes, TNX to OK2JTB, M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.56=&lt;br /&gt;
2024-02-27&lt;br /&gt;
* Fixed aircraft.dk error message, TNX to G1OGY&lt;br /&gt;
* Reviewed errno handling, TNX to G1OGY&lt;br /&gt;
* Some libiconv call fixes, TNX to IN3UPQ&lt;br /&gt;
* Next fix for Davac5 udev rules, TNX to OK1ELE&lt;br /&gt;
&lt;br /&gt;
=4.55=&lt;br /&gt;
2024-01-23&lt;br /&gt;
* Return to manualy save the tucnakrc (many many problems with autosave)&lt;br /&gt;
* Linux udev rules for CM108 family (Davac5), TNX to OK1ELE&lt;br /&gt;
* Fixed linux rotar save freeze, TNX to M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.54=&lt;br /&gt;
2024-01-05&lt;br /&gt;
* Removed Dump RW bands and hashes&lt;br /&gt;
* KST QSO phase filter, TNX to OK1MZM&lt;br /&gt;
* Fixed PortAudio device search (hostApi)&lt;br /&gt;
* Fixed PortAudio recording devixe, TNX to OK2WO&lt;br /&gt;
* Fixed Paypal donate, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.53=&lt;br /&gt;
2023-12-17&lt;br /&gt;
* Airscatter.dk feed, TNX to OV3T&lt;br /&gt;
* Donate via PayPal or Buymeacofee&lt;br /&gt;
* Truetype font&lt;br /&gt;
* Centerwwl, OSN credentials null fix&lt;br /&gt;
* MinASL tested on load&lt;br /&gt;
* ASfile fixed unknown wingspan&lt;br /&gt;
* AS print ICAO24 address (ID)&lt;br /&gt;
* Disabled RS Meteox and Wetteronline&lt;br /&gt;
* HTTPS (openssl) under Android&lt;br /&gt;
* Rainviewer timer fix&lt;br /&gt;
* libzia TLS message fix&lt;br /&gt;
&lt;br /&gt;
=4.52=&lt;br /&gt;
2023-11-20&lt;br /&gt;
* Fixed overflow bug in AS options under Linux, TNX to G1OGY&lt;br /&gt;
* Default AS provider is ADSB One&lt;br /&gt;
* Fixed RS SCP dist 310&lt;br /&gt;
* Fixed Linux ttys *printf without arguments&lt;br /&gt;
&lt;br /&gt;
=4.51=&lt;br /&gt;
2023-11-19&lt;br /&gt;
* New option AS Center WWL&lt;br /&gt;
* AS tracking also for remote rotator&lt;br /&gt;
* ADS-B One feed, TNX to G1OGY&lt;br /&gt;
* Optimized file read in AS thread&lt;br /&gt;
* Better HTTP error reporting&lt;br /&gt;
* Fixed Feed filename load in AS options dialog. TNX to OK1ELE&lt;br /&gt;
* Memory leak fixes&lt;br /&gt;
&lt;br /&gt;
=4.50=&lt;br /&gt;
2023-11-18&lt;br /&gt;
* Aircraft file feed returned for planefinder.net&lt;br /&gt;
* Wingspan from icao24, many TNX to G1OGY&lt;br /&gt;
* Fixed wingspan respects imperial units setting&lt;br /&gt;
* Fixed rotars reinit race condition while AC tracking&lt;br /&gt;
* Added configure --without-hidapi&lt;br /&gt;
* OpenSky-network feed&lt;br /&gt;
&lt;br /&gt;
=4.49=&lt;br /&gt;
2023-10-30&lt;br /&gt;
* Fixed config save after window resize&lt;br /&gt;
* Aircraft size, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.48=&lt;br /&gt;
2023-10-15&lt;br /&gt;
* Aircraft scatter changed feed to firefox addon&lt;br /&gt;
* Rig config&lt;br /&gt;
* Fixed oct8tor wait for thread&lt;br /&gt;
* Fixed rig close (unlock filename)&lt;br /&gt;
* Fixed broken rig_handshake_none&lt;br /&gt;
&lt;br /&gt;
=4.47=&lt;br /&gt;
2023-10-04&lt;br /&gt;
* Save PortAudio device names instead of numbers&lt;br /&gt;
* Davac5 full support&lt;br /&gt;
* Fixed oct8tor leaks&lt;br /&gt;
* Removed obsolete hdkeyb support&lt;br /&gt;
* JP90 is in SM5, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.46=&lt;br /&gt;
2023-09-09&lt;br /&gt;
* Fixed memory leaks&lt;br /&gt;
* Fixed AS crash, TNX to OK1UGE and SQ6EMM&lt;br /&gt;
* Fixed subwin save, TNX to OK2SLC&lt;br /&gt;
* Fixed Log lines change, TNX to OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.45=&lt;br /&gt;
2023-08-25&lt;br /&gt;
* QRG for sked saves contest&lt;br /&gt;
* Rig and Rotar poll intervals set to valid values&lt;br /&gt;
* Removed Terminal options&lt;br /&gt;
* Configuration autosave after OK in every setup dialog&lt;br /&gt;
* Map keys (L) only without modifiers (Ctrl)&lt;br /&gt;
* Gain graph redraw after band change&lt;br /&gt;
* Removed floppy autosave&lt;br /&gt;
&lt;br /&gt;
=4.44=&lt;br /&gt;
2023-06-04&lt;br /&gt;
* Save QRG for all bands into contest files&lt;br /&gt;
* Fixed crash bad font size, TNX to OK1MZM&lt;br /&gt;
* Fixed subwin highlight for characters &amp;gt;=0x80&lt;br /&gt;
* Oct8tor support&lt;br /&gt;
* Names and FM Pohar update, TNX to OK4DJ&lt;br /&gt;
* Winkey echoback, TNX to OK4DJ&lt;br /&gt;
* Load from net loads also contest defaults&lt;br /&gt;
* Fixed KST messages (/CQ)&lt;br /&gt;
* Fixed chart redraw after new QSO, TNX to OK2SLC&lt;br /&gt;
* Removed Alt+G&lt;br /&gt;
&lt;br /&gt;
=4.43=&lt;br /&gt;
2023-04-15&lt;br /&gt;
* Initial window type in Change type, TNX to OK2SLC&lt;br /&gt;
* Fixed chart after EDI load, TNX to OK2SLC&lt;br /&gt;
* Fixed: new KST stations are red, TNX to OK1MZM&lt;br /&gt;
* cppcheck warning level fixes&lt;br /&gt;
* Included rotctld.exe&lt;br /&gt;
&lt;br /&gt;
=4.42=&lt;br /&gt;
2023-03-09&lt;br /&gt;
* [CLR] click only on button&lt;br /&gt;
* KST message cleanup, TNX to OK2WO&lt;br /&gt;
* linux xset fix, TNX to OK4DJ&lt;br /&gt;
* HTTP header parse fix, TNX to OK7SE&lt;br /&gt;
* Configure C99 fix, TNX to OK2JRQ&lt;br /&gt;
* Fixed empty RST-S bug, TNX to G1OGY&lt;br /&gt;
* Spy active band (*)&lt;br /&gt;
* Fixed tucnakrc parse&lt;br /&gt;
&lt;br /&gt;
=4.41=&lt;br /&gt;
2023-03-02&lt;br /&gt;
* Display AS in imperial units option&lt;br /&gt;
* Ctrl+S for hamlib/remote rotator stop, TNX to G1OGY&lt;br /&gt;
* Rotar	description up to 8 characters&lt;br /&gt;
* Configure socklen_t fix, TNX to Florian Weimer&lt;br /&gt;
&lt;br /&gt;
=4.40=&lt;br /&gt;
2023-01-07&lt;br /&gt;
* Fixed ADIF import, TNX to OK2WO&lt;br /&gt;
* Fixed keypad double keys and Ctrl +-&lt;br /&gt;
* Removed accidentally create of font18x32.png&lt;br /&gt;
* Robust KST /sh us &lt;br /&gt;
* Limit rit to +-10000 Hz&lt;br /&gt;
&lt;br /&gt;
=4.39=&lt;br /&gt;
2022-12-10&lt;br /&gt;
* ON4KST telnet protocol change&lt;br /&gt;
* Fixed AS download crash, TNX to OK2SLC&lt;br /&gt;
* Fixed keypad on windows (Ctrl +-)&lt;br /&gt;
* Menu triple bar&lt;br /&gt;
&lt;br /&gt;
=4.38=&lt;br /&gt;
2022-11-25&lt;br /&gt;
* ADIF import STX_STRING, SRX_STRING, TNX to DF2ET&lt;br /&gt;
* DARC Worked All Germany Contest, TNX to DF2ET&lt;br /&gt;
* SP activity contest, TNX to SQ6EMM&lt;br /&gt;
* Gentoo build fix, TNX to DL1JBE&lt;br /&gt;
* MMMonVHF instead of EBW&lt;br /&gt;
* USB info about opened Davac and Rotar, TNX to OK1MZM&lt;br /&gt;
* KST full name (including bands) in QSO info&lt;br /&gt;
* Davac reset on startup&lt;br /&gt;
&lt;br /&gt;
=4.37=&lt;br /&gt;
2022-08-30&lt;br /&gt;
* AcKST is now latest activity, not presence&lt;br /&gt;
* Fixed EDI import crash, TNX to OK1MZM&lt;br /&gt;
* Linux lock permission fix, TNX to OK4DJ&lt;br /&gt;
* Fullscreen fix, TNX to OK7KM&lt;br /&gt;
* Allow 4k displays&lt;br /&gt;
* libzia bfd/binutils require fix, TNX to OK2JRQ&lt;br /&gt;
* RST recovery from *.swp&lt;br /&gt;
* ifa_addr == NULL fix, TNX to OK2JRQ&lt;br /&gt;
&lt;br /&gt;
=4.36=&lt;br /&gt;
2022-04-29&lt;br /&gt;
* Mode change from menu, default RST fix, TNX to OK4DJ&lt;br /&gt;
* FM Alt+M accidental CQ fix&lt;br /&gt;
* Argument -c for other tucnakrc&lt;br /&gt;
* Minimal required glib is 2.30&lt;br /&gt;
* Fixed memory leaks discovered by valgrind&lt;br /&gt;
* AS info can use temporary locator, TNX to OK1MZM&lt;br /&gt;
* Fixed czech network info&lt;br /&gt;
* itrm free fix, TNX to Ozkan Sezer&lt;br /&gt;
* zifaces redefinition fix, TNX to Ozkan Sezer&lt;br /&gt;
&lt;br /&gt;
=4.35=&lt;br /&gt;
2022-04-12&lt;br /&gt;
* Italian activity contest, TNX to IU5BON&lt;br /&gt;
* Memory free fix, TNX to IU5BON&lt;br /&gt;
* MacOs/linux interfaces detect, TNX to IU5BON&lt;br /&gt;
* MacOs build fix, TNX to IU5BON&lt;br /&gt;
* Fixed aircraft plural, TNX to IU5HKX&lt;br /&gt;
* IARU band names convert at start&lt;br /&gt;
* IARU band names fix&lt;br /&gt;
* Linux desktop file icon/exec fix, TNX to SQ6EMM&lt;br /&gt;
* DARC XMAS contest, tttype fix, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib configure, TNX to DH5YM&lt;br /&gt;
&lt;br /&gt;
=4.34=&lt;br /&gt;
2021-12-22&lt;br /&gt;
* CW breakable only opt-in&lt;br /&gt;
* RIT read only if supported, TNX to OK1MZM&lt;br /&gt;
* Hamlib voice/morse thread fix, TNX to SQ6EMM&lt;br /&gt;
* Input breaks only repeated CQ, TNX to OZ9GE&lt;br /&gt;
* Minimal rig poll is 100ms, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.33=&lt;br /&gt;
2021-12-12&lt;br /&gt;
* Fixed gcc 10.2 warnings&lt;br /&gt;
* Moon contest 23cm&lt;br /&gt;
* Fixed zserial_close race condition&lt;br /&gt;
* Fixed expedition mode from wizzard, TNX to OK1MZM&lt;br /&gt;
* Rotator offset&lt;br /&gt;
* KST networking partial rewrite&lt;br /&gt;
* Updated KST IP, used without DNS&lt;br /&gt;
* Content-type check in AS, RainViewer&lt;br /&gt;
* Excluded vhfcontestnet&lt;br /&gt;
* Swap recovery keeps date/time, TNX to OK1FIK&lt;br /&gt;
* Code inout breaks CQ, TNX to OK1FIK&lt;br /&gt;
* Infinite rotator beam&lt;br /&gt;
* CW/SSB CQ using Hamlib, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.32=&lt;br /&gt;
2020-09-30&lt;br /&gt;
* Ruhrgebiets Contest, TNX to DF2ET&lt;br /&gt;
* Alt+A crash, TNX to OK2SLC&lt;br /&gt;
* Linux interfaces bug fixed, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.31=&lt;br /&gt;
2020-09-14&lt;br /&gt;
* Hamlib 4.3.1 in windows package :-))&lt;br /&gt;
* IARU band names update, TNX to OK5ZS&lt;br /&gt;
* Linux double Alt+M fix, TNX to IZ3GME&lt;br /&gt;
* Linux winkey timeout fix, TNX to IZ3GME&lt;br /&gt;
* KST messages &amp;quot;CALL MSG&amp;quot; showed in bottom log&lt;br /&gt;
* Fixed border redraw after locator change&lt;br /&gt;
&lt;br /&gt;
=4.30=&lt;br /&gt;
2021-06-29&lt;br /&gt;
* DARC 2m Education Contest in wizzard&lt;br /&gt;
* Rainviewer Web Mercator projection fix&lt;br /&gt;
* AS info above clouds in map&lt;br /&gt;
* AS tracking hysteresis +-1deg&lt;br /&gt;
* Fixed DNS crash&lt;br /&gt;
* Hamlib 4.2 fix, TNX to KF5OIM&lt;br /&gt;
&lt;br /&gt;
=4.29=&lt;br /&gt;
2021-05-23&lt;br /&gt;
* Paleni carodejnic partial support, TNX to OK4DJ&lt;br /&gt;
* ARI DX partial support, TNX to OK4DJ&lt;br /&gt;
* ADIF TX_PWR, TNX DF2ET&lt;br /&gt;
* Airscatter plane tracking by rotator&lt;br /&gt;
* Hamlib rotator elevation and baudrate support&lt;br /&gt;
* Rainviewer support, TNX to RT5D&lt;br /&gt;
* Fixed gnutls error messages&lt;br /&gt;
* KST &amp;amp;amp; -&amp;gt; &amp;amp;&lt;br /&gt;
* Removed qsop_method total_method debug message&lt;br /&gt;
&lt;br /&gt;
=4.28=&lt;br /&gt;
2021-04-21		&lt;br /&gt;
* Fixed meteox load, TNX OK4DJ&lt;br /&gt;
* Map context menu on right click to turn rotator&lt;br /&gt;
* Fixed crash before QSO edit, TNX to OK1PKO&lt;br /&gt;
&lt;br /&gt;
=4.27=&lt;br /&gt;
2021-04-13&lt;br /&gt;
* tucnaknames update, TNX to OK4DJ&lt;br /&gt;
* HTML code in separate columns, TNX to DF2ET&lt;br /&gt;
* DARC Easter Contest, TNX to DF2ET&lt;br /&gt;
* Fixed crash after QSO edit, TNX to OK1ELE&lt;br /&gt;
* Fixed Android 4.1 library order, TNX to OK1PKO&lt;br /&gt;
* Sums across all bands in HTML report, TNX to DF2ET&lt;br /&gt;
* Fixed android locale characters problem&lt;br /&gt;
&lt;br /&gt;
=4.26=&lt;br /&gt;
2021-02-26&lt;br /&gt;
* SOTA and DXC update, TNX to OK2MUF&lt;br /&gt;
* GTK2 -&amp;gt; GTK3 for libzia messagebox&lt;br /&gt;
* Changed i18n generation not to require ISO8859-2 locales&lt;br /&gt;
* Fixed free() bug under Linux, TNX to OK3TV&lt;br /&gt;
* Fixed some problems reported by Valgrind&lt;br /&gt;
* Ctrl+Up/Down arrows emulate PageUp/PageDown&lt;br /&gt;
&lt;br /&gt;
=4.25=&lt;br /&gt;
2021-01-20&lt;br /&gt;
* Moon contest full support (in QTH use minus instead of spaces, only english chars)&lt;br /&gt;
* Fixed Contest Lombardia points&lt;br /&gt;
* TNX to OK5ZS for precise testing&lt;br /&gt;
* chmi.cz fix (HTTPS)&lt;br /&gt;
* TLS (HTTPS) support using GNUTLS&lt;br /&gt;
* Re-arranged Contest options, TNX to OK1MZM&lt;br /&gt;
* Support for contest phases, TNX to OK6RP, OK5ZS&lt;br /&gt;
* STF export, TNX to DF2ET&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* ICAO DB update, TNX to G1OGY&lt;br /&gt;
* Fixed text file load without trailing CRLF, TNX to OK1MZM&lt;br /&gt;
* Fixed ICAO DB, TNX to G1OGY&lt;br /&gt;
* Fixed zsdl variable, TNX to DF2ET&lt;br /&gt;
* SOTA export, TNX to OK2MUF&lt;br /&gt;
* Directory to store logs, TNX to DF2ET&lt;br /&gt;
* Adif ERROR export choices, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.24=&lt;br /&gt;
2020-11-16&lt;br /&gt;
* New Debian maintainer OK3ON&lt;br /&gt;
* Fixed QRV window crash, TNX to OK1MZM&lt;br /&gt;
* Skips wkd WWL in KST list&lt;br /&gt;
* Fixed map update after contest open/close, TNX to OK1MZM&lt;br /&gt;
* Tmpqsos context menu, added infos also for fifo context menu&lt;br /&gt;
* Scatterpoint detect&lt;br /&gt;
* Fixed bug in tmpqsos&lt;br /&gt;
* Renamed A/C to AS&lt;br /&gt;
* Support for SDL2&lt;br /&gt;
* Detected SIOCGIFHWADDR for MacOs, TNX to SQ2JUL&lt;br /&gt;
* Fixed ASCII texts conversion for Android, TNX to OK5ZS&lt;br /&gt;
&lt;br /&gt;
=4.23=&lt;br /&gt;
2020-09-15&lt;br /&gt;
* Fixed crash on file choose (EDI import), TNX to G1OGY&lt;br /&gt;
* R-Contest, TNX to DF2ET&lt;br /&gt;
* BSD style -Wl,-map&lt;br /&gt;
* KST menu to select call when text scrolls fast&lt;br /&gt;
* SDL events in same thread on MacOs, TNX to SQ2JUL&lt;br /&gt;
* ADIF items update, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib rotar &lt;br /&gt;
* Trace hamlib rotars&lt;br /&gt;
* ` toggles split VFOs MAIN/SUB, TNX to OK1FIK&lt;br /&gt;
&lt;br /&gt;
=4.22=&lt;br /&gt;
2020-08-10&lt;br /&gt;
* New hamlib 3.3 in windows package, TNX to OK2WO, OZ9GE&lt;br /&gt;
* Fixed tucnakdw prefixes recognition (SK6), TNX to OZ9GE&lt;br /&gt;
* JO57 is SM6&lt;br /&gt;
* Libzia.pc&lt;br /&gt;
* Increased rotator timeout ranges&lt;br /&gt;
* Replaced obsolete glib macros&lt;br /&gt;
* New config.guess and config.sub for aarch64&lt;br /&gt;
* All c and h files are in utf-8&lt;br /&gt;
* New libbfd macros support&lt;br /&gt;
* Support for detailed tucnakdw, TNX to OK2WO&lt;br /&gt;
* QRG in QSOs window for M7IMF&lt;br /&gt;
* Do not print open hdkeyb error mesage&lt;br /&gt;
* Fixed crash under terminal with long name&lt;br /&gt;
* DARC VHF UHF uW contest, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.21=&lt;br /&gt;
2020-04-21&lt;br /&gt;
* EXC len 20 characters&lt;br /&gt;
* KST message from right click in log (bottom of screen)&lt;br /&gt;
* Rig error message showed&lt;br /&gt;
* Fixed rig device lock&lt;br /&gt;
* COM keying on single pin&lt;br /&gt;
* GCC warning fixes&lt;br /&gt;
* Autoconf obsolete macro remove, TNX to OK2JRQ&lt;br /&gt;
* Some files in UTF-8, TNX to OK2JRQ&lt;br /&gt;
* Next fix for update_deb.sh, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.20=&lt;br /&gt;
2020-01-29&lt;br /&gt;
* Fixed update_deb.sh, TNX to G1OGY&lt;br /&gt;
* GCC-10 fixes, TNX to Robert-André Mauchin&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* WSA multipliers update, TNX to DF2ET&lt;br /&gt;
* Fixed broken libpng.dll, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.19=&lt;br /&gt;
2020-01-10&lt;br /&gt;
* FSF address update, TNX to OK2JRQ&lt;br /&gt;
* WNA multipliers update, TNX to DF2ET&lt;br /&gt;
* HTTP server refresh, TNX to DF2ET&lt;br /&gt;
* K7FRY&#039;s locator map, TNX to G1OGY&lt;br /&gt;
* Different EXC length, TNX to DF2ET&lt;br /&gt;
* Fixes for OpenBSD&lt;br /&gt;
* Some warning fixes&lt;br /&gt;
* MacOS build, TNX to Vitaliy UT4UAZ&lt;br /&gt;
* Fixed build under FreeBSD 12.0&lt;br /&gt;
* Optional exchange in Cabrillo, TNX to DF2ET&lt;br /&gt;
* Fixed msvcr120.dll, TNX to OK1CDJ, OK5ZS  &lt;br /&gt;
&lt;br /&gt;
=4.18=&lt;br /&gt;
2019-09-04&lt;br /&gt;
* Fixed startup crash on Debian i386, TNX G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.17=&lt;br /&gt;
2019-09-01&lt;br /&gt;
* Valid QSO count for OK2WO&lt;br /&gt;
* Changed export extension ADIF-&amp;gt;ADI&lt;br /&gt;
* Fixed wifi interface name under Windows&lt;br /&gt;
* New libpng.dll&lt;br /&gt;
* Removed battery support under Windows&lt;br /&gt;
* Switch to VS2013 (toolset v120_xp)&lt;br /&gt;
* Fixed battery state detection win32&lt;br /&gt;
&lt;br /&gt;
=4.16=&lt;br /&gt;
2019-04-17&lt;br /&gt;
* Removed libusb0 under windows&lt;br /&gt;
* Contest Lombardia support&lt;br /&gt;
* Removed vhfcontest.net support&lt;br /&gt;
* Do not mark DUPE in expedition mode&lt;br /&gt;
&lt;br /&gt;
=4.15=&lt;br /&gt;
2018-11-13&lt;br /&gt;
* Us-ascii strings in Android to prevent charset-relate crash &amp;gt;= 7.0&lt;br /&gt;
* Worked WWLs in map displayed red&lt;br /&gt;
* WWL in KST users list, missing WWL multipliers displayed green&lt;br /&gt;
* SSID support for ON4KST chat&lt;br /&gt;
* PTT tail&lt;br /&gt;
* 59* (numeric keypad) is RST-S, TNX to OK5ZS&lt;br /&gt;
* Updated wetteronline rain map (site change)&lt;br /&gt;
&lt;br /&gt;
=4.14=&lt;br /&gt;
* Quiet mode for soundwrapper&lt;br /&gt;
* Uninstall cleanup on Windows&lt;br /&gt;
* Fixed &amp;quot;QRM&amp;quot; from remote rotator. TNX to OK1XDF&lt;br /&gt;
* Upgraded libftdi to 1.4 under MSVC&lt;br /&gt;
* Back to VS2010 for WinXP&lt;br /&gt;
* Cabrillo EXC indent&lt;br /&gt;
&lt;br /&gt;
=4.13=&lt;br /&gt;
2018-05-06&lt;br /&gt;
* Fixed new gcc warnings&lt;br /&gt;
* KST dark yellow of worked call, also not selected&lt;br /&gt;
* Lowered priority of A/C thread&lt;br /&gt;
* Compute A/C for whole QRV list&lt;br /&gt;
* Fixed crash on Android 7, TNX to OK1USW&lt;br /&gt;
* Fixed KST sort by NR&lt;br /&gt;
* Improved RIG timeout&lt;br /&gt;
* Fixed RIT read from rig&lt;br /&gt;
* MSVC120 (VS1013)&lt;br /&gt;
* Plane type and wingspan in map&lt;br /&gt;
* KST /sh us sent after connect&lt;br /&gt;
* QRV list rework&lt;br /&gt;
* KST QRB filter&lt;br /&gt;
* Ask for sked B&lt;br /&gt;
&lt;br /&gt;
=4.12=&lt;br /&gt;
2018-03-04&lt;br /&gt;
* KST color for station worked on actual band (dark yellow)&lt;br /&gt;
* KST color - station worked on all read-write bands is dark grey&lt;br /&gt;
* Fixed KST A/C info, call with -number &lt;br /&gt;
&lt;br /&gt;
=4.11=&lt;br /&gt;
2017-10-04&lt;br /&gt;
* X-QSO: in cabrillo, TNX to DO2HG&lt;br /&gt;
* German translation of program, TNX to DO2HG&lt;br /&gt;
* ON UBA contest in wizzard, TNX to DO2HG&lt;br /&gt;
* claimed live score to slovhf.net&lt;br /&gt;
* removed KST debug dump, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.10=&lt;br /&gt;
2017-08-30&lt;br /&gt;
* Rainscatter does not show low intensity rain&lt;br /&gt;
* New band multipliers for NAC&lt;br /&gt;
* Fx macros in CW window, TNX to DL5YBZ&lt;br /&gt;
* Fixed rotctld filename, TNX to DL4PD&lt;br /&gt;
* Fixed crash in DXC, TNX to DL4PD&lt;br /&gt;
* Fixed mingw compile&lt;br /&gt;
* Fixed compile errors witout SDL, TNX to OK1CDJ&lt;br /&gt;
&lt;br /&gt;
=4.09=&lt;br /&gt;
2017-02-15&lt;br /&gt;
* Fixed Spy crash, TNX to OK1CT&lt;br /&gt;
* Fixed hamlib rotator, TNX to OZ1CT&lt;br /&gt;
* Fixed update crash, TNX to DJ0QZ&lt;br /&gt;
* Fixed startup crash in text mode&lt;br /&gt;
* Fixes for FreeBSD 10.2&lt;br /&gt;
* Updated WNA/WSA scoring in support files &lt;br /&gt;
&lt;br /&gt;
=4.08=&lt;br /&gt;
2016-08-10&lt;br /&gt;
* Support for Multiplied exchanges&lt;br /&gt;
* Support for WNA and WSA Westphalia Activity&lt;br /&gt;
* DOKs in validated EXCs&lt;br /&gt;
* A/C smaller planes on smaller zoom&lt;br /&gt;
* JA in tucnakdw&lt;br /&gt;
* SDR without SDL&lt;br /&gt;
* Fixed localization crashes in SDL init&lt;br /&gt;
* Rainscatter maps&lt;br /&gt;
* Menu Set Mode for AM/FM/RTTY &lt;br /&gt;
&lt;br /&gt;
=4.07=&lt;br /&gt;
2016-04-29&lt;br /&gt;
* Fixed A/C feed load interrupt under minimal altitude&lt;br /&gt;
* A/C feed URL got from server&lt;br /&gt;
* Fixed text in the &amp;quot;Only digits mean&amp;quot; button &lt;br /&gt;
&lt;br /&gt;
=4.06=&lt;br /&gt;
2016-03-11&lt;br /&gt;
* Summary dialog before vhfcontest.net upload&lt;br /&gt;
* Stats WWL radius&lt;br /&gt;
* Fixed qsoglob in tucnakwiz for SSB Liga &lt;br /&gt;
* Fixed tucnakrc crash after downgrade&lt;br /&gt;
* Fixes for clang 3.5&lt;br /&gt;
* Fixed many rig PTT problems, TNX to G4ZTR&lt;br /&gt;
* Fixed race condition in rig initialization&lt;br /&gt;
* New rig option Force handshake NONE, TNX to G4ZTR&lt;br /&gt;
* Hamlib 3.1~git in windows package&lt;br /&gt;
* Fixed bug in first start in textmode&lt;br /&gt;
* Compile fixes for probably bug in gcc 4.6&lt;br /&gt;
* Support for libftdi 1.0&lt;br /&gt;
* Fixed bug in QSO trace under windows, TNX to SP6LTC &lt;br /&gt;
&lt;br /&gt;
=4.05=&lt;br /&gt;
2015-10-12&lt;br /&gt;
* Koel-Achen contest wizzard and EXC data, TNX to DL4PD&lt;br /&gt;
* Fixed bug in QRB compute JN54KP-JN54KP, TNX to IU4APB&lt;br /&gt;
* Ctrl+Up/Down in bandmap tunes rig to next spot&lt;br /&gt;
* Use in DXC window sets rig frequency&lt;br /&gt;
* Fixed AC start time display, TNX to OK3MAD&lt;br /&gt;
* Inverse display&lt;br /&gt;
* Fixed &amp;quot;ZC4:&amp;quot; bug in tucnakdw, TNX to DL7BST&lt;br /&gt;
* Fixed unifinished QSO without qsonr, TNX to DL7BST&lt;br /&gt;
* DXCC multipliers in HF window&lt;br /&gt;
* Included txt2inc.pl and master.scp, TNX to DL7BST&lt;br /&gt;
&lt;br /&gt;
=4.04=&lt;br /&gt;
2015-08-07&lt;br /&gt;
* Fixed rebuild scripts and libiberty detection&lt;br /&gt;
* Removed Crash test and Int.error test also from v4, TNX to SP2FRY&lt;br /&gt;
* Fixed italian translation, TNX to IK4XQT&lt;br /&gt;
* AC&#039;s sorted in z-order&lt;br /&gt;
* Fixed translations&lt;br /&gt;
&lt;br /&gt;
=4.03=&lt;br /&gt;
2015-06-04&lt;br /&gt;
* RSGB M7 support for G4ZTR&lt;br /&gt;
* Official Tucnak package in Debian, TNX to G8TMV&lt;br /&gt;
* tac2tuc.pl removed from install&lt;br /&gt;
* Modifications of build system to satisfy Debian&#039;s pbuild&lt;br /&gt;
* Fixed menu name, TNX to OZ1PIF&lt;br /&gt;
* Fixed A/C info without known locator&lt;br /&gt;
* Fixed A/C info crash, sw-&amp;gt;zoom was not set &lt;br /&gt;
&lt;br /&gt;
=4.02=&lt;br /&gt;
2015-05-12&lt;br /&gt;
* Fixed A/C freeze under WinXP, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.01=&lt;br /&gt;
2015-05-11&lt;br /&gt;
* Fixed bug in cor recalc on WinXP, TNX to OZ9GE&lt;br /&gt;
* Fixed A/C WWL update, TNX to OK1MZM&lt;br /&gt;
* Fixed update output parse&lt;br /&gt;
&lt;br /&gt;
=4.00=&lt;br /&gt;
* KST dump skip&lt;br /&gt;
* Fixes for development on Jessie&lt;br /&gt;
* Fixed missing WWLs in stats window, tnx to OZ9GE&lt;br /&gt;
* Fixed Sun position jun-sep&lt;br /&gt;
* Talk offline transfer&lt;br /&gt;
* Updated Czech translation&lt;br /&gt;
* Fixed scroll when searching in KST/DXC&lt;br /&gt;
* Fixed QSO hash, can cause bad call highlight in KST/DXC&lt;br /&gt;
* Fixed layout update in text mode after Misc options&lt;br /&gt;
* Fixed and optimized cor recalculation&lt;br /&gt;
* Airplane position is in the center of sign&lt;br /&gt;
* Fixed new format of A/C feed&lt;br /&gt;
* Updated KST server IP list&lt;br /&gt;
* Show ! in DXC when call brings new EXC multiplier&lt;br /&gt;
* Fixed CI-V address, TNX to OK1CDJ&lt;br /&gt;
* Allow up to 4 digits and letters in callsign&lt;br /&gt;
* Fixed crash when adding chart without opened contest, TNX to IZ3GME (ex IW3IKN).&lt;br /&gt;
* Fixed gen-conly script&lt;br /&gt;
* Italian translation, TNX to IK1RAC&lt;br /&gt;
* Anti-aliased qso cross in map&lt;br /&gt;
* Fixed cabrillo frequency and header, TNX to OK1UGE&lt;br /&gt;
* New countries in tucnakdw, TNX to F4CIB &lt;br /&gt;
* Remove branch number from package names&lt;br /&gt;
&lt;br /&gt;
* Fixed lintian errors and some warnings&lt;br /&gt;
* Fixed characters typed with right alt keyboard layout switch&lt;br /&gt;
* Optimized layout of OSK&lt;br /&gt;
* A/C info plot instead of QSO info&lt;br /&gt;
* Crossing A/C are blue&lt;br /&gt;
* Fixed http upload of long files (&amp;gt;cca 100kB)&lt;br /&gt;
* Fixed crash in wiki upload&lt;br /&gt;
* Set higher priority to cwdaemon thread on windows&lt;br /&gt;
* Fixed crash in main_msg_handled (CW:!)&lt;br /&gt;
* Fixed compile with some version of libbfd&lt;br /&gt;
&lt;br /&gt;
=3.28=&lt;br /&gt;
2014-09-29&lt;br /&gt;
* Window highlight searches for whole words&lt;br /&gt;
* Allow to use non-call as operator&lt;br /&gt;
* Fixed too many open files bug in SSB CQ&lt;br /&gt;
* Fixed mediawiki upload credentials&lt;br /&gt;
* Reverse portrait and landscape mode on Android&lt;br /&gt;
* Lower mouse accuracy needed for menu separators and borders, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=3.27=&lt;br /&gt;
2014-08-31&lt;br /&gt;
* Fixed KST A/C map crash, TNX to SP3IYM&lt;br /&gt;
* Fixed crash in vhfcontestnet upload&lt;br /&gt;
* Ask for sked and Message open OSK&lt;br /&gt;
* Fixed Alt+PNK in KST within OSK&lt;br /&gt;
&lt;br /&gt;
=3.26=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Fixed crash in QRV window redraw, TNX to OZ7Z&lt;br /&gt;
&lt;br /&gt;
=3.25=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Reload interfaces button in Network info&lt;br /&gt;
* Spy shows error when contest is long&lt;br /&gt;
* Android notification and service&lt;br /&gt;
* Fixed crash on Android 4.4 KitKat, TNX to my wife Bara&lt;br /&gt;
* Fixed OSK KST Alt+K, Ctrl+K, TNX to OK1MZM&lt;br /&gt;
* Fixed OSK size, OSK close button click area, out of OSK clicks pass, TNX to OK1MZM&lt;br /&gt;
* QRV list create in menu Subwins-&amp;gt;Add contest&lt;br /&gt;
* Wiki report upload to mediawiki site&lt;br /&gt;
* EDI log upload to www.vfhcontest.net&lt;br /&gt;
* Fixed HF Edit QSO bug, TNX to F5NLG&lt;br /&gt;
* Removed Crash test and Int.error test, TNX to DL4DZ&lt;br /&gt;
* hamlib uses win32 api for FUNcube&lt;br /&gt;
* SDR right button drag tunes radio&lt;br /&gt;
* Fixed many SDR bugs&lt;br /&gt;
&lt;br /&gt;
=3.24=&lt;br /&gt;
2014-06-12&lt;br /&gt;
* Experimental support for SDR&lt;br /&gt;
* Fixed wifi UDP negotiation on Android&lt;br /&gt;
* Fixed band change tucnak-&amp;gt;radio&lt;br /&gt;
* Fixed rig lock problem&lt;br /&gt;
* Translate 0xd8 to 0 in KST&lt;br /&gt;
* Fixed spy and contest load when remote node is connected&lt;br /&gt;
* Fixed bad comparison in initialization, TNX to David Binderman&lt;br /&gt;
* Fixed gain display of QTF=8, tnx to OZ9GE&lt;br /&gt;
* Anti-aliased map in HTML/wiki exports and over HTTP&lt;br /&gt;
* Speed up window resizing &lt;br /&gt;
* Remember maximized state under Windows&lt;br /&gt;
* Fixed crash causet by too small application window&lt;br /&gt;
* Bigger font allowed in on screen keyboard&lt;br /&gt;
* Bigger font for higher resolution at startup&lt;br /&gt;
* Window maximized at startup&lt;br /&gt;
* Open web browser with WWL in Call info&lt;br /&gt;
* Do not preload checkboxes in Load from network dialog when loading from same host&lt;br /&gt;
* Autorepeat in OSK&lt;br /&gt;
* Inputline	history works in OSK&lt;br /&gt;
* Show battery state &lt;br /&gt;
* Support for arbitrary category (PSect in EDI)&lt;br /&gt;
* Fixed ftdi_usb_get_strings detection under &#039;nixes and msvc&lt;br /&gt;
* Fixed multipliers in CQSOs EDI line, TNX to OZ1FF&lt;br /&gt;
* Fixes in Scope/FFT window&lt;br /&gt;
* Fixed hamlib configure path&lt;br /&gt;
* Fixed redraw of focus rectangle around window&lt;br /&gt;
&lt;br /&gt;
=3.23=&lt;br /&gt;
2013-12-28&lt;br /&gt;
* New windows icon resolutions&lt;br /&gt;
* Seconds marks in Player window&lt;br /&gt;
* Send locator to KST during connect chat&lt;br /&gt;
* Experimental focus rectangle around window&lt;br /&gt;
* Experimental portrait orientation under Android&lt;br /&gt;
* Support for RSGB M5-type contests&lt;br /&gt;
* Fixed external tucnakwiz load under windows&lt;br /&gt;
* Fixed many SSB CQ and recording issues&lt;br /&gt;
* Fixed FFT redraw after ssbd file format change&lt;br /&gt;
* Fixed wav play fail under Android&lt;br /&gt;
* Accelerated vertical window scroll under Android  &lt;br /&gt;
* Fixed scope window flashing when recording&lt;br /&gt;
* Fixed device lockfile delete&lt;br /&gt;
* Fixed serial port detect under Android&lt;br /&gt;
&lt;br /&gt;
=3.22=&lt;br /&gt;
2013-11-05&lt;br /&gt;
* Serial port detection in Info&lt;br /&gt;
* Battery state in Info&lt;br /&gt;
* Close button in on screen keyboard&lt;br /&gt;
* Drag menu selection by mouse/touch&lt;br /&gt;
* Location update by click on Android&lt;br /&gt;
* Fixed lockfile path on Arch linux, TNX to DF4OR&lt;br /&gt;
* Playing SSB CQ on Android&lt;br /&gt;
* Android API back to 4 (Android 1.6)&lt;br /&gt;
* Fixed shift in on screen keyboard&lt;br /&gt;
* Fixed under cursor nummer-ended call recognition in KST/DXC&lt;br /&gt;
* Fixed spy state request after contest load&lt;br /&gt;
* Fixed screen layout with spy activated&lt;br /&gt;
* Inputline history in touch mode&lt;br /&gt;
* On screen keyboard capslock&lt;br /&gt;
* Fixed settings on Android&lt;br /&gt;
* Save/restore state on Android after apps switch&lt;br /&gt;
* Fixed menu Window-&amp;gt;Open connection&lt;br /&gt;
* On screen keyboard replace Fn with star&lt;br /&gt;
* On screen keyboard swap comma and question mark&lt;br /&gt;
* On screen keyboard shows same case size as it writes&lt;br /&gt;
* Shake on end of scroll in windows&lt;br /&gt;
* Reversed QSO scroll direction, no QSO highlight&lt;br /&gt;
* Faster window scroll in touch mode&lt;br /&gt;
&lt;br /&gt;
=3.21=&lt;br /&gt;
2013-09-03&lt;br /&gt;
* Disable screensaver on Android (off by default)&lt;br /&gt;
* New touch keyboard symbols&lt;br /&gt;
* Geolocation in Info on Android&lt;br /&gt;
* Actual locator in new contest on Android&lt;br /&gt;
* Fixed swap import, TNX to OK1HRA&lt;br /&gt;
* Ignored spy lines in old contest&lt;br /&gt;
* Fixed screen layout after Log lines change&lt;br /&gt;
* Removed &amp;gt;&amp;lt; in A/C result&lt;br /&gt;
* QSOs cursor jumps to last qso when window is activated&lt;br /&gt;
* Scroll in search results in kst and dxc windows&lt;br /&gt;
* Use of call (kst, dxc, sked, qrv) adds call to inputline history&lt;br /&gt;
* Fixed Shift+F3 in contest&lt;br /&gt;
* Set PTT over CAT&lt;br /&gt;
* Fixed rig_open error reporting&lt;br /&gt;
* Get locator also from QRV database&lt;br /&gt;
* Change font in first Contest def dialog&lt;br /&gt;
* Fixed NAC on 70MHz&lt;br /&gt;
* Fixed A/C load (included in 3.20-android)&lt;br /&gt;
&lt;br /&gt;
=3.20=&lt;br /&gt;
2013-06-14&lt;br /&gt;
* Fixed crash after TAB in text mode, tnx to OK1HRA&lt;br /&gt;
* Fixed database load in New contest from net over slow link&lt;br /&gt;
* Fixed negative float number read from tucnakrc&lt;br /&gt;
* rigctl.exe and rigctld.exe in msvc package&lt;br /&gt;
* Hamlib 1.2.15.3-zia in msvc package&lt;br /&gt;
* Fixed tucnakwiz load&lt;br /&gt;
* NAC is also on 70MHz, TNX to OZ1FF&lt;br /&gt;
* Fixed shell close under Win32&lt;br /&gt;
* Fix QRG decimal dots in QRG&lt;br /&gt;
* Rotar description on main screen&lt;br /&gt;
* Select in QRV window &lt;br /&gt;
* Testing support for A/C prediction&lt;br /&gt;
* Fixed Home in Chart window under linux&lt;br /&gt;
* Support for serial numbers for FTDI converters&lt;br /&gt;
* Many fixes and improvements in rig control&lt;br /&gt;
* Fixed crash in file unlock&lt;br /&gt;
* Improved rig trace&lt;br /&gt;
* Alt+F10 maximize/restore window under msvc/mingw&lt;br /&gt;
* Improved settings under msvc&lt;br /&gt;
&lt;br /&gt;
=3.19&lt;br /&gt;
2013-04-28&lt;br /&gt;
* Automake silent rules&lt;br /&gt;
* File libzia*.so.d moved to /usr/lib/libzia&lt;br /&gt;
* Fixed CQ repeat timer, TNX to OK2WO&lt;br /&gt;
* Removed OS Shell in SDL mode, TNX to OK2WO&lt;br /&gt;
* Can select menu item checbox also by mouse/touch&lt;br /&gt;
* Close OSK before DUPE dialog &lt;br /&gt;
* Ctrl+Y clears also OSK inputline&lt;br /&gt;
* Fixed platform trailing &#039;x&#039;&lt;br /&gt;
&lt;br /&gt;
=3.18=&lt;br /&gt;
2013-04-24&lt;br /&gt;
* Initial locator load on android&lt;br /&gt;
* Fixed -d argument under msvc and mings&lt;br /&gt;
* Fixed bug in SWP load (unbelievable, must be here many years)&lt;br /&gt;
* Sndfile is optional&lt;br /&gt;
* Disabled rotar description in menu&lt;br /&gt;
* Update for EEE&lt;br /&gt;
* Again fixed checkbox in Shell menu item&lt;br /&gt;
* Fixed Invalid option message&lt;br /&gt;
* Fixed empty space redraw in text mode&lt;br /&gt;
* Fixed Bad auth message&lt;br /&gt;
* Probably fixed crash of deb&#039;s tucnak on wheezy, TNX to OK1TKP&lt;br /&gt;
* New option No device locks&lt;br /&gt;
* Removed use of deprecated GMemChunk&lt;br /&gt;
* Fixed most of warnings for gcc 4.7&lt;br /&gt;
* Improved sound latency&lt;br /&gt;
* Fixed hamlib debug mode (OR of enabled rigs)&lt;br /&gt;
* Export to text file for KST and DXC windows&lt;br /&gt;
* Dump RW bands and hashes for diagnostics of problem caught in March contest&lt;br /&gt;
* Export as EDI fill operators when field is empty&lt;br /&gt;
* In touch mode screenshot is without keyboard&lt;br /&gt;
* Show stars instead of KST password &lt;br /&gt;
* Distribute RIT over rigs&lt;br /&gt;
* QRG can be entered without contest&lt;br /&gt;
* Experimental support for more rigs&lt;br /&gt;
* Fixed up arrow in QSOs window with Show All on&lt;br /&gt;
* Add contest and Add files menu items in Chart subwin/context menu&lt;br /&gt;
&lt;br /&gt;
=3.17=&lt;br /&gt;
2013-02-25&lt;br /&gt;
* Fixed secondary DXCC prefix recognition&lt;br /&gt;
* Fixed crash in empty QRV list using mouse wheel, TNX to OZ9F&lt;br /&gt;
* Fixed worked QSO color after QSO edit&lt;br /&gt;
* CEPT prefix and suffix sensitive QRV list (tnx to G1OGY)&lt;br /&gt;
* Support for debug info from dynamic libzia&lt;br /&gt;
* Fixed checkbox in Shell menu item&lt;br /&gt;
&lt;br /&gt;
=3.16=&lt;br /&gt;
2013-01-09&lt;br /&gt;
* Winkey over TCP/IP&lt;br /&gt;
* Fixed internal error message, TNX to OK1CDJ&lt;br /&gt;
* Removed QRB QSO check warning&lt;br /&gt;
* DXCC name in call info&lt;br /&gt;
* Enter without contest runs call info&lt;br /&gt;
* Fixed libzia compile --without-gtk&lt;br /&gt;
* Fixed TUCNAK_DEBUG variable (broken since 3.00)&lt;br /&gt;
* Removed support for winkey+davac4 (never 100% working)&lt;br /&gt;
* Fixed unix shell echo without PTY&lt;br /&gt;
* Idea: OSK keeps worked QSO visible&lt;br /&gt;
* Support for libsndfile (no SSB CQ/rec now) under android&lt;br /&gt;
* Support for hamlib under android&lt;br /&gt;
* Confirm call/exc/wwl by mouse click&lt;br /&gt;
* Android key trace&lt;br /&gt;
* Android menu key opens menu&lt;br /&gt;
* Rewritten parts of mouse handling code for drag window scroll&lt;br /&gt;
* In touch mode DXC/KST click always shows context menu&lt;br /&gt;
* Swap ENTER and BS on OS keyboard&lt;br /&gt;
* Released public beta od android&lt;br /&gt;
* Map icons Home, Zoom in, Zoom out&lt;br /&gt;
* Touch control&lt;br /&gt;
* New font 18x32&lt;br /&gt;
* Private release of beta Android&lt;br /&gt;
* Scroll DXC bandmap using Shift+Arrows, PageUp, PageDown, Home&lt;br /&gt;
* Frequency in QRV list takes only needed space&lt;br /&gt;
* Higlighted line in bandmap and qrv list changed from inverse to [...]&lt;br /&gt;
* Polish language file, TNX to SP5QWB&lt;br /&gt;
* Fixed sound type without portaudio&lt;br /&gt;
* Uploaded transitional debian package tucnak2 -&amp;gt; tucnak3&lt;br /&gt;
* Insert in chart window chooses contest instead of file&lt;br /&gt;
* Settings and Info in Help menu (corresponds to -s and -i command line arguments)&lt;br /&gt;
* Improved network contest load with long databases over slow links&lt;br /&gt;
* Re-arranged Network and Trace dialog&lt;br /&gt;
* Fixed remote connect to local host&lt;br /&gt;
* Fixed ] in talk window&lt;br /&gt;
* OK? at end of Ask for sked&lt;br /&gt;
* Fixed crash in wiki export in text mode&lt;br /&gt;
* --with-pkg configure argument&lt;br /&gt;
* Fixed platform and machine type under mingw&lt;br /&gt;
&lt;br /&gt;
=3.15=&lt;br /&gt;
2012-10-25&lt;br /&gt;
* Own update system for deb.i386, deb.amd64 and msvc&lt;br /&gt;
* Inputline history increased to 30 items&lt;br /&gt;
* Right click in title of QRV part of KST window choose optional QRV column&lt;br /&gt;
* When QRV sort is by QTF or KST, the QTF is shown in QRV part of KST window&lt;br /&gt;
* Can clicn to QRV column headers in QRV window to sort items&lt;br /&gt;
* Can click to QRV column headers in KST window to sort items&lt;br /&gt;
* Support for mouse in QRV part of KST window&lt;br /&gt;
* Support for incorrect KST /CQ command recognition &#039;&amp;gt; (0) (CALL) ...&#039;&lt;br /&gt;
* Improved search in KST window (no right move, highlight search pattern)&lt;br /&gt;
* Accidentaly entered 2-7 numbers in KST are processed as contest exchange (RST,NR)&lt;br /&gt;
* Fixed accidental kill when shell terminated under linux&lt;br /&gt;
* Fixed codepage od DNS errors under msc/mingw&lt;br /&gt;
* Fixed socket connected handler in KST, DXC (should not happen in real life)&lt;br /&gt;
* Operator change mark in chart, operator show in title&lt;br /&gt;
* Removed old New from net&lt;br /&gt;
* Removed old spy&lt;br /&gt;
* Mass R-O band set Bands-&amp;gt;Set read-only&lt;br /&gt;
* QRV info showed instead of top log line to save space&lt;br /&gt;
* QRV info show also for dupe&lt;br /&gt;
* Ctrl+L under SDL switches to 24G. Without SDL means terminal redraw.&lt;br /&gt;
* Fixed SSID-calls add to C_W&lt;br /&gt;
* Fixed chart points axis description&lt;br /&gt;
* Changed font for msie in httpd&lt;br /&gt;
&lt;br /&gt;
=3.14=&lt;br /&gt;
2012-10-04&lt;br /&gt;
* Fixed contest load with 0 points&lt;br /&gt;
* Fixed new cty.dat load, tnx to 9A4ZM&lt;br /&gt;
&lt;br /&gt;
=3.13=&lt;br /&gt;
2012-10-03&lt;br /&gt;
* Fixed right click out of windows titles&lt;br /&gt;
* QTF in QRV window right aligned&lt;br /&gt;
* Allow reverse sort in QRV window&lt;br /&gt;
* Fixed crash in New Contest, tnx to SP5QWB&lt;br /&gt;
* Fixed alternative slash key in QRV window, tnx to 9A4ZM&lt;br /&gt;
* Updated cty.dat (2O12L)&lt;br /&gt;
* Libzia-ver.so.d distributet, not working &lt;br /&gt;
&lt;br /&gt;
=3.12=&lt;br /&gt;
2012-10-01&lt;br /&gt;
* Fixed debian build --without-bfd&lt;br /&gt;
* Fixed libzia&#039;s settins include in deb&lt;br /&gt;
* Band multiplier for NAC&lt;br /&gt;
* Alternative priority set to 50 (tucnak2 has 40)&lt;br /&gt;
* Remote host is resolved&lt;br /&gt;
* Fixed resolve error handle under platforms with getaddrinfo&lt;br /&gt;
* Must not enter first two letters of locator (60LJ is JO60LJ for stn. from JN69)&lt;br /&gt;
* Removed direct backtrace from internal_error&lt;br /&gt;
* Fixed tucnak.d and bfd_open path&lt;br /&gt;
* Autosave and floppy save fixes, TNX to OZ7Z&lt;br /&gt;
* Platform and version to crash messageboxes&#039;s titles&lt;br /&gt;
&lt;br /&gt;
=3.11=&lt;br /&gt;
2012-09-21&lt;br /&gt;
* Left click on window tab shows context menu same as Subwins&lt;br /&gt;
* Run mode stat next to WPM indicator&lt;br /&gt;
* New hotkey Ctrl+R (tnx to 9A4ZM)&lt;br /&gt;
* Use speaker hidden under windows&lt;br /&gt;
* Fixed text in tucnak3.desktop&lt;br /&gt;
* QRV list transferred by New From Network&lt;br /&gt;
* Fixed network reconnect when remote is connected&lt;br /&gt;
* Enter in log window adds empty line for &lt;br /&gt;
* Fixed accidental stdin close in winkey/rotator&lt;br /&gt;
* New option net_remote_enable&lt;br /&gt;
* Fixed color of lowercase KST call&lt;br /&gt;
* Removed debugging of P3 command&lt;br /&gt;
* Page Up in QSOs window wraps to end of list, TNX to OK1XDF&lt;br /&gt;
* Fixed heap corruption after twice sf_close() when recording device cannot be opened&lt;br /&gt;
* Binary zloc in libzia/src&lt;br /&gt;
* Deb dependency to libzia of same version&lt;br /&gt;
* Use -release in libzia creation&lt;br /&gt;
&lt;br /&gt;
=3.10=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Removed libbfd from debian build because binutils versions incompatibility&lt;br /&gt;
* Fixed crash after tab in welcome dialog probably only under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.09=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Backtrace uses map file under mingw&lt;br /&gt;
* Updated backtrace for msvc&lt;br /&gt;
* Fixed winkey also under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.08=&lt;br /&gt;
2012-08-14&lt;br /&gt;
* Fixed winkey, TNX to OK1HRA&lt;br /&gt;
* Unhandled Exception under mingw&lt;br /&gt;
* Fixed compile under OpenSuse due broken binutils-devel&lt;br /&gt;
* Platform in window title and on some next places&lt;br /&gt;
* Fixed impout.dll for paralel port under mingw&lt;br /&gt;
* Included settings from libzia&lt;br /&gt;
* Fixed parameter parse (-i) under msvc/mingw&lt;br /&gt;
* Example tucnaknames and tucnakcw in binary&lt;br /&gt;
* Enter in Welcome dialog does not run Language choose&lt;br /&gt;
&lt;br /&gt;
=3.07=&lt;br /&gt;
2012-08-07&lt;br /&gt;
* Can be compiled under mingw, not tested&lt;br /&gt;
* Fixed IPV6 resolving, tnx to CT1DRB&lt;br /&gt;
* Fixed -liberty compile on OpenSuse, tnx to CT1DRB&lt;br /&gt;
* SDL keyboard delay/rate taken from system under MSVC&lt;br /&gt;
* Fixed operator send for Network Info&lt;br /&gt;
* Fixed jump to first QSO in QSOs findow when first fucused&lt;br /&gt;
* Fixed WAV search after Ctrl+P in QSOs window under MSVC&lt;br /&gt;
* $E in default ssbd_template&lt;br /&gt;
* Repeated play in Player window&lt;br /&gt;
* Fixed subwin inputlines position without resize&lt;br /&gt;
* Thread names for debugging&lt;br /&gt;
* Band name in QSO info&lt;br /&gt;
* Suspicious chars ?! are red&lt;br /&gt;
* QSO check after call/locator enter&lt;br /&gt;
* Maybe fixed rig QRG resend after band change &lt;br /&gt;
&lt;br /&gt;
=3.06=&lt;br /&gt;
2012-07-25&lt;br /&gt;
* Probably fixed fftw but not released&lt;br /&gt;
* Msvc version uses Release build to improve speed&lt;br /&gt;
* Fixed X11/putty mouse handle for coordinates&amp;gt;94&lt;br /&gt;
* Fixed RBN call selection in DXC window&lt;br /&gt;
* Fixed background on gnome-terminal&lt;br /&gt;
* Fixed DXC spots in HF window&lt;br /&gt;
* Fixed Shell window under Linux&lt;br /&gt;
* Code cleanup&lt;br /&gt;
* Httpd options dialog&lt;br /&gt;
* Fixed httpd SO_REUSEADDR&lt;br /&gt;
* Fixed DXC spot parse&lt;br /&gt;
&lt;br /&gt;
=3.05=&lt;br /&gt;
2012-07-18&lt;br /&gt;
* Fullscreen Ctrl+F11&lt;br /&gt;
* Font change Ctrl+, Ctrl-, Ctrl0&lt;br /&gt;
* New font 8x13&lt;br /&gt;
* Disabled portaudio in linux build because ubuntu segfault in Pa_Initialize&lt;br /&gt;
* Speedup: calls are not compared using regular expressions&lt;br /&gt;
* Speedup: calls are hold also in hash&lt;br /&gt;
* Oh mistake and Ask for sked in KST window&lt;br /&gt;
* QSOs from all bands in QSOs window&lt;br /&gt;
&lt;br /&gt;
=3.04=&lt;br /&gt;
2012-07-03&lt;br /&gt;
* Fixed Tucnak data.lnk&lt;br /&gt;
* Window title is Tucnak instead of tucnak3&lt;br /&gt;
* New contest from network (flood)&lt;br /&gt;
* New spy method (flood)&lt;br /&gt;
* Fixed operator load from contest files&lt;br /&gt;
* Connection to remote tucnak&lt;br /&gt;
* Kill connection in Subwin menu&lt;br /&gt;
&lt;br /&gt;
=3.03=&lt;br /&gt;
2012-06-18 (R1724)&lt;br /&gt;
* red highlight of 73-like KST messages&lt;br /&gt;
* turn on SSBWAY pin also during CW CQ to allow CQ on more band simultaneously&lt;br /&gt;
* dark yellow calls in subwin only when worked on all read-write bands&lt;br /&gt;
* fixed crash when sdl cannot be initialized&lt;br /&gt;
* kst logged QRV stations from QRV list&lt;br /&gt;
* fixed accidental QRV list sort change when subwin is leaved with Alt+number&lt;br /&gt;
* changed color of qsos and qso gain in map subwin&lt;br /&gt;
* svn version (revision) compiled-in in binary&lt;br /&gt;
* fixed crash after contest wizard, TNX to OK3MAD&lt;br /&gt;
* call selection and right mouse in qrv subwin&lt;br /&gt;
* QSO window does not loose focus when switched to it&lt;br /&gt;
* QSO window does not switch to last QSO when focused&lt;br /&gt;
&lt;br /&gt;
=3.02=&lt;br /&gt;
2012-05-09 (R1637)&lt;br /&gt;
* fixed SSID&#039;ized call info and call use in KST and DXC&lt;br /&gt;
* fixed crash after home key in KST and DXC&lt;br /&gt;
* fixed crash in quicksearch&lt;br /&gt;
* fixed Diskfree text in audio dialog&lt;br /&gt;
* fixed dxc_host delete&lt;br /&gt;
* link with libzia can be static or dynamic&lt;br /&gt;
* fixed new contest crash bug&lt;br /&gt;
&lt;br /&gt;
=3.01=&lt;br /&gt;
2012-05-02&lt;br /&gt;
* fixed fftw sample count handle&lt;br /&gt;
* updated libfftw3 3.3.1 to pl1 for msvc&lt;br /&gt;
* qrg entry in khz (.144300)&lt;br /&gt;
* bandmap in dxc window&lt;br /&gt;
* new key l in map&lt;br /&gt;
* disable screensaver under msvc&lt;br /&gt;
* format of -i&lt;br /&gt;
* libusb in installer&lt;br /&gt;
* fixed time_t 64bit bug, tnx to G1OGY&lt;br /&gt;
* highlighted item in sked window, enter send to worked qso&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* rotator poll interval&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* portautio must be at least version 0.19&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* wider beamwidth in map&lt;br /&gt;
* sked dialog rewrite, removed we_call and skedshift&lt;br /&gt;
* charts are per band&lt;br /&gt;
* loading of txt into chart loads also other bands&lt;br /&gt;
* qso gain in for photo&lt;br /&gt;
* alt+f4 closes tucnak under windows&lt;br /&gt;
* progress indicator during exports and qso check&lt;br /&gt;
* chart points axis value round&lt;br /&gt;
* chart time axis extremes snapped to hours&lt;br /&gt;
* removed charset menu&lt;br /&gt;
* newline adter map image in wiki export&lt;br /&gt;
* fixed portable calls in KST, DXC&lt;br /&gt;
* QRB, QTF in Call info&lt;br /&gt;
* removed Not mounted message when no floppy is defined&lt;br /&gt;
* fixed floppy save under msvc&lt;br /&gt;
&lt;br /&gt;
=3.00=&lt;br /&gt;
* first test - march contest 2012 OK2M&lt;br /&gt;
* change SDL key repeat&lt;br /&gt;
* azimuthal star in map&lt;br /&gt;
* simplyfied first contest options&lt;br /&gt;
* (untested) support for hamlib rotators&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* macro $J&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* kst reads cwdb and namedb from /sh us command&lt;br /&gt;
* double font height&lt;br /&gt;
* readonly flag in bands menu&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
* mast icon in map&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
* common code moved to libzia&lt;br /&gt;
* split header.h into more smaller headers&lt;br /&gt;
* memory allocations only from glib&lt;br /&gt;
* removed cba_t&lt;br /&gt;
* forked v3 &lt;br /&gt;
&lt;br /&gt;
=2.48=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* renamed debian to debian.unofficial&lt;br /&gt;
* removed -lusb, tnx to EA4TV&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* fixed possible pointer shot of &#039;\0&#039; behind last_screen&lt;br /&gt;
&lt;br /&gt;
=2.47=&lt;br /&gt;
2011-02-16&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* fixed band LO freq&lt;br /&gt;
* debian/ updates for Jaime EA4TV&lt;br /&gt;
&lt;br /&gt;
=2.46=&lt;br /&gt;
2011-01-18&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* accpet portaudio options in tucnakrc&lt;br /&gt;
* accept subwin KST(15) as Shell in tucnakrc&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
&lt;br /&gt;
=2.45=&lt;br /&gt;
2011-10-12&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* strip binaries in deb package&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* support for libpng 1.5, tnx to DL1JBE &lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
&lt;br /&gt;
=2.44=&lt;br /&gt;
2011-07-29&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
&lt;br /&gt;
=2.43=&lt;br /&gt;
2011-06-28&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
&lt;br /&gt;
=2.42=&lt;br /&gt;
2011-05-31&lt;br /&gt;
* fixed crash in contest close&lt;br /&gt;
* forked v3&lt;br /&gt;
&lt;br /&gt;
=2.41=&lt;br /&gt;
2011-05-25&lt;br /&gt;
* released as tribute to Douglas Adams. Don&#039;t panic!&lt;br /&gt;
* fixed trace_sock&lt;br /&gt;
* fixed udev script - usb_device -&amp;gt; usb&lt;br /&gt;
* fixed some gcc warnings&lt;br /&gt;
* html/http/wiki exports map and chart as png&lt;br /&gt;
* http server for contest progress presentation&lt;br /&gt;
* changed fifo time format to HH:MM&lt;br /&gt;
* fixed wiki map description&lt;br /&gt;
* fixed volume indicator flicker&lt;br /&gt;
* fixed trace condition&lt;br /&gt;
* show chart files without sdl&lt;br /&gt;
* fixed grid &amp;amp; boundaries in map, tnx to DG6MAN &lt;br /&gt;
* libgpm is disabled by default&lt;br /&gt;
* fixed player and chart windows add&lt;br /&gt;
* fixed network interfaces detect&lt;br /&gt;
* ignored duplicate $GLIB_CFLAGS, $GLIB_LIBS in configure.in&lt;br /&gt;
* new macros in tucnak -s&lt;br /&gt;
&lt;br /&gt;
=2.40=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* added _cv_ in autoconf cached variables&lt;br /&gt;
* updated missing script&lt;br /&gt;
* fixed iconv detection&lt;br /&gt;
* fixed tucnakrc load under WIN32&lt;br /&gt;
* sdev trace&lt;br /&gt;
* trace rewrite&lt;br /&gt;
* split master db into more strings&lt;br /&gt;
* rewritten cbr items choice for OKOM DX&lt;br /&gt;
* compile under msvc and ming but unusable at this time&lt;br /&gt;
* fixed qrv edit/insert (should overwrite another item)&lt;br /&gt;
* added player (and chart) window types in Add subwin&lt;br /&gt;
* removed testing code for Ctrl+P in main inputline&lt;br /&gt;
* experiments with waterfall palette and filtering&lt;br /&gt;
* frequency axis in fft scope&lt;br /&gt;
* frequency argument in soundwrapper for testing&lt;br /&gt;
* tab complete file in file import&lt;br /&gt;
* chart subwin&lt;br /&gt;
* fixed cursor position in inputline history alt+h&lt;br /&gt;
* degree sign in C_W quick search&lt;br /&gt;
* fixed alt+letter in qrv search&lt;br /&gt;
* rig error code instead of qrg&lt;br /&gt;
* changed rig debug level&lt;br /&gt;
* fixed rigs with unsupported rig_get_vfo()&lt;br /&gt;
* +1/-1 alloc bugs detection with --enable-leak-debug&lt;br /&gt;
* fixed qrv insert from keyboard&lt;br /&gt;
* fixed text upcase in qrv insert/edit&lt;br /&gt;
&lt;br /&gt;
=2.39=&lt;br /&gt;
2011-02-25&lt;br /&gt;
* fixed ftdi_context portability between libftdi versions&lt;br /&gt;
* qso gain diagram&lt;br /&gt;
* qrv gain diagram respects worked count&lt;br /&gt;
* qrv item insert&lt;br /&gt;
* qrv item edit&lt;br /&gt;
* new contest loads ~/tucnak/qrv&lt;br /&gt;
* fixed qrv points drawing when mouse move&lt;br /&gt;
&lt;br /&gt;
=2.38=&lt;br /&gt;
2011-02-20&lt;br /&gt;
* fixed bug in map window during contest load&lt;br /&gt;
* fixed memory alloc problem in master db&lt;br /&gt;
* degree sign as hexa constant 0xb0&lt;br /&gt;
* rewritten qrv database&lt;br /&gt;
* fixed master database comment filter&lt;br /&gt;
* increased length of contest option numbers, tnx to RU2FM&lt;br /&gt;
* calls from master database are never deleted&lt;br /&gt;
* fixed contest date in contest options&lt;br /&gt;
* qso check warning if exists remark&lt;br /&gt;
* fixed qsonr in cabrillo output, tnx to OK1HRA&lt;br /&gt;
* fixed avg unit pts/km in wiki and html output&lt;br /&gt;
* fixed compile without various --without combinations&lt;br /&gt;
* removed forgotten font13x24.png create&lt;br /&gt;
* QRG in edit QSO&lt;br /&gt;
* correct size of screenshots in HTML export&lt;br /&gt;
* fixed runmode CQ without hamlib, tnx to DL1JBE&lt;br /&gt;
* fixed Ctrl+3 to Ctrl+9 under SDL&lt;br /&gt;
* wav player seems to be usable&lt;br /&gt;
&lt;br /&gt;
=2.37=&lt;br /&gt;
2010-10-27&lt;br /&gt;
* two letters input moved to unresolved area&lt;br /&gt;
* fixed some minors in runmode, tnx to OK3MAD&lt;br /&gt;
* fixed soundwrapper sound frequency&lt;br /&gt;
* rewritten runmode for A1/MMC&lt;br /&gt;
* fixed runmode CQ only in CW mode (TNX to OK1HRA/TC03W)&lt;br /&gt;
* fixed runmode TU&lt;br /&gt;
* skeleton for wiki publish&lt;br /&gt;
* fixed TU give in run mode&lt;br /&gt;
* &amp;gt; for qrb&amp;gt;average in qsocheck&lt;br /&gt;
* changed delay between hamlib rig calls for slow radios&lt;br /&gt;
* fixed string truncate in inputline insert&lt;br /&gt;
* rig freq read reads from actual VFO&lt;br /&gt;
* rig mode change keeps bandwidth&lt;br /&gt;
* fixed autogive=0&lt;br /&gt;
* expedition mode&lt;br /&gt;
&lt;br /&gt;
=2.36=&lt;br /&gt;
2010-09-27&lt;br /&gt;
* fixed rig ID choose&lt;br /&gt;
* fixed segv in loading of contest with HF window and &amp;gt; 6 active bands&lt;br /&gt;
* do not add &#039;similar call&#039; to qsocheck when this call is also worked&lt;br /&gt;
* set rig handshake to none (default for TS850 is CTS/RTS)&lt;br /&gt;
* set rig timeout to 500ms (480s is unusable)&lt;br /&gt;
* gdb and rigctl under cygwin&lt;br /&gt;
* fixed cygncurses-9 dependency for sh.exe under cygwin&lt;br /&gt;
* updated tucnakdw (4X, ZC4, many UA)&lt;br /&gt;
* improved edit qso time parsing&lt;br /&gt;
* autogive mode after some typed chars&lt;br /&gt;
* macro $B&lt;br /&gt;
* bell sign for character 7 under sdl&lt;br /&gt;
* in macro $I dots are replaced by question marks&lt;br /&gt;
* added baudrate for rig control&lt;br /&gt;
* fixed R9SA parsing as report (tnx to OK1HRA)&lt;br /&gt;
* WAZ and ITU in HF window&lt;br /&gt;
* rewritten exc list in HF window&lt;br /&gt;
* master call database&lt;br /&gt;
* fixed SFI parse&lt;br /&gt;
* &amp;quot;live&amp;quot; QSO list in HF window&lt;br /&gt;
* enlarged layout of HF window&lt;br /&gt;
* updated UA wwls in tucnakdw&lt;br /&gt;
* fixed missing excs display&lt;br /&gt;
* argument -m sets time from master PC&lt;br /&gt;
* &#039;c&#039; key for center screen to QTH&lt;br /&gt;
* &#039;p&#039; key for photo in map&lt;br /&gt;
* fixed second part of CQSOs for method 16&lt;br /&gt;
* summery table with links to bands in html export&lt;br /&gt;
* fixed buffer and period time to ms (was us)&lt;br /&gt;
* similar calls are computed using Levenshtein distance&lt;br /&gt;
* cleared qso check message&lt;br /&gt;
* fixed top10 formatting for qrb&amp;gt;=1000 km&lt;br /&gt;
* reverted to old udev rule style (for lenny)&lt;br /&gt;
* fixed memory leaks in dwdb.c, rotar.c&lt;br /&gt;
&lt;br /&gt;
=2.35=&lt;br /&gt;
2010-06-30&lt;br /&gt;
* fixed crash in fft calculation&lt;br /&gt;
* support for Championnat de France THF&lt;br /&gt;
* alt-j: short access for A/C and M/S cq&lt;br /&gt;
* qrv list save&lt;br /&gt;
* configure checks for make&lt;br /&gt;
* fixed large qso number display in global QSO mode, tnx to DL5YBZ&lt;br /&gt;
* support for prefixes with slash (3D2/C)                                                                               &lt;br /&gt;
* fixed crash after IT9x call (* in prefix in cty.dat), tnx to DL5YBZ &lt;br /&gt;
* fixed $MN macro, tnx to OK1HRA (GL in WPX!)&lt;br /&gt;
* send CW2 and save QSO also after QSONR&lt;br /&gt;
* list import&lt;br /&gt;
* support for odd/even/1st/2nd TX (MS,AERO)&lt;br /&gt;
* fixed suid of soundwrapper&lt;br /&gt;
* updated cty.dat&lt;br /&gt;
* SYSFS{} changed to ATTR{} for new udev versions&lt;br /&gt;
&lt;br /&gt;
=2.34=&lt;br /&gt;
2010-04-26&lt;br /&gt;
* changed time separator from . to :&lt;br /&gt;
* four digits are QSO number, not month and day of month&lt;br /&gt;
* deb package uses suided soundwrapper &lt;br /&gt;
* macro $I&lt;br /&gt;
* fixed statistics calculation after loading of contest   &lt;br /&gt;
* added frequency to adif export&lt;br /&gt;
* fixed exchange output in cabrillo and adif export  &lt;br /&gt;
* changed format of ChangeLog to Mediawiki source format&lt;br /&gt;
* get back generated debian/changelog, it seems we have no DEB maintainer&lt;br /&gt;
&lt;br /&gt;
=2.33=&lt;br /&gt;
2010-02-18&lt;br /&gt;
* fixed usaca multiple names&lt;br /&gt;
* rit clear after qso save in run mode&lt;br /&gt;
* support for ARRL International DX Contest&lt;br /&gt;
* fixed ARRL VHF scoring&lt;br /&gt;
* turned off cq repeat for cwdaemon&lt;br /&gt;
* rig changes: poll interval, mode and band transfer&lt;br /&gt;
&lt;br /&gt;
=2.32=&lt;br /&gt;
2010-02-13&lt;br /&gt;
* cabrillo export for ARRL VHF contests&lt;br /&gt;
* fixed leak debug on AMD64&lt;br /&gt;
* fixed double rig_cleanup()&lt;br /&gt;
* fixed using of non-serial ports in hamlib (f.e. rpc.rigd, type 1901)&lt;br /&gt;
* rover (/R) are not dupe when are in different big wwl&lt;br /&gt;
* fixed EDI properties dialog &lt;br /&gt;
* script for Asus EEE binary and optimized configuration&lt;br /&gt;
* updated tucnakrc (HF bands, windows)&lt;br /&gt;
&lt;br /&gt;
=2.31=&lt;br /&gt;
2010-01-01&lt;br /&gt;
* fixed crash if mode is changed without FFT window. TNX to DF4OR&lt;br /&gt;
* crossmode test in QSO check&lt;br /&gt;
&lt;br /&gt;
=2.30=&lt;br /&gt;
2009-11-30&lt;br /&gt;
* fixed device locking under cygwin, tnx to G1OGY&lt;br /&gt;
&lt;br /&gt;
=2.29=&lt;br /&gt;
2009-11-03&lt;br /&gt;
* fixed corrupted contest date display in Open contest from net &lt;br /&gt;
* fixed tucnakdw; JN89 is in OM	&lt;br /&gt;
* fixed cwdaemon and sdev double freeing &lt;br /&gt;
* recording level has filtered DC &lt;br /&gt;
* CW window holds PTT all time it is opened&lt;br /&gt;
* removed debugging show of 1&#039;s under volume indicator&lt;br /&gt;
* fixed (null) display in empty qrv list&lt;br /&gt;
* speeded up sdl key repeat&lt;br /&gt;
* removed delayed screen redraw&lt;br /&gt;
* fixed KST new call upcase &lt;br /&gt;
* DX network command sends only valid spots, no KST or other garbage&lt;br /&gt;
* fixed rig qrg display (mode switch worked)&lt;br /&gt;
* fixed ebw db import error message&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3180</id>
		<title>Changelog</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3180"/>
		<updated>2024-08-18T16:14:42Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=4.63=&lt;br /&gt;
* New Android build for Android 5 to Android 14 (API level 21 to 34)&lt;br /&gt;
* Fixed Map Home (for photo) without QSOs&lt;br /&gt;
* Map icon larger click area in touch mode, TNX to OK5ZS&lt;br /&gt;
* Zoomin icon fix TNX to OK5ZS&lt;br /&gt;
* rtlsdr under *nix is disabled by default&lt;br /&gt;
&lt;br /&gt;
=4.62=&lt;br /&gt;
2024-07-15&lt;br /&gt;
* Android build works hopefully API levels 16 to 34&lt;br /&gt;
* Fixed SDL 1.2 build&lt;br /&gt;
* KST SSID up to 5 digits&lt;br /&gt;
&lt;br /&gt;
=4.61=&lt;br /&gt;
2024-07-03&lt;br /&gt;
* Do not set empty rig Device to keep rigctld default address 127.0.0.1:4533&lt;br /&gt;
* Added --without-rtlsdr into configure&lt;br /&gt;
* Debian package is build without librtlsdr (0.6 vs 2.0 binary incompatibility)&lt;br /&gt;
* OE Activity added bands OPQ&lt;br /&gt;
* Removed global Ctrl+K, it conflicts with 10GHz band change, TNX to OZ1FF&lt;br /&gt;
&lt;br /&gt;
=4.60=&lt;br /&gt;
2024-06-18&lt;br /&gt;
* THz (Light) band&lt;br /&gt;
* IARU reg.I ATV contest&lt;br /&gt;
* IARU reg.I MGM contest&lt;br /&gt;
* RTTY changed to MGM&lt;br /&gt;
* Ctrl+K and Alt+K work also in main input line&lt;br /&gt;
* Fixed Band switch value after contest load from network&lt;br /&gt;
* Touch keyboard SDL2 font size fix&lt;br /&gt;
* Touch keyboard SDL2 input fix&lt;br /&gt;
&lt;br /&gt;
=4.59=&lt;br /&gt;
2024-04-11&lt;br /&gt;
* Fixed upgrade/HTTP timeout, TNX to OK1UGE&lt;br /&gt;
* CW word space length fix, TNX to OK1DOL&lt;br /&gt;
* New libSDL 2.30.1 for Windows	builds&lt;br /&gt;
* Always show aircraft provider name&lt;br /&gt;
* Default KST QRB is 910km&lt;br /&gt;
* Aircraft dump1090 support, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.58=&lt;br /&gt;
* Fixed unability to run without admin rights under Windows, TNX to OK7KM, OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.57=&lt;br /&gt;
2024-03-01&lt;br /&gt;
* Next libiconv call fixes, TNX to OK2JTB, M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.56=&lt;br /&gt;
2024-02-27&lt;br /&gt;
* Fixed aircraft.dk error message, TNX to G1OGY&lt;br /&gt;
* Reviewed errno handling, TNX to G1OGY&lt;br /&gt;
* Some libiconv call fixes, TNX to IN3UPQ&lt;br /&gt;
* Next fix for Davac5 udev rules, TNX to OK1ELE&lt;br /&gt;
&lt;br /&gt;
=4.55=&lt;br /&gt;
2024-01-23&lt;br /&gt;
* Return to manualy save the tucnakrc (many many problems with autosave)&lt;br /&gt;
* Linux udev rules for CM108 family (Davac5), TNX to OK1ELE&lt;br /&gt;
* Fixed linux rotar save freeze, TNX to M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.54=&lt;br /&gt;
2024-01-05&lt;br /&gt;
* Removed Dump RW bands and hashes&lt;br /&gt;
* KST QSO phase filter, TNX to OK1MZM&lt;br /&gt;
* Fixed PortAudio device search (hostApi)&lt;br /&gt;
* Fixed PortAudio recording devixe, TNX to OK2WO&lt;br /&gt;
* Fixed Paypal donate, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.53=&lt;br /&gt;
2023-12-17&lt;br /&gt;
* Airscatter.dk feed, TNX to OV3T&lt;br /&gt;
* Donate via PayPal or Buymeacofee&lt;br /&gt;
* Truetype font&lt;br /&gt;
* Centerwwl, OSN credentials null fix&lt;br /&gt;
* MinASL tested on load&lt;br /&gt;
* ASfile fixed unknown wingspan&lt;br /&gt;
* AS print ICAO24 address (ID)&lt;br /&gt;
* Disabled RS Meteox and Wetteronline&lt;br /&gt;
* HTTPS (openssl) under Android&lt;br /&gt;
* Rainviewer timer fix&lt;br /&gt;
* libzia TLS message fix&lt;br /&gt;
&lt;br /&gt;
=4.52=&lt;br /&gt;
2023-11-20&lt;br /&gt;
* Fixed overflow bug in AS options under Linux, TNX to G1OGY&lt;br /&gt;
* Default AS provider is ADSB One&lt;br /&gt;
* Fixed RS SCP dist 310&lt;br /&gt;
* Fixed Linux ttys *printf without arguments&lt;br /&gt;
&lt;br /&gt;
=4.51=&lt;br /&gt;
2023-11-19&lt;br /&gt;
* New option AS Center WWL&lt;br /&gt;
* AS tracking also for remote rotator&lt;br /&gt;
* ADS-B One feed, TNX to G1OGY&lt;br /&gt;
* Optimized file read in AS thread&lt;br /&gt;
* Better HTTP error reporting&lt;br /&gt;
* Fixed Feed filename load in AS options dialog. TNX to OK1ELE&lt;br /&gt;
* Memory leak fixes&lt;br /&gt;
&lt;br /&gt;
=4.50=&lt;br /&gt;
2023-11-18&lt;br /&gt;
* Aircraft file feed returned for planefinder.net&lt;br /&gt;
* Wingspan from icao24, many TNX to G1OGY&lt;br /&gt;
* Fixed wingspan respects imperial units setting&lt;br /&gt;
* Fixed rotars reinit race condition while AC tracking&lt;br /&gt;
* Added configure --without-hidapi&lt;br /&gt;
* OpenSky-network feed&lt;br /&gt;
&lt;br /&gt;
=4.49=&lt;br /&gt;
2023-10-30&lt;br /&gt;
* Fixed config save after window resize&lt;br /&gt;
* Aircraft size, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.48=&lt;br /&gt;
2023-10-15&lt;br /&gt;
* Aircraft scatter changed feed to firefox addon&lt;br /&gt;
* Rig config&lt;br /&gt;
* Fixed oct8tor wait for thread&lt;br /&gt;
* Fixed rig close (unlock filename)&lt;br /&gt;
* Fixed broken rig_handshake_none&lt;br /&gt;
&lt;br /&gt;
=4.47=&lt;br /&gt;
2023-10-04&lt;br /&gt;
* Save PortAudio device names instead of numbers&lt;br /&gt;
* Davac5 full support&lt;br /&gt;
* Fixed oct8tor leaks&lt;br /&gt;
* Removed obsolete hdkeyb support&lt;br /&gt;
* JP90 is in SM5, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.46=&lt;br /&gt;
2023-09-09&lt;br /&gt;
* Fixed memory leaks&lt;br /&gt;
* Fixed AS crash, TNX to OK1UGE and SQ6EMM&lt;br /&gt;
* Fixed subwin save, TNX to OK2SLC&lt;br /&gt;
* Fixed Log lines change, TNX to OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.45=&lt;br /&gt;
2023-08-25&lt;br /&gt;
* QRG for sked saves contest&lt;br /&gt;
* Rig and Rotar poll intervals set to valid values&lt;br /&gt;
* Removed Terminal options&lt;br /&gt;
* Configuration autosave after OK in every setup dialog&lt;br /&gt;
* Map keys (L) only without modifiers (Ctrl)&lt;br /&gt;
* Gain graph redraw after band change&lt;br /&gt;
* Removed floppy autosave&lt;br /&gt;
&lt;br /&gt;
=4.44=&lt;br /&gt;
2023-06-04&lt;br /&gt;
* Save QRG for all bands into contest files&lt;br /&gt;
* Fixed crash bad font size, TNX to OK1MZM&lt;br /&gt;
* Fixed subwin highlight for characters &amp;gt;=0x80&lt;br /&gt;
* Oct8tor support&lt;br /&gt;
* Names and FM Pohar update, TNX to OK4DJ&lt;br /&gt;
* Winkey echoback, TNX to OK4DJ&lt;br /&gt;
* Load from net loads also contest defaults&lt;br /&gt;
* Fixed KST messages (/CQ)&lt;br /&gt;
* Fixed chart redraw after new QSO, TNX to OK2SLC&lt;br /&gt;
* Removed Alt+G&lt;br /&gt;
&lt;br /&gt;
=4.43=&lt;br /&gt;
2023-04-15&lt;br /&gt;
* Initial window type in Change type, TNX to OK2SLC&lt;br /&gt;
* Fixed chart after EDI load, TNX to OK2SLC&lt;br /&gt;
* Fixed: new KST stations are red, TNX to OK1MZM&lt;br /&gt;
* cppcheck warning level fixes&lt;br /&gt;
* Included rotctld.exe&lt;br /&gt;
&lt;br /&gt;
=4.42=&lt;br /&gt;
2023-03-09&lt;br /&gt;
* [CLR] click only on button&lt;br /&gt;
* KST message cleanup, TNX to OK2WO&lt;br /&gt;
* linux xset fix, TNX to OK4DJ&lt;br /&gt;
* HTTP header parse fix, TNX to OK7SE&lt;br /&gt;
* Configure C99 fix, TNX to OK2JRQ&lt;br /&gt;
* Fixed empty RST-S bug, TNX to G1OGY&lt;br /&gt;
* Spy active band (*)&lt;br /&gt;
* Fixed tucnakrc parse&lt;br /&gt;
&lt;br /&gt;
=4.41=&lt;br /&gt;
2023-03-02&lt;br /&gt;
* Display AS in imperial units option&lt;br /&gt;
* Ctrl+S for hamlib/remote rotator stop, TNX to G1OGY&lt;br /&gt;
* Rotar	description up to 8 characters&lt;br /&gt;
* Configure socklen_t fix, TNX to Florian Weimer&lt;br /&gt;
&lt;br /&gt;
=4.40=&lt;br /&gt;
2023-01-07&lt;br /&gt;
* Fixed ADIF import, TNX to OK2WO&lt;br /&gt;
* Fixed keypad double keys and Ctrl +-&lt;br /&gt;
* Removed accidentally create of font18x32.png&lt;br /&gt;
* Robust KST /sh us &lt;br /&gt;
* Limit rit to +-10000 Hz&lt;br /&gt;
&lt;br /&gt;
=4.39=&lt;br /&gt;
2022-12-10&lt;br /&gt;
* ON4KST telnet protocol change&lt;br /&gt;
* Fixed AS download crash, TNX to OK2SLC&lt;br /&gt;
* Fixed keypad on windows (Ctrl +-)&lt;br /&gt;
* Menu triple bar&lt;br /&gt;
&lt;br /&gt;
=4.38=&lt;br /&gt;
2022-11-25&lt;br /&gt;
* ADIF import STX_STRING, SRX_STRING, TNX to DF2ET&lt;br /&gt;
* DARC Worked All Germany Contest, TNX to DF2ET&lt;br /&gt;
* SP activity contest, TNX to SQ6EMM&lt;br /&gt;
* Gentoo build fix, TNX to DL1JBE&lt;br /&gt;
* MMMonVHF instead of EBW&lt;br /&gt;
* USB info about opened Davac and Rotar, TNX to OK1MZM&lt;br /&gt;
* KST full name (including bands) in QSO info&lt;br /&gt;
* Davac reset on startup&lt;br /&gt;
&lt;br /&gt;
=4.37=&lt;br /&gt;
2022-08-30&lt;br /&gt;
* AcKST is now latest activity, not presence&lt;br /&gt;
* Fixed EDI import crash, TNX to OK1MZM&lt;br /&gt;
* Linux lock permission fix, TNX to OK4DJ&lt;br /&gt;
* Fullscreen fix, TNX to OK7KM&lt;br /&gt;
* Allow 4k displays&lt;br /&gt;
* libzia bfd/binutils require fix, TNX to OK2JRQ&lt;br /&gt;
* RST recovery from *.swp&lt;br /&gt;
* ifa_addr == NULL fix, TNX to OK2JRQ&lt;br /&gt;
&lt;br /&gt;
=4.36=&lt;br /&gt;
2022-04-29&lt;br /&gt;
* Mode change from menu, default RST fix, TNX to OK4DJ&lt;br /&gt;
* FM Alt+M accidental CQ fix&lt;br /&gt;
* Argument -c for other tucnakrc&lt;br /&gt;
* Minimal required glib is 2.30&lt;br /&gt;
* Fixed memory leaks discovered by valgrind&lt;br /&gt;
* AS info can use temporary locator, TNX to OK1MZM&lt;br /&gt;
* Fixed czech network info&lt;br /&gt;
* itrm free fix, TNX to Ozkan Sezer&lt;br /&gt;
* zifaces redefinition fix, TNX to Ozkan Sezer&lt;br /&gt;
&lt;br /&gt;
=4.35=&lt;br /&gt;
2022-04-12&lt;br /&gt;
* Italian activity contest, TNX to IU5BON&lt;br /&gt;
* Memory free fix, TNX to IU5BON&lt;br /&gt;
* MacOs/linux interfaces detect, TNX to IU5BON&lt;br /&gt;
* MacOs build fix, TNX to IU5BON&lt;br /&gt;
* Fixed aircraft plural, TNX to IU5HKX&lt;br /&gt;
* IARU band names convert at start&lt;br /&gt;
* IARU band names fix&lt;br /&gt;
* Linux desktop file icon/exec fix, TNX to SQ6EMM&lt;br /&gt;
* DARC XMAS contest, tttype fix, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib configure, TNX to DH5YM&lt;br /&gt;
&lt;br /&gt;
=4.34=&lt;br /&gt;
2021-12-22&lt;br /&gt;
* CW breakable only opt-in&lt;br /&gt;
* RIT read only if supported, TNX to OK1MZM&lt;br /&gt;
* Hamlib voice/morse thread fix, TNX to SQ6EMM&lt;br /&gt;
* Input breaks only repeated CQ, TNX to OZ9GE&lt;br /&gt;
* Minimal rig poll is 100ms, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.33=&lt;br /&gt;
2021-12-12&lt;br /&gt;
* Fixed gcc 10.2 warnings&lt;br /&gt;
* Moon contest 23cm&lt;br /&gt;
* Fixed zserial_close race condition&lt;br /&gt;
* Fixed expedition mode from wizzard, TNX to OK1MZM&lt;br /&gt;
* Rotator offset&lt;br /&gt;
* KST networking partial rewrite&lt;br /&gt;
* Updated KST IP, used without DNS&lt;br /&gt;
* Content-type check in AS, RainViewer&lt;br /&gt;
* Excluded vhfcontestnet&lt;br /&gt;
* Swap recovery keeps date/time, TNX to OK1FIK&lt;br /&gt;
* Code inout breaks CQ, TNX to OK1FIK&lt;br /&gt;
* Infinite rotator beam&lt;br /&gt;
* CW/SSB CQ using Hamlib, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.32=&lt;br /&gt;
2020-09-30&lt;br /&gt;
* Ruhrgebiets Contest, TNX to DF2ET&lt;br /&gt;
* Alt+A crash, TNX to OK2SLC&lt;br /&gt;
* Linux interfaces bug fixed, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.31=&lt;br /&gt;
2020-09-14&lt;br /&gt;
* Hamlib 4.3.1 in windows package :-))&lt;br /&gt;
* IARU band names update, TNX to OK5ZS&lt;br /&gt;
* Linux double Alt+M fix, TNX to IZ3GME&lt;br /&gt;
* Linux winkey timeout fix, TNX to IZ3GME&lt;br /&gt;
* KST messages &amp;quot;CALL MSG&amp;quot; showed in bottom log&lt;br /&gt;
* Fixed border redraw after locator change&lt;br /&gt;
&lt;br /&gt;
=4.30=&lt;br /&gt;
2021-06-29&lt;br /&gt;
* DARC 2m Education Contest in wizzard&lt;br /&gt;
* Rainviewer Web Mercator projection fix&lt;br /&gt;
* AS info above clouds in map&lt;br /&gt;
* AS tracking hysteresis +-1deg&lt;br /&gt;
* Fixed DNS crash&lt;br /&gt;
* Hamlib 4.2 fix, TNX to KF5OIM&lt;br /&gt;
&lt;br /&gt;
=4.29=&lt;br /&gt;
2021-05-23&lt;br /&gt;
* Paleni carodejnic partial support, TNX to OK4DJ&lt;br /&gt;
* ARI DX partial support, TNX to OK4DJ&lt;br /&gt;
* ADIF TX_PWR, TNX DF2ET&lt;br /&gt;
* Airscatter plane tracking by rotator&lt;br /&gt;
* Hamlib rotator elevation and baudrate support&lt;br /&gt;
* Rainviewer support, TNX to RT5D&lt;br /&gt;
* Fixed gnutls error messages&lt;br /&gt;
* KST &amp;amp;amp; -&amp;gt; &amp;amp;&lt;br /&gt;
* Removed qsop_method total_method debug message&lt;br /&gt;
&lt;br /&gt;
=4.28=&lt;br /&gt;
2021-04-21		&lt;br /&gt;
* Fixed meteox load, TNX OK4DJ&lt;br /&gt;
* Map context menu on right click to turn rotator&lt;br /&gt;
* Fixed crash before QSO edit, TNX to OK1PKO&lt;br /&gt;
&lt;br /&gt;
=4.27=&lt;br /&gt;
2021-04-13&lt;br /&gt;
* tucnaknames update, TNX to OK4DJ&lt;br /&gt;
* HTML code in separate columns, TNX to DF2ET&lt;br /&gt;
* DARC Easter Contest, TNX to DF2ET&lt;br /&gt;
* Fixed crash after QSO edit, TNX to OK1ELE&lt;br /&gt;
* Fixed Android 4.1 library order, TNX to OK1PKO&lt;br /&gt;
* Sums across all bands in HTML report, TNX to DF2ET&lt;br /&gt;
* Fixed android locale characters problem&lt;br /&gt;
&lt;br /&gt;
=4.26=&lt;br /&gt;
2021-02-26&lt;br /&gt;
* SOTA and DXC update, TNX to OK2MUF&lt;br /&gt;
* GTK2 -&amp;gt; GTK3 for libzia messagebox&lt;br /&gt;
* Changed i18n generation not to require ISO8859-2 locales&lt;br /&gt;
* Fixed free() bug under Linux, TNX to OK3TV&lt;br /&gt;
* Fixed some problems reported by Valgrind&lt;br /&gt;
* Ctrl+Up/Down arrows emulate PageUp/PageDown&lt;br /&gt;
&lt;br /&gt;
=4.25=&lt;br /&gt;
2021-01-20&lt;br /&gt;
* Moon contest full support (in QTH use minus instead of spaces, only english chars)&lt;br /&gt;
* Fixed Contest Lombardia points&lt;br /&gt;
* TNX to OK5ZS for precise testing&lt;br /&gt;
* chmi.cz fix (HTTPS)&lt;br /&gt;
* TLS (HTTPS) support using GNUTLS&lt;br /&gt;
* Re-arranged Contest options, TNX to OK1MZM&lt;br /&gt;
* Support for contest phases, TNX to OK6RP, OK5ZS&lt;br /&gt;
* STF export, TNX to DF2ET&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* ICAO DB update, TNX to G1OGY&lt;br /&gt;
* Fixed text file load without trailing CRLF, TNX to OK1MZM&lt;br /&gt;
* Fixed ICAO DB, TNX to G1OGY&lt;br /&gt;
* Fixed zsdl variable, TNX to DF2ET&lt;br /&gt;
* SOTA export, TNX to OK2MUF&lt;br /&gt;
* Directory to store logs, TNX to DF2ET&lt;br /&gt;
* Adif ERROR export choices, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.24=&lt;br /&gt;
2020-11-16&lt;br /&gt;
* New Debian maintainer OK3ON&lt;br /&gt;
* Fixed QRV window crash, TNX to OK1MZM&lt;br /&gt;
* Skips wkd WWL in KST list&lt;br /&gt;
* Fixed map update after contest open/close, TNX to OK1MZM&lt;br /&gt;
* Tmpqsos context menu, added infos also for fifo context menu&lt;br /&gt;
* Scatterpoint detect&lt;br /&gt;
* Fixed bug in tmpqsos&lt;br /&gt;
* Renamed A/C to AS&lt;br /&gt;
* Support for SDL2&lt;br /&gt;
* Detected SIOCGIFHWADDR for MacOs, TNX to SQ2JUL&lt;br /&gt;
* Fixed ASCII texts conversion for Android, TNX to OK5ZS&lt;br /&gt;
&lt;br /&gt;
=4.23=&lt;br /&gt;
2020-09-15&lt;br /&gt;
* Fixed crash on file choose (EDI import), TNX to G1OGY&lt;br /&gt;
* R-Contest, TNX to DF2ET&lt;br /&gt;
* BSD style -Wl,-map&lt;br /&gt;
* KST menu to select call when text scrolls fast&lt;br /&gt;
* SDL events in same thread on MacOs, TNX to SQ2JUL&lt;br /&gt;
* ADIF items update, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib rotar &lt;br /&gt;
* Trace hamlib rotars&lt;br /&gt;
* ` toggles split VFOs MAIN/SUB, TNX to OK1FIK&lt;br /&gt;
&lt;br /&gt;
=4.22=&lt;br /&gt;
2020-08-10&lt;br /&gt;
* New hamlib 3.3 in windows package, TNX to OK2WO, OZ9GE&lt;br /&gt;
* Fixed tucnakdw prefixes recognition (SK6), TNX to OZ9GE&lt;br /&gt;
* JO57 is SM6&lt;br /&gt;
* Libzia.pc&lt;br /&gt;
* Increased rotator timeout ranges&lt;br /&gt;
* Replaced obsolete glib macros&lt;br /&gt;
* New config.guess and config.sub for aarch64&lt;br /&gt;
* All c and h files are in utf-8&lt;br /&gt;
* New libbfd macros support&lt;br /&gt;
* Support for detailed tucnakdw, TNX to OK2WO&lt;br /&gt;
* QRG in QSOs window for M7IMF&lt;br /&gt;
* Do not print open hdkeyb error mesage&lt;br /&gt;
* Fixed crash under terminal with long name&lt;br /&gt;
* DARC VHF UHF uW contest, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.21=&lt;br /&gt;
2020-04-21&lt;br /&gt;
* EXC len 20 characters&lt;br /&gt;
* KST message from right click in log (bottom of screen)&lt;br /&gt;
* Rig error message showed&lt;br /&gt;
* Fixed rig device lock&lt;br /&gt;
* COM keying on single pin&lt;br /&gt;
* GCC warning fixes&lt;br /&gt;
* Autoconf obsolete macro remove, TNX to OK2JRQ&lt;br /&gt;
* Some files in UTF-8, TNX to OK2JRQ&lt;br /&gt;
* Next fix for update_deb.sh, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.20=&lt;br /&gt;
2020-01-29&lt;br /&gt;
* Fixed update_deb.sh, TNX to G1OGY&lt;br /&gt;
* GCC-10 fixes, TNX to Robert-André Mauchin&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* WSA multipliers update, TNX to DF2ET&lt;br /&gt;
* Fixed broken libpng.dll, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.19=&lt;br /&gt;
2020-01-10&lt;br /&gt;
* FSF address update, TNX to OK2JRQ&lt;br /&gt;
* WNA multipliers update, TNX to DF2ET&lt;br /&gt;
* HTTP server refresh, TNX to DF2ET&lt;br /&gt;
* K7FRY&#039;s locator map, TNX to G1OGY&lt;br /&gt;
* Different EXC length, TNX to DF2ET&lt;br /&gt;
* Fixes for OpenBSD&lt;br /&gt;
* Some warning fixes&lt;br /&gt;
* MacOS build, TNX to Vitaliy UT4UAZ&lt;br /&gt;
* Fixed build under FreeBSD 12.0&lt;br /&gt;
* Optional exchange in Cabrillo, TNX to DF2ET&lt;br /&gt;
* Fixed msvcr120.dll, TNX to OK1CDJ, OK5ZS  &lt;br /&gt;
&lt;br /&gt;
=4.18=&lt;br /&gt;
2019-09-04&lt;br /&gt;
* Fixed startup crash on Debian i386, TNX G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.17=&lt;br /&gt;
2019-09-01&lt;br /&gt;
* Valid QSO count for OK2WO&lt;br /&gt;
* Changed export extension ADIF-&amp;gt;ADI&lt;br /&gt;
* Fixed wifi interface name under Windows&lt;br /&gt;
* New libpng.dll&lt;br /&gt;
* Removed battery support under Windows&lt;br /&gt;
* Switch to VS2013 (toolset v120_xp)&lt;br /&gt;
* Fixed battery state detection win32&lt;br /&gt;
&lt;br /&gt;
=4.16=&lt;br /&gt;
2019-04-17&lt;br /&gt;
* Removed libusb0 under windows&lt;br /&gt;
* Contest Lombardia support&lt;br /&gt;
* Removed vhfcontest.net support&lt;br /&gt;
* Do not mark DUPE in expedition mode&lt;br /&gt;
&lt;br /&gt;
=4.15=&lt;br /&gt;
2018-11-13&lt;br /&gt;
* Us-ascii strings in Android to prevent charset-relate crash &amp;gt;= 7.0&lt;br /&gt;
* Worked WWLs in map displayed red&lt;br /&gt;
* WWL in KST users list, missing WWL multipliers displayed green&lt;br /&gt;
* SSID support for ON4KST chat&lt;br /&gt;
* PTT tail&lt;br /&gt;
* 59* (numeric keypad) is RST-S, TNX to OK5ZS&lt;br /&gt;
* Updated wetteronline rain map (site change)&lt;br /&gt;
&lt;br /&gt;
=4.14=&lt;br /&gt;
* Quiet mode for soundwrapper&lt;br /&gt;
* Uninstall cleanup on Windows&lt;br /&gt;
* Fixed &amp;quot;QRM&amp;quot; from remote rotator. TNX to OK1XDF&lt;br /&gt;
* Upgraded libftdi to 1.4 under MSVC&lt;br /&gt;
* Back to VS2010 for WinXP&lt;br /&gt;
* Cabrillo EXC indent&lt;br /&gt;
&lt;br /&gt;
=4.13=&lt;br /&gt;
2018-05-06&lt;br /&gt;
* Fixed new gcc warnings&lt;br /&gt;
* KST dark yellow of worked call, also not selected&lt;br /&gt;
* Lowered priority of A/C thread&lt;br /&gt;
* Compute A/C for whole QRV list&lt;br /&gt;
* Fixed crash on Android 7, TNX to OK1USW&lt;br /&gt;
* Fixed KST sort by NR&lt;br /&gt;
* Improved RIG timeout&lt;br /&gt;
* Fixed RIT read from rig&lt;br /&gt;
* MSVC120 (VS1013)&lt;br /&gt;
* Plane type and wingspan in map&lt;br /&gt;
* KST /sh us sent after connect&lt;br /&gt;
* QRV list rework&lt;br /&gt;
* KST QRB filter&lt;br /&gt;
* Ask for sked B&lt;br /&gt;
&lt;br /&gt;
=4.12=&lt;br /&gt;
2018-03-04&lt;br /&gt;
* KST color for station worked on actual band (dark yellow)&lt;br /&gt;
* KST color - station worked on all read-write bands is dark grey&lt;br /&gt;
* Fixed KST A/C info, call with -number &lt;br /&gt;
&lt;br /&gt;
=4.11=&lt;br /&gt;
2017-10-04&lt;br /&gt;
* X-QSO: in cabrillo, TNX to DO2HG&lt;br /&gt;
* German translation of program, TNX to DO2HG&lt;br /&gt;
* ON UBA contest in wizzard, TNX to DO2HG&lt;br /&gt;
* claimed live score to slovhf.net&lt;br /&gt;
* removed KST debug dump, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.10=&lt;br /&gt;
2017-08-30&lt;br /&gt;
* Rainscatter does not show low intensity rain&lt;br /&gt;
* New band multipliers for NAC&lt;br /&gt;
* Fx macros in CW window, TNX to DL5YBZ&lt;br /&gt;
* Fixed rotctld filename, TNX to DL4PD&lt;br /&gt;
* Fixed crash in DXC, TNX to DL4PD&lt;br /&gt;
* Fixed mingw compile&lt;br /&gt;
* Fixed compile errors witout SDL, TNX to OK1CDJ&lt;br /&gt;
&lt;br /&gt;
=4.09=&lt;br /&gt;
2017-02-15&lt;br /&gt;
* Fixed Spy crash, TNX to OK1CT&lt;br /&gt;
* Fixed hamlib rotator, TNX to OZ1CT&lt;br /&gt;
* Fixed update crash, TNX to DJ0QZ&lt;br /&gt;
* Fixed startup crash in text mode&lt;br /&gt;
* Fixes for FreeBSD 10.2&lt;br /&gt;
* Updated WNA/WSA scoring in support files &lt;br /&gt;
&lt;br /&gt;
=4.08=&lt;br /&gt;
2016-08-10&lt;br /&gt;
* Support for Multiplied exchanges&lt;br /&gt;
* Support for WNA and WSA Westphalia Activity&lt;br /&gt;
* DOKs in validated EXCs&lt;br /&gt;
* A/C smaller planes on smaller zoom&lt;br /&gt;
* JA in tucnakdw&lt;br /&gt;
* SDR without SDL&lt;br /&gt;
* Fixed localization crashes in SDL init&lt;br /&gt;
* Rainscatter maps&lt;br /&gt;
* Menu Set Mode for AM/FM/RTTY &lt;br /&gt;
&lt;br /&gt;
=4.07=&lt;br /&gt;
2016-04-29&lt;br /&gt;
* Fixed A/C feed load interrupt under minimal altitude&lt;br /&gt;
* A/C feed URL got from server&lt;br /&gt;
* Fixed text in the &amp;quot;Only digits mean&amp;quot; button &lt;br /&gt;
&lt;br /&gt;
=4.06=&lt;br /&gt;
2016-03-11&lt;br /&gt;
* Summary dialog before vhfcontest.net upload&lt;br /&gt;
* Stats WWL radius&lt;br /&gt;
* Fixed qsoglob in tucnakwiz for SSB Liga &lt;br /&gt;
* Fixed tucnakrc crash after downgrade&lt;br /&gt;
* Fixes for clang 3.5&lt;br /&gt;
* Fixed many rig PTT problems, TNX to G4ZTR&lt;br /&gt;
* Fixed race condition in rig initialization&lt;br /&gt;
* New rig option Force handshake NONE, TNX to G4ZTR&lt;br /&gt;
* Hamlib 3.1~git in windows package&lt;br /&gt;
* Fixed bug in first start in textmode&lt;br /&gt;
* Compile fixes for probably bug in gcc 4.6&lt;br /&gt;
* Support for libftdi 1.0&lt;br /&gt;
* Fixed bug in QSO trace under windows, TNX to SP6LTC &lt;br /&gt;
&lt;br /&gt;
=4.05=&lt;br /&gt;
2015-10-12&lt;br /&gt;
* Koel-Achen contest wizzard and EXC data, TNX to DL4PD&lt;br /&gt;
* Fixed bug in QRB compute JN54KP-JN54KP, TNX to IU4APB&lt;br /&gt;
* Ctrl+Up/Down in bandmap tunes rig to next spot&lt;br /&gt;
* Use in DXC window sets rig frequency&lt;br /&gt;
* Fixed AC start time display, TNX to OK3MAD&lt;br /&gt;
* Inverse display&lt;br /&gt;
* Fixed &amp;quot;ZC4:&amp;quot; bug in tucnakdw, TNX to DL7BST&lt;br /&gt;
* Fixed unifinished QSO without qsonr, TNX to DL7BST&lt;br /&gt;
* DXCC multipliers in HF window&lt;br /&gt;
* Included txt2inc.pl and master.scp, TNX to DL7BST&lt;br /&gt;
&lt;br /&gt;
=4.04=&lt;br /&gt;
2015-08-07&lt;br /&gt;
* Fixed rebuild scripts and libiberty detection&lt;br /&gt;
* Removed Crash test and Int.error test also from v4, TNX to SP2FRY&lt;br /&gt;
* Fixed italian translation, TNX to IK4XQT&lt;br /&gt;
* AC&#039;s sorted in z-order&lt;br /&gt;
* Fixed translations&lt;br /&gt;
&lt;br /&gt;
=4.03=&lt;br /&gt;
2015-06-04&lt;br /&gt;
* RSGB M7 support for G4ZTR&lt;br /&gt;
* Official Tucnak package in Debian, TNX to G8TMV&lt;br /&gt;
* tac2tuc.pl removed from install&lt;br /&gt;
* Modifications of build system to satisfy Debian&#039;s pbuild&lt;br /&gt;
* Fixed menu name, TNX to OZ1PIF&lt;br /&gt;
* Fixed A/C info without known locator&lt;br /&gt;
* Fixed A/C info crash, sw-&amp;gt;zoom was not set &lt;br /&gt;
&lt;br /&gt;
=4.02=&lt;br /&gt;
2015-05-12&lt;br /&gt;
* Fixed A/C freeze under WinXP, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.01=&lt;br /&gt;
2015-05-11&lt;br /&gt;
* Fixed bug in cor recalc on WinXP, TNX to OZ9GE&lt;br /&gt;
* Fixed A/C WWL update, TNX to OK1MZM&lt;br /&gt;
* Fixed update output parse&lt;br /&gt;
&lt;br /&gt;
=4.00=&lt;br /&gt;
* KST dump skip&lt;br /&gt;
* Fixes for development on Jessie&lt;br /&gt;
* Fixed missing WWLs in stats window, tnx to OZ9GE&lt;br /&gt;
* Fixed Sun position jun-sep&lt;br /&gt;
* Talk offline transfer&lt;br /&gt;
* Updated Czech translation&lt;br /&gt;
* Fixed scroll when searching in KST/DXC&lt;br /&gt;
* Fixed QSO hash, can cause bad call highlight in KST/DXC&lt;br /&gt;
* Fixed layout update in text mode after Misc options&lt;br /&gt;
* Fixed and optimized cor recalculation&lt;br /&gt;
* Airplane position is in the center of sign&lt;br /&gt;
* Fixed new format of A/C feed&lt;br /&gt;
* Updated KST server IP list&lt;br /&gt;
* Show ! in DXC when call brings new EXC multiplier&lt;br /&gt;
* Fixed CI-V address, TNX to OK1CDJ&lt;br /&gt;
* Allow up to 4 digits and letters in callsign&lt;br /&gt;
* Fixed crash when adding chart without opened contest, TNX to IZ3GME (ex IW3IKN).&lt;br /&gt;
* Fixed gen-conly script&lt;br /&gt;
* Italian translation, TNX to IK1RAC&lt;br /&gt;
* Anti-aliased qso cross in map&lt;br /&gt;
* Fixed cabrillo frequency and header, TNX to OK1UGE&lt;br /&gt;
* New countries in tucnakdw, TNX to F4CIB &lt;br /&gt;
* Remove branch number from package names&lt;br /&gt;
&lt;br /&gt;
* Fixed lintian errors and some warnings&lt;br /&gt;
* Fixed characters typed with right alt keyboard layout switch&lt;br /&gt;
* Optimized layout of OSK&lt;br /&gt;
* A/C info plot instead of QSO info&lt;br /&gt;
* Crossing A/C are blue&lt;br /&gt;
* Fixed http upload of long files (&amp;gt;cca 100kB)&lt;br /&gt;
* Fixed crash in wiki upload&lt;br /&gt;
* Set higher priority to cwdaemon thread on windows&lt;br /&gt;
* Fixed crash in main_msg_handled (CW:!)&lt;br /&gt;
* Fixed compile with some version of libbfd&lt;br /&gt;
&lt;br /&gt;
=3.28=&lt;br /&gt;
2014-09-29&lt;br /&gt;
* Window highlight searches for whole words&lt;br /&gt;
* Allow to use non-call as operator&lt;br /&gt;
* Fixed too many open files bug in SSB CQ&lt;br /&gt;
* Fixed mediawiki upload credentials&lt;br /&gt;
* Reverse portrait and landscape mode on Android&lt;br /&gt;
* Lower mouse accuracy needed for menu separators and borders, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=3.27=&lt;br /&gt;
2014-08-31&lt;br /&gt;
* Fixed KST A/C map crash, TNX to SP3IYM&lt;br /&gt;
* Fixed crash in vhfcontestnet upload&lt;br /&gt;
* Ask for sked and Message open OSK&lt;br /&gt;
* Fixed Alt+PNK in KST within OSK&lt;br /&gt;
&lt;br /&gt;
=3.26=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Fixed crash in QRV window redraw, TNX to OZ7Z&lt;br /&gt;
&lt;br /&gt;
=3.25=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Reload interfaces button in Network info&lt;br /&gt;
* Spy shows error when contest is long&lt;br /&gt;
* Android notification and service&lt;br /&gt;
* Fixed crash on Android 4.4 KitKat, TNX to my wife Bara&lt;br /&gt;
* Fixed OSK KST Alt+K, Ctrl+K, TNX to OK1MZM&lt;br /&gt;
* Fixed OSK size, OSK close button click area, out of OSK clicks pass, TNX to OK1MZM&lt;br /&gt;
* QRV list create in menu Subwins-&amp;gt;Add contest&lt;br /&gt;
* Wiki report upload to mediawiki site&lt;br /&gt;
* EDI log upload to www.vfhcontest.net&lt;br /&gt;
* Fixed HF Edit QSO bug, TNX to F5NLG&lt;br /&gt;
* Removed Crash test and Int.error test, TNX to DL4DZ&lt;br /&gt;
* hamlib uses win32 api for FUNcube&lt;br /&gt;
* SDR right button drag tunes radio&lt;br /&gt;
* Fixed many SDR bugs&lt;br /&gt;
&lt;br /&gt;
=3.24=&lt;br /&gt;
2014-06-12&lt;br /&gt;
* Experimental support for SDR&lt;br /&gt;
* Fixed wifi UDP negotiation on Android&lt;br /&gt;
* Fixed band change tucnak-&amp;gt;radio&lt;br /&gt;
* Fixed rig lock problem&lt;br /&gt;
* Translate 0xd8 to 0 in KST&lt;br /&gt;
* Fixed spy and contest load when remote node is connected&lt;br /&gt;
* Fixed bad comparison in initialization, TNX to David Binderman&lt;br /&gt;
* Fixed gain display of QTF=8, tnx to OZ9GE&lt;br /&gt;
* Anti-aliased map in HTML/wiki exports and over HTTP&lt;br /&gt;
* Speed up window resizing &lt;br /&gt;
* Remember maximized state under Windows&lt;br /&gt;
* Fixed crash causet by too small application window&lt;br /&gt;
* Bigger font allowed in on screen keyboard&lt;br /&gt;
* Bigger font for higher resolution at startup&lt;br /&gt;
* Window maximized at startup&lt;br /&gt;
* Open web browser with WWL in Call info&lt;br /&gt;
* Do not preload checkboxes in Load from network dialog when loading from same host&lt;br /&gt;
* Autorepeat in OSK&lt;br /&gt;
* Inputline	history works in OSK&lt;br /&gt;
* Show battery state &lt;br /&gt;
* Support for arbitrary category (PSect in EDI)&lt;br /&gt;
* Fixed ftdi_usb_get_strings detection under &#039;nixes and msvc&lt;br /&gt;
* Fixed multipliers in CQSOs EDI line, TNX to OZ1FF&lt;br /&gt;
* Fixes in Scope/FFT window&lt;br /&gt;
* Fixed hamlib configure path&lt;br /&gt;
* Fixed redraw of focus rectangle around window&lt;br /&gt;
&lt;br /&gt;
=3.23=&lt;br /&gt;
2013-12-28&lt;br /&gt;
* New windows icon resolutions&lt;br /&gt;
* Seconds marks in Player window&lt;br /&gt;
* Send locator to KST during connect chat&lt;br /&gt;
* Experimental focus rectangle around window&lt;br /&gt;
* Experimental portrait orientation under Android&lt;br /&gt;
* Support for RSGB M5-type contests&lt;br /&gt;
* Fixed external tucnakwiz load under windows&lt;br /&gt;
* Fixed many SSB CQ and recording issues&lt;br /&gt;
* Fixed FFT redraw after ssbd file format change&lt;br /&gt;
* Fixed wav play fail under Android&lt;br /&gt;
* Accelerated vertical window scroll under Android  &lt;br /&gt;
* Fixed scope window flashing when recording&lt;br /&gt;
* Fixed device lockfile delete&lt;br /&gt;
* Fixed serial port detect under Android&lt;br /&gt;
&lt;br /&gt;
=3.22=&lt;br /&gt;
2013-11-05&lt;br /&gt;
* Serial port detection in Info&lt;br /&gt;
* Battery state in Info&lt;br /&gt;
* Close button in on screen keyboard&lt;br /&gt;
* Drag menu selection by mouse/touch&lt;br /&gt;
* Location update by click on Android&lt;br /&gt;
* Fixed lockfile path on Arch linux, TNX to DF4OR&lt;br /&gt;
* Playing SSB CQ on Android&lt;br /&gt;
* Android API back to 4 (Android 1.6)&lt;br /&gt;
* Fixed shift in on screen keyboard&lt;br /&gt;
* Fixed under cursor nummer-ended call recognition in KST/DXC&lt;br /&gt;
* Fixed spy state request after contest load&lt;br /&gt;
* Fixed screen layout with spy activated&lt;br /&gt;
* Inputline history in touch mode&lt;br /&gt;
* On screen keyboard capslock&lt;br /&gt;
* Fixed settings on Android&lt;br /&gt;
* Save/restore state on Android after apps switch&lt;br /&gt;
* Fixed menu Window-&amp;gt;Open connection&lt;br /&gt;
* On screen keyboard replace Fn with star&lt;br /&gt;
* On screen keyboard swap comma and question mark&lt;br /&gt;
* On screen keyboard shows same case size as it writes&lt;br /&gt;
* Shake on end of scroll in windows&lt;br /&gt;
* Reversed QSO scroll direction, no QSO highlight&lt;br /&gt;
* Faster window scroll in touch mode&lt;br /&gt;
&lt;br /&gt;
=3.21=&lt;br /&gt;
2013-09-03&lt;br /&gt;
* Disable screensaver on Android (off by default)&lt;br /&gt;
* New touch keyboard symbols&lt;br /&gt;
* Geolocation in Info on Android&lt;br /&gt;
* Actual locator in new contest on Android&lt;br /&gt;
* Fixed swap import, TNX to OK1HRA&lt;br /&gt;
* Ignored spy lines in old contest&lt;br /&gt;
* Fixed screen layout after Log lines change&lt;br /&gt;
* Removed &amp;gt;&amp;lt; in A/C result&lt;br /&gt;
* QSOs cursor jumps to last qso when window is activated&lt;br /&gt;
* Scroll in search results in kst and dxc windows&lt;br /&gt;
* Use of call (kst, dxc, sked, qrv) adds call to inputline history&lt;br /&gt;
* Fixed Shift+F3 in contest&lt;br /&gt;
* Set PTT over CAT&lt;br /&gt;
* Fixed rig_open error reporting&lt;br /&gt;
* Get locator also from QRV database&lt;br /&gt;
* Change font in first Contest def dialog&lt;br /&gt;
* Fixed NAC on 70MHz&lt;br /&gt;
* Fixed A/C load (included in 3.20-android)&lt;br /&gt;
&lt;br /&gt;
=3.20=&lt;br /&gt;
2013-06-14&lt;br /&gt;
* Fixed crash after TAB in text mode, tnx to OK1HRA&lt;br /&gt;
* Fixed database load in New contest from net over slow link&lt;br /&gt;
* Fixed negative float number read from tucnakrc&lt;br /&gt;
* rigctl.exe and rigctld.exe in msvc package&lt;br /&gt;
* Hamlib 1.2.15.3-zia in msvc package&lt;br /&gt;
* Fixed tucnakwiz load&lt;br /&gt;
* NAC is also on 70MHz, TNX to OZ1FF&lt;br /&gt;
* Fixed shell close under Win32&lt;br /&gt;
* Fix QRG decimal dots in QRG&lt;br /&gt;
* Rotar description on main screen&lt;br /&gt;
* Select in QRV window &lt;br /&gt;
* Testing support for A/C prediction&lt;br /&gt;
* Fixed Home in Chart window under linux&lt;br /&gt;
* Support for serial numbers for FTDI converters&lt;br /&gt;
* Many fixes and improvements in rig control&lt;br /&gt;
* Fixed crash in file unlock&lt;br /&gt;
* Improved rig trace&lt;br /&gt;
* Alt+F10 maximize/restore window under msvc/mingw&lt;br /&gt;
* Improved settings under msvc&lt;br /&gt;
&lt;br /&gt;
=3.19&lt;br /&gt;
2013-04-28&lt;br /&gt;
* Automake silent rules&lt;br /&gt;
* File libzia*.so.d moved to /usr/lib/libzia&lt;br /&gt;
* Fixed CQ repeat timer, TNX to OK2WO&lt;br /&gt;
* Removed OS Shell in SDL mode, TNX to OK2WO&lt;br /&gt;
* Can select menu item checbox also by mouse/touch&lt;br /&gt;
* Close OSK before DUPE dialog &lt;br /&gt;
* Ctrl+Y clears also OSK inputline&lt;br /&gt;
* Fixed platform trailing &#039;x&#039;&lt;br /&gt;
&lt;br /&gt;
=3.18=&lt;br /&gt;
2013-04-24&lt;br /&gt;
* Initial locator load on android&lt;br /&gt;
* Fixed -d argument under msvc and mings&lt;br /&gt;
* Fixed bug in SWP load (unbelievable, must be here many years)&lt;br /&gt;
* Sndfile is optional&lt;br /&gt;
* Disabled rotar description in menu&lt;br /&gt;
* Update for EEE&lt;br /&gt;
* Again fixed checkbox in Shell menu item&lt;br /&gt;
* Fixed Invalid option message&lt;br /&gt;
* Fixed empty space redraw in text mode&lt;br /&gt;
* Fixed Bad auth message&lt;br /&gt;
* Probably fixed crash of deb&#039;s tucnak on wheezy, TNX to OK1TKP&lt;br /&gt;
* New option No device locks&lt;br /&gt;
* Removed use of deprecated GMemChunk&lt;br /&gt;
* Fixed most of warnings for gcc 4.7&lt;br /&gt;
* Improved sound latency&lt;br /&gt;
* Fixed hamlib debug mode (OR of enabled rigs)&lt;br /&gt;
* Export to text file for KST and DXC windows&lt;br /&gt;
* Dump RW bands and hashes for diagnostics of problem caught in March contest&lt;br /&gt;
* Export as EDI fill operators when field is empty&lt;br /&gt;
* In touch mode screenshot is without keyboard&lt;br /&gt;
* Show stars instead of KST password &lt;br /&gt;
* Distribute RIT over rigs&lt;br /&gt;
* QRG can be entered without contest&lt;br /&gt;
* Experimental support for more rigs&lt;br /&gt;
* Fixed up arrow in QSOs window with Show All on&lt;br /&gt;
* Add contest and Add files menu items in Chart subwin/context menu&lt;br /&gt;
&lt;br /&gt;
=3.17=&lt;br /&gt;
2013-02-25&lt;br /&gt;
* Fixed secondary DXCC prefix recognition&lt;br /&gt;
* Fixed crash in empty QRV list using mouse wheel, TNX to OZ9F&lt;br /&gt;
* Fixed worked QSO color after QSO edit&lt;br /&gt;
* CEPT prefix and suffix sensitive QRV list (tnx to G1OGY)&lt;br /&gt;
* Support for debug info from dynamic libzia&lt;br /&gt;
* Fixed checkbox in Shell menu item&lt;br /&gt;
&lt;br /&gt;
=3.16=&lt;br /&gt;
2013-01-09&lt;br /&gt;
* Winkey over TCP/IP&lt;br /&gt;
* Fixed internal error message, TNX to OK1CDJ&lt;br /&gt;
* Removed QRB QSO check warning&lt;br /&gt;
* DXCC name in call info&lt;br /&gt;
* Enter without contest runs call info&lt;br /&gt;
* Fixed libzia compile --without-gtk&lt;br /&gt;
* Fixed TUCNAK_DEBUG variable (broken since 3.00)&lt;br /&gt;
* Removed support for winkey+davac4 (never 100% working)&lt;br /&gt;
* Fixed unix shell echo without PTY&lt;br /&gt;
* Idea: OSK keeps worked QSO visible&lt;br /&gt;
* Support for libsndfile (no SSB CQ/rec now) under android&lt;br /&gt;
* Support for hamlib under android&lt;br /&gt;
* Confirm call/exc/wwl by mouse click&lt;br /&gt;
* Android key trace&lt;br /&gt;
* Android menu key opens menu&lt;br /&gt;
* Rewritten parts of mouse handling code for drag window scroll&lt;br /&gt;
* In touch mode DXC/KST click always shows context menu&lt;br /&gt;
* Swap ENTER and BS on OS keyboard&lt;br /&gt;
* Released public beta od android&lt;br /&gt;
* Map icons Home, Zoom in, Zoom out&lt;br /&gt;
* Touch control&lt;br /&gt;
* New font 18x32&lt;br /&gt;
* Private release of beta Android&lt;br /&gt;
* Scroll DXC bandmap using Shift+Arrows, PageUp, PageDown, Home&lt;br /&gt;
* Frequency in QRV list takes only needed space&lt;br /&gt;
* Higlighted line in bandmap and qrv list changed from inverse to [...]&lt;br /&gt;
* Polish language file, TNX to SP5QWB&lt;br /&gt;
* Fixed sound type without portaudio&lt;br /&gt;
* Uploaded transitional debian package tucnak2 -&amp;gt; tucnak3&lt;br /&gt;
* Insert in chart window chooses contest instead of file&lt;br /&gt;
* Settings and Info in Help menu (corresponds to -s and -i command line arguments)&lt;br /&gt;
* Improved network contest load with long databases over slow links&lt;br /&gt;
* Re-arranged Network and Trace dialog&lt;br /&gt;
* Fixed remote connect to local host&lt;br /&gt;
* Fixed ] in talk window&lt;br /&gt;
* OK? at end of Ask for sked&lt;br /&gt;
* Fixed crash in wiki export in text mode&lt;br /&gt;
* --with-pkg configure argument&lt;br /&gt;
* Fixed platform and machine type under mingw&lt;br /&gt;
&lt;br /&gt;
=3.15=&lt;br /&gt;
2012-10-25&lt;br /&gt;
* Own update system for deb.i386, deb.amd64 and msvc&lt;br /&gt;
* Inputline history increased to 30 items&lt;br /&gt;
* Right click in title of QRV part of KST window choose optional QRV column&lt;br /&gt;
* When QRV sort is by QTF or KST, the QTF is shown in QRV part of KST window&lt;br /&gt;
* Can clicn to QRV column headers in QRV window to sort items&lt;br /&gt;
* Can click to QRV column headers in KST window to sort items&lt;br /&gt;
* Support for mouse in QRV part of KST window&lt;br /&gt;
* Support for incorrect KST /CQ command recognition &#039;&amp;gt; (0) (CALL) ...&#039;&lt;br /&gt;
* Improved search in KST window (no right move, highlight search pattern)&lt;br /&gt;
* Accidentaly entered 2-7 numbers in KST are processed as contest exchange (RST,NR)&lt;br /&gt;
* Fixed accidental kill when shell terminated under linux&lt;br /&gt;
* Fixed codepage od DNS errors under msc/mingw&lt;br /&gt;
* Fixed socket connected handler in KST, DXC (should not happen in real life)&lt;br /&gt;
* Operator change mark in chart, operator show in title&lt;br /&gt;
* Removed old New from net&lt;br /&gt;
* Removed old spy&lt;br /&gt;
* Mass R-O band set Bands-&amp;gt;Set read-only&lt;br /&gt;
* QRV info showed instead of top log line to save space&lt;br /&gt;
* QRV info show also for dupe&lt;br /&gt;
* Ctrl+L under SDL switches to 24G. Without SDL means terminal redraw.&lt;br /&gt;
* Fixed SSID-calls add to C_W&lt;br /&gt;
* Fixed chart points axis description&lt;br /&gt;
* Changed font for msie in httpd&lt;br /&gt;
&lt;br /&gt;
=3.14=&lt;br /&gt;
2012-10-04&lt;br /&gt;
* Fixed contest load with 0 points&lt;br /&gt;
* Fixed new cty.dat load, tnx to 9A4ZM&lt;br /&gt;
&lt;br /&gt;
=3.13=&lt;br /&gt;
2012-10-03&lt;br /&gt;
* Fixed right click out of windows titles&lt;br /&gt;
* QTF in QRV window right aligned&lt;br /&gt;
* Allow reverse sort in QRV window&lt;br /&gt;
* Fixed crash in New Contest, tnx to SP5QWB&lt;br /&gt;
* Fixed alternative slash key in QRV window, tnx to 9A4ZM&lt;br /&gt;
* Updated cty.dat (2O12L)&lt;br /&gt;
* Libzia-ver.so.d distributet, not working &lt;br /&gt;
&lt;br /&gt;
=3.12=&lt;br /&gt;
2012-10-01&lt;br /&gt;
* Fixed debian build --without-bfd&lt;br /&gt;
* Fixed libzia&#039;s settins include in deb&lt;br /&gt;
* Band multiplier for NAC&lt;br /&gt;
* Alternative priority set to 50 (tucnak2 has 40)&lt;br /&gt;
* Remote host is resolved&lt;br /&gt;
* Fixed resolve error handle under platforms with getaddrinfo&lt;br /&gt;
* Must not enter first two letters of locator (60LJ is JO60LJ for stn. from JN69)&lt;br /&gt;
* Removed direct backtrace from internal_error&lt;br /&gt;
* Fixed tucnak.d and bfd_open path&lt;br /&gt;
* Autosave and floppy save fixes, TNX to OZ7Z&lt;br /&gt;
* Platform and version to crash messageboxes&#039;s titles&lt;br /&gt;
&lt;br /&gt;
=3.11=&lt;br /&gt;
2012-09-21&lt;br /&gt;
* Left click on window tab shows context menu same as Subwins&lt;br /&gt;
* Run mode stat next to WPM indicator&lt;br /&gt;
* New hotkey Ctrl+R (tnx to 9A4ZM)&lt;br /&gt;
* Use speaker hidden under windows&lt;br /&gt;
* Fixed text in tucnak3.desktop&lt;br /&gt;
* QRV list transferred by New From Network&lt;br /&gt;
* Fixed network reconnect when remote is connected&lt;br /&gt;
* Enter in log window adds empty line for &lt;br /&gt;
* Fixed accidental stdin close in winkey/rotator&lt;br /&gt;
* New option net_remote_enable&lt;br /&gt;
* Fixed color of lowercase KST call&lt;br /&gt;
* Removed debugging of P3 command&lt;br /&gt;
* Page Up in QSOs window wraps to end of list, TNX to OK1XDF&lt;br /&gt;
* Fixed heap corruption after twice sf_close() when recording device cannot be opened&lt;br /&gt;
* Binary zloc in libzia/src&lt;br /&gt;
* Deb dependency to libzia of same version&lt;br /&gt;
* Use -release in libzia creation&lt;br /&gt;
&lt;br /&gt;
=3.10=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Removed libbfd from debian build because binutils versions incompatibility&lt;br /&gt;
* Fixed crash after tab in welcome dialog probably only under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.09=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Backtrace uses map file under mingw&lt;br /&gt;
* Updated backtrace for msvc&lt;br /&gt;
* Fixed winkey also under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.08=&lt;br /&gt;
2012-08-14&lt;br /&gt;
* Fixed winkey, TNX to OK1HRA&lt;br /&gt;
* Unhandled Exception under mingw&lt;br /&gt;
* Fixed compile under OpenSuse due broken binutils-devel&lt;br /&gt;
* Platform in window title and on some next places&lt;br /&gt;
* Fixed impout.dll for paralel port under mingw&lt;br /&gt;
* Included settings from libzia&lt;br /&gt;
* Fixed parameter parse (-i) under msvc/mingw&lt;br /&gt;
* Example tucnaknames and tucnakcw in binary&lt;br /&gt;
* Enter in Welcome dialog does not run Language choose&lt;br /&gt;
&lt;br /&gt;
=3.07=&lt;br /&gt;
2012-08-07&lt;br /&gt;
* Can be compiled under mingw, not tested&lt;br /&gt;
* Fixed IPV6 resolving, tnx to CT1DRB&lt;br /&gt;
* Fixed -liberty compile on OpenSuse, tnx to CT1DRB&lt;br /&gt;
* SDL keyboard delay/rate taken from system under MSVC&lt;br /&gt;
* Fixed operator send for Network Info&lt;br /&gt;
* Fixed jump to first QSO in QSOs findow when first fucused&lt;br /&gt;
* Fixed WAV search after Ctrl+P in QSOs window under MSVC&lt;br /&gt;
* $E in default ssbd_template&lt;br /&gt;
* Repeated play in Player window&lt;br /&gt;
* Fixed subwin inputlines position without resize&lt;br /&gt;
* Thread names for debugging&lt;br /&gt;
* Band name in QSO info&lt;br /&gt;
* Suspicious chars ?! are red&lt;br /&gt;
* QSO check after call/locator enter&lt;br /&gt;
* Maybe fixed rig QRG resend after band change &lt;br /&gt;
&lt;br /&gt;
=3.06=&lt;br /&gt;
2012-07-25&lt;br /&gt;
* Probably fixed fftw but not released&lt;br /&gt;
* Msvc version uses Release build to improve speed&lt;br /&gt;
* Fixed X11/putty mouse handle for coordinates&amp;gt;94&lt;br /&gt;
* Fixed RBN call selection in DXC window&lt;br /&gt;
* Fixed background on gnome-terminal&lt;br /&gt;
* Fixed DXC spots in HF window&lt;br /&gt;
* Fixed Shell window under Linux&lt;br /&gt;
* Code cleanup&lt;br /&gt;
* Httpd options dialog&lt;br /&gt;
* Fixed httpd SO_REUSEADDR&lt;br /&gt;
* Fixed DXC spot parse&lt;br /&gt;
&lt;br /&gt;
=3.05=&lt;br /&gt;
2012-07-18&lt;br /&gt;
* Fullscreen Ctrl+F11&lt;br /&gt;
* Font change Ctrl+, Ctrl-, Ctrl0&lt;br /&gt;
* New font 8x13&lt;br /&gt;
* Disabled portaudio in linux build because ubuntu segfault in Pa_Initialize&lt;br /&gt;
* Speedup: calls are not compared using regular expressions&lt;br /&gt;
* Speedup: calls are hold also in hash&lt;br /&gt;
* Oh mistake and Ask for sked in KST window&lt;br /&gt;
* QSOs from all bands in QSOs window&lt;br /&gt;
&lt;br /&gt;
=3.04=&lt;br /&gt;
2012-07-03&lt;br /&gt;
* Fixed Tucnak data.lnk&lt;br /&gt;
* Window title is Tucnak instead of tucnak3&lt;br /&gt;
* New contest from network (flood)&lt;br /&gt;
* New spy method (flood)&lt;br /&gt;
* Fixed operator load from contest files&lt;br /&gt;
* Connection to remote tucnak&lt;br /&gt;
* Kill connection in Subwin menu&lt;br /&gt;
&lt;br /&gt;
=3.03=&lt;br /&gt;
2012-06-18 (R1724)&lt;br /&gt;
* red highlight of 73-like KST messages&lt;br /&gt;
* turn on SSBWAY pin also during CW CQ to allow CQ on more band simultaneously&lt;br /&gt;
* dark yellow calls in subwin only when worked on all read-write bands&lt;br /&gt;
* fixed crash when sdl cannot be initialized&lt;br /&gt;
* kst logged QRV stations from QRV list&lt;br /&gt;
* fixed accidental QRV list sort change when subwin is leaved with Alt+number&lt;br /&gt;
* changed color of qsos and qso gain in map subwin&lt;br /&gt;
* svn version (revision) compiled-in in binary&lt;br /&gt;
* fixed crash after contest wizard, TNX to OK3MAD&lt;br /&gt;
* call selection and right mouse in qrv subwin&lt;br /&gt;
* QSO window does not loose focus when switched to it&lt;br /&gt;
* QSO window does not switch to last QSO when focused&lt;br /&gt;
&lt;br /&gt;
=3.02=&lt;br /&gt;
2012-05-09 (R1637)&lt;br /&gt;
* fixed SSID&#039;ized call info and call use in KST and DXC&lt;br /&gt;
* fixed crash after home key in KST and DXC&lt;br /&gt;
* fixed crash in quicksearch&lt;br /&gt;
* fixed Diskfree text in audio dialog&lt;br /&gt;
* fixed dxc_host delete&lt;br /&gt;
* link with libzia can be static or dynamic&lt;br /&gt;
* fixed new contest crash bug&lt;br /&gt;
&lt;br /&gt;
=3.01=&lt;br /&gt;
2012-05-02&lt;br /&gt;
* fixed fftw sample count handle&lt;br /&gt;
* updated libfftw3 3.3.1 to pl1 for msvc&lt;br /&gt;
* qrg entry in khz (.144300)&lt;br /&gt;
* bandmap in dxc window&lt;br /&gt;
* new key l in map&lt;br /&gt;
* disable screensaver under msvc&lt;br /&gt;
* format of -i&lt;br /&gt;
* libusb in installer&lt;br /&gt;
* fixed time_t 64bit bug, tnx to G1OGY&lt;br /&gt;
* highlighted item in sked window, enter send to worked qso&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* rotator poll interval&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* portautio must be at least version 0.19&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* wider beamwidth in map&lt;br /&gt;
* sked dialog rewrite, removed we_call and skedshift&lt;br /&gt;
* charts are per band&lt;br /&gt;
* loading of txt into chart loads also other bands&lt;br /&gt;
* qso gain in for photo&lt;br /&gt;
* alt+f4 closes tucnak under windows&lt;br /&gt;
* progress indicator during exports and qso check&lt;br /&gt;
* chart points axis value round&lt;br /&gt;
* chart time axis extremes snapped to hours&lt;br /&gt;
* removed charset menu&lt;br /&gt;
* newline adter map image in wiki export&lt;br /&gt;
* fixed portable calls in KST, DXC&lt;br /&gt;
* QRB, QTF in Call info&lt;br /&gt;
* removed Not mounted message when no floppy is defined&lt;br /&gt;
* fixed floppy save under msvc&lt;br /&gt;
&lt;br /&gt;
=3.00=&lt;br /&gt;
* first test - march contest 2012 OK2M&lt;br /&gt;
* change SDL key repeat&lt;br /&gt;
* azimuthal star in map&lt;br /&gt;
* simplyfied first contest options&lt;br /&gt;
* (untested) support for hamlib rotators&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* macro $J&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* kst reads cwdb and namedb from /sh us command&lt;br /&gt;
* double font height&lt;br /&gt;
* readonly flag in bands menu&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
* mast icon in map&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
* common code moved to libzia&lt;br /&gt;
* split header.h into more smaller headers&lt;br /&gt;
* memory allocations only from glib&lt;br /&gt;
* removed cba_t&lt;br /&gt;
* forked v3 &lt;br /&gt;
&lt;br /&gt;
=2.48=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* renamed debian to debian.unofficial&lt;br /&gt;
* removed -lusb, tnx to EA4TV&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* fixed possible pointer shot of &#039;\0&#039; behind last_screen&lt;br /&gt;
&lt;br /&gt;
=2.47=&lt;br /&gt;
2011-02-16&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* fixed band LO freq&lt;br /&gt;
* debian/ updates for Jaime EA4TV&lt;br /&gt;
&lt;br /&gt;
=2.46=&lt;br /&gt;
2011-01-18&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* accpet portaudio options in tucnakrc&lt;br /&gt;
* accept subwin KST(15) as Shell in tucnakrc&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
&lt;br /&gt;
=2.45=&lt;br /&gt;
2011-10-12&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* strip binaries in deb package&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* support for libpng 1.5, tnx to DL1JBE &lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
&lt;br /&gt;
=2.44=&lt;br /&gt;
2011-07-29&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
&lt;br /&gt;
=2.43=&lt;br /&gt;
2011-06-28&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
&lt;br /&gt;
=2.42=&lt;br /&gt;
2011-05-31&lt;br /&gt;
* fixed crash in contest close&lt;br /&gt;
* forked v3&lt;br /&gt;
&lt;br /&gt;
=2.41=&lt;br /&gt;
2011-05-25&lt;br /&gt;
* released as tribute to Douglas Adams. Don&#039;t panic!&lt;br /&gt;
* fixed trace_sock&lt;br /&gt;
* fixed udev script - usb_device -&amp;gt; usb&lt;br /&gt;
* fixed some gcc warnings&lt;br /&gt;
* html/http/wiki exports map and chart as png&lt;br /&gt;
* http server for contest progress presentation&lt;br /&gt;
* changed fifo time format to HH:MM&lt;br /&gt;
* fixed wiki map description&lt;br /&gt;
* fixed volume indicator flicker&lt;br /&gt;
* fixed trace condition&lt;br /&gt;
* show chart files without sdl&lt;br /&gt;
* fixed grid &amp;amp; boundaries in map, tnx to DG6MAN &lt;br /&gt;
* libgpm is disabled by default&lt;br /&gt;
* fixed player and chart windows add&lt;br /&gt;
* fixed network interfaces detect&lt;br /&gt;
* ignored duplicate $GLIB_CFLAGS, $GLIB_LIBS in configure.in&lt;br /&gt;
* new macros in tucnak -s&lt;br /&gt;
&lt;br /&gt;
=2.40=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* added _cv_ in autoconf cached variables&lt;br /&gt;
* updated missing script&lt;br /&gt;
* fixed iconv detection&lt;br /&gt;
* fixed tucnakrc load under WIN32&lt;br /&gt;
* sdev trace&lt;br /&gt;
* trace rewrite&lt;br /&gt;
* split master db into more strings&lt;br /&gt;
* rewritten cbr items choice for OKOM DX&lt;br /&gt;
* compile under msvc and ming but unusable at this time&lt;br /&gt;
* fixed qrv edit/insert (should overwrite another item)&lt;br /&gt;
* added player (and chart) window types in Add subwin&lt;br /&gt;
* removed testing code for Ctrl+P in main inputline&lt;br /&gt;
* experiments with waterfall palette and filtering&lt;br /&gt;
* frequency axis in fft scope&lt;br /&gt;
* frequency argument in soundwrapper for testing&lt;br /&gt;
* tab complete file in file import&lt;br /&gt;
* chart subwin&lt;br /&gt;
* fixed cursor position in inputline history alt+h&lt;br /&gt;
* degree sign in C_W quick search&lt;br /&gt;
* fixed alt+letter in qrv search&lt;br /&gt;
* rig error code instead of qrg&lt;br /&gt;
* changed rig debug level&lt;br /&gt;
* fixed rigs with unsupported rig_get_vfo()&lt;br /&gt;
* +1/-1 alloc bugs detection with --enable-leak-debug&lt;br /&gt;
* fixed qrv insert from keyboard&lt;br /&gt;
* fixed text upcase in qrv insert/edit&lt;br /&gt;
&lt;br /&gt;
=2.39=&lt;br /&gt;
2011-02-25&lt;br /&gt;
* fixed ftdi_context portability between libftdi versions&lt;br /&gt;
* qso gain diagram&lt;br /&gt;
* qrv gain diagram respects worked count&lt;br /&gt;
* qrv item insert&lt;br /&gt;
* qrv item edit&lt;br /&gt;
* new contest loads ~/tucnak/qrv&lt;br /&gt;
* fixed qrv points drawing when mouse move&lt;br /&gt;
&lt;br /&gt;
=2.38=&lt;br /&gt;
2011-02-20&lt;br /&gt;
* fixed bug in map window during contest load&lt;br /&gt;
* fixed memory alloc problem in master db&lt;br /&gt;
* degree sign as hexa constant 0xb0&lt;br /&gt;
* rewritten qrv database&lt;br /&gt;
* fixed master database comment filter&lt;br /&gt;
* increased length of contest option numbers, tnx to RU2FM&lt;br /&gt;
* calls from master database are never deleted&lt;br /&gt;
* fixed contest date in contest options&lt;br /&gt;
* qso check warning if exists remark&lt;br /&gt;
* fixed qsonr in cabrillo output, tnx to OK1HRA&lt;br /&gt;
* fixed avg unit pts/km in wiki and html output&lt;br /&gt;
* fixed compile without various --without combinations&lt;br /&gt;
* removed forgotten font13x24.png create&lt;br /&gt;
* QRG in edit QSO&lt;br /&gt;
* correct size of screenshots in HTML export&lt;br /&gt;
* fixed runmode CQ without hamlib, tnx to DL1JBE&lt;br /&gt;
* fixed Ctrl+3 to Ctrl+9 under SDL&lt;br /&gt;
* wav player seems to be usable&lt;br /&gt;
&lt;br /&gt;
=2.37=&lt;br /&gt;
2010-10-27&lt;br /&gt;
* two letters input moved to unresolved area&lt;br /&gt;
* fixed some minors in runmode, tnx to OK3MAD&lt;br /&gt;
* fixed soundwrapper sound frequency&lt;br /&gt;
* rewritten runmode for A1/MMC&lt;br /&gt;
* fixed runmode CQ only in CW mode (TNX to OK1HRA/TC03W)&lt;br /&gt;
* fixed runmode TU&lt;br /&gt;
* skeleton for wiki publish&lt;br /&gt;
* fixed TU give in run mode&lt;br /&gt;
* &amp;gt; for qrb&amp;gt;average in qsocheck&lt;br /&gt;
* changed delay between hamlib rig calls for slow radios&lt;br /&gt;
* fixed string truncate in inputline insert&lt;br /&gt;
* rig freq read reads from actual VFO&lt;br /&gt;
* rig mode change keeps bandwidth&lt;br /&gt;
* fixed autogive=0&lt;br /&gt;
* expedition mode&lt;br /&gt;
&lt;br /&gt;
=2.36=&lt;br /&gt;
2010-09-27&lt;br /&gt;
* fixed rig ID choose&lt;br /&gt;
* fixed segv in loading of contest with HF window and &amp;gt; 6 active bands&lt;br /&gt;
* do not add &#039;similar call&#039; to qsocheck when this call is also worked&lt;br /&gt;
* set rig handshake to none (default for TS850 is CTS/RTS)&lt;br /&gt;
* set rig timeout to 500ms (480s is unusable)&lt;br /&gt;
* gdb and rigctl under cygwin&lt;br /&gt;
* fixed cygncurses-9 dependency for sh.exe under cygwin&lt;br /&gt;
* updated tucnakdw (4X, ZC4, many UA)&lt;br /&gt;
* improved edit qso time parsing&lt;br /&gt;
* autogive mode after some typed chars&lt;br /&gt;
* macro $B&lt;br /&gt;
* bell sign for character 7 under sdl&lt;br /&gt;
* in macro $I dots are replaced by question marks&lt;br /&gt;
* added baudrate for rig control&lt;br /&gt;
* fixed R9SA parsing as report (tnx to OK1HRA)&lt;br /&gt;
* WAZ and ITU in HF window&lt;br /&gt;
* rewritten exc list in HF window&lt;br /&gt;
* master call database&lt;br /&gt;
* fixed SFI parse&lt;br /&gt;
* &amp;quot;live&amp;quot; QSO list in HF window&lt;br /&gt;
* enlarged layout of HF window&lt;br /&gt;
* updated UA wwls in tucnakdw&lt;br /&gt;
* fixed missing excs display&lt;br /&gt;
* argument -m sets time from master PC&lt;br /&gt;
* &#039;c&#039; key for center screen to QTH&lt;br /&gt;
* &#039;p&#039; key for photo in map&lt;br /&gt;
* fixed second part of CQSOs for method 16&lt;br /&gt;
* summery table with links to bands in html export&lt;br /&gt;
* fixed buffer and period time to ms (was us)&lt;br /&gt;
* similar calls are computed using Levenshtein distance&lt;br /&gt;
* cleared qso check message&lt;br /&gt;
* fixed top10 formatting for qrb&amp;gt;=1000 km&lt;br /&gt;
* reverted to old udev rule style (for lenny)&lt;br /&gt;
* fixed memory leaks in dwdb.c, rotar.c&lt;br /&gt;
&lt;br /&gt;
=2.35=&lt;br /&gt;
2010-06-30&lt;br /&gt;
* fixed crash in fft calculation&lt;br /&gt;
* support for Championnat de France THF&lt;br /&gt;
* alt-j: short access for A/C and M/S cq&lt;br /&gt;
* qrv list save&lt;br /&gt;
* configure checks for make&lt;br /&gt;
* fixed large qso number display in global QSO mode, tnx to DL5YBZ&lt;br /&gt;
* support for prefixes with slash (3D2/C)                                                                               &lt;br /&gt;
* fixed crash after IT9x call (* in prefix in cty.dat), tnx to DL5YBZ &lt;br /&gt;
* fixed $MN macro, tnx to OK1HRA (GL in WPX!)&lt;br /&gt;
* send CW2 and save QSO also after QSONR&lt;br /&gt;
* list import&lt;br /&gt;
* support for odd/even/1st/2nd TX (MS,AERO)&lt;br /&gt;
* fixed suid of soundwrapper&lt;br /&gt;
* updated cty.dat&lt;br /&gt;
* SYSFS{} changed to ATTR{} for new udev versions&lt;br /&gt;
&lt;br /&gt;
=2.34=&lt;br /&gt;
2010-04-26&lt;br /&gt;
* changed time separator from . to :&lt;br /&gt;
* four digits are QSO number, not month and day of month&lt;br /&gt;
* deb package uses suided soundwrapper &lt;br /&gt;
* macro $I&lt;br /&gt;
* fixed statistics calculation after loading of contest   &lt;br /&gt;
* added frequency to adif export&lt;br /&gt;
* fixed exchange output in cabrillo and adif export  &lt;br /&gt;
* changed format of ChangeLog to Mediawiki source format&lt;br /&gt;
* get back generated debian/changelog, it seems we have no DEB maintainer&lt;br /&gt;
&lt;br /&gt;
=2.33=&lt;br /&gt;
2010-02-18&lt;br /&gt;
* fixed usaca multiple names&lt;br /&gt;
* rit clear after qso save in run mode&lt;br /&gt;
* support for ARRL International DX Contest&lt;br /&gt;
* fixed ARRL VHF scoring&lt;br /&gt;
* turned off cq repeat for cwdaemon&lt;br /&gt;
* rig changes: poll interval, mode and band transfer&lt;br /&gt;
&lt;br /&gt;
=2.32=&lt;br /&gt;
2010-02-13&lt;br /&gt;
* cabrillo export for ARRL VHF contests&lt;br /&gt;
* fixed leak debug on AMD64&lt;br /&gt;
* fixed double rig_cleanup()&lt;br /&gt;
* fixed using of non-serial ports in hamlib (f.e. rpc.rigd, type 1901)&lt;br /&gt;
* rover (/R) are not dupe when are in different big wwl&lt;br /&gt;
* fixed EDI properties dialog &lt;br /&gt;
* script for Asus EEE binary and optimized configuration&lt;br /&gt;
* updated tucnakrc (HF bands, windows)&lt;br /&gt;
&lt;br /&gt;
=2.31=&lt;br /&gt;
2010-01-01&lt;br /&gt;
* fixed crash if mode is changed without FFT window. TNX to DF4OR&lt;br /&gt;
* crossmode test in QSO check&lt;br /&gt;
&lt;br /&gt;
=2.30=&lt;br /&gt;
2009-11-30&lt;br /&gt;
* fixed device locking under cygwin, tnx to G1OGY&lt;br /&gt;
&lt;br /&gt;
=2.29=&lt;br /&gt;
2009-11-03&lt;br /&gt;
* fixed corrupted contest date display in Open contest from net &lt;br /&gt;
* fixed tucnakdw; JN89 is in OM	&lt;br /&gt;
* fixed cwdaemon and sdev double freeing &lt;br /&gt;
* recording level has filtered DC &lt;br /&gt;
* CW window holds PTT all time it is opened&lt;br /&gt;
* removed debugging show of 1&#039;s under volume indicator&lt;br /&gt;
* fixed (null) display in empty qrv list&lt;br /&gt;
* speeded up sdl key repeat&lt;br /&gt;
* removed delayed screen redraw&lt;br /&gt;
* fixed KST new call upcase &lt;br /&gt;
* DX network command sends only valid spots, no KST or other garbage&lt;br /&gt;
* fixed rig qrg display (mode switch worked)&lt;br /&gt;
* fixed ebw db import error message&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3179</id>
		<title>Changelog</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3179"/>
		<updated>2024-08-18T16:14:29Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=4.63=&lt;br /&gt;
* New Android build for Android 5 to Android 14 (API level 21 to 34)&lt;br /&gt;
* Fixed Map Home (for photo) without QSOs&lt;br /&gt;
* Map icon larger click area in touch mode, TNX to OK5ZS&lt;br /&gt;
* Zoomin icon fix TNX to OK5ZS&lt;br /&gt;
* rtlsdr under *nix is disabled by default&lt;br /&gt;
&lt;br /&gt;
=4.61=&lt;br /&gt;
2024-07-03&lt;br /&gt;
* Do not set empty rig Device to keep rigctld default address 127.0.0.1:4533&lt;br /&gt;
* Added --without-rtlsdr into configure&lt;br /&gt;
* Debian package is build without librtlsdr (0.6 vs 2.0 binary incompatibility)&lt;br /&gt;
* OE Activity added bands OPQ&lt;br /&gt;
* Removed global Ctrl+K, it conflicts with 10GHz band change, TNX to OZ1FF&lt;br /&gt;
&lt;br /&gt;
=4.60=&lt;br /&gt;
2024-06-18&lt;br /&gt;
* THz (Light) band&lt;br /&gt;
* IARU reg.I ATV contest&lt;br /&gt;
* IARU reg.I MGM contest&lt;br /&gt;
* RTTY changed to MGM&lt;br /&gt;
* Ctrl+K and Alt+K work also in main input line&lt;br /&gt;
* Fixed Band switch value after contest load from network&lt;br /&gt;
* Touch keyboard SDL2 font size fix&lt;br /&gt;
* Touch keyboard SDL2 input fix&lt;br /&gt;
&lt;br /&gt;
=4.59=&lt;br /&gt;
2024-04-11&lt;br /&gt;
* Fixed upgrade/HTTP timeout, TNX to OK1UGE&lt;br /&gt;
* CW word space length fix, TNX to OK1DOL&lt;br /&gt;
* New libSDL 2.30.1 for Windows	builds&lt;br /&gt;
* Always show aircraft provider name&lt;br /&gt;
* Default KST QRB is 910km&lt;br /&gt;
* Aircraft dump1090 support, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.58=&lt;br /&gt;
* Fixed unability to run without admin rights under Windows, TNX to OK7KM, OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.57=&lt;br /&gt;
2024-03-01&lt;br /&gt;
* Next libiconv call fixes, TNX to OK2JTB, M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.56=&lt;br /&gt;
2024-02-27&lt;br /&gt;
* Fixed aircraft.dk error message, TNX to G1OGY&lt;br /&gt;
* Reviewed errno handling, TNX to G1OGY&lt;br /&gt;
* Some libiconv call fixes, TNX to IN3UPQ&lt;br /&gt;
* Next fix for Davac5 udev rules, TNX to OK1ELE&lt;br /&gt;
&lt;br /&gt;
=4.55=&lt;br /&gt;
2024-01-23&lt;br /&gt;
* Return to manualy save the tucnakrc (many many problems with autosave)&lt;br /&gt;
* Linux udev rules for CM108 family (Davac5), TNX to OK1ELE&lt;br /&gt;
* Fixed linux rotar save freeze, TNX to M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.54=&lt;br /&gt;
2024-01-05&lt;br /&gt;
* Removed Dump RW bands and hashes&lt;br /&gt;
* KST QSO phase filter, TNX to OK1MZM&lt;br /&gt;
* Fixed PortAudio device search (hostApi)&lt;br /&gt;
* Fixed PortAudio recording devixe, TNX to OK2WO&lt;br /&gt;
* Fixed Paypal donate, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.53=&lt;br /&gt;
2023-12-17&lt;br /&gt;
* Airscatter.dk feed, TNX to OV3T&lt;br /&gt;
* Donate via PayPal or Buymeacofee&lt;br /&gt;
* Truetype font&lt;br /&gt;
* Centerwwl, OSN credentials null fix&lt;br /&gt;
* MinASL tested on load&lt;br /&gt;
* ASfile fixed unknown wingspan&lt;br /&gt;
* AS print ICAO24 address (ID)&lt;br /&gt;
* Disabled RS Meteox and Wetteronline&lt;br /&gt;
* HTTPS (openssl) under Android&lt;br /&gt;
* Rainviewer timer fix&lt;br /&gt;
* libzia TLS message fix&lt;br /&gt;
&lt;br /&gt;
=4.52=&lt;br /&gt;
2023-11-20&lt;br /&gt;
* Fixed overflow bug in AS options under Linux, TNX to G1OGY&lt;br /&gt;
* Default AS provider is ADSB One&lt;br /&gt;
* Fixed RS SCP dist 310&lt;br /&gt;
* Fixed Linux ttys *printf without arguments&lt;br /&gt;
&lt;br /&gt;
=4.51=&lt;br /&gt;
2023-11-19&lt;br /&gt;
* New option AS Center WWL&lt;br /&gt;
* AS tracking also for remote rotator&lt;br /&gt;
* ADS-B One feed, TNX to G1OGY&lt;br /&gt;
* Optimized file read in AS thread&lt;br /&gt;
* Better HTTP error reporting&lt;br /&gt;
* Fixed Feed filename load in AS options dialog. TNX to OK1ELE&lt;br /&gt;
* Memory leak fixes&lt;br /&gt;
&lt;br /&gt;
=4.50=&lt;br /&gt;
2023-11-18&lt;br /&gt;
* Aircraft file feed returned for planefinder.net&lt;br /&gt;
* Wingspan from icao24, many TNX to G1OGY&lt;br /&gt;
* Fixed wingspan respects imperial units setting&lt;br /&gt;
* Fixed rotars reinit race condition while AC tracking&lt;br /&gt;
* Added configure --without-hidapi&lt;br /&gt;
* OpenSky-network feed&lt;br /&gt;
&lt;br /&gt;
=4.49=&lt;br /&gt;
2023-10-30&lt;br /&gt;
* Fixed config save after window resize&lt;br /&gt;
* Aircraft size, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.48=&lt;br /&gt;
2023-10-15&lt;br /&gt;
* Aircraft scatter changed feed to firefox addon&lt;br /&gt;
* Rig config&lt;br /&gt;
* Fixed oct8tor wait for thread&lt;br /&gt;
* Fixed rig close (unlock filename)&lt;br /&gt;
* Fixed broken rig_handshake_none&lt;br /&gt;
&lt;br /&gt;
=4.47=&lt;br /&gt;
2023-10-04&lt;br /&gt;
* Save PortAudio device names instead of numbers&lt;br /&gt;
* Davac5 full support&lt;br /&gt;
* Fixed oct8tor leaks&lt;br /&gt;
* Removed obsolete hdkeyb support&lt;br /&gt;
* JP90 is in SM5, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.46=&lt;br /&gt;
2023-09-09&lt;br /&gt;
* Fixed memory leaks&lt;br /&gt;
* Fixed AS crash, TNX to OK1UGE and SQ6EMM&lt;br /&gt;
* Fixed subwin save, TNX to OK2SLC&lt;br /&gt;
* Fixed Log lines change, TNX to OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.45=&lt;br /&gt;
2023-08-25&lt;br /&gt;
* QRG for sked saves contest&lt;br /&gt;
* Rig and Rotar poll intervals set to valid values&lt;br /&gt;
* Removed Terminal options&lt;br /&gt;
* Configuration autosave after OK in every setup dialog&lt;br /&gt;
* Map keys (L) only without modifiers (Ctrl)&lt;br /&gt;
* Gain graph redraw after band change&lt;br /&gt;
* Removed floppy autosave&lt;br /&gt;
&lt;br /&gt;
=4.44=&lt;br /&gt;
2023-06-04&lt;br /&gt;
* Save QRG for all bands into contest files&lt;br /&gt;
* Fixed crash bad font size, TNX to OK1MZM&lt;br /&gt;
* Fixed subwin highlight for characters &amp;gt;=0x80&lt;br /&gt;
* Oct8tor support&lt;br /&gt;
* Names and FM Pohar update, TNX to OK4DJ&lt;br /&gt;
* Winkey echoback, TNX to OK4DJ&lt;br /&gt;
* Load from net loads also contest defaults&lt;br /&gt;
* Fixed KST messages (/CQ)&lt;br /&gt;
* Fixed chart redraw after new QSO, TNX to OK2SLC&lt;br /&gt;
* Removed Alt+G&lt;br /&gt;
&lt;br /&gt;
=4.43=&lt;br /&gt;
2023-04-15&lt;br /&gt;
* Initial window type in Change type, TNX to OK2SLC&lt;br /&gt;
* Fixed chart after EDI load, TNX to OK2SLC&lt;br /&gt;
* Fixed: new KST stations are red, TNX to OK1MZM&lt;br /&gt;
* cppcheck warning level fixes&lt;br /&gt;
* Included rotctld.exe&lt;br /&gt;
&lt;br /&gt;
=4.42=&lt;br /&gt;
2023-03-09&lt;br /&gt;
* [CLR] click only on button&lt;br /&gt;
* KST message cleanup, TNX to OK2WO&lt;br /&gt;
* linux xset fix, TNX to OK4DJ&lt;br /&gt;
* HTTP header parse fix, TNX to OK7SE&lt;br /&gt;
* Configure C99 fix, TNX to OK2JRQ&lt;br /&gt;
* Fixed empty RST-S bug, TNX to G1OGY&lt;br /&gt;
* Spy active band (*)&lt;br /&gt;
* Fixed tucnakrc parse&lt;br /&gt;
&lt;br /&gt;
=4.41=&lt;br /&gt;
2023-03-02&lt;br /&gt;
* Display AS in imperial units option&lt;br /&gt;
* Ctrl+S for hamlib/remote rotator stop, TNX to G1OGY&lt;br /&gt;
* Rotar	description up to 8 characters&lt;br /&gt;
* Configure socklen_t fix, TNX to Florian Weimer&lt;br /&gt;
&lt;br /&gt;
=4.40=&lt;br /&gt;
2023-01-07&lt;br /&gt;
* Fixed ADIF import, TNX to OK2WO&lt;br /&gt;
* Fixed keypad double keys and Ctrl +-&lt;br /&gt;
* Removed accidentally create of font18x32.png&lt;br /&gt;
* Robust KST /sh us &lt;br /&gt;
* Limit rit to +-10000 Hz&lt;br /&gt;
&lt;br /&gt;
=4.39=&lt;br /&gt;
2022-12-10&lt;br /&gt;
* ON4KST telnet protocol change&lt;br /&gt;
* Fixed AS download crash, TNX to OK2SLC&lt;br /&gt;
* Fixed keypad on windows (Ctrl +-)&lt;br /&gt;
* Menu triple bar&lt;br /&gt;
&lt;br /&gt;
=4.38=&lt;br /&gt;
2022-11-25&lt;br /&gt;
* ADIF import STX_STRING, SRX_STRING, TNX to DF2ET&lt;br /&gt;
* DARC Worked All Germany Contest, TNX to DF2ET&lt;br /&gt;
* SP activity contest, TNX to SQ6EMM&lt;br /&gt;
* Gentoo build fix, TNX to DL1JBE&lt;br /&gt;
* MMMonVHF instead of EBW&lt;br /&gt;
* USB info about opened Davac and Rotar, TNX to OK1MZM&lt;br /&gt;
* KST full name (including bands) in QSO info&lt;br /&gt;
* Davac reset on startup&lt;br /&gt;
&lt;br /&gt;
=4.37=&lt;br /&gt;
2022-08-30&lt;br /&gt;
* AcKST is now latest activity, not presence&lt;br /&gt;
* Fixed EDI import crash, TNX to OK1MZM&lt;br /&gt;
* Linux lock permission fix, TNX to OK4DJ&lt;br /&gt;
* Fullscreen fix, TNX to OK7KM&lt;br /&gt;
* Allow 4k displays&lt;br /&gt;
* libzia bfd/binutils require fix, TNX to OK2JRQ&lt;br /&gt;
* RST recovery from *.swp&lt;br /&gt;
* ifa_addr == NULL fix, TNX to OK2JRQ&lt;br /&gt;
&lt;br /&gt;
=4.36=&lt;br /&gt;
2022-04-29&lt;br /&gt;
* Mode change from menu, default RST fix, TNX to OK4DJ&lt;br /&gt;
* FM Alt+M accidental CQ fix&lt;br /&gt;
* Argument -c for other tucnakrc&lt;br /&gt;
* Minimal required glib is 2.30&lt;br /&gt;
* Fixed memory leaks discovered by valgrind&lt;br /&gt;
* AS info can use temporary locator, TNX to OK1MZM&lt;br /&gt;
* Fixed czech network info&lt;br /&gt;
* itrm free fix, TNX to Ozkan Sezer&lt;br /&gt;
* zifaces redefinition fix, TNX to Ozkan Sezer&lt;br /&gt;
&lt;br /&gt;
=4.35=&lt;br /&gt;
2022-04-12&lt;br /&gt;
* Italian activity contest, TNX to IU5BON&lt;br /&gt;
* Memory free fix, TNX to IU5BON&lt;br /&gt;
* MacOs/linux interfaces detect, TNX to IU5BON&lt;br /&gt;
* MacOs build fix, TNX to IU5BON&lt;br /&gt;
* Fixed aircraft plural, TNX to IU5HKX&lt;br /&gt;
* IARU band names convert at start&lt;br /&gt;
* IARU band names fix&lt;br /&gt;
* Linux desktop file icon/exec fix, TNX to SQ6EMM&lt;br /&gt;
* DARC XMAS contest, tttype fix, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib configure, TNX to DH5YM&lt;br /&gt;
&lt;br /&gt;
=4.34=&lt;br /&gt;
2021-12-22&lt;br /&gt;
* CW breakable only opt-in&lt;br /&gt;
* RIT read only if supported, TNX to OK1MZM&lt;br /&gt;
* Hamlib voice/morse thread fix, TNX to SQ6EMM&lt;br /&gt;
* Input breaks only repeated CQ, TNX to OZ9GE&lt;br /&gt;
* Minimal rig poll is 100ms, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.33=&lt;br /&gt;
2021-12-12&lt;br /&gt;
* Fixed gcc 10.2 warnings&lt;br /&gt;
* Moon contest 23cm&lt;br /&gt;
* Fixed zserial_close race condition&lt;br /&gt;
* Fixed expedition mode from wizzard, TNX to OK1MZM&lt;br /&gt;
* Rotator offset&lt;br /&gt;
* KST networking partial rewrite&lt;br /&gt;
* Updated KST IP, used without DNS&lt;br /&gt;
* Content-type check in AS, RainViewer&lt;br /&gt;
* Excluded vhfcontestnet&lt;br /&gt;
* Swap recovery keeps date/time, TNX to OK1FIK&lt;br /&gt;
* Code inout breaks CQ, TNX to OK1FIK&lt;br /&gt;
* Infinite rotator beam&lt;br /&gt;
* CW/SSB CQ using Hamlib, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.32=&lt;br /&gt;
2020-09-30&lt;br /&gt;
* Ruhrgebiets Contest, TNX to DF2ET&lt;br /&gt;
* Alt+A crash, TNX to OK2SLC&lt;br /&gt;
* Linux interfaces bug fixed, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.31=&lt;br /&gt;
2020-09-14&lt;br /&gt;
* Hamlib 4.3.1 in windows package :-))&lt;br /&gt;
* IARU band names update, TNX to OK5ZS&lt;br /&gt;
* Linux double Alt+M fix, TNX to IZ3GME&lt;br /&gt;
* Linux winkey timeout fix, TNX to IZ3GME&lt;br /&gt;
* KST messages &amp;quot;CALL MSG&amp;quot; showed in bottom log&lt;br /&gt;
* Fixed border redraw after locator change&lt;br /&gt;
&lt;br /&gt;
=4.30=&lt;br /&gt;
2021-06-29&lt;br /&gt;
* DARC 2m Education Contest in wizzard&lt;br /&gt;
* Rainviewer Web Mercator projection fix&lt;br /&gt;
* AS info above clouds in map&lt;br /&gt;
* AS tracking hysteresis +-1deg&lt;br /&gt;
* Fixed DNS crash&lt;br /&gt;
* Hamlib 4.2 fix, TNX to KF5OIM&lt;br /&gt;
&lt;br /&gt;
=4.29=&lt;br /&gt;
2021-05-23&lt;br /&gt;
* Paleni carodejnic partial support, TNX to OK4DJ&lt;br /&gt;
* ARI DX partial support, TNX to OK4DJ&lt;br /&gt;
* ADIF TX_PWR, TNX DF2ET&lt;br /&gt;
* Airscatter plane tracking by rotator&lt;br /&gt;
* Hamlib rotator elevation and baudrate support&lt;br /&gt;
* Rainviewer support, TNX to RT5D&lt;br /&gt;
* Fixed gnutls error messages&lt;br /&gt;
* KST &amp;amp;amp; -&amp;gt; &amp;amp;&lt;br /&gt;
* Removed qsop_method total_method debug message&lt;br /&gt;
&lt;br /&gt;
=4.28=&lt;br /&gt;
2021-04-21		&lt;br /&gt;
* Fixed meteox load, TNX OK4DJ&lt;br /&gt;
* Map context menu on right click to turn rotator&lt;br /&gt;
* Fixed crash before QSO edit, TNX to OK1PKO&lt;br /&gt;
&lt;br /&gt;
=4.27=&lt;br /&gt;
2021-04-13&lt;br /&gt;
* tucnaknames update, TNX to OK4DJ&lt;br /&gt;
* HTML code in separate columns, TNX to DF2ET&lt;br /&gt;
* DARC Easter Contest, TNX to DF2ET&lt;br /&gt;
* Fixed crash after QSO edit, TNX to OK1ELE&lt;br /&gt;
* Fixed Android 4.1 library order, TNX to OK1PKO&lt;br /&gt;
* Sums across all bands in HTML report, TNX to DF2ET&lt;br /&gt;
* Fixed android locale characters problem&lt;br /&gt;
&lt;br /&gt;
=4.26=&lt;br /&gt;
2021-02-26&lt;br /&gt;
* SOTA and DXC update, TNX to OK2MUF&lt;br /&gt;
* GTK2 -&amp;gt; GTK3 for libzia messagebox&lt;br /&gt;
* Changed i18n generation not to require ISO8859-2 locales&lt;br /&gt;
* Fixed free() bug under Linux, TNX to OK3TV&lt;br /&gt;
* Fixed some problems reported by Valgrind&lt;br /&gt;
* Ctrl+Up/Down arrows emulate PageUp/PageDown&lt;br /&gt;
&lt;br /&gt;
=4.25=&lt;br /&gt;
2021-01-20&lt;br /&gt;
* Moon contest full support (in QTH use minus instead of spaces, only english chars)&lt;br /&gt;
* Fixed Contest Lombardia points&lt;br /&gt;
* TNX to OK5ZS for precise testing&lt;br /&gt;
* chmi.cz fix (HTTPS)&lt;br /&gt;
* TLS (HTTPS) support using GNUTLS&lt;br /&gt;
* Re-arranged Contest options, TNX to OK1MZM&lt;br /&gt;
* Support for contest phases, TNX to OK6RP, OK5ZS&lt;br /&gt;
* STF export, TNX to DF2ET&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* ICAO DB update, TNX to G1OGY&lt;br /&gt;
* Fixed text file load without trailing CRLF, TNX to OK1MZM&lt;br /&gt;
* Fixed ICAO DB, TNX to G1OGY&lt;br /&gt;
* Fixed zsdl variable, TNX to DF2ET&lt;br /&gt;
* SOTA export, TNX to OK2MUF&lt;br /&gt;
* Directory to store logs, TNX to DF2ET&lt;br /&gt;
* Adif ERROR export choices, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.24=&lt;br /&gt;
2020-11-16&lt;br /&gt;
* New Debian maintainer OK3ON&lt;br /&gt;
* Fixed QRV window crash, TNX to OK1MZM&lt;br /&gt;
* Skips wkd WWL in KST list&lt;br /&gt;
* Fixed map update after contest open/close, TNX to OK1MZM&lt;br /&gt;
* Tmpqsos context menu, added infos also for fifo context menu&lt;br /&gt;
* Scatterpoint detect&lt;br /&gt;
* Fixed bug in tmpqsos&lt;br /&gt;
* Renamed A/C to AS&lt;br /&gt;
* Support for SDL2&lt;br /&gt;
* Detected SIOCGIFHWADDR for MacOs, TNX to SQ2JUL&lt;br /&gt;
* Fixed ASCII texts conversion for Android, TNX to OK5ZS&lt;br /&gt;
&lt;br /&gt;
=4.23=&lt;br /&gt;
2020-09-15&lt;br /&gt;
* Fixed crash on file choose (EDI import), TNX to G1OGY&lt;br /&gt;
* R-Contest, TNX to DF2ET&lt;br /&gt;
* BSD style -Wl,-map&lt;br /&gt;
* KST menu to select call when text scrolls fast&lt;br /&gt;
* SDL events in same thread on MacOs, TNX to SQ2JUL&lt;br /&gt;
* ADIF items update, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib rotar &lt;br /&gt;
* Trace hamlib rotars&lt;br /&gt;
* ` toggles split VFOs MAIN/SUB, TNX to OK1FIK&lt;br /&gt;
&lt;br /&gt;
=4.22=&lt;br /&gt;
2020-08-10&lt;br /&gt;
* New hamlib 3.3 in windows package, TNX to OK2WO, OZ9GE&lt;br /&gt;
* Fixed tucnakdw prefixes recognition (SK6), TNX to OZ9GE&lt;br /&gt;
* JO57 is SM6&lt;br /&gt;
* Libzia.pc&lt;br /&gt;
* Increased rotator timeout ranges&lt;br /&gt;
* Replaced obsolete glib macros&lt;br /&gt;
* New config.guess and config.sub for aarch64&lt;br /&gt;
* All c and h files are in utf-8&lt;br /&gt;
* New libbfd macros support&lt;br /&gt;
* Support for detailed tucnakdw, TNX to OK2WO&lt;br /&gt;
* QRG in QSOs window for M7IMF&lt;br /&gt;
* Do not print open hdkeyb error mesage&lt;br /&gt;
* Fixed crash under terminal with long name&lt;br /&gt;
* DARC VHF UHF uW contest, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.21=&lt;br /&gt;
2020-04-21&lt;br /&gt;
* EXC len 20 characters&lt;br /&gt;
* KST message from right click in log (bottom of screen)&lt;br /&gt;
* Rig error message showed&lt;br /&gt;
* Fixed rig device lock&lt;br /&gt;
* COM keying on single pin&lt;br /&gt;
* GCC warning fixes&lt;br /&gt;
* Autoconf obsolete macro remove, TNX to OK2JRQ&lt;br /&gt;
* Some files in UTF-8, TNX to OK2JRQ&lt;br /&gt;
* Next fix for update_deb.sh, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.20=&lt;br /&gt;
2020-01-29&lt;br /&gt;
* Fixed update_deb.sh, TNX to G1OGY&lt;br /&gt;
* GCC-10 fixes, TNX to Robert-André Mauchin&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* WSA multipliers update, TNX to DF2ET&lt;br /&gt;
* Fixed broken libpng.dll, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.19=&lt;br /&gt;
2020-01-10&lt;br /&gt;
* FSF address update, TNX to OK2JRQ&lt;br /&gt;
* WNA multipliers update, TNX to DF2ET&lt;br /&gt;
* HTTP server refresh, TNX to DF2ET&lt;br /&gt;
* K7FRY&#039;s locator map, TNX to G1OGY&lt;br /&gt;
* Different EXC length, TNX to DF2ET&lt;br /&gt;
* Fixes for OpenBSD&lt;br /&gt;
* Some warning fixes&lt;br /&gt;
* MacOS build, TNX to Vitaliy UT4UAZ&lt;br /&gt;
* Fixed build under FreeBSD 12.0&lt;br /&gt;
* Optional exchange in Cabrillo, TNX to DF2ET&lt;br /&gt;
* Fixed msvcr120.dll, TNX to OK1CDJ, OK5ZS  &lt;br /&gt;
&lt;br /&gt;
=4.18=&lt;br /&gt;
2019-09-04&lt;br /&gt;
* Fixed startup crash on Debian i386, TNX G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.17=&lt;br /&gt;
2019-09-01&lt;br /&gt;
* Valid QSO count for OK2WO&lt;br /&gt;
* Changed export extension ADIF-&amp;gt;ADI&lt;br /&gt;
* Fixed wifi interface name under Windows&lt;br /&gt;
* New libpng.dll&lt;br /&gt;
* Removed battery support under Windows&lt;br /&gt;
* Switch to VS2013 (toolset v120_xp)&lt;br /&gt;
* Fixed battery state detection win32&lt;br /&gt;
&lt;br /&gt;
=4.16=&lt;br /&gt;
2019-04-17&lt;br /&gt;
* Removed libusb0 under windows&lt;br /&gt;
* Contest Lombardia support&lt;br /&gt;
* Removed vhfcontest.net support&lt;br /&gt;
* Do not mark DUPE in expedition mode&lt;br /&gt;
&lt;br /&gt;
=4.15=&lt;br /&gt;
2018-11-13&lt;br /&gt;
* Us-ascii strings in Android to prevent charset-relate crash &amp;gt;= 7.0&lt;br /&gt;
* Worked WWLs in map displayed red&lt;br /&gt;
* WWL in KST users list, missing WWL multipliers displayed green&lt;br /&gt;
* SSID support for ON4KST chat&lt;br /&gt;
* PTT tail&lt;br /&gt;
* 59* (numeric keypad) is RST-S, TNX to OK5ZS&lt;br /&gt;
* Updated wetteronline rain map (site change)&lt;br /&gt;
&lt;br /&gt;
=4.14=&lt;br /&gt;
* Quiet mode for soundwrapper&lt;br /&gt;
* Uninstall cleanup on Windows&lt;br /&gt;
* Fixed &amp;quot;QRM&amp;quot; from remote rotator. TNX to OK1XDF&lt;br /&gt;
* Upgraded libftdi to 1.4 under MSVC&lt;br /&gt;
* Back to VS2010 for WinXP&lt;br /&gt;
* Cabrillo EXC indent&lt;br /&gt;
&lt;br /&gt;
=4.13=&lt;br /&gt;
2018-05-06&lt;br /&gt;
* Fixed new gcc warnings&lt;br /&gt;
* KST dark yellow of worked call, also not selected&lt;br /&gt;
* Lowered priority of A/C thread&lt;br /&gt;
* Compute A/C for whole QRV list&lt;br /&gt;
* Fixed crash on Android 7, TNX to OK1USW&lt;br /&gt;
* Fixed KST sort by NR&lt;br /&gt;
* Improved RIG timeout&lt;br /&gt;
* Fixed RIT read from rig&lt;br /&gt;
* MSVC120 (VS1013)&lt;br /&gt;
* Plane type and wingspan in map&lt;br /&gt;
* KST /sh us sent after connect&lt;br /&gt;
* QRV list rework&lt;br /&gt;
* KST QRB filter&lt;br /&gt;
* Ask for sked B&lt;br /&gt;
&lt;br /&gt;
=4.12=&lt;br /&gt;
2018-03-04&lt;br /&gt;
* KST color for station worked on actual band (dark yellow)&lt;br /&gt;
* KST color - station worked on all read-write bands is dark grey&lt;br /&gt;
* Fixed KST A/C info, call with -number &lt;br /&gt;
&lt;br /&gt;
=4.11=&lt;br /&gt;
2017-10-04&lt;br /&gt;
* X-QSO: in cabrillo, TNX to DO2HG&lt;br /&gt;
* German translation of program, TNX to DO2HG&lt;br /&gt;
* ON UBA contest in wizzard, TNX to DO2HG&lt;br /&gt;
* claimed live score to slovhf.net&lt;br /&gt;
* removed KST debug dump, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.10=&lt;br /&gt;
2017-08-30&lt;br /&gt;
* Rainscatter does not show low intensity rain&lt;br /&gt;
* New band multipliers for NAC&lt;br /&gt;
* Fx macros in CW window, TNX to DL5YBZ&lt;br /&gt;
* Fixed rotctld filename, TNX to DL4PD&lt;br /&gt;
* Fixed crash in DXC, TNX to DL4PD&lt;br /&gt;
* Fixed mingw compile&lt;br /&gt;
* Fixed compile errors witout SDL, TNX to OK1CDJ&lt;br /&gt;
&lt;br /&gt;
=4.09=&lt;br /&gt;
2017-02-15&lt;br /&gt;
* Fixed Spy crash, TNX to OK1CT&lt;br /&gt;
* Fixed hamlib rotator, TNX to OZ1CT&lt;br /&gt;
* Fixed update crash, TNX to DJ0QZ&lt;br /&gt;
* Fixed startup crash in text mode&lt;br /&gt;
* Fixes for FreeBSD 10.2&lt;br /&gt;
* Updated WNA/WSA scoring in support files &lt;br /&gt;
&lt;br /&gt;
=4.08=&lt;br /&gt;
2016-08-10&lt;br /&gt;
* Support for Multiplied exchanges&lt;br /&gt;
* Support for WNA and WSA Westphalia Activity&lt;br /&gt;
* DOKs in validated EXCs&lt;br /&gt;
* A/C smaller planes on smaller zoom&lt;br /&gt;
* JA in tucnakdw&lt;br /&gt;
* SDR without SDL&lt;br /&gt;
* Fixed localization crashes in SDL init&lt;br /&gt;
* Rainscatter maps&lt;br /&gt;
* Menu Set Mode for AM/FM/RTTY &lt;br /&gt;
&lt;br /&gt;
=4.07=&lt;br /&gt;
2016-04-29&lt;br /&gt;
* Fixed A/C feed load interrupt under minimal altitude&lt;br /&gt;
* A/C feed URL got from server&lt;br /&gt;
* Fixed text in the &amp;quot;Only digits mean&amp;quot; button &lt;br /&gt;
&lt;br /&gt;
=4.06=&lt;br /&gt;
2016-03-11&lt;br /&gt;
* Summary dialog before vhfcontest.net upload&lt;br /&gt;
* Stats WWL radius&lt;br /&gt;
* Fixed qsoglob in tucnakwiz for SSB Liga &lt;br /&gt;
* Fixed tucnakrc crash after downgrade&lt;br /&gt;
* Fixes for clang 3.5&lt;br /&gt;
* Fixed many rig PTT problems, TNX to G4ZTR&lt;br /&gt;
* Fixed race condition in rig initialization&lt;br /&gt;
* New rig option Force handshake NONE, TNX to G4ZTR&lt;br /&gt;
* Hamlib 3.1~git in windows package&lt;br /&gt;
* Fixed bug in first start in textmode&lt;br /&gt;
* Compile fixes for probably bug in gcc 4.6&lt;br /&gt;
* Support for libftdi 1.0&lt;br /&gt;
* Fixed bug in QSO trace under windows, TNX to SP6LTC &lt;br /&gt;
&lt;br /&gt;
=4.05=&lt;br /&gt;
2015-10-12&lt;br /&gt;
* Koel-Achen contest wizzard and EXC data, TNX to DL4PD&lt;br /&gt;
* Fixed bug in QRB compute JN54KP-JN54KP, TNX to IU4APB&lt;br /&gt;
* Ctrl+Up/Down in bandmap tunes rig to next spot&lt;br /&gt;
* Use in DXC window sets rig frequency&lt;br /&gt;
* Fixed AC start time display, TNX to OK3MAD&lt;br /&gt;
* Inverse display&lt;br /&gt;
* Fixed &amp;quot;ZC4:&amp;quot; bug in tucnakdw, TNX to DL7BST&lt;br /&gt;
* Fixed unifinished QSO without qsonr, TNX to DL7BST&lt;br /&gt;
* DXCC multipliers in HF window&lt;br /&gt;
* Included txt2inc.pl and master.scp, TNX to DL7BST&lt;br /&gt;
&lt;br /&gt;
=4.04=&lt;br /&gt;
2015-08-07&lt;br /&gt;
* Fixed rebuild scripts and libiberty detection&lt;br /&gt;
* Removed Crash test and Int.error test also from v4, TNX to SP2FRY&lt;br /&gt;
* Fixed italian translation, TNX to IK4XQT&lt;br /&gt;
* AC&#039;s sorted in z-order&lt;br /&gt;
* Fixed translations&lt;br /&gt;
&lt;br /&gt;
=4.03=&lt;br /&gt;
2015-06-04&lt;br /&gt;
* RSGB M7 support for G4ZTR&lt;br /&gt;
* Official Tucnak package in Debian, TNX to G8TMV&lt;br /&gt;
* tac2tuc.pl removed from install&lt;br /&gt;
* Modifications of build system to satisfy Debian&#039;s pbuild&lt;br /&gt;
* Fixed menu name, TNX to OZ1PIF&lt;br /&gt;
* Fixed A/C info without known locator&lt;br /&gt;
* Fixed A/C info crash, sw-&amp;gt;zoom was not set &lt;br /&gt;
&lt;br /&gt;
=4.02=&lt;br /&gt;
2015-05-12&lt;br /&gt;
* Fixed A/C freeze under WinXP, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.01=&lt;br /&gt;
2015-05-11&lt;br /&gt;
* Fixed bug in cor recalc on WinXP, TNX to OZ9GE&lt;br /&gt;
* Fixed A/C WWL update, TNX to OK1MZM&lt;br /&gt;
* Fixed update output parse&lt;br /&gt;
&lt;br /&gt;
=4.00=&lt;br /&gt;
* KST dump skip&lt;br /&gt;
* Fixes for development on Jessie&lt;br /&gt;
* Fixed missing WWLs in stats window, tnx to OZ9GE&lt;br /&gt;
* Fixed Sun position jun-sep&lt;br /&gt;
* Talk offline transfer&lt;br /&gt;
* Updated Czech translation&lt;br /&gt;
* Fixed scroll when searching in KST/DXC&lt;br /&gt;
* Fixed QSO hash, can cause bad call highlight in KST/DXC&lt;br /&gt;
* Fixed layout update in text mode after Misc options&lt;br /&gt;
* Fixed and optimized cor recalculation&lt;br /&gt;
* Airplane position is in the center of sign&lt;br /&gt;
* Fixed new format of A/C feed&lt;br /&gt;
* Updated KST server IP list&lt;br /&gt;
* Show ! in DXC when call brings new EXC multiplier&lt;br /&gt;
* Fixed CI-V address, TNX to OK1CDJ&lt;br /&gt;
* Allow up to 4 digits and letters in callsign&lt;br /&gt;
* Fixed crash when adding chart without opened contest, TNX to IZ3GME (ex IW3IKN).&lt;br /&gt;
* Fixed gen-conly script&lt;br /&gt;
* Italian translation, TNX to IK1RAC&lt;br /&gt;
* Anti-aliased qso cross in map&lt;br /&gt;
* Fixed cabrillo frequency and header, TNX to OK1UGE&lt;br /&gt;
* New countries in tucnakdw, TNX to F4CIB &lt;br /&gt;
* Remove branch number from package names&lt;br /&gt;
&lt;br /&gt;
* Fixed lintian errors and some warnings&lt;br /&gt;
* Fixed characters typed with right alt keyboard layout switch&lt;br /&gt;
* Optimized layout of OSK&lt;br /&gt;
* A/C info plot instead of QSO info&lt;br /&gt;
* Crossing A/C are blue&lt;br /&gt;
* Fixed http upload of long files (&amp;gt;cca 100kB)&lt;br /&gt;
* Fixed crash in wiki upload&lt;br /&gt;
* Set higher priority to cwdaemon thread on windows&lt;br /&gt;
* Fixed crash in main_msg_handled (CW:!)&lt;br /&gt;
* Fixed compile with some version of libbfd&lt;br /&gt;
&lt;br /&gt;
=3.28=&lt;br /&gt;
2014-09-29&lt;br /&gt;
* Window highlight searches for whole words&lt;br /&gt;
* Allow to use non-call as operator&lt;br /&gt;
* Fixed too many open files bug in SSB CQ&lt;br /&gt;
* Fixed mediawiki upload credentials&lt;br /&gt;
* Reverse portrait and landscape mode on Android&lt;br /&gt;
* Lower mouse accuracy needed for menu separators and borders, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=3.27=&lt;br /&gt;
2014-08-31&lt;br /&gt;
* Fixed KST A/C map crash, TNX to SP3IYM&lt;br /&gt;
* Fixed crash in vhfcontestnet upload&lt;br /&gt;
* Ask for sked and Message open OSK&lt;br /&gt;
* Fixed Alt+PNK in KST within OSK&lt;br /&gt;
&lt;br /&gt;
=3.26=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Fixed crash in QRV window redraw, TNX to OZ7Z&lt;br /&gt;
&lt;br /&gt;
=3.25=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Reload interfaces button in Network info&lt;br /&gt;
* Spy shows error when contest is long&lt;br /&gt;
* Android notification and service&lt;br /&gt;
* Fixed crash on Android 4.4 KitKat, TNX to my wife Bara&lt;br /&gt;
* Fixed OSK KST Alt+K, Ctrl+K, TNX to OK1MZM&lt;br /&gt;
* Fixed OSK size, OSK close button click area, out of OSK clicks pass, TNX to OK1MZM&lt;br /&gt;
* QRV list create in menu Subwins-&amp;gt;Add contest&lt;br /&gt;
* Wiki report upload to mediawiki site&lt;br /&gt;
* EDI log upload to www.vfhcontest.net&lt;br /&gt;
* Fixed HF Edit QSO bug, TNX to F5NLG&lt;br /&gt;
* Removed Crash test and Int.error test, TNX to DL4DZ&lt;br /&gt;
* hamlib uses win32 api for FUNcube&lt;br /&gt;
* SDR right button drag tunes radio&lt;br /&gt;
* Fixed many SDR bugs&lt;br /&gt;
&lt;br /&gt;
=3.24=&lt;br /&gt;
2014-06-12&lt;br /&gt;
* Experimental support for SDR&lt;br /&gt;
* Fixed wifi UDP negotiation on Android&lt;br /&gt;
* Fixed band change tucnak-&amp;gt;radio&lt;br /&gt;
* Fixed rig lock problem&lt;br /&gt;
* Translate 0xd8 to 0 in KST&lt;br /&gt;
* Fixed spy and contest load when remote node is connected&lt;br /&gt;
* Fixed bad comparison in initialization, TNX to David Binderman&lt;br /&gt;
* Fixed gain display of QTF=8, tnx to OZ9GE&lt;br /&gt;
* Anti-aliased map in HTML/wiki exports and over HTTP&lt;br /&gt;
* Speed up window resizing &lt;br /&gt;
* Remember maximized state under Windows&lt;br /&gt;
* Fixed crash causet by too small application window&lt;br /&gt;
* Bigger font allowed in on screen keyboard&lt;br /&gt;
* Bigger font for higher resolution at startup&lt;br /&gt;
* Window maximized at startup&lt;br /&gt;
* Open web browser with WWL in Call info&lt;br /&gt;
* Do not preload checkboxes in Load from network dialog when loading from same host&lt;br /&gt;
* Autorepeat in OSK&lt;br /&gt;
* Inputline	history works in OSK&lt;br /&gt;
* Show battery state &lt;br /&gt;
* Support for arbitrary category (PSect in EDI)&lt;br /&gt;
* Fixed ftdi_usb_get_strings detection under &#039;nixes and msvc&lt;br /&gt;
* Fixed multipliers in CQSOs EDI line, TNX to OZ1FF&lt;br /&gt;
* Fixes in Scope/FFT window&lt;br /&gt;
* Fixed hamlib configure path&lt;br /&gt;
* Fixed redraw of focus rectangle around window&lt;br /&gt;
&lt;br /&gt;
=3.23=&lt;br /&gt;
2013-12-28&lt;br /&gt;
* New windows icon resolutions&lt;br /&gt;
* Seconds marks in Player window&lt;br /&gt;
* Send locator to KST during connect chat&lt;br /&gt;
* Experimental focus rectangle around window&lt;br /&gt;
* Experimental portrait orientation under Android&lt;br /&gt;
* Support for RSGB M5-type contests&lt;br /&gt;
* Fixed external tucnakwiz load under windows&lt;br /&gt;
* Fixed many SSB CQ and recording issues&lt;br /&gt;
* Fixed FFT redraw after ssbd file format change&lt;br /&gt;
* Fixed wav play fail under Android&lt;br /&gt;
* Accelerated vertical window scroll under Android  &lt;br /&gt;
* Fixed scope window flashing when recording&lt;br /&gt;
* Fixed device lockfile delete&lt;br /&gt;
* Fixed serial port detect under Android&lt;br /&gt;
&lt;br /&gt;
=3.22=&lt;br /&gt;
2013-11-05&lt;br /&gt;
* Serial port detection in Info&lt;br /&gt;
* Battery state in Info&lt;br /&gt;
* Close button in on screen keyboard&lt;br /&gt;
* Drag menu selection by mouse/touch&lt;br /&gt;
* Location update by click on Android&lt;br /&gt;
* Fixed lockfile path on Arch linux, TNX to DF4OR&lt;br /&gt;
* Playing SSB CQ on Android&lt;br /&gt;
* Android API back to 4 (Android 1.6)&lt;br /&gt;
* Fixed shift in on screen keyboard&lt;br /&gt;
* Fixed under cursor nummer-ended call recognition in KST/DXC&lt;br /&gt;
* Fixed spy state request after contest load&lt;br /&gt;
* Fixed screen layout with spy activated&lt;br /&gt;
* Inputline history in touch mode&lt;br /&gt;
* On screen keyboard capslock&lt;br /&gt;
* Fixed settings on Android&lt;br /&gt;
* Save/restore state on Android after apps switch&lt;br /&gt;
* Fixed menu Window-&amp;gt;Open connection&lt;br /&gt;
* On screen keyboard replace Fn with star&lt;br /&gt;
* On screen keyboard swap comma and question mark&lt;br /&gt;
* On screen keyboard shows same case size as it writes&lt;br /&gt;
* Shake on end of scroll in windows&lt;br /&gt;
* Reversed QSO scroll direction, no QSO highlight&lt;br /&gt;
* Faster window scroll in touch mode&lt;br /&gt;
&lt;br /&gt;
=3.21=&lt;br /&gt;
2013-09-03&lt;br /&gt;
* Disable screensaver on Android (off by default)&lt;br /&gt;
* New touch keyboard symbols&lt;br /&gt;
* Geolocation in Info on Android&lt;br /&gt;
* Actual locator in new contest on Android&lt;br /&gt;
* Fixed swap import, TNX to OK1HRA&lt;br /&gt;
* Ignored spy lines in old contest&lt;br /&gt;
* Fixed screen layout after Log lines change&lt;br /&gt;
* Removed &amp;gt;&amp;lt; in A/C result&lt;br /&gt;
* QSOs cursor jumps to last qso when window is activated&lt;br /&gt;
* Scroll in search results in kst and dxc windows&lt;br /&gt;
* Use of call (kst, dxc, sked, qrv) adds call to inputline history&lt;br /&gt;
* Fixed Shift+F3 in contest&lt;br /&gt;
* Set PTT over CAT&lt;br /&gt;
* Fixed rig_open error reporting&lt;br /&gt;
* Get locator also from QRV database&lt;br /&gt;
* Change font in first Contest def dialog&lt;br /&gt;
* Fixed NAC on 70MHz&lt;br /&gt;
* Fixed A/C load (included in 3.20-android)&lt;br /&gt;
&lt;br /&gt;
=3.20=&lt;br /&gt;
2013-06-14&lt;br /&gt;
* Fixed crash after TAB in text mode, tnx to OK1HRA&lt;br /&gt;
* Fixed database load in New contest from net over slow link&lt;br /&gt;
* Fixed negative float number read from tucnakrc&lt;br /&gt;
* rigctl.exe and rigctld.exe in msvc package&lt;br /&gt;
* Hamlib 1.2.15.3-zia in msvc package&lt;br /&gt;
* Fixed tucnakwiz load&lt;br /&gt;
* NAC is also on 70MHz, TNX to OZ1FF&lt;br /&gt;
* Fixed shell close under Win32&lt;br /&gt;
* Fix QRG decimal dots in QRG&lt;br /&gt;
* Rotar description on main screen&lt;br /&gt;
* Select in QRV window &lt;br /&gt;
* Testing support for A/C prediction&lt;br /&gt;
* Fixed Home in Chart window under linux&lt;br /&gt;
* Support for serial numbers for FTDI converters&lt;br /&gt;
* Many fixes and improvements in rig control&lt;br /&gt;
* Fixed crash in file unlock&lt;br /&gt;
* Improved rig trace&lt;br /&gt;
* Alt+F10 maximize/restore window under msvc/mingw&lt;br /&gt;
* Improved settings under msvc&lt;br /&gt;
&lt;br /&gt;
=3.19&lt;br /&gt;
2013-04-28&lt;br /&gt;
* Automake silent rules&lt;br /&gt;
* File libzia*.so.d moved to /usr/lib/libzia&lt;br /&gt;
* Fixed CQ repeat timer, TNX to OK2WO&lt;br /&gt;
* Removed OS Shell in SDL mode, TNX to OK2WO&lt;br /&gt;
* Can select menu item checbox also by mouse/touch&lt;br /&gt;
* Close OSK before DUPE dialog &lt;br /&gt;
* Ctrl+Y clears also OSK inputline&lt;br /&gt;
* Fixed platform trailing &#039;x&#039;&lt;br /&gt;
&lt;br /&gt;
=3.18=&lt;br /&gt;
2013-04-24&lt;br /&gt;
* Initial locator load on android&lt;br /&gt;
* Fixed -d argument under msvc and mings&lt;br /&gt;
* Fixed bug in SWP load (unbelievable, must be here many years)&lt;br /&gt;
* Sndfile is optional&lt;br /&gt;
* Disabled rotar description in menu&lt;br /&gt;
* Update for EEE&lt;br /&gt;
* Again fixed checkbox in Shell menu item&lt;br /&gt;
* Fixed Invalid option message&lt;br /&gt;
* Fixed empty space redraw in text mode&lt;br /&gt;
* Fixed Bad auth message&lt;br /&gt;
* Probably fixed crash of deb&#039;s tucnak on wheezy, TNX to OK1TKP&lt;br /&gt;
* New option No device locks&lt;br /&gt;
* Removed use of deprecated GMemChunk&lt;br /&gt;
* Fixed most of warnings for gcc 4.7&lt;br /&gt;
* Improved sound latency&lt;br /&gt;
* Fixed hamlib debug mode (OR of enabled rigs)&lt;br /&gt;
* Export to text file for KST and DXC windows&lt;br /&gt;
* Dump RW bands and hashes for diagnostics of problem caught in March contest&lt;br /&gt;
* Export as EDI fill operators when field is empty&lt;br /&gt;
* In touch mode screenshot is without keyboard&lt;br /&gt;
* Show stars instead of KST password &lt;br /&gt;
* Distribute RIT over rigs&lt;br /&gt;
* QRG can be entered without contest&lt;br /&gt;
* Experimental support for more rigs&lt;br /&gt;
* Fixed up arrow in QSOs window with Show All on&lt;br /&gt;
* Add contest and Add files menu items in Chart subwin/context menu&lt;br /&gt;
&lt;br /&gt;
=3.17=&lt;br /&gt;
2013-02-25&lt;br /&gt;
* Fixed secondary DXCC prefix recognition&lt;br /&gt;
* Fixed crash in empty QRV list using mouse wheel, TNX to OZ9F&lt;br /&gt;
* Fixed worked QSO color after QSO edit&lt;br /&gt;
* CEPT prefix and suffix sensitive QRV list (tnx to G1OGY)&lt;br /&gt;
* Support for debug info from dynamic libzia&lt;br /&gt;
* Fixed checkbox in Shell menu item&lt;br /&gt;
&lt;br /&gt;
=3.16=&lt;br /&gt;
2013-01-09&lt;br /&gt;
* Winkey over TCP/IP&lt;br /&gt;
* Fixed internal error message, TNX to OK1CDJ&lt;br /&gt;
* Removed QRB QSO check warning&lt;br /&gt;
* DXCC name in call info&lt;br /&gt;
* Enter without contest runs call info&lt;br /&gt;
* Fixed libzia compile --without-gtk&lt;br /&gt;
* Fixed TUCNAK_DEBUG variable (broken since 3.00)&lt;br /&gt;
* Removed support for winkey+davac4 (never 100% working)&lt;br /&gt;
* Fixed unix shell echo without PTY&lt;br /&gt;
* Idea: OSK keeps worked QSO visible&lt;br /&gt;
* Support for libsndfile (no SSB CQ/rec now) under android&lt;br /&gt;
* Support for hamlib under android&lt;br /&gt;
* Confirm call/exc/wwl by mouse click&lt;br /&gt;
* Android key trace&lt;br /&gt;
* Android menu key opens menu&lt;br /&gt;
* Rewritten parts of mouse handling code for drag window scroll&lt;br /&gt;
* In touch mode DXC/KST click always shows context menu&lt;br /&gt;
* Swap ENTER and BS on OS keyboard&lt;br /&gt;
* Released public beta od android&lt;br /&gt;
* Map icons Home, Zoom in, Zoom out&lt;br /&gt;
* Touch control&lt;br /&gt;
* New font 18x32&lt;br /&gt;
* Private release of beta Android&lt;br /&gt;
* Scroll DXC bandmap using Shift+Arrows, PageUp, PageDown, Home&lt;br /&gt;
* Frequency in QRV list takes only needed space&lt;br /&gt;
* Higlighted line in bandmap and qrv list changed from inverse to [...]&lt;br /&gt;
* Polish language file, TNX to SP5QWB&lt;br /&gt;
* Fixed sound type without portaudio&lt;br /&gt;
* Uploaded transitional debian package tucnak2 -&amp;gt; tucnak3&lt;br /&gt;
* Insert in chart window chooses contest instead of file&lt;br /&gt;
* Settings and Info in Help menu (corresponds to -s and -i command line arguments)&lt;br /&gt;
* Improved network contest load with long databases over slow links&lt;br /&gt;
* Re-arranged Network and Trace dialog&lt;br /&gt;
* Fixed remote connect to local host&lt;br /&gt;
* Fixed ] in talk window&lt;br /&gt;
* OK? at end of Ask for sked&lt;br /&gt;
* Fixed crash in wiki export in text mode&lt;br /&gt;
* --with-pkg configure argument&lt;br /&gt;
* Fixed platform and machine type under mingw&lt;br /&gt;
&lt;br /&gt;
=3.15=&lt;br /&gt;
2012-10-25&lt;br /&gt;
* Own update system for deb.i386, deb.amd64 and msvc&lt;br /&gt;
* Inputline history increased to 30 items&lt;br /&gt;
* Right click in title of QRV part of KST window choose optional QRV column&lt;br /&gt;
* When QRV sort is by QTF or KST, the QTF is shown in QRV part of KST window&lt;br /&gt;
* Can clicn to QRV column headers in QRV window to sort items&lt;br /&gt;
* Can click to QRV column headers in KST window to sort items&lt;br /&gt;
* Support for mouse in QRV part of KST window&lt;br /&gt;
* Support for incorrect KST /CQ command recognition &#039;&amp;gt; (0) (CALL) ...&#039;&lt;br /&gt;
* Improved search in KST window (no right move, highlight search pattern)&lt;br /&gt;
* Accidentaly entered 2-7 numbers in KST are processed as contest exchange (RST,NR)&lt;br /&gt;
* Fixed accidental kill when shell terminated under linux&lt;br /&gt;
* Fixed codepage od DNS errors under msc/mingw&lt;br /&gt;
* Fixed socket connected handler in KST, DXC (should not happen in real life)&lt;br /&gt;
* Operator change mark in chart, operator show in title&lt;br /&gt;
* Removed old New from net&lt;br /&gt;
* Removed old spy&lt;br /&gt;
* Mass R-O band set Bands-&amp;gt;Set read-only&lt;br /&gt;
* QRV info showed instead of top log line to save space&lt;br /&gt;
* QRV info show also for dupe&lt;br /&gt;
* Ctrl+L under SDL switches to 24G. Without SDL means terminal redraw.&lt;br /&gt;
* Fixed SSID-calls add to C_W&lt;br /&gt;
* Fixed chart points axis description&lt;br /&gt;
* Changed font for msie in httpd&lt;br /&gt;
&lt;br /&gt;
=3.14=&lt;br /&gt;
2012-10-04&lt;br /&gt;
* Fixed contest load with 0 points&lt;br /&gt;
* Fixed new cty.dat load, tnx to 9A4ZM&lt;br /&gt;
&lt;br /&gt;
=3.13=&lt;br /&gt;
2012-10-03&lt;br /&gt;
* Fixed right click out of windows titles&lt;br /&gt;
* QTF in QRV window right aligned&lt;br /&gt;
* Allow reverse sort in QRV window&lt;br /&gt;
* Fixed crash in New Contest, tnx to SP5QWB&lt;br /&gt;
* Fixed alternative slash key in QRV window, tnx to 9A4ZM&lt;br /&gt;
* Updated cty.dat (2O12L)&lt;br /&gt;
* Libzia-ver.so.d distributet, not working &lt;br /&gt;
&lt;br /&gt;
=3.12=&lt;br /&gt;
2012-10-01&lt;br /&gt;
* Fixed debian build --without-bfd&lt;br /&gt;
* Fixed libzia&#039;s settins include in deb&lt;br /&gt;
* Band multiplier for NAC&lt;br /&gt;
* Alternative priority set to 50 (tucnak2 has 40)&lt;br /&gt;
* Remote host is resolved&lt;br /&gt;
* Fixed resolve error handle under platforms with getaddrinfo&lt;br /&gt;
* Must not enter first two letters of locator (60LJ is JO60LJ for stn. from JN69)&lt;br /&gt;
* Removed direct backtrace from internal_error&lt;br /&gt;
* Fixed tucnak.d and bfd_open path&lt;br /&gt;
* Autosave and floppy save fixes, TNX to OZ7Z&lt;br /&gt;
* Platform and version to crash messageboxes&#039;s titles&lt;br /&gt;
&lt;br /&gt;
=3.11=&lt;br /&gt;
2012-09-21&lt;br /&gt;
* Left click on window tab shows context menu same as Subwins&lt;br /&gt;
* Run mode stat next to WPM indicator&lt;br /&gt;
* New hotkey Ctrl+R (tnx to 9A4ZM)&lt;br /&gt;
* Use speaker hidden under windows&lt;br /&gt;
* Fixed text in tucnak3.desktop&lt;br /&gt;
* QRV list transferred by New From Network&lt;br /&gt;
* Fixed network reconnect when remote is connected&lt;br /&gt;
* Enter in log window adds empty line for &lt;br /&gt;
* Fixed accidental stdin close in winkey/rotator&lt;br /&gt;
* New option net_remote_enable&lt;br /&gt;
* Fixed color of lowercase KST call&lt;br /&gt;
* Removed debugging of P3 command&lt;br /&gt;
* Page Up in QSOs window wraps to end of list, TNX to OK1XDF&lt;br /&gt;
* Fixed heap corruption after twice sf_close() when recording device cannot be opened&lt;br /&gt;
* Binary zloc in libzia/src&lt;br /&gt;
* Deb dependency to libzia of same version&lt;br /&gt;
* Use -release in libzia creation&lt;br /&gt;
&lt;br /&gt;
=3.10=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Removed libbfd from debian build because binutils versions incompatibility&lt;br /&gt;
* Fixed crash after tab in welcome dialog probably only under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.09=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Backtrace uses map file under mingw&lt;br /&gt;
* Updated backtrace for msvc&lt;br /&gt;
* Fixed winkey also under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.08=&lt;br /&gt;
2012-08-14&lt;br /&gt;
* Fixed winkey, TNX to OK1HRA&lt;br /&gt;
* Unhandled Exception under mingw&lt;br /&gt;
* Fixed compile under OpenSuse due broken binutils-devel&lt;br /&gt;
* Platform in window title and on some next places&lt;br /&gt;
* Fixed impout.dll for paralel port under mingw&lt;br /&gt;
* Included settings from libzia&lt;br /&gt;
* Fixed parameter parse (-i) under msvc/mingw&lt;br /&gt;
* Example tucnaknames and tucnakcw in binary&lt;br /&gt;
* Enter in Welcome dialog does not run Language choose&lt;br /&gt;
&lt;br /&gt;
=3.07=&lt;br /&gt;
2012-08-07&lt;br /&gt;
* Can be compiled under mingw, not tested&lt;br /&gt;
* Fixed IPV6 resolving, tnx to CT1DRB&lt;br /&gt;
* Fixed -liberty compile on OpenSuse, tnx to CT1DRB&lt;br /&gt;
* SDL keyboard delay/rate taken from system under MSVC&lt;br /&gt;
* Fixed operator send for Network Info&lt;br /&gt;
* Fixed jump to first QSO in QSOs findow when first fucused&lt;br /&gt;
* Fixed WAV search after Ctrl+P in QSOs window under MSVC&lt;br /&gt;
* $E in default ssbd_template&lt;br /&gt;
* Repeated play in Player window&lt;br /&gt;
* Fixed subwin inputlines position without resize&lt;br /&gt;
* Thread names for debugging&lt;br /&gt;
* Band name in QSO info&lt;br /&gt;
* Suspicious chars ?! are red&lt;br /&gt;
* QSO check after call/locator enter&lt;br /&gt;
* Maybe fixed rig QRG resend after band change &lt;br /&gt;
&lt;br /&gt;
=3.06=&lt;br /&gt;
2012-07-25&lt;br /&gt;
* Probably fixed fftw but not released&lt;br /&gt;
* Msvc version uses Release build to improve speed&lt;br /&gt;
* Fixed X11/putty mouse handle for coordinates&amp;gt;94&lt;br /&gt;
* Fixed RBN call selection in DXC window&lt;br /&gt;
* Fixed background on gnome-terminal&lt;br /&gt;
* Fixed DXC spots in HF window&lt;br /&gt;
* Fixed Shell window under Linux&lt;br /&gt;
* Code cleanup&lt;br /&gt;
* Httpd options dialog&lt;br /&gt;
* Fixed httpd SO_REUSEADDR&lt;br /&gt;
* Fixed DXC spot parse&lt;br /&gt;
&lt;br /&gt;
=3.05=&lt;br /&gt;
2012-07-18&lt;br /&gt;
* Fullscreen Ctrl+F11&lt;br /&gt;
* Font change Ctrl+, Ctrl-, Ctrl0&lt;br /&gt;
* New font 8x13&lt;br /&gt;
* Disabled portaudio in linux build because ubuntu segfault in Pa_Initialize&lt;br /&gt;
* Speedup: calls are not compared using regular expressions&lt;br /&gt;
* Speedup: calls are hold also in hash&lt;br /&gt;
* Oh mistake and Ask for sked in KST window&lt;br /&gt;
* QSOs from all bands in QSOs window&lt;br /&gt;
&lt;br /&gt;
=3.04=&lt;br /&gt;
2012-07-03&lt;br /&gt;
* Fixed Tucnak data.lnk&lt;br /&gt;
* Window title is Tucnak instead of tucnak3&lt;br /&gt;
* New contest from network (flood)&lt;br /&gt;
* New spy method (flood)&lt;br /&gt;
* Fixed operator load from contest files&lt;br /&gt;
* Connection to remote tucnak&lt;br /&gt;
* Kill connection in Subwin menu&lt;br /&gt;
&lt;br /&gt;
=3.03=&lt;br /&gt;
2012-06-18 (R1724)&lt;br /&gt;
* red highlight of 73-like KST messages&lt;br /&gt;
* turn on SSBWAY pin also during CW CQ to allow CQ on more band simultaneously&lt;br /&gt;
* dark yellow calls in subwin only when worked on all read-write bands&lt;br /&gt;
* fixed crash when sdl cannot be initialized&lt;br /&gt;
* kst logged QRV stations from QRV list&lt;br /&gt;
* fixed accidental QRV list sort change when subwin is leaved with Alt+number&lt;br /&gt;
* changed color of qsos and qso gain in map subwin&lt;br /&gt;
* svn version (revision) compiled-in in binary&lt;br /&gt;
* fixed crash after contest wizard, TNX to OK3MAD&lt;br /&gt;
* call selection and right mouse in qrv subwin&lt;br /&gt;
* QSO window does not loose focus when switched to it&lt;br /&gt;
* QSO window does not switch to last QSO when focused&lt;br /&gt;
&lt;br /&gt;
=3.02=&lt;br /&gt;
2012-05-09 (R1637)&lt;br /&gt;
* fixed SSID&#039;ized call info and call use in KST and DXC&lt;br /&gt;
* fixed crash after home key in KST and DXC&lt;br /&gt;
* fixed crash in quicksearch&lt;br /&gt;
* fixed Diskfree text in audio dialog&lt;br /&gt;
* fixed dxc_host delete&lt;br /&gt;
* link with libzia can be static or dynamic&lt;br /&gt;
* fixed new contest crash bug&lt;br /&gt;
&lt;br /&gt;
=3.01=&lt;br /&gt;
2012-05-02&lt;br /&gt;
* fixed fftw sample count handle&lt;br /&gt;
* updated libfftw3 3.3.1 to pl1 for msvc&lt;br /&gt;
* qrg entry in khz (.144300)&lt;br /&gt;
* bandmap in dxc window&lt;br /&gt;
* new key l in map&lt;br /&gt;
* disable screensaver under msvc&lt;br /&gt;
* format of -i&lt;br /&gt;
* libusb in installer&lt;br /&gt;
* fixed time_t 64bit bug, tnx to G1OGY&lt;br /&gt;
* highlighted item in sked window, enter send to worked qso&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* rotator poll interval&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* portautio must be at least version 0.19&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* wider beamwidth in map&lt;br /&gt;
* sked dialog rewrite, removed we_call and skedshift&lt;br /&gt;
* charts are per band&lt;br /&gt;
* loading of txt into chart loads also other bands&lt;br /&gt;
* qso gain in for photo&lt;br /&gt;
* alt+f4 closes tucnak under windows&lt;br /&gt;
* progress indicator during exports and qso check&lt;br /&gt;
* chart points axis value round&lt;br /&gt;
* chart time axis extremes snapped to hours&lt;br /&gt;
* removed charset menu&lt;br /&gt;
* newline adter map image in wiki export&lt;br /&gt;
* fixed portable calls in KST, DXC&lt;br /&gt;
* QRB, QTF in Call info&lt;br /&gt;
* removed Not mounted message when no floppy is defined&lt;br /&gt;
* fixed floppy save under msvc&lt;br /&gt;
&lt;br /&gt;
=3.00=&lt;br /&gt;
* first test - march contest 2012 OK2M&lt;br /&gt;
* change SDL key repeat&lt;br /&gt;
* azimuthal star in map&lt;br /&gt;
* simplyfied first contest options&lt;br /&gt;
* (untested) support for hamlib rotators&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* macro $J&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* kst reads cwdb and namedb from /sh us command&lt;br /&gt;
* double font height&lt;br /&gt;
* readonly flag in bands menu&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
* mast icon in map&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
* common code moved to libzia&lt;br /&gt;
* split header.h into more smaller headers&lt;br /&gt;
* memory allocations only from glib&lt;br /&gt;
* removed cba_t&lt;br /&gt;
* forked v3 &lt;br /&gt;
&lt;br /&gt;
=2.48=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* renamed debian to debian.unofficial&lt;br /&gt;
* removed -lusb, tnx to EA4TV&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* fixed possible pointer shot of &#039;\0&#039; behind last_screen&lt;br /&gt;
&lt;br /&gt;
=2.47=&lt;br /&gt;
2011-02-16&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* fixed band LO freq&lt;br /&gt;
* debian/ updates for Jaime EA4TV&lt;br /&gt;
&lt;br /&gt;
=2.46=&lt;br /&gt;
2011-01-18&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* accpet portaudio options in tucnakrc&lt;br /&gt;
* accept subwin KST(15) as Shell in tucnakrc&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
&lt;br /&gt;
=2.45=&lt;br /&gt;
2011-10-12&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* strip binaries in deb package&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* support for libpng 1.5, tnx to DL1JBE &lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
&lt;br /&gt;
=2.44=&lt;br /&gt;
2011-07-29&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
&lt;br /&gt;
=2.43=&lt;br /&gt;
2011-06-28&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
&lt;br /&gt;
=2.42=&lt;br /&gt;
2011-05-31&lt;br /&gt;
* fixed crash in contest close&lt;br /&gt;
* forked v3&lt;br /&gt;
&lt;br /&gt;
=2.41=&lt;br /&gt;
2011-05-25&lt;br /&gt;
* released as tribute to Douglas Adams. Don&#039;t panic!&lt;br /&gt;
* fixed trace_sock&lt;br /&gt;
* fixed udev script - usb_device -&amp;gt; usb&lt;br /&gt;
* fixed some gcc warnings&lt;br /&gt;
* html/http/wiki exports map and chart as png&lt;br /&gt;
* http server for contest progress presentation&lt;br /&gt;
* changed fifo time format to HH:MM&lt;br /&gt;
* fixed wiki map description&lt;br /&gt;
* fixed volume indicator flicker&lt;br /&gt;
* fixed trace condition&lt;br /&gt;
* show chart files without sdl&lt;br /&gt;
* fixed grid &amp;amp; boundaries in map, tnx to DG6MAN &lt;br /&gt;
* libgpm is disabled by default&lt;br /&gt;
* fixed player and chart windows add&lt;br /&gt;
* fixed network interfaces detect&lt;br /&gt;
* ignored duplicate $GLIB_CFLAGS, $GLIB_LIBS in configure.in&lt;br /&gt;
* new macros in tucnak -s&lt;br /&gt;
&lt;br /&gt;
=2.40=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* added _cv_ in autoconf cached variables&lt;br /&gt;
* updated missing script&lt;br /&gt;
* fixed iconv detection&lt;br /&gt;
* fixed tucnakrc load under WIN32&lt;br /&gt;
* sdev trace&lt;br /&gt;
* trace rewrite&lt;br /&gt;
* split master db into more strings&lt;br /&gt;
* rewritten cbr items choice for OKOM DX&lt;br /&gt;
* compile under msvc and ming but unusable at this time&lt;br /&gt;
* fixed qrv edit/insert (should overwrite another item)&lt;br /&gt;
* added player (and chart) window types in Add subwin&lt;br /&gt;
* removed testing code for Ctrl+P in main inputline&lt;br /&gt;
* experiments with waterfall palette and filtering&lt;br /&gt;
* frequency axis in fft scope&lt;br /&gt;
* frequency argument in soundwrapper for testing&lt;br /&gt;
* tab complete file in file import&lt;br /&gt;
* chart subwin&lt;br /&gt;
* fixed cursor position in inputline history alt+h&lt;br /&gt;
* degree sign in C_W quick search&lt;br /&gt;
* fixed alt+letter in qrv search&lt;br /&gt;
* rig error code instead of qrg&lt;br /&gt;
* changed rig debug level&lt;br /&gt;
* fixed rigs with unsupported rig_get_vfo()&lt;br /&gt;
* +1/-1 alloc bugs detection with --enable-leak-debug&lt;br /&gt;
* fixed qrv insert from keyboard&lt;br /&gt;
* fixed text upcase in qrv insert/edit&lt;br /&gt;
&lt;br /&gt;
=2.39=&lt;br /&gt;
2011-02-25&lt;br /&gt;
* fixed ftdi_context portability between libftdi versions&lt;br /&gt;
* qso gain diagram&lt;br /&gt;
* qrv gain diagram respects worked count&lt;br /&gt;
* qrv item insert&lt;br /&gt;
* qrv item edit&lt;br /&gt;
* new contest loads ~/tucnak/qrv&lt;br /&gt;
* fixed qrv points drawing when mouse move&lt;br /&gt;
&lt;br /&gt;
=2.38=&lt;br /&gt;
2011-02-20&lt;br /&gt;
* fixed bug in map window during contest load&lt;br /&gt;
* fixed memory alloc problem in master db&lt;br /&gt;
* degree sign as hexa constant 0xb0&lt;br /&gt;
* rewritten qrv database&lt;br /&gt;
* fixed master database comment filter&lt;br /&gt;
* increased length of contest option numbers, tnx to RU2FM&lt;br /&gt;
* calls from master database are never deleted&lt;br /&gt;
* fixed contest date in contest options&lt;br /&gt;
* qso check warning if exists remark&lt;br /&gt;
* fixed qsonr in cabrillo output, tnx to OK1HRA&lt;br /&gt;
* fixed avg unit pts/km in wiki and html output&lt;br /&gt;
* fixed compile without various --without combinations&lt;br /&gt;
* removed forgotten font13x24.png create&lt;br /&gt;
* QRG in edit QSO&lt;br /&gt;
* correct size of screenshots in HTML export&lt;br /&gt;
* fixed runmode CQ without hamlib, tnx to DL1JBE&lt;br /&gt;
* fixed Ctrl+3 to Ctrl+9 under SDL&lt;br /&gt;
* wav player seems to be usable&lt;br /&gt;
&lt;br /&gt;
=2.37=&lt;br /&gt;
2010-10-27&lt;br /&gt;
* two letters input moved to unresolved area&lt;br /&gt;
* fixed some minors in runmode, tnx to OK3MAD&lt;br /&gt;
* fixed soundwrapper sound frequency&lt;br /&gt;
* rewritten runmode for A1/MMC&lt;br /&gt;
* fixed runmode CQ only in CW mode (TNX to OK1HRA/TC03W)&lt;br /&gt;
* fixed runmode TU&lt;br /&gt;
* skeleton for wiki publish&lt;br /&gt;
* fixed TU give in run mode&lt;br /&gt;
* &amp;gt; for qrb&amp;gt;average in qsocheck&lt;br /&gt;
* changed delay between hamlib rig calls for slow radios&lt;br /&gt;
* fixed string truncate in inputline insert&lt;br /&gt;
* rig freq read reads from actual VFO&lt;br /&gt;
* rig mode change keeps bandwidth&lt;br /&gt;
* fixed autogive=0&lt;br /&gt;
* expedition mode&lt;br /&gt;
&lt;br /&gt;
=2.36=&lt;br /&gt;
2010-09-27&lt;br /&gt;
* fixed rig ID choose&lt;br /&gt;
* fixed segv in loading of contest with HF window and &amp;gt; 6 active bands&lt;br /&gt;
* do not add &#039;similar call&#039; to qsocheck when this call is also worked&lt;br /&gt;
* set rig handshake to none (default for TS850 is CTS/RTS)&lt;br /&gt;
* set rig timeout to 500ms (480s is unusable)&lt;br /&gt;
* gdb and rigctl under cygwin&lt;br /&gt;
* fixed cygncurses-9 dependency for sh.exe under cygwin&lt;br /&gt;
* updated tucnakdw (4X, ZC4, many UA)&lt;br /&gt;
* improved edit qso time parsing&lt;br /&gt;
* autogive mode after some typed chars&lt;br /&gt;
* macro $B&lt;br /&gt;
* bell sign for character 7 under sdl&lt;br /&gt;
* in macro $I dots are replaced by question marks&lt;br /&gt;
* added baudrate for rig control&lt;br /&gt;
* fixed R9SA parsing as report (tnx to OK1HRA)&lt;br /&gt;
* WAZ and ITU in HF window&lt;br /&gt;
* rewritten exc list in HF window&lt;br /&gt;
* master call database&lt;br /&gt;
* fixed SFI parse&lt;br /&gt;
* &amp;quot;live&amp;quot; QSO list in HF window&lt;br /&gt;
* enlarged layout of HF window&lt;br /&gt;
* updated UA wwls in tucnakdw&lt;br /&gt;
* fixed missing excs display&lt;br /&gt;
* argument -m sets time from master PC&lt;br /&gt;
* &#039;c&#039; key for center screen to QTH&lt;br /&gt;
* &#039;p&#039; key for photo in map&lt;br /&gt;
* fixed second part of CQSOs for method 16&lt;br /&gt;
* summery table with links to bands in html export&lt;br /&gt;
* fixed buffer and period time to ms (was us)&lt;br /&gt;
* similar calls are computed using Levenshtein distance&lt;br /&gt;
* cleared qso check message&lt;br /&gt;
* fixed top10 formatting for qrb&amp;gt;=1000 km&lt;br /&gt;
* reverted to old udev rule style (for lenny)&lt;br /&gt;
* fixed memory leaks in dwdb.c, rotar.c&lt;br /&gt;
&lt;br /&gt;
=2.35=&lt;br /&gt;
2010-06-30&lt;br /&gt;
* fixed crash in fft calculation&lt;br /&gt;
* support for Championnat de France THF&lt;br /&gt;
* alt-j: short access for A/C and M/S cq&lt;br /&gt;
* qrv list save&lt;br /&gt;
* configure checks for make&lt;br /&gt;
* fixed large qso number display in global QSO mode, tnx to DL5YBZ&lt;br /&gt;
* support for prefixes with slash (3D2/C)                                                                               &lt;br /&gt;
* fixed crash after IT9x call (* in prefix in cty.dat), tnx to DL5YBZ &lt;br /&gt;
* fixed $MN macro, tnx to OK1HRA (GL in WPX!)&lt;br /&gt;
* send CW2 and save QSO also after QSONR&lt;br /&gt;
* list import&lt;br /&gt;
* support for odd/even/1st/2nd TX (MS,AERO)&lt;br /&gt;
* fixed suid of soundwrapper&lt;br /&gt;
* updated cty.dat&lt;br /&gt;
* SYSFS{} changed to ATTR{} for new udev versions&lt;br /&gt;
&lt;br /&gt;
=2.34=&lt;br /&gt;
2010-04-26&lt;br /&gt;
* changed time separator from . to :&lt;br /&gt;
* four digits are QSO number, not month and day of month&lt;br /&gt;
* deb package uses suided soundwrapper &lt;br /&gt;
* macro $I&lt;br /&gt;
* fixed statistics calculation after loading of contest   &lt;br /&gt;
* added frequency to adif export&lt;br /&gt;
* fixed exchange output in cabrillo and adif export  &lt;br /&gt;
* changed format of ChangeLog to Mediawiki source format&lt;br /&gt;
* get back generated debian/changelog, it seems we have no DEB maintainer&lt;br /&gt;
&lt;br /&gt;
=2.33=&lt;br /&gt;
2010-02-18&lt;br /&gt;
* fixed usaca multiple names&lt;br /&gt;
* rit clear after qso save in run mode&lt;br /&gt;
* support for ARRL International DX Contest&lt;br /&gt;
* fixed ARRL VHF scoring&lt;br /&gt;
* turned off cq repeat for cwdaemon&lt;br /&gt;
* rig changes: poll interval, mode and band transfer&lt;br /&gt;
&lt;br /&gt;
=2.32=&lt;br /&gt;
2010-02-13&lt;br /&gt;
* cabrillo export for ARRL VHF contests&lt;br /&gt;
* fixed leak debug on AMD64&lt;br /&gt;
* fixed double rig_cleanup()&lt;br /&gt;
* fixed using of non-serial ports in hamlib (f.e. rpc.rigd, type 1901)&lt;br /&gt;
* rover (/R) are not dupe when are in different big wwl&lt;br /&gt;
* fixed EDI properties dialog &lt;br /&gt;
* script for Asus EEE binary and optimized configuration&lt;br /&gt;
* updated tucnakrc (HF bands, windows)&lt;br /&gt;
&lt;br /&gt;
=2.31=&lt;br /&gt;
2010-01-01&lt;br /&gt;
* fixed crash if mode is changed without FFT window. TNX to DF4OR&lt;br /&gt;
* crossmode test in QSO check&lt;br /&gt;
&lt;br /&gt;
=2.30=&lt;br /&gt;
2009-11-30&lt;br /&gt;
* fixed device locking under cygwin, tnx to G1OGY&lt;br /&gt;
&lt;br /&gt;
=2.29=&lt;br /&gt;
2009-11-03&lt;br /&gt;
* fixed corrupted contest date display in Open contest from net &lt;br /&gt;
* fixed tucnakdw; JN89 is in OM	&lt;br /&gt;
* fixed cwdaemon and sdev double freeing &lt;br /&gt;
* recording level has filtered DC &lt;br /&gt;
* CW window holds PTT all time it is opened&lt;br /&gt;
* removed debugging show of 1&#039;s under volume indicator&lt;br /&gt;
* fixed (null) display in empty qrv list&lt;br /&gt;
* speeded up sdl key repeat&lt;br /&gt;
* removed delayed screen redraw&lt;br /&gt;
* fixed KST new call upcase &lt;br /&gt;
* DX network command sends only valid spots, no KST or other garbage&lt;br /&gt;
* fixed rig qrg display (mode switch worked)&lt;br /&gt;
* fixed ebw db import error message&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Android&amp;diff=3178</id>
		<title>Android</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Android&amp;diff=3178"/>
		<updated>2024-08-18T15:06:12Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* Hardware requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Since 3.16 there is also Android port of Tucnak available. Focused on tablets but can be used also on cell phones. Due touch control, not all features must be accessible.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hardware requirements=&lt;br /&gt;
[[File:Tucnak_android.png]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ARRL DX contest on Samsung galaxy IIs&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Android 5 (API level 21) to Android 14 (API level 34). For older Andorid 4.1 (API level 16), try 4.61.&lt;br /&gt;
* Only for devices capable running 32 bit apps (armeabi-v7a).&lt;br /&gt;
* Some new (2024) devices tells about Tucnak incompatibility. AFAIK they expect 64 bit app (arm64-v8a) which is unsupported by Tucnak.&lt;br /&gt;
* Recommended internet access for DXC/KST&lt;br /&gt;
&lt;br /&gt;
=Install=&lt;br /&gt;
Tucnak is not on Google Play. To install you must allow install of untrusted applications. Then download Tucnak APK package from http://tucnak.nagano.cz/download.php#android and install it manually.&lt;br /&gt;
&lt;br /&gt;
=Features not included=&lt;br /&gt;
* Sound recording&lt;br /&gt;
* FFT spectrum display&lt;br /&gt;
* Parallel port keying &lt;br /&gt;
* Bluetooth devices because of no official support for BT from native code&lt;br /&gt;
* Serial ports - maybe with alternative kernel with proper drivers&lt;br /&gt;
* Hamlib&lt;br /&gt;
&lt;br /&gt;
=Limited support=&lt;br /&gt;
* USB devices (Davac4, Rotar4) - It is compiled but it seems it works only on rooted devices. User must be member of &#039;usb&#039; group.&lt;br /&gt;
&lt;br /&gt;
=Touch control=&lt;br /&gt;
[[Image:Osk.png|none|frame|Tucnak on screen keyboard]]&lt;br /&gt;
Start touch on-screen keyboard by click on input line. The behavior of Enter is context-depended. Sometimes send Enter to Tucnak. Sometimes closes keyboard. Comments are welcome.&lt;br /&gt;
&lt;br /&gt;
To send F1 to F10, use FN key, numeric keys will switch to F&#039;s.&lt;br /&gt;
&lt;br /&gt;
=Bugreports=&lt;br /&gt;
Bugreports are welcome by e-mail. In case of problems please install &#039;&#039;&#039;alogcat&#039;&#039;&#039; and send it to me with next informations.&lt;br /&gt;
&lt;br /&gt;
=M5 ESP32 CW keyer=&lt;br /&gt;
[https://github.com/ok1cdj/M5-ESP32-keyer https://github.com/ok1cdj/M5-ESP32-keyer]&lt;br /&gt;
&lt;br /&gt;
[[File:M5-ESP32-keyer.png]] [[File:M5-Setup.png]]&lt;br /&gt;
&lt;br /&gt;
See this video: [[File:M5-ESP32-keyer.mp4|Play video]]&lt;br /&gt;
&lt;br /&gt;
=Gallery=&lt;br /&gt;
[[File:TucnakPortraitMode.png|border|480px]]&lt;br /&gt;
&lt;br /&gt;
Tucnak in Portrait mode with floating on-screen keyboard.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Tucnak_Android_FullHD.jpg|border|800px]]&lt;br /&gt;
&lt;br /&gt;
Tucnak in FullHD on Rikomagic MK802. TNX to OK1CDJ.&lt;br /&gt;
&lt;br /&gt;
=Notes=&lt;br /&gt;
* Pepa OK2WO recommends capacitive stylus CELLY (about 10&amp;amp;euro;) for accurate control also for other applications&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Android&amp;diff=3177</id>
		<title>Android</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Android&amp;diff=3177"/>
		<updated>2024-08-18T15:05:37Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: Undo revision 3153 by Ok1zia (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Since 3.16 there is also Android port of Tucnak available. Focused on tablets but can be used also on cell phones. Due touch control, not all features must be accessible.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hardware requirements=&lt;br /&gt;
[[File:Tucnak_android.png]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ARRL DX contest on Samsung galaxy IIs&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Android 5 (API level 21). For older Andorid 4.1 (API level 16), try 4.61.&lt;br /&gt;
* Only for devices capable running 32 bit apps (armeabi-v7a).&lt;br /&gt;
* Some new (2024) devices tells about Tucnak incompatibility. AFAIK they expect 64 bit app (arm64-v8a) which is unsupported by Tucnak.&lt;br /&gt;
* Recommended internet access for DXC/KST&lt;br /&gt;
&lt;br /&gt;
=Install=&lt;br /&gt;
Tucnak is not on Google Play. To install you must allow install of untrusted applications. Then download Tucnak APK package from http://tucnak.nagano.cz/download.php#android and install it manually.&lt;br /&gt;
&lt;br /&gt;
=Features not included=&lt;br /&gt;
* Sound recording&lt;br /&gt;
* FFT spectrum display&lt;br /&gt;
* Parallel port keying &lt;br /&gt;
* Bluetooth devices because of no official support for BT from native code&lt;br /&gt;
* Serial ports - maybe with alternative kernel with proper drivers&lt;br /&gt;
* Hamlib&lt;br /&gt;
&lt;br /&gt;
=Limited support=&lt;br /&gt;
* USB devices (Davac4, Rotar4) - It is compiled but it seems it works only on rooted devices. User must be member of &#039;usb&#039; group.&lt;br /&gt;
&lt;br /&gt;
=Touch control=&lt;br /&gt;
[[Image:Osk.png|none|frame|Tucnak on screen keyboard]]&lt;br /&gt;
Start touch on-screen keyboard by click on input line. The behavior of Enter is context-depended. Sometimes send Enter to Tucnak. Sometimes closes keyboard. Comments are welcome.&lt;br /&gt;
&lt;br /&gt;
To send F1 to F10, use FN key, numeric keys will switch to F&#039;s.&lt;br /&gt;
&lt;br /&gt;
=Bugreports=&lt;br /&gt;
Bugreports are welcome by e-mail. In case of problems please install &#039;&#039;&#039;alogcat&#039;&#039;&#039; and send it to me with next informations.&lt;br /&gt;
&lt;br /&gt;
=M5 ESP32 CW keyer=&lt;br /&gt;
[https://github.com/ok1cdj/M5-ESP32-keyer https://github.com/ok1cdj/M5-ESP32-keyer]&lt;br /&gt;
&lt;br /&gt;
[[File:M5-ESP32-keyer.png]] [[File:M5-Setup.png]]&lt;br /&gt;
&lt;br /&gt;
See this video: [[File:M5-ESP32-keyer.mp4|Play video]]&lt;br /&gt;
&lt;br /&gt;
=Gallery=&lt;br /&gt;
[[File:TucnakPortraitMode.png|border|480px]]&lt;br /&gt;
&lt;br /&gt;
Tucnak in Portrait mode with floating on-screen keyboard.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Tucnak_Android_FullHD.jpg|border|800px]]&lt;br /&gt;
&lt;br /&gt;
Tucnak in FullHD on Rikomagic MK802. TNX to OK1CDJ.&lt;br /&gt;
&lt;br /&gt;
=Notes=&lt;br /&gt;
* Pepa OK2WO recommends capacitive stylus CELLY (about 10&amp;amp;euro;) for accurate control also for other applications&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Command_line&amp;diff=3176</id>
		<title>Command line</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Command_line&amp;diff=3176"/>
		<updated>2024-08-09T20:52:30Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
* -? print help about command line&lt;br /&gt;
* -c use other tucnakrc (requires full file name). Do not affect other files in Tucnak directory.&lt;br /&gt;
* -d enables print of debug information to stderr (does not work under Windows, use -Dfile)&lt;br /&gt;
* -Dfile enables print of debug information to &#039;file&#039;&lt;br /&gt;
* -g force graphics mode&lt;br /&gt;
* -h set home directory for all files&lt;br /&gt;
* -i print informations about detected hardware&lt;br /&gt;
* -k debug keystrokes in graphics mode&lt;br /&gt;
* -m set time on PC from master (requires root privileges)&lt;br /&gt;
* -s print build configuration (settings file)&lt;br /&gt;
* -t force text mode&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Davac5&amp;diff=3175</id>
		<title>Davac5</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Davac5&amp;diff=3175"/>
		<updated>2024-08-08T13:59:44Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* Photos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Davac 5 is new design of voice/SSB keyer for [[Main_Page|Tucnak]]. Although version 5 may appear to be a successor to version 4, is not true. It brings some advantages but also lacks some features.&lt;br /&gt;
&lt;br /&gt;
To choose the version that best suits your requirements, please look at the table:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Davac versions comparsion&lt;br /&gt;
|-&lt;br /&gt;
!  &lt;br /&gt;
! Davac 5&lt;br /&gt;
! [[Davac4|Davac 4]]&lt;br /&gt;
|-&lt;br /&gt;
! Size&lt;br /&gt;
| small&lt;br /&gt;
| bigger&lt;br /&gt;
|-&lt;br /&gt;
! Drivers required&lt;br /&gt;
| No&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
! Isolated&lt;br /&gt;
| No, use the USB isolator&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
! Band output&lt;br /&gt;
| No&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
! USB&lt;br /&gt;
| Micro-B or A male&lt;br /&gt;
| B&lt;br /&gt;
|-&lt;br /&gt;
! Soundcard&lt;br /&gt;
| Is the soundcard itself&lt;br /&gt;
| Uses PC soundcard &lt;br /&gt;
|-&lt;br /&gt;
! Audio cables&lt;br /&gt;
| Shorter&lt;br /&gt;
| Longer &lt;br /&gt;
|-&lt;br /&gt;
! Modulation relay&lt;br /&gt;
| Solid SPST&lt;br /&gt;
| Mechanical SPDT&lt;br /&gt;
|-&lt;br /&gt;
! Separated grounds&lt;br /&gt;
| No&lt;br /&gt;
| Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Photos==&lt;br /&gt;
[[Image:Davac5.jpg|none|frame|Davac 5 inside box with cables]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac5-oven.jpg|none|frame|Recommended assembly is stencil, paste and reflow oven]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac51_3.jpg|none|thumb|frame|800px|Version 5.1 with optional USB-A]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac5_RCA.jpg|none|thumb|frame|400px|OK1RCA]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Simple assembly&lt;br /&gt;
* All parts are SMD&lt;br /&gt;
* Designed for SMD reflow&lt;br /&gt;
* 3.5 jacks&lt;br /&gt;
* 3D printed box&lt;br /&gt;
* SMD LEDs + light guides on the top side&lt;br /&gt;
* power supply from USB&lt;br /&gt;
&lt;br /&gt;
==Circuit diagram==&lt;br /&gt;
[[Image:Davac5.1-schema.png|none|frame|Circuit diagram of Davac 5.1]]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
* &#039;&#039;&#039;R1&#039;&#039;&#039;, &#039;&#039;&#039;Y1&#039;&#039;&#039;, &#039;&#039;&#039;C2&#039;&#039;&#039;, &#039;&#039;&#039;C4&#039;&#039;&#039;  are not assembled in case of &#039;&#039;&#039;CM108B&#039;&#039;&#039;&lt;br /&gt;
* Althrough preferred chip is the &#039;&#039;&#039;CM108B&#039;&#039;&#039;, is possible to assembly older &#039;&#039;&#039;CM108&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;93C46&#039;&#039;&#039; is optional but recommended&lt;br /&gt;
* The &#039;&#039;&#039;JP1&#039;&#039;&#039; - Turns ON/OFF the audio mixer - please consult datasheet of the CM108B&lt;br /&gt;
* I used &#039;&#039;&#039;LCBB-600&#039;&#039;&#039; also instead of &#039;&#039;&#039;R9&#039;&#039;&#039; and &#039;&#039;&#039;R16&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;R11&#039;&#039;&#039; and &#039;&#039;&#039;R17&#039;&#039;&#039; are for possible coarse attenuation&lt;br /&gt;
&lt;br /&gt;
==Connecting to the radio==&lt;br /&gt;
* &#039;&#039;&#039;MOD&#039;&#039;&#039; - Modulation output to the microphone input of radio&lt;br /&gt;
* &#039;&#039;&#039;PTT&#039;&#039;&#039; - Push to talk output to switch Radio to the transmit (active low)&lt;br /&gt;
* &#039;&#039;&#039;GND&#039;&#039;&#039; - One ground (ground plane on the bottom layer)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;MIC&#039;&#039;&#039; - Modulation input from headset&lt;br /&gt;
* &#039;&#039;&#039;BIAS&#039;&#039;&#039; - Microphone supply (from soundcard, not from radio)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;CW&#039;&#039;&#039; - CW output to key to the radio&lt;br /&gt;
* &#039;&#039;&#039;REC&#039;&#039;&#039; - Recording input to record band traffic&lt;br /&gt;
&lt;br /&gt;
==Example for IC7400==&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac5-IC7400.png]]&lt;br /&gt;
&lt;br /&gt;
==Yaesu==&lt;br /&gt;
When use dynamic microphone, cut JP2 to break DC bias.&lt;br /&gt;
&lt;br /&gt;
==LEDs==&lt;br /&gt;
* &#039;&#039;&#039;PWR lights up&#039;&#039;&#039; - Device is powered from USB&lt;br /&gt;
* &#039;&#039;&#039;PWR blinks&#039;&#039;&#039; - Soundcard is playing or recording&lt;br /&gt;
* &#039;&#039;&#039;PTT&#039;&#039;&#039; - Push to talk is active (SSB and also CW)&lt;br /&gt;
* &#039;&#039;&#039;CW&#039;&#039;&#039; - CW in the rhytm of Morse code&lt;br /&gt;
* &#039;&#039;&#039;MIC&#039;&#039;&#039; - The SSR connects &#039;&#039;&#039;MIC&#039;&#039;&#039; to the &#039;&#039;&#039;MOD&#039;&#039;&#039; (off/disconnected if CQ is active)&lt;br /&gt;
&lt;br /&gt;
==Trimmers==&lt;br /&gt;
* &#039;&#039;&#039;CQ&#039;&#039;&#039; - Modulation level to the Transceiver&lt;br /&gt;
* &#039;&#039;&#039;REC&#039;&#039;&#039; - Record level attenuator&lt;br /&gt;
&lt;br /&gt;
==PCB==&lt;br /&gt;
{{Download|Davac-5.1-gerber.zip}} Gerber files to order PCB at [https://www.elecrow.com Elecrow] or [https://www.jlcpcb.com jlcpcb.com].&lt;br /&gt;
&lt;br /&gt;
==Box==&lt;br /&gt;
{{Download|Davac-5.1-box.zip}} STL files for 3D printer.&lt;br /&gt;
&lt;br /&gt;
Recommendations:&lt;br /&gt;
* Nozzle 0.4mm&lt;br /&gt;
* No support, maybe brim in case of bad adhesion&lt;br /&gt;
* Layer height - first 0.3mm, others 0.2mm&lt;br /&gt;
* PETG or PLA&lt;br /&gt;
&lt;br /&gt;
Light guides are made from transparent PETG filament.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
{{Download|Davac51-bom.csv}} Bill of material for [http://tme.eu tme.eu] .&lt;br /&gt;
&lt;br /&gt;
(not including cables)&lt;br /&gt;
&lt;br /&gt;
==Set USB string to EEPROM==&lt;br /&gt;
Only if the &#039;&#039;&#039;93C46&#039;&#039;&#039; is installed. From menu &#039;&#039;&#039;Setup, CW keying, Davac5 options&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac5-tucnak.png|none|frame|EEPROM edit in Tucnak]]&lt;br /&gt;
&lt;br /&gt;
==Post production inspection==&lt;br /&gt;
[[Image:Davac51-qc.jpg|none|thumb|none|600px|Test points]]&lt;br /&gt;
&lt;br /&gt;
# Connect device to computer. The &#039;&#039;&#039;green LED&#039;&#039;&#039; lights up.&lt;br /&gt;
# Start Tucnak, open contest. Go to [[Setup#CW keying|CW keying]], set &#039;&#039;&#039;Enable&#039;&#039;&#039; and &#039;&#039;&#039;Davac5&#039;&#039;&#039;.&lt;br /&gt;
# Go to [[Setup#Audio|Audio]], Choose &#039;&#039;&#039;Davac 5.1&#039;&#039;&#039; for playback and capture.&lt;br /&gt;
# Connect headphones to green jack (RADIO1). Run SSB CQ (You will hear it weak beacause impedance do not match headphones)&lt;br /&gt;
# Take multimeter, set it to diode measure with buzzer. Look at image above.&lt;br /&gt;
# Connect measuring needles to &#039;&#039;&#039;PTT&#039;&#039;&#039; points. Use &#039;&#039;&#039;TAB key&#039;&#039;&#039; in Tucnak to turn TX ON. The &#039;&#039;&#039;red LED&#039;&#039;&#039; lighs up and multimeter will &#039;&#039;&#039;beep&#039;&#039;&#039;.&lt;br /&gt;
# Press &#039;&#039;&#039;ESC&#039;&#039;&#039; to RX. Connect needles to &#039;&#039;&#039;SSBW&#039;&#039;&#039; points. Buzzer will &#039;&#039;&#039;beep&#039;&#039;&#039; together with &#039;&#039;&#039;yellow LED&#039;&#039;&#039;. Run SSB CQ (F5), &#039;&#039;&#039;LED&#039;&#039;&#039; and &#039;&#039;&#039;buzzer&#039;&#039;&#039; will &#039;&#039;&#039;OFF&#039;&#039;&#039;.&lt;br /&gt;
# During SSB CQ (or SSB recording) the &#039;&#039;&#039;green LED&#039;&#039;&#039; blinks.&lt;br /&gt;
# Press &#039;&#039;&#039;Alt+M&#039;&#039;&#039; for CW. Connect multimeer to &#039;&#039;&#039;CW&#039;&#039;&#039; points. Run CW CQ (F5). Multimeter will &#039;&#039;&#039;beep&#039;&#039;&#039; together with &#039;&#039;&#039;blue LED&#039;&#039;&#039;.&lt;br /&gt;
# Switch multimeter to Voltage measure to &amp;gt;3V range (4V, 20V...). Measure points &#039;&#039;&#039;BIAS&#039;&#039;&#039;. Voltage must be around &#039;&#039;&#039;3V&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Davac5_RCA.jpg&amp;diff=3174</id>
		<title>File:Davac5 RCA.jpg</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Davac5_RCA.jpg&amp;diff=3174"/>
		<updated>2024-08-08T13:59:18Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Davac5&amp;diff=3173</id>
		<title>Davac5</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Davac5&amp;diff=3173"/>
		<updated>2024-08-08T13:59:00Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* Photos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Davac 5 is new design of voice/SSB keyer for [[Main_Page|Tucnak]]. Although version 5 may appear to be a successor to version 4, is not true. It brings some advantages but also lacks some features.&lt;br /&gt;
&lt;br /&gt;
To choose the version that best suits your requirements, please look at the table:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Davac versions comparsion&lt;br /&gt;
|-&lt;br /&gt;
!  &lt;br /&gt;
! Davac 5&lt;br /&gt;
! [[Davac4|Davac 4]]&lt;br /&gt;
|-&lt;br /&gt;
! Size&lt;br /&gt;
| small&lt;br /&gt;
| bigger&lt;br /&gt;
|-&lt;br /&gt;
! Drivers required&lt;br /&gt;
| No&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
! Isolated&lt;br /&gt;
| No, use the USB isolator&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
! Band output&lt;br /&gt;
| No&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
! USB&lt;br /&gt;
| Micro-B or A male&lt;br /&gt;
| B&lt;br /&gt;
|-&lt;br /&gt;
! Soundcard&lt;br /&gt;
| Is the soundcard itself&lt;br /&gt;
| Uses PC soundcard &lt;br /&gt;
|-&lt;br /&gt;
! Audio cables&lt;br /&gt;
| Shorter&lt;br /&gt;
| Longer &lt;br /&gt;
|-&lt;br /&gt;
! Modulation relay&lt;br /&gt;
| Solid SPST&lt;br /&gt;
| Mechanical SPDT&lt;br /&gt;
|-&lt;br /&gt;
! Separated grounds&lt;br /&gt;
| No&lt;br /&gt;
| Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Photos==&lt;br /&gt;
[[Image:Davac5.jpg|none|frame|Davac 5 inside box with cables]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac5-oven.jpg|none|frame|Recommended assembly is stencil, paste and reflow oven]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac51_3.jpg|none|thumb|frame|800px|Version 5.1 with optional USB-A]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac5_RCA.jpg|none|thumb|frame|800px|OK1RCA]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Simple assembly&lt;br /&gt;
* All parts are SMD&lt;br /&gt;
* Designed for SMD reflow&lt;br /&gt;
* 3.5 jacks&lt;br /&gt;
* 3D printed box&lt;br /&gt;
* SMD LEDs + light guides on the top side&lt;br /&gt;
* power supply from USB&lt;br /&gt;
&lt;br /&gt;
==Circuit diagram==&lt;br /&gt;
[[Image:Davac5.1-schema.png|none|frame|Circuit diagram of Davac 5.1]]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
* &#039;&#039;&#039;R1&#039;&#039;&#039;, &#039;&#039;&#039;Y1&#039;&#039;&#039;, &#039;&#039;&#039;C2&#039;&#039;&#039;, &#039;&#039;&#039;C4&#039;&#039;&#039;  are not assembled in case of &#039;&#039;&#039;CM108B&#039;&#039;&#039;&lt;br /&gt;
* Althrough preferred chip is the &#039;&#039;&#039;CM108B&#039;&#039;&#039;, is possible to assembly older &#039;&#039;&#039;CM108&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;93C46&#039;&#039;&#039; is optional but recommended&lt;br /&gt;
* The &#039;&#039;&#039;JP1&#039;&#039;&#039; - Turns ON/OFF the audio mixer - please consult datasheet of the CM108B&lt;br /&gt;
* I used &#039;&#039;&#039;LCBB-600&#039;&#039;&#039; also instead of &#039;&#039;&#039;R9&#039;&#039;&#039; and &#039;&#039;&#039;R16&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;R11&#039;&#039;&#039; and &#039;&#039;&#039;R17&#039;&#039;&#039; are for possible coarse attenuation&lt;br /&gt;
&lt;br /&gt;
==Connecting to the radio==&lt;br /&gt;
* &#039;&#039;&#039;MOD&#039;&#039;&#039; - Modulation output to the microphone input of radio&lt;br /&gt;
* &#039;&#039;&#039;PTT&#039;&#039;&#039; - Push to talk output to switch Radio to the transmit (active low)&lt;br /&gt;
* &#039;&#039;&#039;GND&#039;&#039;&#039; - One ground (ground plane on the bottom layer)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;MIC&#039;&#039;&#039; - Modulation input from headset&lt;br /&gt;
* &#039;&#039;&#039;BIAS&#039;&#039;&#039; - Microphone supply (from soundcard, not from radio)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;CW&#039;&#039;&#039; - CW output to key to the radio&lt;br /&gt;
* &#039;&#039;&#039;REC&#039;&#039;&#039; - Recording input to record band traffic&lt;br /&gt;
&lt;br /&gt;
==Example for IC7400==&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac5-IC7400.png]]&lt;br /&gt;
&lt;br /&gt;
==Yaesu==&lt;br /&gt;
When use dynamic microphone, cut JP2 to break DC bias.&lt;br /&gt;
&lt;br /&gt;
==LEDs==&lt;br /&gt;
* &#039;&#039;&#039;PWR lights up&#039;&#039;&#039; - Device is powered from USB&lt;br /&gt;
* &#039;&#039;&#039;PWR blinks&#039;&#039;&#039; - Soundcard is playing or recording&lt;br /&gt;
* &#039;&#039;&#039;PTT&#039;&#039;&#039; - Push to talk is active (SSB and also CW)&lt;br /&gt;
* &#039;&#039;&#039;CW&#039;&#039;&#039; - CW in the rhytm of Morse code&lt;br /&gt;
* &#039;&#039;&#039;MIC&#039;&#039;&#039; - The SSR connects &#039;&#039;&#039;MIC&#039;&#039;&#039; to the &#039;&#039;&#039;MOD&#039;&#039;&#039; (off/disconnected if CQ is active)&lt;br /&gt;
&lt;br /&gt;
==Trimmers==&lt;br /&gt;
* &#039;&#039;&#039;CQ&#039;&#039;&#039; - Modulation level to the Transceiver&lt;br /&gt;
* &#039;&#039;&#039;REC&#039;&#039;&#039; - Record level attenuator&lt;br /&gt;
&lt;br /&gt;
==PCB==&lt;br /&gt;
{{Download|Davac-5.1-gerber.zip}} Gerber files to order PCB at [https://www.elecrow.com Elecrow] or [https://www.jlcpcb.com jlcpcb.com].&lt;br /&gt;
&lt;br /&gt;
==Box==&lt;br /&gt;
{{Download|Davac-5.1-box.zip}} STL files for 3D printer.&lt;br /&gt;
&lt;br /&gt;
Recommendations:&lt;br /&gt;
* Nozzle 0.4mm&lt;br /&gt;
* No support, maybe brim in case of bad adhesion&lt;br /&gt;
* Layer height - first 0.3mm, others 0.2mm&lt;br /&gt;
* PETG or PLA&lt;br /&gt;
&lt;br /&gt;
Light guides are made from transparent PETG filament.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
{{Download|Davac51-bom.csv}} Bill of material for [http://tme.eu tme.eu] .&lt;br /&gt;
&lt;br /&gt;
(not including cables)&lt;br /&gt;
&lt;br /&gt;
==Set USB string to EEPROM==&lt;br /&gt;
Only if the &#039;&#039;&#039;93C46&#039;&#039;&#039; is installed. From menu &#039;&#039;&#039;Setup, CW keying, Davac5 options&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac5-tucnak.png|none|frame|EEPROM edit in Tucnak]]&lt;br /&gt;
&lt;br /&gt;
==Post production inspection==&lt;br /&gt;
[[Image:Davac51-qc.jpg|none|thumb|none|600px|Test points]]&lt;br /&gt;
&lt;br /&gt;
# Connect device to computer. The &#039;&#039;&#039;green LED&#039;&#039;&#039; lights up.&lt;br /&gt;
# Start Tucnak, open contest. Go to [[Setup#CW keying|CW keying]], set &#039;&#039;&#039;Enable&#039;&#039;&#039; and &#039;&#039;&#039;Davac5&#039;&#039;&#039;.&lt;br /&gt;
# Go to [[Setup#Audio|Audio]], Choose &#039;&#039;&#039;Davac 5.1&#039;&#039;&#039; for playback and capture.&lt;br /&gt;
# Connect headphones to green jack (RADIO1). Run SSB CQ (You will hear it weak beacause impedance do not match headphones)&lt;br /&gt;
# Take multimeter, set it to diode measure with buzzer. Look at image above.&lt;br /&gt;
# Connect measuring needles to &#039;&#039;&#039;PTT&#039;&#039;&#039; points. Use &#039;&#039;&#039;TAB key&#039;&#039;&#039; in Tucnak to turn TX ON. The &#039;&#039;&#039;red LED&#039;&#039;&#039; lighs up and multimeter will &#039;&#039;&#039;beep&#039;&#039;&#039;.&lt;br /&gt;
# Press &#039;&#039;&#039;ESC&#039;&#039;&#039; to RX. Connect needles to &#039;&#039;&#039;SSBW&#039;&#039;&#039; points. Buzzer will &#039;&#039;&#039;beep&#039;&#039;&#039; together with &#039;&#039;&#039;yellow LED&#039;&#039;&#039;. Run SSB CQ (F5), &#039;&#039;&#039;LED&#039;&#039;&#039; and &#039;&#039;&#039;buzzer&#039;&#039;&#039; will &#039;&#039;&#039;OFF&#039;&#039;&#039;.&lt;br /&gt;
# During SSB CQ (or SSB recording) the &#039;&#039;&#039;green LED&#039;&#039;&#039; blinks.&lt;br /&gt;
# Press &#039;&#039;&#039;Alt+M&#039;&#039;&#039; for CW. Connect multimeer to &#039;&#039;&#039;CW&#039;&#039;&#039; points. Run CW CQ (F5). Multimeter will &#039;&#039;&#039;beep&#039;&#039;&#039; together with &#039;&#039;&#039;blue LED&#039;&#039;&#039;.&lt;br /&gt;
# Switch multimeter to Voltage measure to &amp;gt;3V range (4V, 20V...). Measure points &#039;&#039;&#039;BIAS&#039;&#039;&#039;. Voltage must be around &#039;&#039;&#039;3V&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Davac5&amp;diff=3172</id>
		<title>Davac5</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Davac5&amp;diff=3172"/>
		<updated>2024-08-03T13:50:36Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* Post production inspection */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Davac 5 is new design of voice/SSB keyer for [[Main_Page|Tucnak]]. Although version 5 may appear to be a successor to version 4, is not true. It brings some advantages but also lacks some features.&lt;br /&gt;
&lt;br /&gt;
To choose the version that best suits your requirements, please look at the table:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Davac versions comparsion&lt;br /&gt;
|-&lt;br /&gt;
!  &lt;br /&gt;
! Davac 5&lt;br /&gt;
! [[Davac4|Davac 4]]&lt;br /&gt;
|-&lt;br /&gt;
! Size&lt;br /&gt;
| small&lt;br /&gt;
| bigger&lt;br /&gt;
|-&lt;br /&gt;
! Drivers required&lt;br /&gt;
| No&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
! Isolated&lt;br /&gt;
| No, use the USB isolator&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
! Band output&lt;br /&gt;
| No&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
! USB&lt;br /&gt;
| Micro-B or A male&lt;br /&gt;
| B&lt;br /&gt;
|-&lt;br /&gt;
! Soundcard&lt;br /&gt;
| Is the soundcard itself&lt;br /&gt;
| Uses PC soundcard &lt;br /&gt;
|-&lt;br /&gt;
! Audio cables&lt;br /&gt;
| Shorter&lt;br /&gt;
| Longer &lt;br /&gt;
|-&lt;br /&gt;
! Modulation relay&lt;br /&gt;
| Solid SPST&lt;br /&gt;
| Mechanical SPDT&lt;br /&gt;
|-&lt;br /&gt;
! Separated grounds&lt;br /&gt;
| No&lt;br /&gt;
| Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Photos==&lt;br /&gt;
[[Image:Davac5.jpg|none|frame|Davac 5 inside box with cables]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac5-oven.jpg|none|frame|Recommended assembly is stencil, paste and reflow oven]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac51_3.jpg|none|thumb|frame|800px|Version 5.1 with optional USB-A]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
==Features==&lt;br /&gt;
* Simple assembly&lt;br /&gt;
* All parts are SMD&lt;br /&gt;
* Designed for SMD reflow&lt;br /&gt;
* 3.5 jacks&lt;br /&gt;
* 3D printed box&lt;br /&gt;
* SMD LEDs + light guides on the top side&lt;br /&gt;
* power supply from USB&lt;br /&gt;
&lt;br /&gt;
==Circuit diagram==&lt;br /&gt;
[[Image:Davac5.1-schema.png|none|frame|Circuit diagram of Davac 5.1]]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
* &#039;&#039;&#039;R1&#039;&#039;&#039;, &#039;&#039;&#039;Y1&#039;&#039;&#039;, &#039;&#039;&#039;C2&#039;&#039;&#039;, &#039;&#039;&#039;C4&#039;&#039;&#039;  are not assembled in case of &#039;&#039;&#039;CM108B&#039;&#039;&#039;&lt;br /&gt;
* Althrough preferred chip is the &#039;&#039;&#039;CM108B&#039;&#039;&#039;, is possible to assembly older &#039;&#039;&#039;CM108&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;93C46&#039;&#039;&#039; is optional but recommended&lt;br /&gt;
* The &#039;&#039;&#039;JP1&#039;&#039;&#039; - Turns ON/OFF the audio mixer - please consult datasheet of the CM108B&lt;br /&gt;
* I used &#039;&#039;&#039;LCBB-600&#039;&#039;&#039; also instead of &#039;&#039;&#039;R9&#039;&#039;&#039; and &#039;&#039;&#039;R16&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;R11&#039;&#039;&#039; and &#039;&#039;&#039;R17&#039;&#039;&#039; are for possible coarse attenuation&lt;br /&gt;
&lt;br /&gt;
==Connecting to the radio==&lt;br /&gt;
* &#039;&#039;&#039;MOD&#039;&#039;&#039; - Modulation output to the microphone input of radio&lt;br /&gt;
* &#039;&#039;&#039;PTT&#039;&#039;&#039; - Push to talk output to switch Radio to the transmit (active low)&lt;br /&gt;
* &#039;&#039;&#039;GND&#039;&#039;&#039; - One ground (ground plane on the bottom layer)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;MIC&#039;&#039;&#039; - Modulation input from headset&lt;br /&gt;
* &#039;&#039;&#039;BIAS&#039;&#039;&#039; - Microphone supply (from soundcard, not from radio)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;CW&#039;&#039;&#039; - CW output to key to the radio&lt;br /&gt;
* &#039;&#039;&#039;REC&#039;&#039;&#039; - Recording input to record band traffic&lt;br /&gt;
&lt;br /&gt;
==Example for IC7400==&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac5-IC7400.png]]&lt;br /&gt;
&lt;br /&gt;
==Yaesu==&lt;br /&gt;
When use dynamic microphone, cut JP2 to break DC bias.&lt;br /&gt;
&lt;br /&gt;
==LEDs==&lt;br /&gt;
* &#039;&#039;&#039;PWR lights up&#039;&#039;&#039; - Device is powered from USB&lt;br /&gt;
* &#039;&#039;&#039;PWR blinks&#039;&#039;&#039; - Soundcard is playing or recording&lt;br /&gt;
* &#039;&#039;&#039;PTT&#039;&#039;&#039; - Push to talk is active (SSB and also CW)&lt;br /&gt;
* &#039;&#039;&#039;CW&#039;&#039;&#039; - CW in the rhytm of Morse code&lt;br /&gt;
* &#039;&#039;&#039;MIC&#039;&#039;&#039; - The SSR connects &#039;&#039;&#039;MIC&#039;&#039;&#039; to the &#039;&#039;&#039;MOD&#039;&#039;&#039; (off/disconnected if CQ is active)&lt;br /&gt;
&lt;br /&gt;
==Trimmers==&lt;br /&gt;
* &#039;&#039;&#039;CQ&#039;&#039;&#039; - Modulation level to the Transceiver&lt;br /&gt;
* &#039;&#039;&#039;REC&#039;&#039;&#039; - Record level attenuator&lt;br /&gt;
&lt;br /&gt;
==PCB==&lt;br /&gt;
{{Download|Davac-5.1-gerber.zip}} Gerber files to order PCB at [https://www.elecrow.com Elecrow] or [https://www.jlcpcb.com jlcpcb.com].&lt;br /&gt;
&lt;br /&gt;
==Box==&lt;br /&gt;
{{Download|Davac-5.1-box.zip}} STL files for 3D printer.&lt;br /&gt;
&lt;br /&gt;
Recommendations:&lt;br /&gt;
* Nozzle 0.4mm&lt;br /&gt;
* No support, maybe brim in case of bad adhesion&lt;br /&gt;
* Layer height - first 0.3mm, others 0.2mm&lt;br /&gt;
* PETG or PLA&lt;br /&gt;
&lt;br /&gt;
Light guides are made from transparent PETG filament.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
{{Download|Davac51-bom.csv}} Bill of material for [http://tme.eu tme.eu] .&lt;br /&gt;
&lt;br /&gt;
(not including cables)&lt;br /&gt;
&lt;br /&gt;
==Set USB string to EEPROM==&lt;br /&gt;
Only if the &#039;&#039;&#039;93C46&#039;&#039;&#039; is installed. From menu &#039;&#039;&#039;Setup, CW keying, Davac5 options&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac5-tucnak.png|none|frame|EEPROM edit in Tucnak]]&lt;br /&gt;
&lt;br /&gt;
==Post production inspection==&lt;br /&gt;
[[Image:Davac51-qc.jpg|none|thumb|none|600px|Test points]]&lt;br /&gt;
&lt;br /&gt;
# Connect device to computer. The &#039;&#039;&#039;green LED&#039;&#039;&#039; lights up.&lt;br /&gt;
# Start Tucnak, open contest. Go to [[Setup#CW keying|CW keying]], set &#039;&#039;&#039;Enable&#039;&#039;&#039; and &#039;&#039;&#039;Davac5&#039;&#039;&#039;.&lt;br /&gt;
# Go to [[Setup#Audio|Audio]], Choose &#039;&#039;&#039;Davac 5.1&#039;&#039;&#039; for playback and capture.&lt;br /&gt;
# Connect headphones to green jack (RADIO1). Run SSB CQ (You will hear it weak beacause impedance do not match headphones)&lt;br /&gt;
# Take multimeter, set it to diode measure with buzzer. Look at image above.&lt;br /&gt;
# Connect measuring needles to &#039;&#039;&#039;PTT&#039;&#039;&#039; points. Use &#039;&#039;&#039;TAB key&#039;&#039;&#039; in Tucnak to turn TX ON. The &#039;&#039;&#039;red LED&#039;&#039;&#039; lighs up and multimeter will &#039;&#039;&#039;beep&#039;&#039;&#039;.&lt;br /&gt;
# Press &#039;&#039;&#039;ESC&#039;&#039;&#039; to RX. Connect needles to &#039;&#039;&#039;SSBW&#039;&#039;&#039; points. Buzzer will &#039;&#039;&#039;beep&#039;&#039;&#039; together with &#039;&#039;&#039;yellow LED&#039;&#039;&#039;. Run SSB CQ (F5), &#039;&#039;&#039;LED&#039;&#039;&#039; and &#039;&#039;&#039;buzzer&#039;&#039;&#039; will &#039;&#039;&#039;OFF&#039;&#039;&#039;.&lt;br /&gt;
# During SSB CQ (or SSB recording) the &#039;&#039;&#039;green LED&#039;&#039;&#039; blinks.&lt;br /&gt;
# Press &#039;&#039;&#039;Alt+M&#039;&#039;&#039; for CW. Connect multimeer to &#039;&#039;&#039;CW&#039;&#039;&#039; points. Run CW CQ (F5). Multimeter will &#039;&#039;&#039;beep&#039;&#039;&#039; together with &#039;&#039;&#039;blue LED&#039;&#039;&#039;.&lt;br /&gt;
# Switch multimeter to Voltage measure to &amp;gt;3V range (4V, 20V...). Measure points &#039;&#039;&#039;BIAS&#039;&#039;&#039;. Voltage must be around &#039;&#039;&#039;3V&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Davac5&amp;diff=3171</id>
		<title>Davac5</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Davac5&amp;diff=3171"/>
		<updated>2024-08-01T20:33:10Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* =Example for IC7400 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Davac 5 is new design of voice/SSB keyer for [[Main_Page|Tucnak]]. Although version 5 may appear to be a successor to version 4, is not true. It brings some advantages but also lacks some features.&lt;br /&gt;
&lt;br /&gt;
To choose the version that best suits your requirements, please look at the table:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Davac versions comparsion&lt;br /&gt;
|-&lt;br /&gt;
!  &lt;br /&gt;
! Davac 5&lt;br /&gt;
! [[Davac4|Davac 4]]&lt;br /&gt;
|-&lt;br /&gt;
! Size&lt;br /&gt;
| small&lt;br /&gt;
| bigger&lt;br /&gt;
|-&lt;br /&gt;
! Drivers required&lt;br /&gt;
| No&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
! Isolated&lt;br /&gt;
| No, use the USB isolator&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
! Band output&lt;br /&gt;
| No&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
! USB&lt;br /&gt;
| Micro-B or A male&lt;br /&gt;
| B&lt;br /&gt;
|-&lt;br /&gt;
! Soundcard&lt;br /&gt;
| Is the soundcard itself&lt;br /&gt;
| Uses PC soundcard &lt;br /&gt;
|-&lt;br /&gt;
! Audio cables&lt;br /&gt;
| Shorter&lt;br /&gt;
| Longer &lt;br /&gt;
|-&lt;br /&gt;
! Modulation relay&lt;br /&gt;
| Solid SPST&lt;br /&gt;
| Mechanical SPDT&lt;br /&gt;
|-&lt;br /&gt;
! Separated grounds&lt;br /&gt;
| No&lt;br /&gt;
| Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Photos==&lt;br /&gt;
[[Image:Davac5.jpg|none|frame|Davac 5 inside box with cables]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac5-oven.jpg|none|frame|Recommended assembly is stencil, paste and reflow oven]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac51_3.jpg|none|thumb|frame|800px|Version 5.1 with optional USB-A]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
==Features==&lt;br /&gt;
* Simple assembly&lt;br /&gt;
* All parts are SMD&lt;br /&gt;
* Designed for SMD reflow&lt;br /&gt;
* 3.5 jacks&lt;br /&gt;
* 3D printed box&lt;br /&gt;
* SMD LEDs + light guides on the top side&lt;br /&gt;
* power supply from USB&lt;br /&gt;
&lt;br /&gt;
==Circuit diagram==&lt;br /&gt;
[[Image:Davac5.1-schema.png|none|frame|Circuit diagram of Davac 5.1]]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
* &#039;&#039;&#039;R1&#039;&#039;&#039;, &#039;&#039;&#039;Y1&#039;&#039;&#039;, &#039;&#039;&#039;C2&#039;&#039;&#039;, &#039;&#039;&#039;C4&#039;&#039;&#039;  are not assembled in case of &#039;&#039;&#039;CM108B&#039;&#039;&#039;&lt;br /&gt;
* Althrough preferred chip is the &#039;&#039;&#039;CM108B&#039;&#039;&#039;, is possible to assembly older &#039;&#039;&#039;CM108&#039;&#039;&#039;&lt;br /&gt;
* The &#039;&#039;&#039;93C46&#039;&#039;&#039; is optional but recommended&lt;br /&gt;
* The &#039;&#039;&#039;JP1&#039;&#039;&#039; - Turns ON/OFF the audio mixer - please consult datasheet of the CM108B&lt;br /&gt;
* I used &#039;&#039;&#039;LCBB-600&#039;&#039;&#039; also instead of &#039;&#039;&#039;R9&#039;&#039;&#039; and &#039;&#039;&#039;R16&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;R11&#039;&#039;&#039; and &#039;&#039;&#039;R17&#039;&#039;&#039; are for possible coarse attenuation&lt;br /&gt;
&lt;br /&gt;
==Connecting to the radio==&lt;br /&gt;
* &#039;&#039;&#039;MOD&#039;&#039;&#039; - Modulation output to the microphone input of radio&lt;br /&gt;
* &#039;&#039;&#039;PTT&#039;&#039;&#039; - Push to talk output to switch Radio to the transmit (active low)&lt;br /&gt;
* &#039;&#039;&#039;GND&#039;&#039;&#039; - One ground (ground plane on the bottom layer)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;MIC&#039;&#039;&#039; - Modulation input from headset&lt;br /&gt;
* &#039;&#039;&#039;BIAS&#039;&#039;&#039; - Microphone supply (from soundcard, not from radio)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;CW&#039;&#039;&#039; - CW output to key to the radio&lt;br /&gt;
* &#039;&#039;&#039;REC&#039;&#039;&#039; - Recording input to record band traffic&lt;br /&gt;
&lt;br /&gt;
==Example for IC7400==&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac5-IC7400.png]]&lt;br /&gt;
&lt;br /&gt;
==Yaesu==&lt;br /&gt;
When use dynamic microphone, cut JP2 to break DC bias.&lt;br /&gt;
&lt;br /&gt;
==LEDs==&lt;br /&gt;
* &#039;&#039;&#039;PWR lights up&#039;&#039;&#039; - Device is powered from USB&lt;br /&gt;
* &#039;&#039;&#039;PWR blinks&#039;&#039;&#039; - Soundcard is playing or recording&lt;br /&gt;
* &#039;&#039;&#039;PTT&#039;&#039;&#039; - Push to talk is active (SSB and also CW)&lt;br /&gt;
* &#039;&#039;&#039;CW&#039;&#039;&#039; - CW in the rhytm of Morse code&lt;br /&gt;
* &#039;&#039;&#039;MIC&#039;&#039;&#039; - The SSR connects &#039;&#039;&#039;MIC&#039;&#039;&#039; to the &#039;&#039;&#039;MOD&#039;&#039;&#039; (off/disconnected if CQ is active)&lt;br /&gt;
&lt;br /&gt;
==Trimmers==&lt;br /&gt;
* &#039;&#039;&#039;CQ&#039;&#039;&#039; - Modulation level to the Transceiver&lt;br /&gt;
* &#039;&#039;&#039;REC&#039;&#039;&#039; - Record level attenuator&lt;br /&gt;
&lt;br /&gt;
==PCB==&lt;br /&gt;
{{Download|Davac-5.1-gerber.zip}} Gerber files to order PCB at [https://www.elecrow.com Elecrow] or [https://www.jlcpcb.com jlcpcb.com].&lt;br /&gt;
&lt;br /&gt;
==Box==&lt;br /&gt;
{{Download|Davac-5.1-box.zip}} STL files for 3D printer.&lt;br /&gt;
&lt;br /&gt;
Recommendations:&lt;br /&gt;
* Nozzle 0.4mm&lt;br /&gt;
* No support, maybe brim in case of bad adhesion&lt;br /&gt;
* Layer height - first 0.3mm, others 0.2mm&lt;br /&gt;
* PETG or PLA&lt;br /&gt;
&lt;br /&gt;
Light guides are made from transparent PETG filament.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
{{Download|Davac51-bom.csv}} Bill of material for [http://tme.eu tme.eu] .&lt;br /&gt;
&lt;br /&gt;
(not including cables)&lt;br /&gt;
&lt;br /&gt;
==Set USB string to EEPROM==&lt;br /&gt;
Only if the &#039;&#039;&#039;93C46&#039;&#039;&#039; is installed. From menu &#039;&#039;&#039;Setup, CW keying, Davac5 options&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Davac5-tucnak.png|none|frame|EEPROM edit in Tucnak]]&lt;br /&gt;
&lt;br /&gt;
==Post production inspection==&lt;br /&gt;
[[Image:Davac51-qc.jpg|none|thumb|none|600px|Test points]]&lt;br /&gt;
&lt;br /&gt;
# Connect device to computer. The &#039;&#039;&#039;green LED&#039;&#039;&#039; lights up.&lt;br /&gt;
# Start Tucnak. Go to [[Setup#CW keying|CW keying]], set &#039;&#039;&#039;Enable&#039;&#039;&#039; and &#039;&#039;&#039;Davac5&#039;&#039;&#039;.&lt;br /&gt;
# Go to [[Setup#Audio|Audio]], Choose &#039;&#039;&#039;Davac 5.1&#039;&#039;&#039; for playback and capture.&lt;br /&gt;
# Connect headphones to green jack (RADIO1). Run SSB CQ (You will hear it weak beacause impedance do not match headphones)&lt;br /&gt;
# Take multimeter, set it to diode measure with buzzer. Look at image above.&lt;br /&gt;
# Connect measuring needles to &#039;&#039;&#039;PTT&#039;&#039;&#039; points. Use &#039;&#039;&#039;TAB key&#039;&#039;&#039; in Tucnak to turn TX ON. The &#039;&#039;&#039;red LED&#039;&#039;&#039; lighs up and multimeter will &#039;&#039;&#039;beep&#039;&#039;&#039;.&lt;br /&gt;
# Press &#039;&#039;&#039;ESC&#039;&#039;&#039; to RX. Connect needles to &#039;&#039;&#039;SSBW&#039;&#039;&#039; points. Buzzer will &#039;&#039;&#039;beep&#039;&#039;&#039; together with &#039;&#039;&#039;yellow LED&#039;&#039;&#039;. Run SSB CQ (F5), &#039;&#039;&#039;LED&#039;&#039;&#039; and &#039;&#039;&#039;buzzer&#039;&#039;&#039; will &#039;&#039;&#039;OFF&#039;&#039;&#039;.&lt;br /&gt;
# During SSB CQ (or SSB recording) the &#039;&#039;&#039;green LED&#039;&#039;&#039; blinks.&lt;br /&gt;
# Press &#039;&#039;&#039;Alt+M&#039;&#039;&#039; for CW. Connect multimeer to &#039;&#039;&#039;CW&#039;&#039;&#039; points. Run CW CQ (F5). Multimeter will &#039;&#039;&#039;beep&#039;&#039;&#039; together with &#039;&#039;&#039;blue LED&#039;&#039;&#039;.&lt;br /&gt;
# Switch multimeter to Voltage measure to &amp;gt;3V range (4V, 20V...). Measure points &#039;&#039;&#039;BIAS&#039;&#039;&#039;. Voltage must be around &#039;&#039;&#039;3V&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Mprog&amp;diff=3170</id>
		<title>Mprog</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Mprog&amp;diff=3170"/>
		<updated>2024-07-29T19:19:37Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=How to use MProg to change VID/PID=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Download MProg from https://tucnak.nagano.cz/download.php#mprog&lt;br /&gt;
* Unplug all FTDI devices. Best way is to unplug all USB devices.&lt;br /&gt;
* Run MProg&lt;br /&gt;
* File, Open, choose &#039;&#039;&#039;rotar.ept&#039;&#039;&#039; or &#039;&#039;&#039;davac4.ept&#039;&#039;&#039;&lt;br /&gt;
* Press toolbar button &#039;&#039;&#039;Programm All Existing Devices&#039;&#039;&#039; or press &#039;&#039;&#039;Ctrl+P&#039;&#039;&#039;&lt;br /&gt;
* Press toolbar button &#039;&#039;&#039;Cycle device&#039;&#039;&#039;&lt;br /&gt;
* Cancel drivers installation request&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3169</id>
		<title>Changelog</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3169"/>
		<updated>2024-07-03T19:57:36Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=4.61=&lt;br /&gt;
2024-07-03&lt;br /&gt;
* Do not set empty rig Device to keep rigctld default address 127.0.0.1:4533&lt;br /&gt;
* Added --without-rtlsdr into configure&lt;br /&gt;
* Debian package is build without librtlsdr (0.6 vs 2.0 binary incompatibility)&lt;br /&gt;
* OE Activity added bands OPQ&lt;br /&gt;
* Removed global Ctrl+K, it conflicts with 10GHz band change, TNX to OZ1FF&lt;br /&gt;
&lt;br /&gt;
=4.60=&lt;br /&gt;
2024-06-18&lt;br /&gt;
* THz (Light) band&lt;br /&gt;
* IARU reg.I ATV contest&lt;br /&gt;
* IARU reg.I MGM contest&lt;br /&gt;
* RTTY changed to MGM&lt;br /&gt;
* Ctrl+K and Alt+K work also in main input line&lt;br /&gt;
* Fixed Band switch value after contest load from network&lt;br /&gt;
* Touch keyboard SDL2 font size fix&lt;br /&gt;
* Touch keyboard SDL2 input fix&lt;br /&gt;
&lt;br /&gt;
=4.59=&lt;br /&gt;
2024-04-11&lt;br /&gt;
* Fixed upgrade/HTTP timeout, TNX to OK1UGE&lt;br /&gt;
* CW word space length fix, TNX to OK1DOL&lt;br /&gt;
* New libSDL 2.30.1 for Windows	builds&lt;br /&gt;
* Always show aircraft provider name&lt;br /&gt;
* Default KST QRB is 910km&lt;br /&gt;
* Aircraft dump1090 support, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.58=&lt;br /&gt;
* Fixed unability to run without admin rights under Windows, TNX to OK7KM, OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.57=&lt;br /&gt;
2024-03-01&lt;br /&gt;
* Next libiconv call fixes, TNX to OK2JTB, M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.56=&lt;br /&gt;
2024-02-27&lt;br /&gt;
* Fixed aircraft.dk error message, TNX to G1OGY&lt;br /&gt;
* Reviewed errno handling, TNX to G1OGY&lt;br /&gt;
* Some libiconv call fixes, TNX to IN3UPQ&lt;br /&gt;
* Next fix for Davac5 udev rules, TNX to OK1ELE&lt;br /&gt;
&lt;br /&gt;
=4.55=&lt;br /&gt;
2024-01-23&lt;br /&gt;
* Return to manualy save the tucnakrc (many many problems with autosave)&lt;br /&gt;
* Linux udev rules for CM108 family (Davac5), TNX to OK1ELE&lt;br /&gt;
* Fixed linux rotar save freeze, TNX to M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.54=&lt;br /&gt;
2024-01-05&lt;br /&gt;
* Removed Dump RW bands and hashes&lt;br /&gt;
* KST QSO phase filter, TNX to OK1MZM&lt;br /&gt;
* Fixed PortAudio device search (hostApi)&lt;br /&gt;
* Fixed PortAudio recording devixe, TNX to OK2WO&lt;br /&gt;
* Fixed Paypal donate, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.53=&lt;br /&gt;
2023-12-17&lt;br /&gt;
* Airscatter.dk feed, TNX to OV3T&lt;br /&gt;
* Donate via PayPal or Buymeacofee&lt;br /&gt;
* Truetype font&lt;br /&gt;
* Centerwwl, OSN credentials null fix&lt;br /&gt;
* MinASL tested on load&lt;br /&gt;
* ASfile fixed unknown wingspan&lt;br /&gt;
* AS print ICAO24 address (ID)&lt;br /&gt;
* Disabled RS Meteox and Wetteronline&lt;br /&gt;
* HTTPS (openssl) under Android&lt;br /&gt;
* Rainviewer timer fix&lt;br /&gt;
* libzia TLS message fix&lt;br /&gt;
&lt;br /&gt;
=4.52=&lt;br /&gt;
2023-11-20&lt;br /&gt;
* Fixed overflow bug in AS options under Linux, TNX to G1OGY&lt;br /&gt;
* Default AS provider is ADSB One&lt;br /&gt;
* Fixed RS SCP dist 310&lt;br /&gt;
* Fixed Linux ttys *printf without arguments&lt;br /&gt;
&lt;br /&gt;
=4.51=&lt;br /&gt;
2023-11-19&lt;br /&gt;
* New option AS Center WWL&lt;br /&gt;
* AS tracking also for remote rotator&lt;br /&gt;
* ADS-B One feed, TNX to G1OGY&lt;br /&gt;
* Optimized file read in AS thread&lt;br /&gt;
* Better HTTP error reporting&lt;br /&gt;
* Fixed Feed filename load in AS options dialog. TNX to OK1ELE&lt;br /&gt;
* Memory leak fixes&lt;br /&gt;
&lt;br /&gt;
=4.50=&lt;br /&gt;
2023-11-18&lt;br /&gt;
* Aircraft file feed returned for planefinder.net&lt;br /&gt;
* Wingspan from icao24, many TNX to G1OGY&lt;br /&gt;
* Fixed wingspan respects imperial units setting&lt;br /&gt;
* Fixed rotars reinit race condition while AC tracking&lt;br /&gt;
* Added configure --without-hidapi&lt;br /&gt;
* OpenSky-network feed&lt;br /&gt;
&lt;br /&gt;
=4.49=&lt;br /&gt;
2023-10-30&lt;br /&gt;
* Fixed config save after window resize&lt;br /&gt;
* Aircraft size, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.48=&lt;br /&gt;
2023-10-15&lt;br /&gt;
* Aircraft scatter changed feed to firefox addon&lt;br /&gt;
* Rig config&lt;br /&gt;
* Fixed oct8tor wait for thread&lt;br /&gt;
* Fixed rig close (unlock filename)&lt;br /&gt;
* Fixed broken rig_handshake_none&lt;br /&gt;
&lt;br /&gt;
=4.47=&lt;br /&gt;
2023-10-04&lt;br /&gt;
* Save PortAudio device names instead of numbers&lt;br /&gt;
* Davac5 full support&lt;br /&gt;
* Fixed oct8tor leaks&lt;br /&gt;
* Removed obsolete hdkeyb support&lt;br /&gt;
* JP90 is in SM5, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.46=&lt;br /&gt;
2023-09-09&lt;br /&gt;
* Fixed memory leaks&lt;br /&gt;
* Fixed AS crash, TNX to OK1UGE and SQ6EMM&lt;br /&gt;
* Fixed subwin save, TNX to OK2SLC&lt;br /&gt;
* Fixed Log lines change, TNX to OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.45=&lt;br /&gt;
2023-08-25&lt;br /&gt;
* QRG for sked saves contest&lt;br /&gt;
* Rig and Rotar poll intervals set to valid values&lt;br /&gt;
* Removed Terminal options&lt;br /&gt;
* Configuration autosave after OK in every setup dialog&lt;br /&gt;
* Map keys (L) only without modifiers (Ctrl)&lt;br /&gt;
* Gain graph redraw after band change&lt;br /&gt;
* Removed floppy autosave&lt;br /&gt;
&lt;br /&gt;
=4.44=&lt;br /&gt;
2023-06-04&lt;br /&gt;
* Save QRG for all bands into contest files&lt;br /&gt;
* Fixed crash bad font size, TNX to OK1MZM&lt;br /&gt;
* Fixed subwin highlight for characters &amp;gt;=0x80&lt;br /&gt;
* Oct8tor support&lt;br /&gt;
* Names and FM Pohar update, TNX to OK4DJ&lt;br /&gt;
* Winkey echoback, TNX to OK4DJ&lt;br /&gt;
* Load from net loads also contest defaults&lt;br /&gt;
* Fixed KST messages (/CQ)&lt;br /&gt;
* Fixed chart redraw after new QSO, TNX to OK2SLC&lt;br /&gt;
* Removed Alt+G&lt;br /&gt;
&lt;br /&gt;
=4.43=&lt;br /&gt;
2023-04-15&lt;br /&gt;
* Initial window type in Change type, TNX to OK2SLC&lt;br /&gt;
* Fixed chart after EDI load, TNX to OK2SLC&lt;br /&gt;
* Fixed: new KST stations are red, TNX to OK1MZM&lt;br /&gt;
* cppcheck warning level fixes&lt;br /&gt;
* Included rotctld.exe&lt;br /&gt;
&lt;br /&gt;
=4.42=&lt;br /&gt;
2023-03-09&lt;br /&gt;
* [CLR] click only on button&lt;br /&gt;
* KST message cleanup, TNX to OK2WO&lt;br /&gt;
* linux xset fix, TNX to OK4DJ&lt;br /&gt;
* HTTP header parse fix, TNX to OK7SE&lt;br /&gt;
* Configure C99 fix, TNX to OK2JRQ&lt;br /&gt;
* Fixed empty RST-S bug, TNX to G1OGY&lt;br /&gt;
* Spy active band (*)&lt;br /&gt;
* Fixed tucnakrc parse&lt;br /&gt;
&lt;br /&gt;
=4.41=&lt;br /&gt;
2023-03-02&lt;br /&gt;
* Display AS in imperial units option&lt;br /&gt;
* Ctrl+S for hamlib/remote rotator stop, TNX to G1OGY&lt;br /&gt;
* Rotar	description up to 8 characters&lt;br /&gt;
* Configure socklen_t fix, TNX to Florian Weimer&lt;br /&gt;
&lt;br /&gt;
=4.40=&lt;br /&gt;
2023-01-07&lt;br /&gt;
* Fixed ADIF import, TNX to OK2WO&lt;br /&gt;
* Fixed keypad double keys and Ctrl +-&lt;br /&gt;
* Removed accidentally create of font18x32.png&lt;br /&gt;
* Robust KST /sh us &lt;br /&gt;
* Limit rit to +-10000 Hz&lt;br /&gt;
&lt;br /&gt;
=4.39=&lt;br /&gt;
2022-12-10&lt;br /&gt;
* ON4KST telnet protocol change&lt;br /&gt;
* Fixed AS download crash, TNX to OK2SLC&lt;br /&gt;
* Fixed keypad on windows (Ctrl +-)&lt;br /&gt;
* Menu triple bar&lt;br /&gt;
&lt;br /&gt;
=4.38=&lt;br /&gt;
2022-11-25&lt;br /&gt;
* ADIF import STX_STRING, SRX_STRING, TNX to DF2ET&lt;br /&gt;
* DARC Worked All Germany Contest, TNX to DF2ET&lt;br /&gt;
* SP activity contest, TNX to SQ6EMM&lt;br /&gt;
* Gentoo build fix, TNX to DL1JBE&lt;br /&gt;
* MMMonVHF instead of EBW&lt;br /&gt;
* USB info about opened Davac and Rotar, TNX to OK1MZM&lt;br /&gt;
* KST full name (including bands) in QSO info&lt;br /&gt;
* Davac reset on startup&lt;br /&gt;
&lt;br /&gt;
=4.37=&lt;br /&gt;
2022-08-30&lt;br /&gt;
* AcKST is now latest activity, not presence&lt;br /&gt;
* Fixed EDI import crash, TNX to OK1MZM&lt;br /&gt;
* Linux lock permission fix, TNX to OK4DJ&lt;br /&gt;
* Fullscreen fix, TNX to OK7KM&lt;br /&gt;
* Allow 4k displays&lt;br /&gt;
* libzia bfd/binutils require fix, TNX to OK2JRQ&lt;br /&gt;
* RST recovery from *.swp&lt;br /&gt;
* ifa_addr == NULL fix, TNX to OK2JRQ&lt;br /&gt;
&lt;br /&gt;
=4.36=&lt;br /&gt;
2022-04-29&lt;br /&gt;
* Mode change from menu, default RST fix, TNX to OK4DJ&lt;br /&gt;
* FM Alt+M accidental CQ fix&lt;br /&gt;
* Argument -c for other tucnakrc&lt;br /&gt;
* Minimal required glib is 2.30&lt;br /&gt;
* Fixed memory leaks discovered by valgrind&lt;br /&gt;
* AS info can use temporary locator, TNX to OK1MZM&lt;br /&gt;
* Fixed czech network info&lt;br /&gt;
* itrm free fix, TNX to Ozkan Sezer&lt;br /&gt;
* zifaces redefinition fix, TNX to Ozkan Sezer&lt;br /&gt;
&lt;br /&gt;
=4.35=&lt;br /&gt;
2022-04-12&lt;br /&gt;
* Italian activity contest, TNX to IU5BON&lt;br /&gt;
* Memory free fix, TNX to IU5BON&lt;br /&gt;
* MacOs/linux interfaces detect, TNX to IU5BON&lt;br /&gt;
* MacOs build fix, TNX to IU5BON&lt;br /&gt;
* Fixed aircraft plural, TNX to IU5HKX&lt;br /&gt;
* IARU band names convert at start&lt;br /&gt;
* IARU band names fix&lt;br /&gt;
* Linux desktop file icon/exec fix, TNX to SQ6EMM&lt;br /&gt;
* DARC XMAS contest, tttype fix, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib configure, TNX to DH5YM&lt;br /&gt;
&lt;br /&gt;
=4.34=&lt;br /&gt;
2021-12-22&lt;br /&gt;
* CW breakable only opt-in&lt;br /&gt;
* RIT read only if supported, TNX to OK1MZM&lt;br /&gt;
* Hamlib voice/morse thread fix, TNX to SQ6EMM&lt;br /&gt;
* Input breaks only repeated CQ, TNX to OZ9GE&lt;br /&gt;
* Minimal rig poll is 100ms, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.33=&lt;br /&gt;
2021-12-12&lt;br /&gt;
* Fixed gcc 10.2 warnings&lt;br /&gt;
* Moon contest 23cm&lt;br /&gt;
* Fixed zserial_close race condition&lt;br /&gt;
* Fixed expedition mode from wizzard, TNX to OK1MZM&lt;br /&gt;
* Rotator offset&lt;br /&gt;
* KST networking partial rewrite&lt;br /&gt;
* Updated KST IP, used without DNS&lt;br /&gt;
* Content-type check in AS, RainViewer&lt;br /&gt;
* Excluded vhfcontestnet&lt;br /&gt;
* Swap recovery keeps date/time, TNX to OK1FIK&lt;br /&gt;
* Code inout breaks CQ, TNX to OK1FIK&lt;br /&gt;
* Infinite rotator beam&lt;br /&gt;
* CW/SSB CQ using Hamlib, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.32=&lt;br /&gt;
2020-09-30&lt;br /&gt;
* Ruhrgebiets Contest, TNX to DF2ET&lt;br /&gt;
* Alt+A crash, TNX to OK2SLC&lt;br /&gt;
* Linux interfaces bug fixed, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.31=&lt;br /&gt;
2020-09-14&lt;br /&gt;
* Hamlib 4.3.1 in windows package :-))&lt;br /&gt;
* IARU band names update, TNX to OK5ZS&lt;br /&gt;
* Linux double Alt+M fix, TNX to IZ3GME&lt;br /&gt;
* Linux winkey timeout fix, TNX to IZ3GME&lt;br /&gt;
* KST messages &amp;quot;CALL MSG&amp;quot; showed in bottom log&lt;br /&gt;
* Fixed border redraw after locator change&lt;br /&gt;
&lt;br /&gt;
=4.30=&lt;br /&gt;
2021-06-29&lt;br /&gt;
* DARC 2m Education Contest in wizzard&lt;br /&gt;
* Rainviewer Web Mercator projection fix&lt;br /&gt;
* AS info above clouds in map&lt;br /&gt;
* AS tracking hysteresis +-1deg&lt;br /&gt;
* Fixed DNS crash&lt;br /&gt;
* Hamlib 4.2 fix, TNX to KF5OIM&lt;br /&gt;
&lt;br /&gt;
=4.29=&lt;br /&gt;
2021-05-23&lt;br /&gt;
* Paleni carodejnic partial support, TNX to OK4DJ&lt;br /&gt;
* ARI DX partial support, TNX to OK4DJ&lt;br /&gt;
* ADIF TX_PWR, TNX DF2ET&lt;br /&gt;
* Airscatter plane tracking by rotator&lt;br /&gt;
* Hamlib rotator elevation and baudrate support&lt;br /&gt;
* Rainviewer support, TNX to RT5D&lt;br /&gt;
* Fixed gnutls error messages&lt;br /&gt;
* KST &amp;amp;amp; -&amp;gt; &amp;amp;&lt;br /&gt;
* Removed qsop_method total_method debug message&lt;br /&gt;
&lt;br /&gt;
=4.28=&lt;br /&gt;
2021-04-21		&lt;br /&gt;
* Fixed meteox load, TNX OK4DJ&lt;br /&gt;
* Map context menu on right click to turn rotator&lt;br /&gt;
* Fixed crash before QSO edit, TNX to OK1PKO&lt;br /&gt;
&lt;br /&gt;
=4.27=&lt;br /&gt;
2021-04-13&lt;br /&gt;
* tucnaknames update, TNX to OK4DJ&lt;br /&gt;
* HTML code in separate columns, TNX to DF2ET&lt;br /&gt;
* DARC Easter Contest, TNX to DF2ET&lt;br /&gt;
* Fixed crash after QSO edit, TNX to OK1ELE&lt;br /&gt;
* Fixed Android 4.1 library order, TNX to OK1PKO&lt;br /&gt;
* Sums across all bands in HTML report, TNX to DF2ET&lt;br /&gt;
* Fixed android locale characters problem&lt;br /&gt;
&lt;br /&gt;
=4.26=&lt;br /&gt;
2021-02-26&lt;br /&gt;
* SOTA and DXC update, TNX to OK2MUF&lt;br /&gt;
* GTK2 -&amp;gt; GTK3 for libzia messagebox&lt;br /&gt;
* Changed i18n generation not to require ISO8859-2 locales&lt;br /&gt;
* Fixed free() bug under Linux, TNX to OK3TV&lt;br /&gt;
* Fixed some problems reported by Valgrind&lt;br /&gt;
* Ctrl+Up/Down arrows emulate PageUp/PageDown&lt;br /&gt;
&lt;br /&gt;
=4.25=&lt;br /&gt;
2021-01-20&lt;br /&gt;
* Moon contest full support (in QTH use minus instead of spaces, only english chars)&lt;br /&gt;
* Fixed Contest Lombardia points&lt;br /&gt;
* TNX to OK5ZS for precise testing&lt;br /&gt;
* chmi.cz fix (HTTPS)&lt;br /&gt;
* TLS (HTTPS) support using GNUTLS&lt;br /&gt;
* Re-arranged Contest options, TNX to OK1MZM&lt;br /&gt;
* Support for contest phases, TNX to OK6RP, OK5ZS&lt;br /&gt;
* STF export, TNX to DF2ET&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* ICAO DB update, TNX to G1OGY&lt;br /&gt;
* Fixed text file load without trailing CRLF, TNX to OK1MZM&lt;br /&gt;
* Fixed ICAO DB, TNX to G1OGY&lt;br /&gt;
* Fixed zsdl variable, TNX to DF2ET&lt;br /&gt;
* SOTA export, TNX to OK2MUF&lt;br /&gt;
* Directory to store logs, TNX to DF2ET&lt;br /&gt;
* Adif ERROR export choices, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.24=&lt;br /&gt;
2020-11-16&lt;br /&gt;
* New Debian maintainer OK3ON&lt;br /&gt;
* Fixed QRV window crash, TNX to OK1MZM&lt;br /&gt;
* Skips wkd WWL in KST list&lt;br /&gt;
* Fixed map update after contest open/close, TNX to OK1MZM&lt;br /&gt;
* Tmpqsos context menu, added infos also for fifo context menu&lt;br /&gt;
* Scatterpoint detect&lt;br /&gt;
* Fixed bug in tmpqsos&lt;br /&gt;
* Renamed A/C to AS&lt;br /&gt;
* Support for SDL2&lt;br /&gt;
* Detected SIOCGIFHWADDR for MacOs, TNX to SQ2JUL&lt;br /&gt;
* Fixed ASCII texts conversion for Android, TNX to OK5ZS&lt;br /&gt;
&lt;br /&gt;
=4.23=&lt;br /&gt;
2020-09-15&lt;br /&gt;
* Fixed crash on file choose (EDI import), TNX to G1OGY&lt;br /&gt;
* R-Contest, TNX to DF2ET&lt;br /&gt;
* BSD style -Wl,-map&lt;br /&gt;
* KST menu to select call when text scrolls fast&lt;br /&gt;
* SDL events in same thread on MacOs, TNX to SQ2JUL&lt;br /&gt;
* ADIF items update, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib rotar &lt;br /&gt;
* Trace hamlib rotars&lt;br /&gt;
* ` toggles split VFOs MAIN/SUB, TNX to OK1FIK&lt;br /&gt;
&lt;br /&gt;
=4.22=&lt;br /&gt;
2020-08-10&lt;br /&gt;
* New hamlib 3.3 in windows package, TNX to OK2WO, OZ9GE&lt;br /&gt;
* Fixed tucnakdw prefixes recognition (SK6), TNX to OZ9GE&lt;br /&gt;
* JO57 is SM6&lt;br /&gt;
* Libzia.pc&lt;br /&gt;
* Increased rotator timeout ranges&lt;br /&gt;
* Replaced obsolete glib macros&lt;br /&gt;
* New config.guess and config.sub for aarch64&lt;br /&gt;
* All c and h files are in utf-8&lt;br /&gt;
* New libbfd macros support&lt;br /&gt;
* Support for detailed tucnakdw, TNX to OK2WO&lt;br /&gt;
* QRG in QSOs window for M7IMF&lt;br /&gt;
* Do not print open hdkeyb error mesage&lt;br /&gt;
* Fixed crash under terminal with long name&lt;br /&gt;
* DARC VHF UHF uW contest, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.21=&lt;br /&gt;
2020-04-21&lt;br /&gt;
* EXC len 20 characters&lt;br /&gt;
* KST message from right click in log (bottom of screen)&lt;br /&gt;
* Rig error message showed&lt;br /&gt;
* Fixed rig device lock&lt;br /&gt;
* COM keying on single pin&lt;br /&gt;
* GCC warning fixes&lt;br /&gt;
* Autoconf obsolete macro remove, TNX to OK2JRQ&lt;br /&gt;
* Some files in UTF-8, TNX to OK2JRQ&lt;br /&gt;
* Next fix for update_deb.sh, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.20=&lt;br /&gt;
2020-01-29&lt;br /&gt;
* Fixed update_deb.sh, TNX to G1OGY&lt;br /&gt;
* GCC-10 fixes, TNX to Robert-André Mauchin&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* WSA multipliers update, TNX to DF2ET&lt;br /&gt;
* Fixed broken libpng.dll, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.19=&lt;br /&gt;
2020-01-10&lt;br /&gt;
* FSF address update, TNX to OK2JRQ&lt;br /&gt;
* WNA multipliers update, TNX to DF2ET&lt;br /&gt;
* HTTP server refresh, TNX to DF2ET&lt;br /&gt;
* K7FRY&#039;s locator map, TNX to G1OGY&lt;br /&gt;
* Different EXC length, TNX to DF2ET&lt;br /&gt;
* Fixes for OpenBSD&lt;br /&gt;
* Some warning fixes&lt;br /&gt;
* MacOS build, TNX to Vitaliy UT4UAZ&lt;br /&gt;
* Fixed build under FreeBSD 12.0&lt;br /&gt;
* Optional exchange in Cabrillo, TNX to DF2ET&lt;br /&gt;
* Fixed msvcr120.dll, TNX to OK1CDJ, OK5ZS  &lt;br /&gt;
&lt;br /&gt;
=4.18=&lt;br /&gt;
2019-09-04&lt;br /&gt;
* Fixed startup crash on Debian i386, TNX G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.17=&lt;br /&gt;
2019-09-01&lt;br /&gt;
* Valid QSO count for OK2WO&lt;br /&gt;
* Changed export extension ADIF-&amp;gt;ADI&lt;br /&gt;
* Fixed wifi interface name under Windows&lt;br /&gt;
* New libpng.dll&lt;br /&gt;
* Removed battery support under Windows&lt;br /&gt;
* Switch to VS2013 (toolset v120_xp)&lt;br /&gt;
* Fixed battery state detection win32&lt;br /&gt;
&lt;br /&gt;
=4.16=&lt;br /&gt;
2019-04-17&lt;br /&gt;
* Removed libusb0 under windows&lt;br /&gt;
* Contest Lombardia support&lt;br /&gt;
* Removed vhfcontest.net support&lt;br /&gt;
* Do not mark DUPE in expedition mode&lt;br /&gt;
&lt;br /&gt;
=4.15=&lt;br /&gt;
2018-11-13&lt;br /&gt;
* Us-ascii strings in Android to prevent charset-relate crash &amp;gt;= 7.0&lt;br /&gt;
* Worked WWLs in map displayed red&lt;br /&gt;
* WWL in KST users list, missing WWL multipliers displayed green&lt;br /&gt;
* SSID support for ON4KST chat&lt;br /&gt;
* PTT tail&lt;br /&gt;
* 59* (numeric keypad) is RST-S, TNX to OK5ZS&lt;br /&gt;
* Updated wetteronline rain map (site change)&lt;br /&gt;
&lt;br /&gt;
=4.14=&lt;br /&gt;
* Quiet mode for soundwrapper&lt;br /&gt;
* Uninstall cleanup on Windows&lt;br /&gt;
* Fixed &amp;quot;QRM&amp;quot; from remote rotator. TNX to OK1XDF&lt;br /&gt;
* Upgraded libftdi to 1.4 under MSVC&lt;br /&gt;
* Back to VS2010 for WinXP&lt;br /&gt;
* Cabrillo EXC indent&lt;br /&gt;
&lt;br /&gt;
=4.13=&lt;br /&gt;
2018-05-06&lt;br /&gt;
* Fixed new gcc warnings&lt;br /&gt;
* KST dark yellow of worked call, also not selected&lt;br /&gt;
* Lowered priority of A/C thread&lt;br /&gt;
* Compute A/C for whole QRV list&lt;br /&gt;
* Fixed crash on Android 7, TNX to OK1USW&lt;br /&gt;
* Fixed KST sort by NR&lt;br /&gt;
* Improved RIG timeout&lt;br /&gt;
* Fixed RIT read from rig&lt;br /&gt;
* MSVC120 (VS1013)&lt;br /&gt;
* Plane type and wingspan in map&lt;br /&gt;
* KST /sh us sent after connect&lt;br /&gt;
* QRV list rework&lt;br /&gt;
* KST QRB filter&lt;br /&gt;
* Ask for sked B&lt;br /&gt;
&lt;br /&gt;
=4.12=&lt;br /&gt;
2018-03-04&lt;br /&gt;
* KST color for station worked on actual band (dark yellow)&lt;br /&gt;
* KST color - station worked on all read-write bands is dark grey&lt;br /&gt;
* Fixed KST A/C info, call with -number &lt;br /&gt;
&lt;br /&gt;
=4.11=&lt;br /&gt;
2017-10-04&lt;br /&gt;
* X-QSO: in cabrillo, TNX to DO2HG&lt;br /&gt;
* German translation of program, TNX to DO2HG&lt;br /&gt;
* ON UBA contest in wizzard, TNX to DO2HG&lt;br /&gt;
* claimed live score to slovhf.net&lt;br /&gt;
* removed KST debug dump, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.10=&lt;br /&gt;
2017-08-30&lt;br /&gt;
* Rainscatter does not show low intensity rain&lt;br /&gt;
* New band multipliers for NAC&lt;br /&gt;
* Fx macros in CW window, TNX to DL5YBZ&lt;br /&gt;
* Fixed rotctld filename, TNX to DL4PD&lt;br /&gt;
* Fixed crash in DXC, TNX to DL4PD&lt;br /&gt;
* Fixed mingw compile&lt;br /&gt;
* Fixed compile errors witout SDL, TNX to OK1CDJ&lt;br /&gt;
&lt;br /&gt;
=4.09=&lt;br /&gt;
2017-02-15&lt;br /&gt;
* Fixed Spy crash, TNX to OK1CT&lt;br /&gt;
* Fixed hamlib rotator, TNX to OZ1CT&lt;br /&gt;
* Fixed update crash, TNX to DJ0QZ&lt;br /&gt;
* Fixed startup crash in text mode&lt;br /&gt;
* Fixes for FreeBSD 10.2&lt;br /&gt;
* Updated WNA/WSA scoring in support files &lt;br /&gt;
&lt;br /&gt;
=4.08=&lt;br /&gt;
2016-08-10&lt;br /&gt;
* Support for Multiplied exchanges&lt;br /&gt;
* Support for WNA and WSA Westphalia Activity&lt;br /&gt;
* DOKs in validated EXCs&lt;br /&gt;
* A/C smaller planes on smaller zoom&lt;br /&gt;
* JA in tucnakdw&lt;br /&gt;
* SDR without SDL&lt;br /&gt;
* Fixed localization crashes in SDL init&lt;br /&gt;
* Rainscatter maps&lt;br /&gt;
* Menu Set Mode for AM/FM/RTTY &lt;br /&gt;
&lt;br /&gt;
=4.07=&lt;br /&gt;
2016-04-29&lt;br /&gt;
* Fixed A/C feed load interrupt under minimal altitude&lt;br /&gt;
* A/C feed URL got from server&lt;br /&gt;
* Fixed text in the &amp;quot;Only digits mean&amp;quot; button &lt;br /&gt;
&lt;br /&gt;
=4.06=&lt;br /&gt;
2016-03-11&lt;br /&gt;
* Summary dialog before vhfcontest.net upload&lt;br /&gt;
* Stats WWL radius&lt;br /&gt;
* Fixed qsoglob in tucnakwiz for SSB Liga &lt;br /&gt;
* Fixed tucnakrc crash after downgrade&lt;br /&gt;
* Fixes for clang 3.5&lt;br /&gt;
* Fixed many rig PTT problems, TNX to G4ZTR&lt;br /&gt;
* Fixed race condition in rig initialization&lt;br /&gt;
* New rig option Force handshake NONE, TNX to G4ZTR&lt;br /&gt;
* Hamlib 3.1~git in windows package&lt;br /&gt;
* Fixed bug in first start in textmode&lt;br /&gt;
* Compile fixes for probably bug in gcc 4.6&lt;br /&gt;
* Support for libftdi 1.0&lt;br /&gt;
* Fixed bug in QSO trace under windows, TNX to SP6LTC &lt;br /&gt;
&lt;br /&gt;
=4.05=&lt;br /&gt;
2015-10-12&lt;br /&gt;
* Koel-Achen contest wizzard and EXC data, TNX to DL4PD&lt;br /&gt;
* Fixed bug in QRB compute JN54KP-JN54KP, TNX to IU4APB&lt;br /&gt;
* Ctrl+Up/Down in bandmap tunes rig to next spot&lt;br /&gt;
* Use in DXC window sets rig frequency&lt;br /&gt;
* Fixed AC start time display, TNX to OK3MAD&lt;br /&gt;
* Inverse display&lt;br /&gt;
* Fixed &amp;quot;ZC4:&amp;quot; bug in tucnakdw, TNX to DL7BST&lt;br /&gt;
* Fixed unifinished QSO without qsonr, TNX to DL7BST&lt;br /&gt;
* DXCC multipliers in HF window&lt;br /&gt;
* Included txt2inc.pl and master.scp, TNX to DL7BST&lt;br /&gt;
&lt;br /&gt;
=4.04=&lt;br /&gt;
2015-08-07&lt;br /&gt;
* Fixed rebuild scripts and libiberty detection&lt;br /&gt;
* Removed Crash test and Int.error test also from v4, TNX to SP2FRY&lt;br /&gt;
* Fixed italian translation, TNX to IK4XQT&lt;br /&gt;
* AC&#039;s sorted in z-order&lt;br /&gt;
* Fixed translations&lt;br /&gt;
&lt;br /&gt;
=4.03=&lt;br /&gt;
2015-06-04&lt;br /&gt;
* RSGB M7 support for G4ZTR&lt;br /&gt;
* Official Tucnak package in Debian, TNX to G8TMV&lt;br /&gt;
* tac2tuc.pl removed from install&lt;br /&gt;
* Modifications of build system to satisfy Debian&#039;s pbuild&lt;br /&gt;
* Fixed menu name, TNX to OZ1PIF&lt;br /&gt;
* Fixed A/C info without known locator&lt;br /&gt;
* Fixed A/C info crash, sw-&amp;gt;zoom was not set &lt;br /&gt;
&lt;br /&gt;
=4.02=&lt;br /&gt;
2015-05-12&lt;br /&gt;
* Fixed A/C freeze under WinXP, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.01=&lt;br /&gt;
2015-05-11&lt;br /&gt;
* Fixed bug in cor recalc on WinXP, TNX to OZ9GE&lt;br /&gt;
* Fixed A/C WWL update, TNX to OK1MZM&lt;br /&gt;
* Fixed update output parse&lt;br /&gt;
&lt;br /&gt;
=4.00=&lt;br /&gt;
* KST dump skip&lt;br /&gt;
* Fixes for development on Jessie&lt;br /&gt;
* Fixed missing WWLs in stats window, tnx to OZ9GE&lt;br /&gt;
* Fixed Sun position jun-sep&lt;br /&gt;
* Talk offline transfer&lt;br /&gt;
* Updated Czech translation&lt;br /&gt;
* Fixed scroll when searching in KST/DXC&lt;br /&gt;
* Fixed QSO hash, can cause bad call highlight in KST/DXC&lt;br /&gt;
* Fixed layout update in text mode after Misc options&lt;br /&gt;
* Fixed and optimized cor recalculation&lt;br /&gt;
* Airplane position is in the center of sign&lt;br /&gt;
* Fixed new format of A/C feed&lt;br /&gt;
* Updated KST server IP list&lt;br /&gt;
* Show ! in DXC when call brings new EXC multiplier&lt;br /&gt;
* Fixed CI-V address, TNX to OK1CDJ&lt;br /&gt;
* Allow up to 4 digits and letters in callsign&lt;br /&gt;
* Fixed crash when adding chart without opened contest, TNX to IZ3GME (ex IW3IKN).&lt;br /&gt;
* Fixed gen-conly script&lt;br /&gt;
* Italian translation, TNX to IK1RAC&lt;br /&gt;
* Anti-aliased qso cross in map&lt;br /&gt;
* Fixed cabrillo frequency and header, TNX to OK1UGE&lt;br /&gt;
* New countries in tucnakdw, TNX to F4CIB &lt;br /&gt;
* Remove branch number from package names&lt;br /&gt;
&lt;br /&gt;
* Fixed lintian errors and some warnings&lt;br /&gt;
* Fixed characters typed with right alt keyboard layout switch&lt;br /&gt;
* Optimized layout of OSK&lt;br /&gt;
* A/C info plot instead of QSO info&lt;br /&gt;
* Crossing A/C are blue&lt;br /&gt;
* Fixed http upload of long files (&amp;gt;cca 100kB)&lt;br /&gt;
* Fixed crash in wiki upload&lt;br /&gt;
* Set higher priority to cwdaemon thread on windows&lt;br /&gt;
* Fixed crash in main_msg_handled (CW:!)&lt;br /&gt;
* Fixed compile with some version of libbfd&lt;br /&gt;
&lt;br /&gt;
=3.28=&lt;br /&gt;
2014-09-29&lt;br /&gt;
* Window highlight searches for whole words&lt;br /&gt;
* Allow to use non-call as operator&lt;br /&gt;
* Fixed too many open files bug in SSB CQ&lt;br /&gt;
* Fixed mediawiki upload credentials&lt;br /&gt;
* Reverse portrait and landscape mode on Android&lt;br /&gt;
* Lower mouse accuracy needed for menu separators and borders, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=3.27=&lt;br /&gt;
2014-08-31&lt;br /&gt;
* Fixed KST A/C map crash, TNX to SP3IYM&lt;br /&gt;
* Fixed crash in vhfcontestnet upload&lt;br /&gt;
* Ask for sked and Message open OSK&lt;br /&gt;
* Fixed Alt+PNK in KST within OSK&lt;br /&gt;
&lt;br /&gt;
=3.26=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Fixed crash in QRV window redraw, TNX to OZ7Z&lt;br /&gt;
&lt;br /&gt;
=3.25=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Reload interfaces button in Network info&lt;br /&gt;
* Spy shows error when contest is long&lt;br /&gt;
* Android notification and service&lt;br /&gt;
* Fixed crash on Android 4.4 KitKat, TNX to my wife Bara&lt;br /&gt;
* Fixed OSK KST Alt+K, Ctrl+K, TNX to OK1MZM&lt;br /&gt;
* Fixed OSK size, OSK close button click area, out of OSK clicks pass, TNX to OK1MZM&lt;br /&gt;
* QRV list create in menu Subwins-&amp;gt;Add contest&lt;br /&gt;
* Wiki report upload to mediawiki site&lt;br /&gt;
* EDI log upload to www.vfhcontest.net&lt;br /&gt;
* Fixed HF Edit QSO bug, TNX to F5NLG&lt;br /&gt;
* Removed Crash test and Int.error test, TNX to DL4DZ&lt;br /&gt;
* hamlib uses win32 api for FUNcube&lt;br /&gt;
* SDR right button drag tunes radio&lt;br /&gt;
* Fixed many SDR bugs&lt;br /&gt;
&lt;br /&gt;
=3.24=&lt;br /&gt;
2014-06-12&lt;br /&gt;
* Experimental support for SDR&lt;br /&gt;
* Fixed wifi UDP negotiation on Android&lt;br /&gt;
* Fixed band change tucnak-&amp;gt;radio&lt;br /&gt;
* Fixed rig lock problem&lt;br /&gt;
* Translate 0xd8 to 0 in KST&lt;br /&gt;
* Fixed spy and contest load when remote node is connected&lt;br /&gt;
* Fixed bad comparison in initialization, TNX to David Binderman&lt;br /&gt;
* Fixed gain display of QTF=8, tnx to OZ9GE&lt;br /&gt;
* Anti-aliased map in HTML/wiki exports and over HTTP&lt;br /&gt;
* Speed up window resizing &lt;br /&gt;
* Remember maximized state under Windows&lt;br /&gt;
* Fixed crash causet by too small application window&lt;br /&gt;
* Bigger font allowed in on screen keyboard&lt;br /&gt;
* Bigger font for higher resolution at startup&lt;br /&gt;
* Window maximized at startup&lt;br /&gt;
* Open web browser with WWL in Call info&lt;br /&gt;
* Do not preload checkboxes in Load from network dialog when loading from same host&lt;br /&gt;
* Autorepeat in OSK&lt;br /&gt;
* Inputline	history works in OSK&lt;br /&gt;
* Show battery state &lt;br /&gt;
* Support for arbitrary category (PSect in EDI)&lt;br /&gt;
* Fixed ftdi_usb_get_strings detection under &#039;nixes and msvc&lt;br /&gt;
* Fixed multipliers in CQSOs EDI line, TNX to OZ1FF&lt;br /&gt;
* Fixes in Scope/FFT window&lt;br /&gt;
* Fixed hamlib configure path&lt;br /&gt;
* Fixed redraw of focus rectangle around window&lt;br /&gt;
&lt;br /&gt;
=3.23=&lt;br /&gt;
2013-12-28&lt;br /&gt;
* New windows icon resolutions&lt;br /&gt;
* Seconds marks in Player window&lt;br /&gt;
* Send locator to KST during connect chat&lt;br /&gt;
* Experimental focus rectangle around window&lt;br /&gt;
* Experimental portrait orientation under Android&lt;br /&gt;
* Support for RSGB M5-type contests&lt;br /&gt;
* Fixed external tucnakwiz load under windows&lt;br /&gt;
* Fixed many SSB CQ and recording issues&lt;br /&gt;
* Fixed FFT redraw after ssbd file format change&lt;br /&gt;
* Fixed wav play fail under Android&lt;br /&gt;
* Accelerated vertical window scroll under Android  &lt;br /&gt;
* Fixed scope window flashing when recording&lt;br /&gt;
* Fixed device lockfile delete&lt;br /&gt;
* Fixed serial port detect under Android&lt;br /&gt;
&lt;br /&gt;
=3.22=&lt;br /&gt;
2013-11-05&lt;br /&gt;
* Serial port detection in Info&lt;br /&gt;
* Battery state in Info&lt;br /&gt;
* Close button in on screen keyboard&lt;br /&gt;
* Drag menu selection by mouse/touch&lt;br /&gt;
* Location update by click on Android&lt;br /&gt;
* Fixed lockfile path on Arch linux, TNX to DF4OR&lt;br /&gt;
* Playing SSB CQ on Android&lt;br /&gt;
* Android API back to 4 (Android 1.6)&lt;br /&gt;
* Fixed shift in on screen keyboard&lt;br /&gt;
* Fixed under cursor nummer-ended call recognition in KST/DXC&lt;br /&gt;
* Fixed spy state request after contest load&lt;br /&gt;
* Fixed screen layout with spy activated&lt;br /&gt;
* Inputline history in touch mode&lt;br /&gt;
* On screen keyboard capslock&lt;br /&gt;
* Fixed settings on Android&lt;br /&gt;
* Save/restore state on Android after apps switch&lt;br /&gt;
* Fixed menu Window-&amp;gt;Open connection&lt;br /&gt;
* On screen keyboard replace Fn with star&lt;br /&gt;
* On screen keyboard swap comma and question mark&lt;br /&gt;
* On screen keyboard shows same case size as it writes&lt;br /&gt;
* Shake on end of scroll in windows&lt;br /&gt;
* Reversed QSO scroll direction, no QSO highlight&lt;br /&gt;
* Faster window scroll in touch mode&lt;br /&gt;
&lt;br /&gt;
=3.21=&lt;br /&gt;
2013-09-03&lt;br /&gt;
* Disable screensaver on Android (off by default)&lt;br /&gt;
* New touch keyboard symbols&lt;br /&gt;
* Geolocation in Info on Android&lt;br /&gt;
* Actual locator in new contest on Android&lt;br /&gt;
* Fixed swap import, TNX to OK1HRA&lt;br /&gt;
* Ignored spy lines in old contest&lt;br /&gt;
* Fixed screen layout after Log lines change&lt;br /&gt;
* Removed &amp;gt;&amp;lt; in A/C result&lt;br /&gt;
* QSOs cursor jumps to last qso when window is activated&lt;br /&gt;
* Scroll in search results in kst and dxc windows&lt;br /&gt;
* Use of call (kst, dxc, sked, qrv) adds call to inputline history&lt;br /&gt;
* Fixed Shift+F3 in contest&lt;br /&gt;
* Set PTT over CAT&lt;br /&gt;
* Fixed rig_open error reporting&lt;br /&gt;
* Get locator also from QRV database&lt;br /&gt;
* Change font in first Contest def dialog&lt;br /&gt;
* Fixed NAC on 70MHz&lt;br /&gt;
* Fixed A/C load (included in 3.20-android)&lt;br /&gt;
&lt;br /&gt;
=3.20=&lt;br /&gt;
2013-06-14&lt;br /&gt;
* Fixed crash after TAB in text mode, tnx to OK1HRA&lt;br /&gt;
* Fixed database load in New contest from net over slow link&lt;br /&gt;
* Fixed negative float number read from tucnakrc&lt;br /&gt;
* rigctl.exe and rigctld.exe in msvc package&lt;br /&gt;
* Hamlib 1.2.15.3-zia in msvc package&lt;br /&gt;
* Fixed tucnakwiz load&lt;br /&gt;
* NAC is also on 70MHz, TNX to OZ1FF&lt;br /&gt;
* Fixed shell close under Win32&lt;br /&gt;
* Fix QRG decimal dots in QRG&lt;br /&gt;
* Rotar description on main screen&lt;br /&gt;
* Select in QRV window &lt;br /&gt;
* Testing support for A/C prediction&lt;br /&gt;
* Fixed Home in Chart window under linux&lt;br /&gt;
* Support for serial numbers for FTDI converters&lt;br /&gt;
* Many fixes and improvements in rig control&lt;br /&gt;
* Fixed crash in file unlock&lt;br /&gt;
* Improved rig trace&lt;br /&gt;
* Alt+F10 maximize/restore window under msvc/mingw&lt;br /&gt;
* Improved settings under msvc&lt;br /&gt;
&lt;br /&gt;
=3.19&lt;br /&gt;
2013-04-28&lt;br /&gt;
* Automake silent rules&lt;br /&gt;
* File libzia*.so.d moved to /usr/lib/libzia&lt;br /&gt;
* Fixed CQ repeat timer, TNX to OK2WO&lt;br /&gt;
* Removed OS Shell in SDL mode, TNX to OK2WO&lt;br /&gt;
* Can select menu item checbox also by mouse/touch&lt;br /&gt;
* Close OSK before DUPE dialog &lt;br /&gt;
* Ctrl+Y clears also OSK inputline&lt;br /&gt;
* Fixed platform trailing &#039;x&#039;&lt;br /&gt;
&lt;br /&gt;
=3.18=&lt;br /&gt;
2013-04-24&lt;br /&gt;
* Initial locator load on android&lt;br /&gt;
* Fixed -d argument under msvc and mings&lt;br /&gt;
* Fixed bug in SWP load (unbelievable, must be here many years)&lt;br /&gt;
* Sndfile is optional&lt;br /&gt;
* Disabled rotar description in menu&lt;br /&gt;
* Update for EEE&lt;br /&gt;
* Again fixed checkbox in Shell menu item&lt;br /&gt;
* Fixed Invalid option message&lt;br /&gt;
* Fixed empty space redraw in text mode&lt;br /&gt;
* Fixed Bad auth message&lt;br /&gt;
* Probably fixed crash of deb&#039;s tucnak on wheezy, TNX to OK1TKP&lt;br /&gt;
* New option No device locks&lt;br /&gt;
* Removed use of deprecated GMemChunk&lt;br /&gt;
* Fixed most of warnings for gcc 4.7&lt;br /&gt;
* Improved sound latency&lt;br /&gt;
* Fixed hamlib debug mode (OR of enabled rigs)&lt;br /&gt;
* Export to text file for KST and DXC windows&lt;br /&gt;
* Dump RW bands and hashes for diagnostics of problem caught in March contest&lt;br /&gt;
* Export as EDI fill operators when field is empty&lt;br /&gt;
* In touch mode screenshot is without keyboard&lt;br /&gt;
* Show stars instead of KST password &lt;br /&gt;
* Distribute RIT over rigs&lt;br /&gt;
* QRG can be entered without contest&lt;br /&gt;
* Experimental support for more rigs&lt;br /&gt;
* Fixed up arrow in QSOs window with Show All on&lt;br /&gt;
* Add contest and Add files menu items in Chart subwin/context menu&lt;br /&gt;
&lt;br /&gt;
=3.17=&lt;br /&gt;
2013-02-25&lt;br /&gt;
* Fixed secondary DXCC prefix recognition&lt;br /&gt;
* Fixed crash in empty QRV list using mouse wheel, TNX to OZ9F&lt;br /&gt;
* Fixed worked QSO color after QSO edit&lt;br /&gt;
* CEPT prefix and suffix sensitive QRV list (tnx to G1OGY)&lt;br /&gt;
* Support for debug info from dynamic libzia&lt;br /&gt;
* Fixed checkbox in Shell menu item&lt;br /&gt;
&lt;br /&gt;
=3.16=&lt;br /&gt;
2013-01-09&lt;br /&gt;
* Winkey over TCP/IP&lt;br /&gt;
* Fixed internal error message, TNX to OK1CDJ&lt;br /&gt;
* Removed QRB QSO check warning&lt;br /&gt;
* DXCC name in call info&lt;br /&gt;
* Enter without contest runs call info&lt;br /&gt;
* Fixed libzia compile --without-gtk&lt;br /&gt;
* Fixed TUCNAK_DEBUG variable (broken since 3.00)&lt;br /&gt;
* Removed support for winkey+davac4 (never 100% working)&lt;br /&gt;
* Fixed unix shell echo without PTY&lt;br /&gt;
* Idea: OSK keeps worked QSO visible&lt;br /&gt;
* Support for libsndfile (no SSB CQ/rec now) under android&lt;br /&gt;
* Support for hamlib under android&lt;br /&gt;
* Confirm call/exc/wwl by mouse click&lt;br /&gt;
* Android key trace&lt;br /&gt;
* Android menu key opens menu&lt;br /&gt;
* Rewritten parts of mouse handling code for drag window scroll&lt;br /&gt;
* In touch mode DXC/KST click always shows context menu&lt;br /&gt;
* Swap ENTER and BS on OS keyboard&lt;br /&gt;
* Released public beta od android&lt;br /&gt;
* Map icons Home, Zoom in, Zoom out&lt;br /&gt;
* Touch control&lt;br /&gt;
* New font 18x32&lt;br /&gt;
* Private release of beta Android&lt;br /&gt;
* Scroll DXC bandmap using Shift+Arrows, PageUp, PageDown, Home&lt;br /&gt;
* Frequency in QRV list takes only needed space&lt;br /&gt;
* Higlighted line in bandmap and qrv list changed from inverse to [...]&lt;br /&gt;
* Polish language file, TNX to SP5QWB&lt;br /&gt;
* Fixed sound type without portaudio&lt;br /&gt;
* Uploaded transitional debian package tucnak2 -&amp;gt; tucnak3&lt;br /&gt;
* Insert in chart window chooses contest instead of file&lt;br /&gt;
* Settings and Info in Help menu (corresponds to -s and -i command line arguments)&lt;br /&gt;
* Improved network contest load with long databases over slow links&lt;br /&gt;
* Re-arranged Network and Trace dialog&lt;br /&gt;
* Fixed remote connect to local host&lt;br /&gt;
* Fixed ] in talk window&lt;br /&gt;
* OK? at end of Ask for sked&lt;br /&gt;
* Fixed crash in wiki export in text mode&lt;br /&gt;
* --with-pkg configure argument&lt;br /&gt;
* Fixed platform and machine type under mingw&lt;br /&gt;
&lt;br /&gt;
=3.15=&lt;br /&gt;
2012-10-25&lt;br /&gt;
* Own update system for deb.i386, deb.amd64 and msvc&lt;br /&gt;
* Inputline history increased to 30 items&lt;br /&gt;
* Right click in title of QRV part of KST window choose optional QRV column&lt;br /&gt;
* When QRV sort is by QTF or KST, the QTF is shown in QRV part of KST window&lt;br /&gt;
* Can clicn to QRV column headers in QRV window to sort items&lt;br /&gt;
* Can click to QRV column headers in KST window to sort items&lt;br /&gt;
* Support for mouse in QRV part of KST window&lt;br /&gt;
* Support for incorrect KST /CQ command recognition &#039;&amp;gt; (0) (CALL) ...&#039;&lt;br /&gt;
* Improved search in KST window (no right move, highlight search pattern)&lt;br /&gt;
* Accidentaly entered 2-7 numbers in KST are processed as contest exchange (RST,NR)&lt;br /&gt;
* Fixed accidental kill when shell terminated under linux&lt;br /&gt;
* Fixed codepage od DNS errors under msc/mingw&lt;br /&gt;
* Fixed socket connected handler in KST, DXC (should not happen in real life)&lt;br /&gt;
* Operator change mark in chart, operator show in title&lt;br /&gt;
* Removed old New from net&lt;br /&gt;
* Removed old spy&lt;br /&gt;
* Mass R-O band set Bands-&amp;gt;Set read-only&lt;br /&gt;
* QRV info showed instead of top log line to save space&lt;br /&gt;
* QRV info show also for dupe&lt;br /&gt;
* Ctrl+L under SDL switches to 24G. Without SDL means terminal redraw.&lt;br /&gt;
* Fixed SSID-calls add to C_W&lt;br /&gt;
* Fixed chart points axis description&lt;br /&gt;
* Changed font for msie in httpd&lt;br /&gt;
&lt;br /&gt;
=3.14=&lt;br /&gt;
2012-10-04&lt;br /&gt;
* Fixed contest load with 0 points&lt;br /&gt;
* Fixed new cty.dat load, tnx to 9A4ZM&lt;br /&gt;
&lt;br /&gt;
=3.13=&lt;br /&gt;
2012-10-03&lt;br /&gt;
* Fixed right click out of windows titles&lt;br /&gt;
* QTF in QRV window right aligned&lt;br /&gt;
* Allow reverse sort in QRV window&lt;br /&gt;
* Fixed crash in New Contest, tnx to SP5QWB&lt;br /&gt;
* Fixed alternative slash key in QRV window, tnx to 9A4ZM&lt;br /&gt;
* Updated cty.dat (2O12L)&lt;br /&gt;
* Libzia-ver.so.d distributet, not working &lt;br /&gt;
&lt;br /&gt;
=3.12=&lt;br /&gt;
2012-10-01&lt;br /&gt;
* Fixed debian build --without-bfd&lt;br /&gt;
* Fixed libzia&#039;s settins include in deb&lt;br /&gt;
* Band multiplier for NAC&lt;br /&gt;
* Alternative priority set to 50 (tucnak2 has 40)&lt;br /&gt;
* Remote host is resolved&lt;br /&gt;
* Fixed resolve error handle under platforms with getaddrinfo&lt;br /&gt;
* Must not enter first two letters of locator (60LJ is JO60LJ for stn. from JN69)&lt;br /&gt;
* Removed direct backtrace from internal_error&lt;br /&gt;
* Fixed tucnak.d and bfd_open path&lt;br /&gt;
* Autosave and floppy save fixes, TNX to OZ7Z&lt;br /&gt;
* Platform and version to crash messageboxes&#039;s titles&lt;br /&gt;
&lt;br /&gt;
=3.11=&lt;br /&gt;
2012-09-21&lt;br /&gt;
* Left click on window tab shows context menu same as Subwins&lt;br /&gt;
* Run mode stat next to WPM indicator&lt;br /&gt;
* New hotkey Ctrl+R (tnx to 9A4ZM)&lt;br /&gt;
* Use speaker hidden under windows&lt;br /&gt;
* Fixed text in tucnak3.desktop&lt;br /&gt;
* QRV list transferred by New From Network&lt;br /&gt;
* Fixed network reconnect when remote is connected&lt;br /&gt;
* Enter in log window adds empty line for &lt;br /&gt;
* Fixed accidental stdin close in winkey/rotator&lt;br /&gt;
* New option net_remote_enable&lt;br /&gt;
* Fixed color of lowercase KST call&lt;br /&gt;
* Removed debugging of P3 command&lt;br /&gt;
* Page Up in QSOs window wraps to end of list, TNX to OK1XDF&lt;br /&gt;
* Fixed heap corruption after twice sf_close() when recording device cannot be opened&lt;br /&gt;
* Binary zloc in libzia/src&lt;br /&gt;
* Deb dependency to libzia of same version&lt;br /&gt;
* Use -release in libzia creation&lt;br /&gt;
&lt;br /&gt;
=3.10=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Removed libbfd from debian build because binutils versions incompatibility&lt;br /&gt;
* Fixed crash after tab in welcome dialog probably only under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.09=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Backtrace uses map file under mingw&lt;br /&gt;
* Updated backtrace for msvc&lt;br /&gt;
* Fixed winkey also under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.08=&lt;br /&gt;
2012-08-14&lt;br /&gt;
* Fixed winkey, TNX to OK1HRA&lt;br /&gt;
* Unhandled Exception under mingw&lt;br /&gt;
* Fixed compile under OpenSuse due broken binutils-devel&lt;br /&gt;
* Platform in window title and on some next places&lt;br /&gt;
* Fixed impout.dll for paralel port under mingw&lt;br /&gt;
* Included settings from libzia&lt;br /&gt;
* Fixed parameter parse (-i) under msvc/mingw&lt;br /&gt;
* Example tucnaknames and tucnakcw in binary&lt;br /&gt;
* Enter in Welcome dialog does not run Language choose&lt;br /&gt;
&lt;br /&gt;
=3.07=&lt;br /&gt;
2012-08-07&lt;br /&gt;
* Can be compiled under mingw, not tested&lt;br /&gt;
* Fixed IPV6 resolving, tnx to CT1DRB&lt;br /&gt;
* Fixed -liberty compile on OpenSuse, tnx to CT1DRB&lt;br /&gt;
* SDL keyboard delay/rate taken from system under MSVC&lt;br /&gt;
* Fixed operator send for Network Info&lt;br /&gt;
* Fixed jump to first QSO in QSOs findow when first fucused&lt;br /&gt;
* Fixed WAV search after Ctrl+P in QSOs window under MSVC&lt;br /&gt;
* $E in default ssbd_template&lt;br /&gt;
* Repeated play in Player window&lt;br /&gt;
* Fixed subwin inputlines position without resize&lt;br /&gt;
* Thread names for debugging&lt;br /&gt;
* Band name in QSO info&lt;br /&gt;
* Suspicious chars ?! are red&lt;br /&gt;
* QSO check after call/locator enter&lt;br /&gt;
* Maybe fixed rig QRG resend after band change &lt;br /&gt;
&lt;br /&gt;
=3.06=&lt;br /&gt;
2012-07-25&lt;br /&gt;
* Probably fixed fftw but not released&lt;br /&gt;
* Msvc version uses Release build to improve speed&lt;br /&gt;
* Fixed X11/putty mouse handle for coordinates&amp;gt;94&lt;br /&gt;
* Fixed RBN call selection in DXC window&lt;br /&gt;
* Fixed background on gnome-terminal&lt;br /&gt;
* Fixed DXC spots in HF window&lt;br /&gt;
* Fixed Shell window under Linux&lt;br /&gt;
* Code cleanup&lt;br /&gt;
* Httpd options dialog&lt;br /&gt;
* Fixed httpd SO_REUSEADDR&lt;br /&gt;
* Fixed DXC spot parse&lt;br /&gt;
&lt;br /&gt;
=3.05=&lt;br /&gt;
2012-07-18&lt;br /&gt;
* Fullscreen Ctrl+F11&lt;br /&gt;
* Font change Ctrl+, Ctrl-, Ctrl0&lt;br /&gt;
* New font 8x13&lt;br /&gt;
* Disabled portaudio in linux build because ubuntu segfault in Pa_Initialize&lt;br /&gt;
* Speedup: calls are not compared using regular expressions&lt;br /&gt;
* Speedup: calls are hold also in hash&lt;br /&gt;
* Oh mistake and Ask for sked in KST window&lt;br /&gt;
* QSOs from all bands in QSOs window&lt;br /&gt;
&lt;br /&gt;
=3.04=&lt;br /&gt;
2012-07-03&lt;br /&gt;
* Fixed Tucnak data.lnk&lt;br /&gt;
* Window title is Tucnak instead of tucnak3&lt;br /&gt;
* New contest from network (flood)&lt;br /&gt;
* New spy method (flood)&lt;br /&gt;
* Fixed operator load from contest files&lt;br /&gt;
* Connection to remote tucnak&lt;br /&gt;
* Kill connection in Subwin menu&lt;br /&gt;
&lt;br /&gt;
=3.03=&lt;br /&gt;
2012-06-18 (R1724)&lt;br /&gt;
* red highlight of 73-like KST messages&lt;br /&gt;
* turn on SSBWAY pin also during CW CQ to allow CQ on more band simultaneously&lt;br /&gt;
* dark yellow calls in subwin only when worked on all read-write bands&lt;br /&gt;
* fixed crash when sdl cannot be initialized&lt;br /&gt;
* kst logged QRV stations from QRV list&lt;br /&gt;
* fixed accidental QRV list sort change when subwin is leaved with Alt+number&lt;br /&gt;
* changed color of qsos and qso gain in map subwin&lt;br /&gt;
* svn version (revision) compiled-in in binary&lt;br /&gt;
* fixed crash after contest wizard, TNX to OK3MAD&lt;br /&gt;
* call selection and right mouse in qrv subwin&lt;br /&gt;
* QSO window does not loose focus when switched to it&lt;br /&gt;
* QSO window does not switch to last QSO when focused&lt;br /&gt;
&lt;br /&gt;
=3.02=&lt;br /&gt;
2012-05-09 (R1637)&lt;br /&gt;
* fixed SSID&#039;ized call info and call use in KST and DXC&lt;br /&gt;
* fixed crash after home key in KST and DXC&lt;br /&gt;
* fixed crash in quicksearch&lt;br /&gt;
* fixed Diskfree text in audio dialog&lt;br /&gt;
* fixed dxc_host delete&lt;br /&gt;
* link with libzia can be static or dynamic&lt;br /&gt;
* fixed new contest crash bug&lt;br /&gt;
&lt;br /&gt;
=3.01=&lt;br /&gt;
2012-05-02&lt;br /&gt;
* fixed fftw sample count handle&lt;br /&gt;
* updated libfftw3 3.3.1 to pl1 for msvc&lt;br /&gt;
* qrg entry in khz (.144300)&lt;br /&gt;
* bandmap in dxc window&lt;br /&gt;
* new key l in map&lt;br /&gt;
* disable screensaver under msvc&lt;br /&gt;
* format of -i&lt;br /&gt;
* libusb in installer&lt;br /&gt;
* fixed time_t 64bit bug, tnx to G1OGY&lt;br /&gt;
* highlighted item in sked window, enter send to worked qso&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* rotator poll interval&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* portautio must be at least version 0.19&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* wider beamwidth in map&lt;br /&gt;
* sked dialog rewrite, removed we_call and skedshift&lt;br /&gt;
* charts are per band&lt;br /&gt;
* loading of txt into chart loads also other bands&lt;br /&gt;
* qso gain in for photo&lt;br /&gt;
* alt+f4 closes tucnak under windows&lt;br /&gt;
* progress indicator during exports and qso check&lt;br /&gt;
* chart points axis value round&lt;br /&gt;
* chart time axis extremes snapped to hours&lt;br /&gt;
* removed charset menu&lt;br /&gt;
* newline adter map image in wiki export&lt;br /&gt;
* fixed portable calls in KST, DXC&lt;br /&gt;
* QRB, QTF in Call info&lt;br /&gt;
* removed Not mounted message when no floppy is defined&lt;br /&gt;
* fixed floppy save under msvc&lt;br /&gt;
&lt;br /&gt;
=3.00=&lt;br /&gt;
* first test - march contest 2012 OK2M&lt;br /&gt;
* change SDL key repeat&lt;br /&gt;
* azimuthal star in map&lt;br /&gt;
* simplyfied first contest options&lt;br /&gt;
* (untested) support for hamlib rotators&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* macro $J&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* kst reads cwdb and namedb from /sh us command&lt;br /&gt;
* double font height&lt;br /&gt;
* readonly flag in bands menu&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
* mast icon in map&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
* common code moved to libzia&lt;br /&gt;
* split header.h into more smaller headers&lt;br /&gt;
* memory allocations only from glib&lt;br /&gt;
* removed cba_t&lt;br /&gt;
* forked v3 &lt;br /&gt;
&lt;br /&gt;
=2.48=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* renamed debian to debian.unofficial&lt;br /&gt;
* removed -lusb, tnx to EA4TV&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* fixed possible pointer shot of &#039;\0&#039; behind last_screen&lt;br /&gt;
&lt;br /&gt;
=2.47=&lt;br /&gt;
2011-02-16&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* fixed band LO freq&lt;br /&gt;
* debian/ updates for Jaime EA4TV&lt;br /&gt;
&lt;br /&gt;
=2.46=&lt;br /&gt;
2011-01-18&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* accpet portaudio options in tucnakrc&lt;br /&gt;
* accept subwin KST(15) as Shell in tucnakrc&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
&lt;br /&gt;
=2.45=&lt;br /&gt;
2011-10-12&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* strip binaries in deb package&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* support for libpng 1.5, tnx to DL1JBE &lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
&lt;br /&gt;
=2.44=&lt;br /&gt;
2011-07-29&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
&lt;br /&gt;
=2.43=&lt;br /&gt;
2011-06-28&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
&lt;br /&gt;
=2.42=&lt;br /&gt;
2011-05-31&lt;br /&gt;
* fixed crash in contest close&lt;br /&gt;
* forked v3&lt;br /&gt;
&lt;br /&gt;
=2.41=&lt;br /&gt;
2011-05-25&lt;br /&gt;
* released as tribute to Douglas Adams. Don&#039;t panic!&lt;br /&gt;
* fixed trace_sock&lt;br /&gt;
* fixed udev script - usb_device -&amp;gt; usb&lt;br /&gt;
* fixed some gcc warnings&lt;br /&gt;
* html/http/wiki exports map and chart as png&lt;br /&gt;
* http server for contest progress presentation&lt;br /&gt;
* changed fifo time format to HH:MM&lt;br /&gt;
* fixed wiki map description&lt;br /&gt;
* fixed volume indicator flicker&lt;br /&gt;
* fixed trace condition&lt;br /&gt;
* show chart files without sdl&lt;br /&gt;
* fixed grid &amp;amp; boundaries in map, tnx to DG6MAN &lt;br /&gt;
* libgpm is disabled by default&lt;br /&gt;
* fixed player and chart windows add&lt;br /&gt;
* fixed network interfaces detect&lt;br /&gt;
* ignored duplicate $GLIB_CFLAGS, $GLIB_LIBS in configure.in&lt;br /&gt;
* new macros in tucnak -s&lt;br /&gt;
&lt;br /&gt;
=2.40=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* added _cv_ in autoconf cached variables&lt;br /&gt;
* updated missing script&lt;br /&gt;
* fixed iconv detection&lt;br /&gt;
* fixed tucnakrc load under WIN32&lt;br /&gt;
* sdev trace&lt;br /&gt;
* trace rewrite&lt;br /&gt;
* split master db into more strings&lt;br /&gt;
* rewritten cbr items choice for OKOM DX&lt;br /&gt;
* compile under msvc and ming but unusable at this time&lt;br /&gt;
* fixed qrv edit/insert (should overwrite another item)&lt;br /&gt;
* added player (and chart) window types in Add subwin&lt;br /&gt;
* removed testing code for Ctrl+P in main inputline&lt;br /&gt;
* experiments with waterfall palette and filtering&lt;br /&gt;
* frequency axis in fft scope&lt;br /&gt;
* frequency argument in soundwrapper for testing&lt;br /&gt;
* tab complete file in file import&lt;br /&gt;
* chart subwin&lt;br /&gt;
* fixed cursor position in inputline history alt+h&lt;br /&gt;
* degree sign in C_W quick search&lt;br /&gt;
* fixed alt+letter in qrv search&lt;br /&gt;
* rig error code instead of qrg&lt;br /&gt;
* changed rig debug level&lt;br /&gt;
* fixed rigs with unsupported rig_get_vfo()&lt;br /&gt;
* +1/-1 alloc bugs detection with --enable-leak-debug&lt;br /&gt;
* fixed qrv insert from keyboard&lt;br /&gt;
* fixed text upcase in qrv insert/edit&lt;br /&gt;
&lt;br /&gt;
=2.39=&lt;br /&gt;
2011-02-25&lt;br /&gt;
* fixed ftdi_context portability between libftdi versions&lt;br /&gt;
* qso gain diagram&lt;br /&gt;
* qrv gain diagram respects worked count&lt;br /&gt;
* qrv item insert&lt;br /&gt;
* qrv item edit&lt;br /&gt;
* new contest loads ~/tucnak/qrv&lt;br /&gt;
* fixed qrv points drawing when mouse move&lt;br /&gt;
&lt;br /&gt;
=2.38=&lt;br /&gt;
2011-02-20&lt;br /&gt;
* fixed bug in map window during contest load&lt;br /&gt;
* fixed memory alloc problem in master db&lt;br /&gt;
* degree sign as hexa constant 0xb0&lt;br /&gt;
* rewritten qrv database&lt;br /&gt;
* fixed master database comment filter&lt;br /&gt;
* increased length of contest option numbers, tnx to RU2FM&lt;br /&gt;
* calls from master database are never deleted&lt;br /&gt;
* fixed contest date in contest options&lt;br /&gt;
* qso check warning if exists remark&lt;br /&gt;
* fixed qsonr in cabrillo output, tnx to OK1HRA&lt;br /&gt;
* fixed avg unit pts/km in wiki and html output&lt;br /&gt;
* fixed compile without various --without combinations&lt;br /&gt;
* removed forgotten font13x24.png create&lt;br /&gt;
* QRG in edit QSO&lt;br /&gt;
* correct size of screenshots in HTML export&lt;br /&gt;
* fixed runmode CQ without hamlib, tnx to DL1JBE&lt;br /&gt;
* fixed Ctrl+3 to Ctrl+9 under SDL&lt;br /&gt;
* wav player seems to be usable&lt;br /&gt;
&lt;br /&gt;
=2.37=&lt;br /&gt;
2010-10-27&lt;br /&gt;
* two letters input moved to unresolved area&lt;br /&gt;
* fixed some minors in runmode, tnx to OK3MAD&lt;br /&gt;
* fixed soundwrapper sound frequency&lt;br /&gt;
* rewritten runmode for A1/MMC&lt;br /&gt;
* fixed runmode CQ only in CW mode (TNX to OK1HRA/TC03W)&lt;br /&gt;
* fixed runmode TU&lt;br /&gt;
* skeleton for wiki publish&lt;br /&gt;
* fixed TU give in run mode&lt;br /&gt;
* &amp;gt; for qrb&amp;gt;average in qsocheck&lt;br /&gt;
* changed delay between hamlib rig calls for slow radios&lt;br /&gt;
* fixed string truncate in inputline insert&lt;br /&gt;
* rig freq read reads from actual VFO&lt;br /&gt;
* rig mode change keeps bandwidth&lt;br /&gt;
* fixed autogive=0&lt;br /&gt;
* expedition mode&lt;br /&gt;
&lt;br /&gt;
=2.36=&lt;br /&gt;
2010-09-27&lt;br /&gt;
* fixed rig ID choose&lt;br /&gt;
* fixed segv in loading of contest with HF window and &amp;gt; 6 active bands&lt;br /&gt;
* do not add &#039;similar call&#039; to qsocheck when this call is also worked&lt;br /&gt;
* set rig handshake to none (default for TS850 is CTS/RTS)&lt;br /&gt;
* set rig timeout to 500ms (480s is unusable)&lt;br /&gt;
* gdb and rigctl under cygwin&lt;br /&gt;
* fixed cygncurses-9 dependency for sh.exe under cygwin&lt;br /&gt;
* updated tucnakdw (4X, ZC4, many UA)&lt;br /&gt;
* improved edit qso time parsing&lt;br /&gt;
* autogive mode after some typed chars&lt;br /&gt;
* macro $B&lt;br /&gt;
* bell sign for character 7 under sdl&lt;br /&gt;
* in macro $I dots are replaced by question marks&lt;br /&gt;
* added baudrate for rig control&lt;br /&gt;
* fixed R9SA parsing as report (tnx to OK1HRA)&lt;br /&gt;
* WAZ and ITU in HF window&lt;br /&gt;
* rewritten exc list in HF window&lt;br /&gt;
* master call database&lt;br /&gt;
* fixed SFI parse&lt;br /&gt;
* &amp;quot;live&amp;quot; QSO list in HF window&lt;br /&gt;
* enlarged layout of HF window&lt;br /&gt;
* updated UA wwls in tucnakdw&lt;br /&gt;
* fixed missing excs display&lt;br /&gt;
* argument -m sets time from master PC&lt;br /&gt;
* &#039;c&#039; key for center screen to QTH&lt;br /&gt;
* &#039;p&#039; key for photo in map&lt;br /&gt;
* fixed second part of CQSOs for method 16&lt;br /&gt;
* summery table with links to bands in html export&lt;br /&gt;
* fixed buffer and period time to ms (was us)&lt;br /&gt;
* similar calls are computed using Levenshtein distance&lt;br /&gt;
* cleared qso check message&lt;br /&gt;
* fixed top10 formatting for qrb&amp;gt;=1000 km&lt;br /&gt;
* reverted to old udev rule style (for lenny)&lt;br /&gt;
* fixed memory leaks in dwdb.c, rotar.c&lt;br /&gt;
&lt;br /&gt;
=2.35=&lt;br /&gt;
2010-06-30&lt;br /&gt;
* fixed crash in fft calculation&lt;br /&gt;
* support for Championnat de France THF&lt;br /&gt;
* alt-j: short access for A/C and M/S cq&lt;br /&gt;
* qrv list save&lt;br /&gt;
* configure checks for make&lt;br /&gt;
* fixed large qso number display in global QSO mode, tnx to DL5YBZ&lt;br /&gt;
* support for prefixes with slash (3D2/C)                                                                               &lt;br /&gt;
* fixed crash after IT9x call (* in prefix in cty.dat), tnx to DL5YBZ &lt;br /&gt;
* fixed $MN macro, tnx to OK1HRA (GL in WPX!)&lt;br /&gt;
* send CW2 and save QSO also after QSONR&lt;br /&gt;
* list import&lt;br /&gt;
* support for odd/even/1st/2nd TX (MS,AERO)&lt;br /&gt;
* fixed suid of soundwrapper&lt;br /&gt;
* updated cty.dat&lt;br /&gt;
* SYSFS{} changed to ATTR{} for new udev versions&lt;br /&gt;
&lt;br /&gt;
=2.34=&lt;br /&gt;
2010-04-26&lt;br /&gt;
* changed time separator from . to :&lt;br /&gt;
* four digits are QSO number, not month and day of month&lt;br /&gt;
* deb package uses suided soundwrapper &lt;br /&gt;
* macro $I&lt;br /&gt;
* fixed statistics calculation after loading of contest   &lt;br /&gt;
* added frequency to adif export&lt;br /&gt;
* fixed exchange output in cabrillo and adif export  &lt;br /&gt;
* changed format of ChangeLog to Mediawiki source format&lt;br /&gt;
* get back generated debian/changelog, it seems we have no DEB maintainer&lt;br /&gt;
&lt;br /&gt;
=2.33=&lt;br /&gt;
2010-02-18&lt;br /&gt;
* fixed usaca multiple names&lt;br /&gt;
* rit clear after qso save in run mode&lt;br /&gt;
* support for ARRL International DX Contest&lt;br /&gt;
* fixed ARRL VHF scoring&lt;br /&gt;
* turned off cq repeat for cwdaemon&lt;br /&gt;
* rig changes: poll interval, mode and band transfer&lt;br /&gt;
&lt;br /&gt;
=2.32=&lt;br /&gt;
2010-02-13&lt;br /&gt;
* cabrillo export for ARRL VHF contests&lt;br /&gt;
* fixed leak debug on AMD64&lt;br /&gt;
* fixed double rig_cleanup()&lt;br /&gt;
* fixed using of non-serial ports in hamlib (f.e. rpc.rigd, type 1901)&lt;br /&gt;
* rover (/R) are not dupe when are in different big wwl&lt;br /&gt;
* fixed EDI properties dialog &lt;br /&gt;
* script for Asus EEE binary and optimized configuration&lt;br /&gt;
* updated tucnakrc (HF bands, windows)&lt;br /&gt;
&lt;br /&gt;
=2.31=&lt;br /&gt;
2010-01-01&lt;br /&gt;
* fixed crash if mode is changed without FFT window. TNX to DF4OR&lt;br /&gt;
* crossmode test in QSO check&lt;br /&gt;
&lt;br /&gt;
=2.30=&lt;br /&gt;
2009-11-30&lt;br /&gt;
* fixed device locking under cygwin, tnx to G1OGY&lt;br /&gt;
&lt;br /&gt;
=2.29=&lt;br /&gt;
2009-11-03&lt;br /&gt;
* fixed corrupted contest date display in Open contest from net &lt;br /&gt;
* fixed tucnakdw; JN89 is in OM	&lt;br /&gt;
* fixed cwdaemon and sdev double freeing &lt;br /&gt;
* recording level has filtered DC &lt;br /&gt;
* CW window holds PTT all time it is opened&lt;br /&gt;
* removed debugging show of 1&#039;s under volume indicator&lt;br /&gt;
* fixed (null) display in empty qrv list&lt;br /&gt;
* speeded up sdl key repeat&lt;br /&gt;
* removed delayed screen redraw&lt;br /&gt;
* fixed KST new call upcase &lt;br /&gt;
* DX network command sends only valid spots, no KST or other garbage&lt;br /&gt;
* fixed rig qrg display (mode switch worked)&lt;br /&gt;
* fixed ebw db import error message&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Main_Page&amp;diff=3168</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Main_Page&amp;diff=3168"/>
		<updated>2024-06-18T20:52:48Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Languages}}&lt;br /&gt;
=Tucnak - hamradio contest log=&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; background-color: lightgrey; border: 2px solid grey; width: 19em; margin-left: 0.5em; padding: 0.3em;&amp;quot;&amp;gt;&lt;br /&gt;
: &#039;&#039;&#039;{{big|News}}&#039;&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Save configuration is back&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The automatic Configuration save introduced in 4.45 looked harmless. But it has many unintended consequences to users. So I decided to revert to manual &#039;&#039;&#039;Save configuration&#039;&#039;&#039; since 4.55.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2024-01-23&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Donate&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Sometimes users write that they are satisfied with Tucnak and how they can contribute. So after 21 years I have created two options. Both are in the left sidebar. Of course, Tucnak remains free including source codes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-11-27&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Two providers for Aircraft scatter&lt;br /&gt;
&lt;br /&gt;
After some work, with a lot of help from Dave G1OGY, we have OpenSky feed. Because of low availability, I have modified the Firefox plugin for Planefinder. Please look at version 4.50. Not all perfect but, I hope, usable.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-11-15&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Aircraft scatter failed again&lt;br /&gt;
&lt;br /&gt;
Bad news, the flightradar page changed again, the aircraft scatter is not working :-(&lt;br /&gt;
I will work for a new solution, please be patient&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-11-12&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Aircraft problem SOLVED (experimental)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Please look at [[Aircraft scatter 2023]]. Please test and let me know any problems. Would be great to solve the bugs before season &#039;24 :-)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-10-15&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Aircraft scatter problem&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Flightradar changed the feed format. Current versions are unusable for Aircraft scatter. I hope I can find a solution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-10-13&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Settings change&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Starting with the version 4.45, configuration file (tucnakrc) is saved automatically. Please let me know if you notice any problems. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-08-25&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;ON4KST protocol change&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Sice Dec 10, 2022, ON4KST is running on new version of chat. It&#039;s output of /sh has changed. Please upgrade to at least 4.39.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2023-01-14&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Davac 4.2 released&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After hours and hours of work, there is [[Davac4|new SMD version of Davac]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2022-09-01&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Tucnak 4.31 released&#039;&#039;&#039; to be in sync with Hamlib 4.3.1 :-)&lt;br /&gt;
&lt;br /&gt;
(windows installer)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;OK1ZIA 2021-09-24&#039;&#039; &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tucnak is multiplatform VHF/HF contest logbook. It is executable on Linux and other unix-type systems, Windows and [[Android]]. You can download Tucnak from https://tucnak.nagano.cz/download.php . HF support is limited because I&#039;m not QRV here. Feedback is welcome.&lt;br /&gt;
&lt;br /&gt;
=Download=&lt;br /&gt;
&lt;br /&gt;
First look at [[Changelog]]&lt;br /&gt;
&lt;br /&gt;
Please download Tucnak here https://tucnak.nagano.cz/download.php .&lt;br /&gt;
&lt;br /&gt;
OpenSUSE users can find rpm packages here http://download.opensuse.org/repositories/hamradio/ &lt;br /&gt;
Even simpler, search for &amp;quot;tucnak&amp;quot; at http://software.opensuse.org/search and follow the instructions for 1-click installation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Tucnak Wiki=&lt;br /&gt;
This site is intended to serve as documentation for Tucnak - multiplatform hamradio contest log. You can read it, create your own pages or correct spelling. &lt;br /&gt;
&lt;br /&gt;
I maintain this site in English only, since I am not able to maintain more than one languages. English is preferred because most of hams understand it. But this wiki is not restricted to English - you can write pages in your native language. Many thanks to Jerôme F0FLO for maintaining the site in French, Hannes DK1HJ in German and Sergey RT5D and Vitaliy UR6LAD in Russian.&lt;br /&gt;
&lt;br /&gt;
Because of spammer&#039;s attacks you must ask me (ok1zia.AT.nagano.cz) to allow account create. Sorry.&lt;br /&gt;
&lt;br /&gt;
If you want to be informed about site changes, add this URL into your RSS reader: https://tucnak.nagano.cz/wiki/index.php?title=Special:Recentchanges&amp;amp;feed=rss&lt;br /&gt;
&lt;br /&gt;
==Available translations of wiki==&lt;br /&gt;
*[[FR Main Page|Français]] Maintained by Jerôme F0FLO, tnx!&lt;br /&gt;
*[[DE Main Page|Deutsch]] Maintained by Hannes DK1HJ, tnx!&lt;br /&gt;
*[[RU Main Page|Русский]] Maintained by Sergey RT5D и Vitaliy [[User:UR6LAD|UR6LAD]], tnx!&lt;br /&gt;
&lt;br /&gt;
Machine translation can be done by Google:&lt;br /&gt;
* [http://translate.google.cz/translate?hl=cs&amp;amp;sl=en&amp;amp;u=http://tucnak.nagano.cz/wiki/Main_Page Čeština]&lt;br /&gt;
* [http://translate.google.cz/translate?hl=de&amp;amp;sl=en&amp;amp;u=http://tucnak.nagano.cz/wiki/Main_Page Deutsch]&lt;br /&gt;
* [http://translate.google.cz/translate?hl=ru&amp;amp;sl=en&amp;amp;u=http://tucnak.nagano.cz/wiki/Main_Page Русский]&lt;br /&gt;
&lt;br /&gt;
Bartek, SP5QWB, produced PDF documentation ([[File:TucnakPolish.pdf|TucnakPolish.pdf]]) in Polish, tnx!&lt;br /&gt;
&lt;br /&gt;
=Screenshots=&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; heights=&amp;quot;320px&amp;quot;&amp;gt;&lt;br /&gt;
Image:Qsos.png|QSOs window&lt;br /&gt;
Image:Stats.png|Statistics&lt;br /&gt;
Image:Map.png|Polar map&lt;br /&gt;
Image:Rainscatter.png|Rain Scatter Map&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
And others in section [[Subwin types]].&lt;br /&gt;
&lt;br /&gt;
=Documentation=&lt;br /&gt;
Not fully completed yet, I&#039;m working on it...&lt;br /&gt;
* [[Features]]&lt;br /&gt;
**[[Supported Contests]] &lt;br /&gt;
* [[Quick Start]]&lt;br /&gt;
* [[Install]]&lt;br /&gt;
* Settings&lt;br /&gt;
** [[Post Install Settings]]&lt;br /&gt;
** [[Files]]&lt;br /&gt;
** [[Variables]]&lt;br /&gt;
** [[Command line]]&lt;br /&gt;
* [[New Contest]]&lt;br /&gt;
* [[Network]]&lt;br /&gt;
* Control&lt;br /&gt;
** [[Basic control]]&lt;br /&gt;
** [[Edit QSO]]&lt;br /&gt;
** [[Hotkeys]]&lt;br /&gt;
** [[Tutorial]]&lt;br /&gt;
* [[Output formats]]&lt;br /&gt;
* [[Activity]]&lt;br /&gt;
** [[Duplicate callsign]]&lt;br /&gt;
** [[Advanced]]&lt;br /&gt;
** [[RS and AS in Tucnak|Rain and Aircraft scatter]]&lt;br /&gt;
** [[After contest]]&lt;br /&gt;
** [[Tips]]&lt;br /&gt;
** [[MGM]], [[ATV]]&lt;br /&gt;
* [[Menu]]&lt;br /&gt;
** [[Contest]]&lt;br /&gt;
** [[File]]&lt;br /&gt;
** [[Edit]]&lt;br /&gt;
** [[Bands]]&lt;br /&gt;
** [[Subwins]]&lt;br /&gt;
** [[Setup]]&lt;br /&gt;
*** [[Rain Scatter]]&lt;br /&gt;
** [[Help]]&lt;br /&gt;
* [[Subwin types]]&lt;br /&gt;
* [[HF contest setup]]&lt;br /&gt;
* [[Supported hardware]]&lt;br /&gt;
* [[Problems]]&lt;br /&gt;
* [[Using NTP]]&lt;br /&gt;
* [[Framebuffer]]&lt;br /&gt;
* [[Converting from TACLog]]&lt;br /&gt;
* [[CW tips]]&lt;br /&gt;
* [[Thanks]]&lt;br /&gt;
&lt;br /&gt;
=Tucnak users=&lt;br /&gt;
[http://ok2m.nagano.cz OK2M], [http://www.dr5a.de/equipment/ DR5A], [http://www.qslnet.de/member/ok5tr/ OK5TR], [http://ok1hra.nagano.cz OK1HRA], [http://www.m1cro.org.uk/ G0VHF/M1CRO], [http://www.g1ogy.com/ G1OGY],[http://www.ok2fug.com/?p=117#more-117 OK2FUG], [http://ok1rca.tym.cz OK1RCA], [http://www.landshut.org/members/db1ras/funkfreunde/contestdl1e.htm DL1E], [[User:Dl5ybz|DL5YBZ]], [http://www.vhfcontest.net/?kat=getlog/viewlog&amp;amp;filename=YpCAfGNyenJflpWa&amp;amp;zavod=11&amp;amp;lang=eng OK2AIA], HG6Z, [http://www.vhfcontest.net/index.php?kat=getlog/viewlog&amp;amp;filename=YpKAgGF0fnxfmJWc&amp;amp;zavod=31&amp;amp;lang=cz OM0AMI], [[User:UR6LAD|UR6LAD]], [http://www.vhfcontest.net/getlog/downloadlog.php?filename=ZZOCf2R/hHxhmZed&amp;amp;zavod=43 OK1KQH], [http://om3tps.comyr.com/fotky/2010/3.%20Subregional%202010/20100703_OM3KEG.html OM3KEG], [http://www.f8kth.fr F8KTH], [http://www.aripadova.it/contest/66-iq3ww3-al-contest-sicilia-2008-50mhz- IQ3WW], [http://hannes.jochriem.at/ham_contest/49/darc-qrp-contest DK1HJ], [http://om3kmk.blogspot.com/2004_07_01_archive.html OM4K], [http://yt1et.ni5ni6.net/index.php?option=com_content&amp;amp;task=blogcategory&amp;amp;id=17&amp;amp;Itemid=26 YT1ET/YT3T], [http://forum.qrz.ru/showthread.php?p=398825 RU2FM], [http://vhfdx.at.ua/forum/7-121-1 US5WE/UW5W], EM80H, F6KHK, [http://www.vhfcontest.net/getlog/viewlog.php?filename=apSFgGiEd4hkmpqe&amp;amp;zavod=56&amp;amp;lang=cz OK2OAS], [http://www.ok1kzd.net/aktivity/articles/denikvkvQRP09.php OK1KZD], US5WU, UR5WCE, [http://www.okdxf.eu/expedice/tagir/www/ TC03W], DL1JBE, [http://dm3da.tuxomania.net/links/index.html DM3DA], DG6MAN, [http://www.vhfcontest.net/getlog/downloadlog.php?filename=Y5SAgGKHcoBfmpWe&amp;amp;zavod=51 OK1RAK], RW3WR, UR7LL, YU1ET, [http://blog.ok1cdj.com/2012/08/alpe-adria-2012-oeok1rs-jn77kr.html OK1RS], [http://hrvhf.net/forum/index.php?topic=2165.msg18291#msg18291 9A4QV], [http://web.hamradio.hr/9a1acd/ 9A0P], IK0OKY, [http://oz7z.dk/index.php?page=nac-okt-2012 OZ1ALS], IK4XQT, [http://www.sp5xmu.pl/sn5r/raporty/432_1296IARU2012.html SN5R], [http://contest.hb9cat.com/20120907_HB9EI.html HB9EI], [http://forum.bfra.org/viewtopic.php?f=4&amp;amp;t=537#p2603 LZ1BB], [http://forum.vhfdx.ru/log-software/luchshii-logbook-dlya-vhf/msg47347/#msg47347 RA3WND], [http://forum.vhfdx.ru/polevoy-den/polevoi-den-2011/msg69008/#msg69008 RW3WR], [http://oz1ff.dk/NAC_Reports/20121002/20121002_OZ1FF.html OZ1FF], [http://qrz.com/db/ON4KLG ON4KLG], [http://www.tm2a.fr/contests/ TM2A], OK2WO, [http://ok7km.nagano.cz/web/activity/vhf/2012_xmas/index.html OK7KM], [http://www.oz9f.dk/tucnak-data/20130212_OZ9F.html OZ9F], [http://oz3z.dk/nac-test.html OZ3Z], [http://www.arimodena.it/Members/ik4wku/contest-vhf/2013/contest-may-2012-vhf-h24-cinisello-balsamo/contest-summaries IK4WKU], [http://www.g4ztr.co.uk/blog-1/ G4ZTR], [http://oz7z.dk/index.php?page=nac-july-2013 OZ7Z], [http://marsipulami0815.de/contest/20130302/ DC5DM], [http://www.dk0tu.de/users/dl7bst DL7BST], [http://www.dk0tu.de DK0TU], [http://www.sota-sp.iq24.pl/default.asp?grupa=162837&amp;amp;temat=344760 SQ9OZH], [http://forum.vhfdx.ru/log-software/luchshii-logbook-dlya-vhf/15/ RT5D],[http://forum.vhfdx.ru/kompyutery-i-programmy/linux-i-ukv/ RO2F], [http://www.vhfcontest.net/getlog/downloadlog.php?filename=apWShXJ+k4Rnm52f&amp;amp;zavod=69 YO9HZN], [http://www.vhfcontest.net/?kat=getlog/viewlog&amp;amp;filename=Z5KFgGmHhoZkmJqc&amp;amp;zavod=36&amp;amp;lang=cz OM3TPS], [http://www.vhfcontest.net/getlog/downloadlog.php?filename=apWHg2t/Zpucnw==&amp;amp;zavod=68 OM3I], [http://www.vhfcontest.net/?kat=getlog/viewlog&amp;amp;filename=aJWGg2x5emScmqA=&amp;amp;zavod=67&amp;amp;lang=cz OM5CC], [http://kd2djv.blogspot.cz/p/linux-ham-software.html KD2DJV], [http://www.piers.tv F5NLG], [http://www.qrz.com/db/DB1FLO DB1FLO], [http://www.prdec.cz/2014/08/alpe-adria-contest-2014-oeol1p.html OL1P], [http://www.ok1kvk.cz/web/index.php/zavody/vkv/596-vhf-contest-2014 OK1KVK/OL7C], OK1MZM, [http://radioklub.dvojka.cz/ OK1RAJ], [http://ok2jkd.cq.sk/fmpohar/fmp07_04.html OK2JKD], [http://om0xa.dxradio.sk/other/PA_VKV/20090517_OM8ACE.html OM8ACE], [http://oz7skv.dk/tucnak/082014/20140813_OZ7KJ.html OZ7KJ], [http://www.dk1max.de/contest/062014/20140607_DK1MAX.html DK1MAX], [http://www.on4jx.net/content/on4khg-sub-regional-vhf-contest-july-2014 ON4KHG], [http://www.qrz.com/db/ON4KLG/ ON4KLG], [http://hamqth.com/iz3gme IZ3GME], ON7WP, OT4D, OT0D, ON3JT, DL4PD, [http://www.vhfcontest.net/getlog/downloadlog.php?filename=aJaPhm+ChoGVh2ScmqA=&amp;amp;zavod=76 YO9KPJ], [http://www.vhfcontest.net/getlog/downloadlog.php?filename=Y5aAhGSJfXhfnJWg&amp;amp;zavod=71 OM3RLA], [https://uk.groups.yahoo.com/neo/groups/uk-vhf-contesting/conversations/messages/2554 G8HGN], [https://www.youtube.com/watch?v=oIC-Yjvbs9k&amp;amp;t=625s IQ4AX], [https://groups.yahoo.com/neo/groups/elad_sdr_en/conversations/messages/6687 G4DBN], [http://so3z.com/?page_id=2502 SO3Z], [http://www.qrz.com/db/EA4GPZ EA4GPZ], [http://www.oz6frs.dk OZ2AR], [http://www.frenning.dk/oz1pif.htm OZ1PIF], [http://s53x.m2b.si/ S53X], [http://iv3cyt.blogspot.com IV3CYT], OK1ELE, OK1PSM, OK1RPL, DD7PA, DR3A, OK1CID, OK7W, OL7M, HA4XN, [https://www.f6kop.com/wp-content/uploads/2022/05/Resized_20220507_1735381.jpg F6KOP], [https://sn7l.pgk.net.pl/ SN7L], OM3TFP, [https://www.youtube.com/watch?v=rWlQKn-K46Q&amp;amp;t=202s IU4APB], RK9ULD.&lt;br /&gt;
&lt;br /&gt;
Want to be in list? Send me (ok1zia.AT.nagano.cz) your call and URL.&lt;br /&gt;
&lt;br /&gt;
=How to help?=&lt;br /&gt;
&lt;br /&gt;
* By testing stable and development branch of Tucnak and sending error list to me.&lt;br /&gt;
* Help with refill data files like tucnakdw and tucnakwiz.&lt;br /&gt;
* Laud about Tucnak :-)&lt;br /&gt;
* If you have some idea how to improve Tucnak, please mail me this idea.&lt;br /&gt;
* Write a new part of Tucnak.&lt;br /&gt;
* Translate this documentation to other languages (or repair bugs in the English version :-) ).&lt;br /&gt;
* Create package for your distribution.&lt;br /&gt;
* Voluntary small contribute for beers please sent to author (to me).&lt;br /&gt;
&lt;br /&gt;
73! Ladislav Vaiz, OK1ZIA&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;MYCALL&amp;gt;@nagano.cz&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3167</id>
		<title>Changelog</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Changelog&amp;diff=3167"/>
		<updated>2024-06-18T20:47:50Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=4.60=&lt;br /&gt;
2024-06-18&lt;br /&gt;
* THz (Light) band&lt;br /&gt;
* IARU reg.I ATV contest&lt;br /&gt;
* IARU reg.I MGM contest&lt;br /&gt;
* RTTY changed to MGM&lt;br /&gt;
* Ctrl+K and Alt+K work also in main input line&lt;br /&gt;
* Fixed Band switch value after contest load from network&lt;br /&gt;
* Touch keyboard SDL2 font size fix&lt;br /&gt;
* Touch keyboard SDL2 input fix&lt;br /&gt;
&lt;br /&gt;
=4.59=&lt;br /&gt;
2024-04-11&lt;br /&gt;
* Fixed upgrade/HTTP timeout, TNX to OK1UGE&lt;br /&gt;
* CW word space length fix, TNX to OK1DOL&lt;br /&gt;
* New libSDL 2.30.1 for Windows	builds&lt;br /&gt;
* Always show aircraft provider name&lt;br /&gt;
* Default KST QRB is 910km&lt;br /&gt;
* Aircraft dump1090 support, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.58=&lt;br /&gt;
* Fixed unability to run without admin rights under Windows, TNX to OK7KM, OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.57=&lt;br /&gt;
2024-03-01&lt;br /&gt;
* Next libiconv call fixes, TNX to OK2JTB, M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.56=&lt;br /&gt;
2024-02-27&lt;br /&gt;
* Fixed aircraft.dk error message, TNX to G1OGY&lt;br /&gt;
* Reviewed errno handling, TNX to G1OGY&lt;br /&gt;
* Some libiconv call fixes, TNX to IN3UPQ&lt;br /&gt;
* Next fix for Davac5 udev rules, TNX to OK1ELE&lt;br /&gt;
&lt;br /&gt;
=4.55=&lt;br /&gt;
2024-01-23&lt;br /&gt;
* Return to manualy save the tucnakrc (many many problems with autosave)&lt;br /&gt;
* Linux udev rules for CM108 family (Davac5), TNX to OK1ELE&lt;br /&gt;
* Fixed linux rotar save freeze, TNX to M0KOV&lt;br /&gt;
&lt;br /&gt;
=4.54=&lt;br /&gt;
2024-01-05&lt;br /&gt;
* Removed Dump RW bands and hashes&lt;br /&gt;
* KST QSO phase filter, TNX to OK1MZM&lt;br /&gt;
* Fixed PortAudio device search (hostApi)&lt;br /&gt;
* Fixed PortAudio recording devixe, TNX to OK2WO&lt;br /&gt;
* Fixed Paypal donate, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.53=&lt;br /&gt;
2023-12-17&lt;br /&gt;
* Airscatter.dk feed, TNX to OV3T&lt;br /&gt;
* Donate via PayPal or Buymeacofee&lt;br /&gt;
* Truetype font&lt;br /&gt;
* Centerwwl, OSN credentials null fix&lt;br /&gt;
* MinASL tested on load&lt;br /&gt;
* ASfile fixed unknown wingspan&lt;br /&gt;
* AS print ICAO24 address (ID)&lt;br /&gt;
* Disabled RS Meteox and Wetteronline&lt;br /&gt;
* HTTPS (openssl) under Android&lt;br /&gt;
* Rainviewer timer fix&lt;br /&gt;
* libzia TLS message fix&lt;br /&gt;
&lt;br /&gt;
=4.52=&lt;br /&gt;
2023-11-20&lt;br /&gt;
* Fixed overflow bug in AS options under Linux, TNX to G1OGY&lt;br /&gt;
* Default AS provider is ADSB One&lt;br /&gt;
* Fixed RS SCP dist 310&lt;br /&gt;
* Fixed Linux ttys *printf without arguments&lt;br /&gt;
&lt;br /&gt;
=4.51=&lt;br /&gt;
2023-11-19&lt;br /&gt;
* New option AS Center WWL&lt;br /&gt;
* AS tracking also for remote rotator&lt;br /&gt;
* ADS-B One feed, TNX to G1OGY&lt;br /&gt;
* Optimized file read in AS thread&lt;br /&gt;
* Better HTTP error reporting&lt;br /&gt;
* Fixed Feed filename load in AS options dialog. TNX to OK1ELE&lt;br /&gt;
* Memory leak fixes&lt;br /&gt;
&lt;br /&gt;
=4.50=&lt;br /&gt;
2023-11-18&lt;br /&gt;
* Aircraft file feed returned for planefinder.net&lt;br /&gt;
* Wingspan from icao24, many TNX to G1OGY&lt;br /&gt;
* Fixed wingspan respects imperial units setting&lt;br /&gt;
* Fixed rotars reinit race condition while AC tracking&lt;br /&gt;
* Added configure --without-hidapi&lt;br /&gt;
* OpenSky-network feed&lt;br /&gt;
&lt;br /&gt;
=4.49=&lt;br /&gt;
2023-10-30&lt;br /&gt;
* Fixed config save after window resize&lt;br /&gt;
* Aircraft size, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.48=&lt;br /&gt;
2023-10-15&lt;br /&gt;
* Aircraft scatter changed feed to firefox addon&lt;br /&gt;
* Rig config&lt;br /&gt;
* Fixed oct8tor wait for thread&lt;br /&gt;
* Fixed rig close (unlock filename)&lt;br /&gt;
* Fixed broken rig_handshake_none&lt;br /&gt;
&lt;br /&gt;
=4.47=&lt;br /&gt;
2023-10-04&lt;br /&gt;
* Save PortAudio device names instead of numbers&lt;br /&gt;
* Davac5 full support&lt;br /&gt;
* Fixed oct8tor leaks&lt;br /&gt;
* Removed obsolete hdkeyb support&lt;br /&gt;
* JP90 is in SM5, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=4.46=&lt;br /&gt;
2023-09-09&lt;br /&gt;
* Fixed memory leaks&lt;br /&gt;
* Fixed AS crash, TNX to OK1UGE and SQ6EMM&lt;br /&gt;
* Fixed subwin save, TNX to OK2SLC&lt;br /&gt;
* Fixed Log lines change, TNX to OK2SLC&lt;br /&gt;
&lt;br /&gt;
=4.45=&lt;br /&gt;
2023-08-25&lt;br /&gt;
* QRG for sked saves contest&lt;br /&gt;
* Rig and Rotar poll intervals set to valid values&lt;br /&gt;
* Removed Terminal options&lt;br /&gt;
* Configuration autosave after OK in every setup dialog&lt;br /&gt;
* Map keys (L) only without modifiers (Ctrl)&lt;br /&gt;
* Gain graph redraw after band change&lt;br /&gt;
* Removed floppy autosave&lt;br /&gt;
&lt;br /&gt;
=4.44=&lt;br /&gt;
2023-06-04&lt;br /&gt;
* Save QRG for all bands into contest files&lt;br /&gt;
* Fixed crash bad font size, TNX to OK1MZM&lt;br /&gt;
* Fixed subwin highlight for characters &amp;gt;=0x80&lt;br /&gt;
* Oct8tor support&lt;br /&gt;
* Names and FM Pohar update, TNX to OK4DJ&lt;br /&gt;
* Winkey echoback, TNX to OK4DJ&lt;br /&gt;
* Load from net loads also contest defaults&lt;br /&gt;
* Fixed KST messages (/CQ)&lt;br /&gt;
* Fixed chart redraw after new QSO, TNX to OK2SLC&lt;br /&gt;
* Removed Alt+G&lt;br /&gt;
&lt;br /&gt;
=4.43=&lt;br /&gt;
2023-04-15&lt;br /&gt;
* Initial window type in Change type, TNX to OK2SLC&lt;br /&gt;
* Fixed chart after EDI load, TNX to OK2SLC&lt;br /&gt;
* Fixed: new KST stations are red, TNX to OK1MZM&lt;br /&gt;
* cppcheck warning level fixes&lt;br /&gt;
* Included rotctld.exe&lt;br /&gt;
&lt;br /&gt;
=4.42=&lt;br /&gt;
2023-03-09&lt;br /&gt;
* [CLR] click only on button&lt;br /&gt;
* KST message cleanup, TNX to OK2WO&lt;br /&gt;
* linux xset fix, TNX to OK4DJ&lt;br /&gt;
* HTTP header parse fix, TNX to OK7SE&lt;br /&gt;
* Configure C99 fix, TNX to OK2JRQ&lt;br /&gt;
* Fixed empty RST-S bug, TNX to G1OGY&lt;br /&gt;
* Spy active band (*)&lt;br /&gt;
* Fixed tucnakrc parse&lt;br /&gt;
&lt;br /&gt;
=4.41=&lt;br /&gt;
2023-03-02&lt;br /&gt;
* Display AS in imperial units option&lt;br /&gt;
* Ctrl+S for hamlib/remote rotator stop, TNX to G1OGY&lt;br /&gt;
* Rotar	description up to 8 characters&lt;br /&gt;
* Configure socklen_t fix, TNX to Florian Weimer&lt;br /&gt;
&lt;br /&gt;
=4.40=&lt;br /&gt;
2023-01-07&lt;br /&gt;
* Fixed ADIF import, TNX to OK2WO&lt;br /&gt;
* Fixed keypad double keys and Ctrl +-&lt;br /&gt;
* Removed accidentally create of font18x32.png&lt;br /&gt;
* Robust KST /sh us &lt;br /&gt;
* Limit rit to +-10000 Hz&lt;br /&gt;
&lt;br /&gt;
=4.39=&lt;br /&gt;
2022-12-10&lt;br /&gt;
* ON4KST telnet protocol change&lt;br /&gt;
* Fixed AS download crash, TNX to OK2SLC&lt;br /&gt;
* Fixed keypad on windows (Ctrl +-)&lt;br /&gt;
* Menu triple bar&lt;br /&gt;
&lt;br /&gt;
=4.38=&lt;br /&gt;
2022-11-25&lt;br /&gt;
* ADIF import STX_STRING, SRX_STRING, TNX to DF2ET&lt;br /&gt;
* DARC Worked All Germany Contest, TNX to DF2ET&lt;br /&gt;
* SP activity contest, TNX to SQ6EMM&lt;br /&gt;
* Gentoo build fix, TNX to DL1JBE&lt;br /&gt;
* MMMonVHF instead of EBW&lt;br /&gt;
* USB info about opened Davac and Rotar, TNX to OK1MZM&lt;br /&gt;
* KST full name (including bands) in QSO info&lt;br /&gt;
* Davac reset on startup&lt;br /&gt;
&lt;br /&gt;
=4.37=&lt;br /&gt;
2022-08-30&lt;br /&gt;
* AcKST is now latest activity, not presence&lt;br /&gt;
* Fixed EDI import crash, TNX to OK1MZM&lt;br /&gt;
* Linux lock permission fix, TNX to OK4DJ&lt;br /&gt;
* Fullscreen fix, TNX to OK7KM&lt;br /&gt;
* Allow 4k displays&lt;br /&gt;
* libzia bfd/binutils require fix, TNX to OK2JRQ&lt;br /&gt;
* RST recovery from *.swp&lt;br /&gt;
* ifa_addr == NULL fix, TNX to OK2JRQ&lt;br /&gt;
&lt;br /&gt;
=4.36=&lt;br /&gt;
2022-04-29&lt;br /&gt;
* Mode change from menu, default RST fix, TNX to OK4DJ&lt;br /&gt;
* FM Alt+M accidental CQ fix&lt;br /&gt;
* Argument -c for other tucnakrc&lt;br /&gt;
* Minimal required glib is 2.30&lt;br /&gt;
* Fixed memory leaks discovered by valgrind&lt;br /&gt;
* AS info can use temporary locator, TNX to OK1MZM&lt;br /&gt;
* Fixed czech network info&lt;br /&gt;
* itrm free fix, TNX to Ozkan Sezer&lt;br /&gt;
* zifaces redefinition fix, TNX to Ozkan Sezer&lt;br /&gt;
&lt;br /&gt;
=4.35=&lt;br /&gt;
2022-04-12&lt;br /&gt;
* Italian activity contest, TNX to IU5BON&lt;br /&gt;
* Memory free fix, TNX to IU5BON&lt;br /&gt;
* MacOs/linux interfaces detect, TNX to IU5BON&lt;br /&gt;
* MacOs build fix, TNX to IU5BON&lt;br /&gt;
* Fixed aircraft plural, TNX to IU5HKX&lt;br /&gt;
* IARU band names convert at start&lt;br /&gt;
* IARU band names fix&lt;br /&gt;
* Linux desktop file icon/exec fix, TNX to SQ6EMM&lt;br /&gt;
* DARC XMAS contest, tttype fix, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib configure, TNX to DH5YM&lt;br /&gt;
&lt;br /&gt;
=4.34=&lt;br /&gt;
2021-12-22&lt;br /&gt;
* CW breakable only opt-in&lt;br /&gt;
* RIT read only if supported, TNX to OK1MZM&lt;br /&gt;
* Hamlib voice/morse thread fix, TNX to SQ6EMM&lt;br /&gt;
* Input breaks only repeated CQ, TNX to OZ9GE&lt;br /&gt;
* Minimal rig poll is 100ms, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.33=&lt;br /&gt;
2021-12-12&lt;br /&gt;
* Fixed gcc 10.2 warnings&lt;br /&gt;
* Moon contest 23cm&lt;br /&gt;
* Fixed zserial_close race condition&lt;br /&gt;
* Fixed expedition mode from wizzard, TNX to OK1MZM&lt;br /&gt;
* Rotator offset&lt;br /&gt;
* KST networking partial rewrite&lt;br /&gt;
* Updated KST IP, used without DNS&lt;br /&gt;
* Content-type check in AS, RainViewer&lt;br /&gt;
* Excluded vhfcontestnet&lt;br /&gt;
* Swap recovery keeps date/time, TNX to OK1FIK&lt;br /&gt;
* Code inout breaks CQ, TNX to OK1FIK&lt;br /&gt;
* Infinite rotator beam&lt;br /&gt;
* CW/SSB CQ using Hamlib, TNX to SQ6EMM&lt;br /&gt;
&lt;br /&gt;
=4.32=&lt;br /&gt;
2020-09-30&lt;br /&gt;
* Ruhrgebiets Contest, TNX to DF2ET&lt;br /&gt;
* Alt+A crash, TNX to OK2SLC&lt;br /&gt;
* Linux interfaces bug fixed, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.31=&lt;br /&gt;
2020-09-14&lt;br /&gt;
* Hamlib 4.3.1 in windows package :-))&lt;br /&gt;
* IARU band names update, TNX to OK5ZS&lt;br /&gt;
* Linux double Alt+M fix, TNX to IZ3GME&lt;br /&gt;
* Linux winkey timeout fix, TNX to IZ3GME&lt;br /&gt;
* KST messages &amp;quot;CALL MSG&amp;quot; showed in bottom log&lt;br /&gt;
* Fixed border redraw after locator change&lt;br /&gt;
&lt;br /&gt;
=4.30=&lt;br /&gt;
2021-06-29&lt;br /&gt;
* DARC 2m Education Contest in wizzard&lt;br /&gt;
* Rainviewer Web Mercator projection fix&lt;br /&gt;
* AS info above clouds in map&lt;br /&gt;
* AS tracking hysteresis +-1deg&lt;br /&gt;
* Fixed DNS crash&lt;br /&gt;
* Hamlib 4.2 fix, TNX to KF5OIM&lt;br /&gt;
&lt;br /&gt;
=4.29=&lt;br /&gt;
2021-05-23&lt;br /&gt;
* Paleni carodejnic partial support, TNX to OK4DJ&lt;br /&gt;
* ARI DX partial support, TNX to OK4DJ&lt;br /&gt;
* ADIF TX_PWR, TNX DF2ET&lt;br /&gt;
* Airscatter plane tracking by rotator&lt;br /&gt;
* Hamlib rotator elevation and baudrate support&lt;br /&gt;
* Rainviewer support, TNX to RT5D&lt;br /&gt;
* Fixed gnutls error messages&lt;br /&gt;
* KST &amp;amp;amp; -&amp;gt; &amp;amp;&lt;br /&gt;
* Removed qsop_method total_method debug message&lt;br /&gt;
&lt;br /&gt;
=4.28=&lt;br /&gt;
2021-04-21		&lt;br /&gt;
* Fixed meteox load, TNX OK4DJ&lt;br /&gt;
* Map context menu on right click to turn rotator&lt;br /&gt;
* Fixed crash before QSO edit, TNX to OK1PKO&lt;br /&gt;
&lt;br /&gt;
=4.27=&lt;br /&gt;
2021-04-13&lt;br /&gt;
* tucnaknames update, TNX to OK4DJ&lt;br /&gt;
* HTML code in separate columns, TNX to DF2ET&lt;br /&gt;
* DARC Easter Contest, TNX to DF2ET&lt;br /&gt;
* Fixed crash after QSO edit, TNX to OK1ELE&lt;br /&gt;
* Fixed Android 4.1 library order, TNX to OK1PKO&lt;br /&gt;
* Sums across all bands in HTML report, TNX to DF2ET&lt;br /&gt;
* Fixed android locale characters problem&lt;br /&gt;
&lt;br /&gt;
=4.26=&lt;br /&gt;
2021-02-26&lt;br /&gt;
* SOTA and DXC update, TNX to OK2MUF&lt;br /&gt;
* GTK2 -&amp;gt; GTK3 for libzia messagebox&lt;br /&gt;
* Changed i18n generation not to require ISO8859-2 locales&lt;br /&gt;
* Fixed free() bug under Linux, TNX to OK3TV&lt;br /&gt;
* Fixed some problems reported by Valgrind&lt;br /&gt;
* Ctrl+Up/Down arrows emulate PageUp/PageDown&lt;br /&gt;
&lt;br /&gt;
=4.25=&lt;br /&gt;
2021-01-20&lt;br /&gt;
* Moon contest full support (in QTH use minus instead of spaces, only english chars)&lt;br /&gt;
* Fixed Contest Lombardia points&lt;br /&gt;
* TNX to OK5ZS for precise testing&lt;br /&gt;
* chmi.cz fix (HTTPS)&lt;br /&gt;
* TLS (HTTPS) support using GNUTLS&lt;br /&gt;
* Re-arranged Contest options, TNX to OK1MZM&lt;br /&gt;
* Support for contest phases, TNX to OK6RP, OK5ZS&lt;br /&gt;
* STF export, TNX to DF2ET&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* ICAO DB update, TNX to G1OGY&lt;br /&gt;
* Fixed text file load without trailing CRLF, TNX to OK1MZM&lt;br /&gt;
* Fixed ICAO DB, TNX to G1OGY&lt;br /&gt;
* Fixed zsdl variable, TNX to DF2ET&lt;br /&gt;
* SOTA export, TNX to OK2MUF&lt;br /&gt;
* Directory to store logs, TNX to DF2ET&lt;br /&gt;
* Adif ERROR export choices, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.24=&lt;br /&gt;
2020-11-16&lt;br /&gt;
* New Debian maintainer OK3ON&lt;br /&gt;
* Fixed QRV window crash, TNX to OK1MZM&lt;br /&gt;
* Skips wkd WWL in KST list&lt;br /&gt;
* Fixed map update after contest open/close, TNX to OK1MZM&lt;br /&gt;
* Tmpqsos context menu, added infos also for fifo context menu&lt;br /&gt;
* Scatterpoint detect&lt;br /&gt;
* Fixed bug in tmpqsos&lt;br /&gt;
* Renamed A/C to AS&lt;br /&gt;
* Support for SDL2&lt;br /&gt;
* Detected SIOCGIFHWADDR for MacOs, TNX to SQ2JUL&lt;br /&gt;
* Fixed ASCII texts conversion for Android, TNX to OK5ZS&lt;br /&gt;
&lt;br /&gt;
=4.23=&lt;br /&gt;
2020-09-15&lt;br /&gt;
* Fixed crash on file choose (EDI import), TNX to G1OGY&lt;br /&gt;
* R-Contest, TNX to DF2ET&lt;br /&gt;
* BSD style -Wl,-map&lt;br /&gt;
* KST menu to select call when text scrolls fast&lt;br /&gt;
* SDL events in same thread on MacOs, TNX to SQ2JUL&lt;br /&gt;
* ADIF items update, TNX to DF2ET&lt;br /&gt;
* Fixed hamlib rotar &lt;br /&gt;
* Trace hamlib rotars&lt;br /&gt;
* ` toggles split VFOs MAIN/SUB, TNX to OK1FIK&lt;br /&gt;
&lt;br /&gt;
=4.22=&lt;br /&gt;
2020-08-10&lt;br /&gt;
* New hamlib 3.3 in windows package, TNX to OK2WO, OZ9GE&lt;br /&gt;
* Fixed tucnakdw prefixes recognition (SK6), TNX to OZ9GE&lt;br /&gt;
* JO57 is SM6&lt;br /&gt;
* Libzia.pc&lt;br /&gt;
* Increased rotator timeout ranges&lt;br /&gt;
* Replaced obsolete glib macros&lt;br /&gt;
* New config.guess and config.sub for aarch64&lt;br /&gt;
* All c and h files are in utf-8&lt;br /&gt;
* New libbfd macros support&lt;br /&gt;
* Support for detailed tucnakdw, TNX to OK2WO&lt;br /&gt;
* QRG in QSOs window for M7IMF&lt;br /&gt;
* Do not print open hdkeyb error mesage&lt;br /&gt;
* Fixed crash under terminal with long name&lt;br /&gt;
* DARC VHF UHF uW contest, TNX to DF2ET&lt;br /&gt;
&lt;br /&gt;
=4.21=&lt;br /&gt;
2020-04-21&lt;br /&gt;
* EXC len 20 characters&lt;br /&gt;
* KST message from right click in log (bottom of screen)&lt;br /&gt;
* Rig error message showed&lt;br /&gt;
* Fixed rig device lock&lt;br /&gt;
* COM keying on single pin&lt;br /&gt;
* GCC warning fixes&lt;br /&gt;
* Autoconf obsolete macro remove, TNX to OK2JRQ&lt;br /&gt;
* Some files in UTF-8, TNX to OK2JRQ&lt;br /&gt;
* Next fix for update_deb.sh, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.20=&lt;br /&gt;
2020-01-29&lt;br /&gt;
* Fixed update_deb.sh, TNX to G1OGY&lt;br /&gt;
* GCC-10 fixes, TNX to Robert-André Mauchin&lt;br /&gt;
* Tucnakdw update, TNX to G1OGY&lt;br /&gt;
* WSA multipliers update, TNX to DF2ET&lt;br /&gt;
* Fixed broken libpng.dll, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.19=&lt;br /&gt;
2020-01-10&lt;br /&gt;
* FSF address update, TNX to OK2JRQ&lt;br /&gt;
* WNA multipliers update, TNX to DF2ET&lt;br /&gt;
* HTTP server refresh, TNX to DF2ET&lt;br /&gt;
* K7FRY&#039;s locator map, TNX to G1OGY&lt;br /&gt;
* Different EXC length, TNX to DF2ET&lt;br /&gt;
* Fixes for OpenBSD&lt;br /&gt;
* Some warning fixes&lt;br /&gt;
* MacOS build, TNX to Vitaliy UT4UAZ&lt;br /&gt;
* Fixed build under FreeBSD 12.0&lt;br /&gt;
* Optional exchange in Cabrillo, TNX to DF2ET&lt;br /&gt;
* Fixed msvcr120.dll, TNX to OK1CDJ, OK5ZS  &lt;br /&gt;
&lt;br /&gt;
=4.18=&lt;br /&gt;
2019-09-04&lt;br /&gt;
* Fixed startup crash on Debian i386, TNX G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.17=&lt;br /&gt;
2019-09-01&lt;br /&gt;
* Valid QSO count for OK2WO&lt;br /&gt;
* Changed export extension ADIF-&amp;gt;ADI&lt;br /&gt;
* Fixed wifi interface name under Windows&lt;br /&gt;
* New libpng.dll&lt;br /&gt;
* Removed battery support under Windows&lt;br /&gt;
* Switch to VS2013 (toolset v120_xp)&lt;br /&gt;
* Fixed battery state detection win32&lt;br /&gt;
&lt;br /&gt;
=4.16=&lt;br /&gt;
2019-04-17&lt;br /&gt;
* Removed libusb0 under windows&lt;br /&gt;
* Contest Lombardia support&lt;br /&gt;
* Removed vhfcontest.net support&lt;br /&gt;
* Do not mark DUPE in expedition mode&lt;br /&gt;
&lt;br /&gt;
=4.15=&lt;br /&gt;
2018-11-13&lt;br /&gt;
* Us-ascii strings in Android to prevent charset-relate crash &amp;gt;= 7.0&lt;br /&gt;
* Worked WWLs in map displayed red&lt;br /&gt;
* WWL in KST users list, missing WWL multipliers displayed green&lt;br /&gt;
* SSID support for ON4KST chat&lt;br /&gt;
* PTT tail&lt;br /&gt;
* 59* (numeric keypad) is RST-S, TNX to OK5ZS&lt;br /&gt;
* Updated wetteronline rain map (site change)&lt;br /&gt;
&lt;br /&gt;
=4.14=&lt;br /&gt;
* Quiet mode for soundwrapper&lt;br /&gt;
* Uninstall cleanup on Windows&lt;br /&gt;
* Fixed &amp;quot;QRM&amp;quot; from remote rotator. TNX to OK1XDF&lt;br /&gt;
* Upgraded libftdi to 1.4 under MSVC&lt;br /&gt;
* Back to VS2010 for WinXP&lt;br /&gt;
* Cabrillo EXC indent&lt;br /&gt;
&lt;br /&gt;
=4.13=&lt;br /&gt;
2018-05-06&lt;br /&gt;
* Fixed new gcc warnings&lt;br /&gt;
* KST dark yellow of worked call, also not selected&lt;br /&gt;
* Lowered priority of A/C thread&lt;br /&gt;
* Compute A/C for whole QRV list&lt;br /&gt;
* Fixed crash on Android 7, TNX to OK1USW&lt;br /&gt;
* Fixed KST sort by NR&lt;br /&gt;
* Improved RIG timeout&lt;br /&gt;
* Fixed RIT read from rig&lt;br /&gt;
* MSVC120 (VS1013)&lt;br /&gt;
* Plane type and wingspan in map&lt;br /&gt;
* KST /sh us sent after connect&lt;br /&gt;
* QRV list rework&lt;br /&gt;
* KST QRB filter&lt;br /&gt;
* Ask for sked B&lt;br /&gt;
&lt;br /&gt;
=4.12=&lt;br /&gt;
2018-03-04&lt;br /&gt;
* KST color for station worked on actual band (dark yellow)&lt;br /&gt;
* KST color - station worked on all read-write bands is dark grey&lt;br /&gt;
* Fixed KST A/C info, call with -number &lt;br /&gt;
&lt;br /&gt;
=4.11=&lt;br /&gt;
2017-10-04&lt;br /&gt;
* X-QSO: in cabrillo, TNX to DO2HG&lt;br /&gt;
* German translation of program, TNX to DO2HG&lt;br /&gt;
* ON UBA contest in wizzard, TNX to DO2HG&lt;br /&gt;
* claimed live score to slovhf.net&lt;br /&gt;
* removed KST debug dump, TNX to G1OGY&lt;br /&gt;
&lt;br /&gt;
=4.10=&lt;br /&gt;
2017-08-30&lt;br /&gt;
* Rainscatter does not show low intensity rain&lt;br /&gt;
* New band multipliers for NAC&lt;br /&gt;
* Fx macros in CW window, TNX to DL5YBZ&lt;br /&gt;
* Fixed rotctld filename, TNX to DL4PD&lt;br /&gt;
* Fixed crash in DXC, TNX to DL4PD&lt;br /&gt;
* Fixed mingw compile&lt;br /&gt;
* Fixed compile errors witout SDL, TNX to OK1CDJ&lt;br /&gt;
&lt;br /&gt;
=4.09=&lt;br /&gt;
2017-02-15&lt;br /&gt;
* Fixed Spy crash, TNX to OK1CT&lt;br /&gt;
* Fixed hamlib rotator, TNX to OZ1CT&lt;br /&gt;
* Fixed update crash, TNX to DJ0QZ&lt;br /&gt;
* Fixed startup crash in text mode&lt;br /&gt;
* Fixes for FreeBSD 10.2&lt;br /&gt;
* Updated WNA/WSA scoring in support files &lt;br /&gt;
&lt;br /&gt;
=4.08=&lt;br /&gt;
2016-08-10&lt;br /&gt;
* Support for Multiplied exchanges&lt;br /&gt;
* Support for WNA and WSA Westphalia Activity&lt;br /&gt;
* DOKs in validated EXCs&lt;br /&gt;
* A/C smaller planes on smaller zoom&lt;br /&gt;
* JA in tucnakdw&lt;br /&gt;
* SDR without SDL&lt;br /&gt;
* Fixed localization crashes in SDL init&lt;br /&gt;
* Rainscatter maps&lt;br /&gt;
* Menu Set Mode for AM/FM/RTTY &lt;br /&gt;
&lt;br /&gt;
=4.07=&lt;br /&gt;
2016-04-29&lt;br /&gt;
* Fixed A/C feed load interrupt under minimal altitude&lt;br /&gt;
* A/C feed URL got from server&lt;br /&gt;
* Fixed text in the &amp;quot;Only digits mean&amp;quot; button &lt;br /&gt;
&lt;br /&gt;
=4.06=&lt;br /&gt;
2016-03-11&lt;br /&gt;
* Summary dialog before vhfcontest.net upload&lt;br /&gt;
* Stats WWL radius&lt;br /&gt;
* Fixed qsoglob in tucnakwiz for SSB Liga &lt;br /&gt;
* Fixed tucnakrc crash after downgrade&lt;br /&gt;
* Fixes for clang 3.5&lt;br /&gt;
* Fixed many rig PTT problems, TNX to G4ZTR&lt;br /&gt;
* Fixed race condition in rig initialization&lt;br /&gt;
* New rig option Force handshake NONE, TNX to G4ZTR&lt;br /&gt;
* Hamlib 3.1~git in windows package&lt;br /&gt;
* Fixed bug in first start in textmode&lt;br /&gt;
* Compile fixes for probably bug in gcc 4.6&lt;br /&gt;
* Support for libftdi 1.0&lt;br /&gt;
* Fixed bug in QSO trace under windows, TNX to SP6LTC &lt;br /&gt;
&lt;br /&gt;
=4.05=&lt;br /&gt;
2015-10-12&lt;br /&gt;
* Koel-Achen contest wizzard and EXC data, TNX to DL4PD&lt;br /&gt;
* Fixed bug in QRB compute JN54KP-JN54KP, TNX to IU4APB&lt;br /&gt;
* Ctrl+Up/Down in bandmap tunes rig to next spot&lt;br /&gt;
* Use in DXC window sets rig frequency&lt;br /&gt;
* Fixed AC start time display, TNX to OK3MAD&lt;br /&gt;
* Inverse display&lt;br /&gt;
* Fixed &amp;quot;ZC4:&amp;quot; bug in tucnakdw, TNX to DL7BST&lt;br /&gt;
* Fixed unifinished QSO without qsonr, TNX to DL7BST&lt;br /&gt;
* DXCC multipliers in HF window&lt;br /&gt;
* Included txt2inc.pl and master.scp, TNX to DL7BST&lt;br /&gt;
&lt;br /&gt;
=4.04=&lt;br /&gt;
2015-08-07&lt;br /&gt;
* Fixed rebuild scripts and libiberty detection&lt;br /&gt;
* Removed Crash test and Int.error test also from v4, TNX to SP2FRY&lt;br /&gt;
* Fixed italian translation, TNX to IK4XQT&lt;br /&gt;
* AC&#039;s sorted in z-order&lt;br /&gt;
* Fixed translations&lt;br /&gt;
&lt;br /&gt;
=4.03=&lt;br /&gt;
2015-06-04&lt;br /&gt;
* RSGB M7 support for G4ZTR&lt;br /&gt;
* Official Tucnak package in Debian, TNX to G8TMV&lt;br /&gt;
* tac2tuc.pl removed from install&lt;br /&gt;
* Modifications of build system to satisfy Debian&#039;s pbuild&lt;br /&gt;
* Fixed menu name, TNX to OZ1PIF&lt;br /&gt;
* Fixed A/C info without known locator&lt;br /&gt;
* Fixed A/C info crash, sw-&amp;gt;zoom was not set &lt;br /&gt;
&lt;br /&gt;
=4.02=&lt;br /&gt;
2015-05-12&lt;br /&gt;
* Fixed A/C freeze under WinXP, TNX to OZ9GE&lt;br /&gt;
&lt;br /&gt;
=4.01=&lt;br /&gt;
2015-05-11&lt;br /&gt;
* Fixed bug in cor recalc on WinXP, TNX to OZ9GE&lt;br /&gt;
* Fixed A/C WWL update, TNX to OK1MZM&lt;br /&gt;
* Fixed update output parse&lt;br /&gt;
&lt;br /&gt;
=4.00=&lt;br /&gt;
* KST dump skip&lt;br /&gt;
* Fixes for development on Jessie&lt;br /&gt;
* Fixed missing WWLs in stats window, tnx to OZ9GE&lt;br /&gt;
* Fixed Sun position jun-sep&lt;br /&gt;
* Talk offline transfer&lt;br /&gt;
* Updated Czech translation&lt;br /&gt;
* Fixed scroll when searching in KST/DXC&lt;br /&gt;
* Fixed QSO hash, can cause bad call highlight in KST/DXC&lt;br /&gt;
* Fixed layout update in text mode after Misc options&lt;br /&gt;
* Fixed and optimized cor recalculation&lt;br /&gt;
* Airplane position is in the center of sign&lt;br /&gt;
* Fixed new format of A/C feed&lt;br /&gt;
* Updated KST server IP list&lt;br /&gt;
* Show ! in DXC when call brings new EXC multiplier&lt;br /&gt;
* Fixed CI-V address, TNX to OK1CDJ&lt;br /&gt;
* Allow up to 4 digits and letters in callsign&lt;br /&gt;
* Fixed crash when adding chart without opened contest, TNX to IZ3GME (ex IW3IKN).&lt;br /&gt;
* Fixed gen-conly script&lt;br /&gt;
* Italian translation, TNX to IK1RAC&lt;br /&gt;
* Anti-aliased qso cross in map&lt;br /&gt;
* Fixed cabrillo frequency and header, TNX to OK1UGE&lt;br /&gt;
* New countries in tucnakdw, TNX to F4CIB &lt;br /&gt;
* Remove branch number from package names&lt;br /&gt;
&lt;br /&gt;
* Fixed lintian errors and some warnings&lt;br /&gt;
* Fixed characters typed with right alt keyboard layout switch&lt;br /&gt;
* Optimized layout of OSK&lt;br /&gt;
* A/C info plot instead of QSO info&lt;br /&gt;
* Crossing A/C are blue&lt;br /&gt;
* Fixed http upload of long files (&amp;gt;cca 100kB)&lt;br /&gt;
* Fixed crash in wiki upload&lt;br /&gt;
* Set higher priority to cwdaemon thread on windows&lt;br /&gt;
* Fixed crash in main_msg_handled (CW:!)&lt;br /&gt;
* Fixed compile with some version of libbfd&lt;br /&gt;
&lt;br /&gt;
=3.28=&lt;br /&gt;
2014-09-29&lt;br /&gt;
* Window highlight searches for whole words&lt;br /&gt;
* Allow to use non-call as operator&lt;br /&gt;
* Fixed too many open files bug in SSB CQ&lt;br /&gt;
* Fixed mediawiki upload credentials&lt;br /&gt;
* Reverse portrait and landscape mode on Android&lt;br /&gt;
* Lower mouse accuracy needed for menu separators and borders, TNX to OK1MZM&lt;br /&gt;
&lt;br /&gt;
=3.27=&lt;br /&gt;
2014-08-31&lt;br /&gt;
* Fixed KST A/C map crash, TNX to SP3IYM&lt;br /&gt;
* Fixed crash in vhfcontestnet upload&lt;br /&gt;
* Ask for sked and Message open OSK&lt;br /&gt;
* Fixed Alt+PNK in KST within OSK&lt;br /&gt;
&lt;br /&gt;
=3.26=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Fixed crash in QRV window redraw, TNX to OZ7Z&lt;br /&gt;
&lt;br /&gt;
=3.25=&lt;br /&gt;
2014-08-14&lt;br /&gt;
* Reload interfaces button in Network info&lt;br /&gt;
* Spy shows error when contest is long&lt;br /&gt;
* Android notification and service&lt;br /&gt;
* Fixed crash on Android 4.4 KitKat, TNX to my wife Bara&lt;br /&gt;
* Fixed OSK KST Alt+K, Ctrl+K, TNX to OK1MZM&lt;br /&gt;
* Fixed OSK size, OSK close button click area, out of OSK clicks pass, TNX to OK1MZM&lt;br /&gt;
* QRV list create in menu Subwins-&amp;gt;Add contest&lt;br /&gt;
* Wiki report upload to mediawiki site&lt;br /&gt;
* EDI log upload to www.vfhcontest.net&lt;br /&gt;
* Fixed HF Edit QSO bug, TNX to F5NLG&lt;br /&gt;
* Removed Crash test and Int.error test, TNX to DL4DZ&lt;br /&gt;
* hamlib uses win32 api for FUNcube&lt;br /&gt;
* SDR right button drag tunes radio&lt;br /&gt;
* Fixed many SDR bugs&lt;br /&gt;
&lt;br /&gt;
=3.24=&lt;br /&gt;
2014-06-12&lt;br /&gt;
* Experimental support for SDR&lt;br /&gt;
* Fixed wifi UDP negotiation on Android&lt;br /&gt;
* Fixed band change tucnak-&amp;gt;radio&lt;br /&gt;
* Fixed rig lock problem&lt;br /&gt;
* Translate 0xd8 to 0 in KST&lt;br /&gt;
* Fixed spy and contest load when remote node is connected&lt;br /&gt;
* Fixed bad comparison in initialization, TNX to David Binderman&lt;br /&gt;
* Fixed gain display of QTF=8, tnx to OZ9GE&lt;br /&gt;
* Anti-aliased map in HTML/wiki exports and over HTTP&lt;br /&gt;
* Speed up window resizing &lt;br /&gt;
* Remember maximized state under Windows&lt;br /&gt;
* Fixed crash causet by too small application window&lt;br /&gt;
* Bigger font allowed in on screen keyboard&lt;br /&gt;
* Bigger font for higher resolution at startup&lt;br /&gt;
* Window maximized at startup&lt;br /&gt;
* Open web browser with WWL in Call info&lt;br /&gt;
* Do not preload checkboxes in Load from network dialog when loading from same host&lt;br /&gt;
* Autorepeat in OSK&lt;br /&gt;
* Inputline	history works in OSK&lt;br /&gt;
* Show battery state &lt;br /&gt;
* Support for arbitrary category (PSect in EDI)&lt;br /&gt;
* Fixed ftdi_usb_get_strings detection under &#039;nixes and msvc&lt;br /&gt;
* Fixed multipliers in CQSOs EDI line, TNX to OZ1FF&lt;br /&gt;
* Fixes in Scope/FFT window&lt;br /&gt;
* Fixed hamlib configure path&lt;br /&gt;
* Fixed redraw of focus rectangle around window&lt;br /&gt;
&lt;br /&gt;
=3.23=&lt;br /&gt;
2013-12-28&lt;br /&gt;
* New windows icon resolutions&lt;br /&gt;
* Seconds marks in Player window&lt;br /&gt;
* Send locator to KST during connect chat&lt;br /&gt;
* Experimental focus rectangle around window&lt;br /&gt;
* Experimental portrait orientation under Android&lt;br /&gt;
* Support for RSGB M5-type contests&lt;br /&gt;
* Fixed external tucnakwiz load under windows&lt;br /&gt;
* Fixed many SSB CQ and recording issues&lt;br /&gt;
* Fixed FFT redraw after ssbd file format change&lt;br /&gt;
* Fixed wav play fail under Android&lt;br /&gt;
* Accelerated vertical window scroll under Android  &lt;br /&gt;
* Fixed scope window flashing when recording&lt;br /&gt;
* Fixed device lockfile delete&lt;br /&gt;
* Fixed serial port detect under Android&lt;br /&gt;
&lt;br /&gt;
=3.22=&lt;br /&gt;
2013-11-05&lt;br /&gt;
* Serial port detection in Info&lt;br /&gt;
* Battery state in Info&lt;br /&gt;
* Close button in on screen keyboard&lt;br /&gt;
* Drag menu selection by mouse/touch&lt;br /&gt;
* Location update by click on Android&lt;br /&gt;
* Fixed lockfile path on Arch linux, TNX to DF4OR&lt;br /&gt;
* Playing SSB CQ on Android&lt;br /&gt;
* Android API back to 4 (Android 1.6)&lt;br /&gt;
* Fixed shift in on screen keyboard&lt;br /&gt;
* Fixed under cursor nummer-ended call recognition in KST/DXC&lt;br /&gt;
* Fixed spy state request after contest load&lt;br /&gt;
* Fixed screen layout with spy activated&lt;br /&gt;
* Inputline history in touch mode&lt;br /&gt;
* On screen keyboard capslock&lt;br /&gt;
* Fixed settings on Android&lt;br /&gt;
* Save/restore state on Android after apps switch&lt;br /&gt;
* Fixed menu Window-&amp;gt;Open connection&lt;br /&gt;
* On screen keyboard replace Fn with star&lt;br /&gt;
* On screen keyboard swap comma and question mark&lt;br /&gt;
* On screen keyboard shows same case size as it writes&lt;br /&gt;
* Shake on end of scroll in windows&lt;br /&gt;
* Reversed QSO scroll direction, no QSO highlight&lt;br /&gt;
* Faster window scroll in touch mode&lt;br /&gt;
&lt;br /&gt;
=3.21=&lt;br /&gt;
2013-09-03&lt;br /&gt;
* Disable screensaver on Android (off by default)&lt;br /&gt;
* New touch keyboard symbols&lt;br /&gt;
* Geolocation in Info on Android&lt;br /&gt;
* Actual locator in new contest on Android&lt;br /&gt;
* Fixed swap import, TNX to OK1HRA&lt;br /&gt;
* Ignored spy lines in old contest&lt;br /&gt;
* Fixed screen layout after Log lines change&lt;br /&gt;
* Removed &amp;gt;&amp;lt; in A/C result&lt;br /&gt;
* QSOs cursor jumps to last qso when window is activated&lt;br /&gt;
* Scroll in search results in kst and dxc windows&lt;br /&gt;
* Use of call (kst, dxc, sked, qrv) adds call to inputline history&lt;br /&gt;
* Fixed Shift+F3 in contest&lt;br /&gt;
* Set PTT over CAT&lt;br /&gt;
* Fixed rig_open error reporting&lt;br /&gt;
* Get locator also from QRV database&lt;br /&gt;
* Change font in first Contest def dialog&lt;br /&gt;
* Fixed NAC on 70MHz&lt;br /&gt;
* Fixed A/C load (included in 3.20-android)&lt;br /&gt;
&lt;br /&gt;
=3.20=&lt;br /&gt;
2013-06-14&lt;br /&gt;
* Fixed crash after TAB in text mode, tnx to OK1HRA&lt;br /&gt;
* Fixed database load in New contest from net over slow link&lt;br /&gt;
* Fixed negative float number read from tucnakrc&lt;br /&gt;
* rigctl.exe and rigctld.exe in msvc package&lt;br /&gt;
* Hamlib 1.2.15.3-zia in msvc package&lt;br /&gt;
* Fixed tucnakwiz load&lt;br /&gt;
* NAC is also on 70MHz, TNX to OZ1FF&lt;br /&gt;
* Fixed shell close under Win32&lt;br /&gt;
* Fix QRG decimal dots in QRG&lt;br /&gt;
* Rotar description on main screen&lt;br /&gt;
* Select in QRV window &lt;br /&gt;
* Testing support for A/C prediction&lt;br /&gt;
* Fixed Home in Chart window under linux&lt;br /&gt;
* Support for serial numbers for FTDI converters&lt;br /&gt;
* Many fixes and improvements in rig control&lt;br /&gt;
* Fixed crash in file unlock&lt;br /&gt;
* Improved rig trace&lt;br /&gt;
* Alt+F10 maximize/restore window under msvc/mingw&lt;br /&gt;
* Improved settings under msvc&lt;br /&gt;
&lt;br /&gt;
=3.19&lt;br /&gt;
2013-04-28&lt;br /&gt;
* Automake silent rules&lt;br /&gt;
* File libzia*.so.d moved to /usr/lib/libzia&lt;br /&gt;
* Fixed CQ repeat timer, TNX to OK2WO&lt;br /&gt;
* Removed OS Shell in SDL mode, TNX to OK2WO&lt;br /&gt;
* Can select menu item checbox also by mouse/touch&lt;br /&gt;
* Close OSK before DUPE dialog &lt;br /&gt;
* Ctrl+Y clears also OSK inputline&lt;br /&gt;
* Fixed platform trailing &#039;x&#039;&lt;br /&gt;
&lt;br /&gt;
=3.18=&lt;br /&gt;
2013-04-24&lt;br /&gt;
* Initial locator load on android&lt;br /&gt;
* Fixed -d argument under msvc and mings&lt;br /&gt;
* Fixed bug in SWP load (unbelievable, must be here many years)&lt;br /&gt;
* Sndfile is optional&lt;br /&gt;
* Disabled rotar description in menu&lt;br /&gt;
* Update for EEE&lt;br /&gt;
* Again fixed checkbox in Shell menu item&lt;br /&gt;
* Fixed Invalid option message&lt;br /&gt;
* Fixed empty space redraw in text mode&lt;br /&gt;
* Fixed Bad auth message&lt;br /&gt;
* Probably fixed crash of deb&#039;s tucnak on wheezy, TNX to OK1TKP&lt;br /&gt;
* New option No device locks&lt;br /&gt;
* Removed use of deprecated GMemChunk&lt;br /&gt;
* Fixed most of warnings for gcc 4.7&lt;br /&gt;
* Improved sound latency&lt;br /&gt;
* Fixed hamlib debug mode (OR of enabled rigs)&lt;br /&gt;
* Export to text file for KST and DXC windows&lt;br /&gt;
* Dump RW bands and hashes for diagnostics of problem caught in March contest&lt;br /&gt;
* Export as EDI fill operators when field is empty&lt;br /&gt;
* In touch mode screenshot is without keyboard&lt;br /&gt;
* Show stars instead of KST password &lt;br /&gt;
* Distribute RIT over rigs&lt;br /&gt;
* QRG can be entered without contest&lt;br /&gt;
* Experimental support for more rigs&lt;br /&gt;
* Fixed up arrow in QSOs window with Show All on&lt;br /&gt;
* Add contest and Add files menu items in Chart subwin/context menu&lt;br /&gt;
&lt;br /&gt;
=3.17=&lt;br /&gt;
2013-02-25&lt;br /&gt;
* Fixed secondary DXCC prefix recognition&lt;br /&gt;
* Fixed crash in empty QRV list using mouse wheel, TNX to OZ9F&lt;br /&gt;
* Fixed worked QSO color after QSO edit&lt;br /&gt;
* CEPT prefix and suffix sensitive QRV list (tnx to G1OGY)&lt;br /&gt;
* Support for debug info from dynamic libzia&lt;br /&gt;
* Fixed checkbox in Shell menu item&lt;br /&gt;
&lt;br /&gt;
=3.16=&lt;br /&gt;
2013-01-09&lt;br /&gt;
* Winkey over TCP/IP&lt;br /&gt;
* Fixed internal error message, TNX to OK1CDJ&lt;br /&gt;
* Removed QRB QSO check warning&lt;br /&gt;
* DXCC name in call info&lt;br /&gt;
* Enter without contest runs call info&lt;br /&gt;
* Fixed libzia compile --without-gtk&lt;br /&gt;
* Fixed TUCNAK_DEBUG variable (broken since 3.00)&lt;br /&gt;
* Removed support for winkey+davac4 (never 100% working)&lt;br /&gt;
* Fixed unix shell echo without PTY&lt;br /&gt;
* Idea: OSK keeps worked QSO visible&lt;br /&gt;
* Support for libsndfile (no SSB CQ/rec now) under android&lt;br /&gt;
* Support for hamlib under android&lt;br /&gt;
* Confirm call/exc/wwl by mouse click&lt;br /&gt;
* Android key trace&lt;br /&gt;
* Android menu key opens menu&lt;br /&gt;
* Rewritten parts of mouse handling code for drag window scroll&lt;br /&gt;
* In touch mode DXC/KST click always shows context menu&lt;br /&gt;
* Swap ENTER and BS on OS keyboard&lt;br /&gt;
* Released public beta od android&lt;br /&gt;
* Map icons Home, Zoom in, Zoom out&lt;br /&gt;
* Touch control&lt;br /&gt;
* New font 18x32&lt;br /&gt;
* Private release of beta Android&lt;br /&gt;
* Scroll DXC bandmap using Shift+Arrows, PageUp, PageDown, Home&lt;br /&gt;
* Frequency in QRV list takes only needed space&lt;br /&gt;
* Higlighted line in bandmap and qrv list changed from inverse to [...]&lt;br /&gt;
* Polish language file, TNX to SP5QWB&lt;br /&gt;
* Fixed sound type without portaudio&lt;br /&gt;
* Uploaded transitional debian package tucnak2 -&amp;gt; tucnak3&lt;br /&gt;
* Insert in chart window chooses contest instead of file&lt;br /&gt;
* Settings and Info in Help menu (corresponds to -s and -i command line arguments)&lt;br /&gt;
* Improved network contest load with long databases over slow links&lt;br /&gt;
* Re-arranged Network and Trace dialog&lt;br /&gt;
* Fixed remote connect to local host&lt;br /&gt;
* Fixed ] in talk window&lt;br /&gt;
* OK? at end of Ask for sked&lt;br /&gt;
* Fixed crash in wiki export in text mode&lt;br /&gt;
* --with-pkg configure argument&lt;br /&gt;
* Fixed platform and machine type under mingw&lt;br /&gt;
&lt;br /&gt;
=3.15=&lt;br /&gt;
2012-10-25&lt;br /&gt;
* Own update system for deb.i386, deb.amd64 and msvc&lt;br /&gt;
* Inputline history increased to 30 items&lt;br /&gt;
* Right click in title of QRV part of KST window choose optional QRV column&lt;br /&gt;
* When QRV sort is by QTF or KST, the QTF is shown in QRV part of KST window&lt;br /&gt;
* Can clicn to QRV column headers in QRV window to sort items&lt;br /&gt;
* Can click to QRV column headers in KST window to sort items&lt;br /&gt;
* Support for mouse in QRV part of KST window&lt;br /&gt;
* Support for incorrect KST /CQ command recognition &#039;&amp;gt; (0) (CALL) ...&#039;&lt;br /&gt;
* Improved search in KST window (no right move, highlight search pattern)&lt;br /&gt;
* Accidentaly entered 2-7 numbers in KST are processed as contest exchange (RST,NR)&lt;br /&gt;
* Fixed accidental kill when shell terminated under linux&lt;br /&gt;
* Fixed codepage od DNS errors under msc/mingw&lt;br /&gt;
* Fixed socket connected handler in KST, DXC (should not happen in real life)&lt;br /&gt;
* Operator change mark in chart, operator show in title&lt;br /&gt;
* Removed old New from net&lt;br /&gt;
* Removed old spy&lt;br /&gt;
* Mass R-O band set Bands-&amp;gt;Set read-only&lt;br /&gt;
* QRV info showed instead of top log line to save space&lt;br /&gt;
* QRV info show also for dupe&lt;br /&gt;
* Ctrl+L under SDL switches to 24G. Without SDL means terminal redraw.&lt;br /&gt;
* Fixed SSID-calls add to C_W&lt;br /&gt;
* Fixed chart points axis description&lt;br /&gt;
* Changed font for msie in httpd&lt;br /&gt;
&lt;br /&gt;
=3.14=&lt;br /&gt;
2012-10-04&lt;br /&gt;
* Fixed contest load with 0 points&lt;br /&gt;
* Fixed new cty.dat load, tnx to 9A4ZM&lt;br /&gt;
&lt;br /&gt;
=3.13=&lt;br /&gt;
2012-10-03&lt;br /&gt;
* Fixed right click out of windows titles&lt;br /&gt;
* QTF in QRV window right aligned&lt;br /&gt;
* Allow reverse sort in QRV window&lt;br /&gt;
* Fixed crash in New Contest, tnx to SP5QWB&lt;br /&gt;
* Fixed alternative slash key in QRV window, tnx to 9A4ZM&lt;br /&gt;
* Updated cty.dat (2O12L)&lt;br /&gt;
* Libzia-ver.so.d distributet, not working &lt;br /&gt;
&lt;br /&gt;
=3.12=&lt;br /&gt;
2012-10-01&lt;br /&gt;
* Fixed debian build --without-bfd&lt;br /&gt;
* Fixed libzia&#039;s settins include in deb&lt;br /&gt;
* Band multiplier for NAC&lt;br /&gt;
* Alternative priority set to 50 (tucnak2 has 40)&lt;br /&gt;
* Remote host is resolved&lt;br /&gt;
* Fixed resolve error handle under platforms with getaddrinfo&lt;br /&gt;
* Must not enter first two letters of locator (60LJ is JO60LJ for stn. from JN69)&lt;br /&gt;
* Removed direct backtrace from internal_error&lt;br /&gt;
* Fixed tucnak.d and bfd_open path&lt;br /&gt;
* Autosave and floppy save fixes, TNX to OZ7Z&lt;br /&gt;
* Platform and version to crash messageboxes&#039;s titles&lt;br /&gt;
&lt;br /&gt;
=3.11=&lt;br /&gt;
2012-09-21&lt;br /&gt;
* Left click on window tab shows context menu same as Subwins&lt;br /&gt;
* Run mode stat next to WPM indicator&lt;br /&gt;
* New hotkey Ctrl+R (tnx to 9A4ZM)&lt;br /&gt;
* Use speaker hidden under windows&lt;br /&gt;
* Fixed text in tucnak3.desktop&lt;br /&gt;
* QRV list transferred by New From Network&lt;br /&gt;
* Fixed network reconnect when remote is connected&lt;br /&gt;
* Enter in log window adds empty line for &lt;br /&gt;
* Fixed accidental stdin close in winkey/rotator&lt;br /&gt;
* New option net_remote_enable&lt;br /&gt;
* Fixed color of lowercase KST call&lt;br /&gt;
* Removed debugging of P3 command&lt;br /&gt;
* Page Up in QSOs window wraps to end of list, TNX to OK1XDF&lt;br /&gt;
* Fixed heap corruption after twice sf_close() when recording device cannot be opened&lt;br /&gt;
* Binary zloc in libzia/src&lt;br /&gt;
* Deb dependency to libzia of same version&lt;br /&gt;
* Use -release in libzia creation&lt;br /&gt;
&lt;br /&gt;
=3.10=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Removed libbfd from debian build because binutils versions incompatibility&lt;br /&gt;
* Fixed crash after tab in welcome dialog probably only under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.09=&lt;br /&gt;
2012-08-28&lt;br /&gt;
* Backtrace uses map file under mingw&lt;br /&gt;
* Updated backtrace for msvc&lt;br /&gt;
* Fixed winkey also under msvc/mingw&lt;br /&gt;
&lt;br /&gt;
=3.08=&lt;br /&gt;
2012-08-14&lt;br /&gt;
* Fixed winkey, TNX to OK1HRA&lt;br /&gt;
* Unhandled Exception under mingw&lt;br /&gt;
* Fixed compile under OpenSuse due broken binutils-devel&lt;br /&gt;
* Platform in window title and on some next places&lt;br /&gt;
* Fixed impout.dll for paralel port under mingw&lt;br /&gt;
* Included settings from libzia&lt;br /&gt;
* Fixed parameter parse (-i) under msvc/mingw&lt;br /&gt;
* Example tucnaknames and tucnakcw in binary&lt;br /&gt;
* Enter in Welcome dialog does not run Language choose&lt;br /&gt;
&lt;br /&gt;
=3.07=&lt;br /&gt;
2012-08-07&lt;br /&gt;
* Can be compiled under mingw, not tested&lt;br /&gt;
* Fixed IPV6 resolving, tnx to CT1DRB&lt;br /&gt;
* Fixed -liberty compile on OpenSuse, tnx to CT1DRB&lt;br /&gt;
* SDL keyboard delay/rate taken from system under MSVC&lt;br /&gt;
* Fixed operator send for Network Info&lt;br /&gt;
* Fixed jump to first QSO in QSOs findow when first fucused&lt;br /&gt;
* Fixed WAV search after Ctrl+P in QSOs window under MSVC&lt;br /&gt;
* $E in default ssbd_template&lt;br /&gt;
* Repeated play in Player window&lt;br /&gt;
* Fixed subwin inputlines position without resize&lt;br /&gt;
* Thread names for debugging&lt;br /&gt;
* Band name in QSO info&lt;br /&gt;
* Suspicious chars ?! are red&lt;br /&gt;
* QSO check after call/locator enter&lt;br /&gt;
* Maybe fixed rig QRG resend after band change &lt;br /&gt;
&lt;br /&gt;
=3.06=&lt;br /&gt;
2012-07-25&lt;br /&gt;
* Probably fixed fftw but not released&lt;br /&gt;
* Msvc version uses Release build to improve speed&lt;br /&gt;
* Fixed X11/putty mouse handle for coordinates&amp;gt;94&lt;br /&gt;
* Fixed RBN call selection in DXC window&lt;br /&gt;
* Fixed background on gnome-terminal&lt;br /&gt;
* Fixed DXC spots in HF window&lt;br /&gt;
* Fixed Shell window under Linux&lt;br /&gt;
* Code cleanup&lt;br /&gt;
* Httpd options dialog&lt;br /&gt;
* Fixed httpd SO_REUSEADDR&lt;br /&gt;
* Fixed DXC spot parse&lt;br /&gt;
&lt;br /&gt;
=3.05=&lt;br /&gt;
2012-07-18&lt;br /&gt;
* Fullscreen Ctrl+F11&lt;br /&gt;
* Font change Ctrl+, Ctrl-, Ctrl0&lt;br /&gt;
* New font 8x13&lt;br /&gt;
* Disabled portaudio in linux build because ubuntu segfault in Pa_Initialize&lt;br /&gt;
* Speedup: calls are not compared using regular expressions&lt;br /&gt;
* Speedup: calls are hold also in hash&lt;br /&gt;
* Oh mistake and Ask for sked in KST window&lt;br /&gt;
* QSOs from all bands in QSOs window&lt;br /&gt;
&lt;br /&gt;
=3.04=&lt;br /&gt;
2012-07-03&lt;br /&gt;
* Fixed Tucnak data.lnk&lt;br /&gt;
* Window title is Tucnak instead of tucnak3&lt;br /&gt;
* New contest from network (flood)&lt;br /&gt;
* New spy method (flood)&lt;br /&gt;
* Fixed operator load from contest files&lt;br /&gt;
* Connection to remote tucnak&lt;br /&gt;
* Kill connection in Subwin menu&lt;br /&gt;
&lt;br /&gt;
=3.03=&lt;br /&gt;
2012-06-18 (R1724)&lt;br /&gt;
* red highlight of 73-like KST messages&lt;br /&gt;
* turn on SSBWAY pin also during CW CQ to allow CQ on more band simultaneously&lt;br /&gt;
* dark yellow calls in subwin only when worked on all read-write bands&lt;br /&gt;
* fixed crash when sdl cannot be initialized&lt;br /&gt;
* kst logged QRV stations from QRV list&lt;br /&gt;
* fixed accidental QRV list sort change when subwin is leaved with Alt+number&lt;br /&gt;
* changed color of qsos and qso gain in map subwin&lt;br /&gt;
* svn version (revision) compiled-in in binary&lt;br /&gt;
* fixed crash after contest wizard, TNX to OK3MAD&lt;br /&gt;
* call selection and right mouse in qrv subwin&lt;br /&gt;
* QSO window does not loose focus when switched to it&lt;br /&gt;
* QSO window does not switch to last QSO when focused&lt;br /&gt;
&lt;br /&gt;
=3.02=&lt;br /&gt;
2012-05-09 (R1637)&lt;br /&gt;
* fixed SSID&#039;ized call info and call use in KST and DXC&lt;br /&gt;
* fixed crash after home key in KST and DXC&lt;br /&gt;
* fixed crash in quicksearch&lt;br /&gt;
* fixed Diskfree text in audio dialog&lt;br /&gt;
* fixed dxc_host delete&lt;br /&gt;
* link with libzia can be static or dynamic&lt;br /&gt;
* fixed new contest crash bug&lt;br /&gt;
&lt;br /&gt;
=3.01=&lt;br /&gt;
2012-05-02&lt;br /&gt;
* fixed fftw sample count handle&lt;br /&gt;
* updated libfftw3 3.3.1 to pl1 for msvc&lt;br /&gt;
* qrg entry in khz (.144300)&lt;br /&gt;
* bandmap in dxc window&lt;br /&gt;
* new key l in map&lt;br /&gt;
* disable screensaver under msvc&lt;br /&gt;
* format of -i&lt;br /&gt;
* libusb in installer&lt;br /&gt;
* fixed time_t 64bit bug, tnx to G1OGY&lt;br /&gt;
* highlighted item in sked window, enter send to worked qso&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* rotator poll interval&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* portautio must be at least version 0.19&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* wider beamwidth in map&lt;br /&gt;
* sked dialog rewrite, removed we_call and skedshift&lt;br /&gt;
* charts are per band&lt;br /&gt;
* loading of txt into chart loads also other bands&lt;br /&gt;
* qso gain in for photo&lt;br /&gt;
* alt+f4 closes tucnak under windows&lt;br /&gt;
* progress indicator during exports and qso check&lt;br /&gt;
* chart points axis value round&lt;br /&gt;
* chart time axis extremes snapped to hours&lt;br /&gt;
* removed charset menu&lt;br /&gt;
* newline adter map image in wiki export&lt;br /&gt;
* fixed portable calls in KST, DXC&lt;br /&gt;
* QRB, QTF in Call info&lt;br /&gt;
* removed Not mounted message when no floppy is defined&lt;br /&gt;
* fixed floppy save under msvc&lt;br /&gt;
&lt;br /&gt;
=3.00=&lt;br /&gt;
* first test - march contest 2012 OK2M&lt;br /&gt;
* change SDL key repeat&lt;br /&gt;
* azimuthal star in map&lt;br /&gt;
* simplyfied first contest options&lt;br /&gt;
* (untested) support for hamlib rotators&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* macro $J&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* kst reads cwdb and namedb from /sh us command&lt;br /&gt;
* double font height&lt;br /&gt;
* readonly flag in bands menu&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
* mast icon in map&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
* common code moved to libzia&lt;br /&gt;
* split header.h into more smaller headers&lt;br /&gt;
* memory allocations only from glib&lt;br /&gt;
* removed cba_t&lt;br /&gt;
* forked v3 &lt;br /&gt;
&lt;br /&gt;
=2.48=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* renamed debian to debian.unofficial&lt;br /&gt;
* removed -lusb, tnx to EA4TV&lt;br /&gt;
* hamlib rotator fix, tnx to OK1HRA&lt;br /&gt;
* fixed slow chart redraw without qsos&lt;br /&gt;
* fixed soundwrapper argc bug, tnx to DL1JBE&lt;br /&gt;
* fixed possible pointer shot of &#039;\0&#039; behind last_screen&lt;br /&gt;
&lt;br /&gt;
=2.47=&lt;br /&gt;
2011-02-16&lt;br /&gt;
* fixed names after Alt+C, tnx to OK1MZM/YL&lt;br /&gt;
* exact qrg in cabrillo, tnx to OK2CQR&lt;br /&gt;
* fixed rig qrg set after band switch&lt;br /&gt;
* fixed band LO freq&lt;br /&gt;
* debian/ updates for Jaime EA4TV&lt;br /&gt;
&lt;br /&gt;
=2.46=&lt;br /&gt;
2011-01-18&lt;br /&gt;
* set default rst-s after band change&lt;br /&gt;
* accpet portaudio options in tucnakrc&lt;br /&gt;
* accept subwin KST(15) as Shell in tucnakrc&lt;br /&gt;
* fixed race condition in eventpipe mutex create&lt;br /&gt;
&lt;br /&gt;
=2.45=&lt;br /&gt;
2011-10-12&lt;br /&gt;
* fixed map for photo feature&lt;br /&gt;
* strip binaries in deb package&lt;br /&gt;
* fixed sconn free bug&lt;br /&gt;
* support for libpng 1.5, tnx to DL1JBE &lt;br /&gt;
* fixed chart file not found message&lt;br /&gt;
&lt;br /&gt;
=2.44=&lt;br /&gt;
2011-07-29&lt;br /&gt;
* hdkeyb is started only with rotar(s)&lt;br /&gt;
* removed dump on Ctrl+L&lt;br /&gt;
* fixed sdev error messages handling&lt;br /&gt;
* fixed lockfile delete after keying device close&lt;br /&gt;
* fixed crossmode warning in qso check&lt;br /&gt;
* show wkd info from qrv list&lt;br /&gt;
* fixed chart.c compile under msvc&lt;br /&gt;
* fixed bug in CW speed using winkey. TNX to DL5YBZ&lt;br /&gt;
* fixed font draw with height!=16 under graphic windows&lt;br /&gt;
&lt;br /&gt;
=2.43=&lt;br /&gt;
2011-06-28&lt;br /&gt;
* wkd, qrv in qso info&lt;br /&gt;
* alt+k accepts usernames like call-2 and call/p&lt;br /&gt;
* ctrl+k does not add (CALL)&lt;br /&gt;
* rst in edit qso saved as uppercase&lt;br /&gt;
* network info for -i&lt;br /&gt;
* actual band selected in band menu&lt;br /&gt;
* show more chars of cw cq in menu&lt;br /&gt;
* fixed minor bug in wiki and html export&lt;br /&gt;
* fixed crash in wiki export without sdl&lt;br /&gt;
* fixed crash in macro $B without contest&lt;br /&gt;
&lt;br /&gt;
=2.42=&lt;br /&gt;
2011-05-31&lt;br /&gt;
* fixed crash in contest close&lt;br /&gt;
* forked v3&lt;br /&gt;
&lt;br /&gt;
=2.41=&lt;br /&gt;
2011-05-25&lt;br /&gt;
* released as tribute to Douglas Adams. Don&#039;t panic!&lt;br /&gt;
* fixed trace_sock&lt;br /&gt;
* fixed udev script - usb_device -&amp;gt; usb&lt;br /&gt;
* fixed some gcc warnings&lt;br /&gt;
* html/http/wiki exports map and chart as png&lt;br /&gt;
* http server for contest progress presentation&lt;br /&gt;
* changed fifo time format to HH:MM&lt;br /&gt;
* fixed wiki map description&lt;br /&gt;
* fixed volume indicator flicker&lt;br /&gt;
* fixed trace condition&lt;br /&gt;
* show chart files without sdl&lt;br /&gt;
* fixed grid &amp;amp; boundaries in map, tnx to DG6MAN &lt;br /&gt;
* libgpm is disabled by default&lt;br /&gt;
* fixed player and chart windows add&lt;br /&gt;
* fixed network interfaces detect&lt;br /&gt;
* ignored duplicate $GLIB_CFLAGS, $GLIB_LIBS in configure.in&lt;br /&gt;
* new macros in tucnak -s&lt;br /&gt;
&lt;br /&gt;
=2.40=&lt;br /&gt;
2011-04-05&lt;br /&gt;
* added _cv_ in autoconf cached variables&lt;br /&gt;
* updated missing script&lt;br /&gt;
* fixed iconv detection&lt;br /&gt;
* fixed tucnakrc load under WIN32&lt;br /&gt;
* sdev trace&lt;br /&gt;
* trace rewrite&lt;br /&gt;
* split master db into more strings&lt;br /&gt;
* rewritten cbr items choice for OKOM DX&lt;br /&gt;
* compile under msvc and ming but unusable at this time&lt;br /&gt;
* fixed qrv edit/insert (should overwrite another item)&lt;br /&gt;
* added player (and chart) window types in Add subwin&lt;br /&gt;
* removed testing code for Ctrl+P in main inputline&lt;br /&gt;
* experiments with waterfall palette and filtering&lt;br /&gt;
* frequency axis in fft scope&lt;br /&gt;
* frequency argument in soundwrapper for testing&lt;br /&gt;
* tab complete file in file import&lt;br /&gt;
* chart subwin&lt;br /&gt;
* fixed cursor position in inputline history alt+h&lt;br /&gt;
* degree sign in C_W quick search&lt;br /&gt;
* fixed alt+letter in qrv search&lt;br /&gt;
* rig error code instead of qrg&lt;br /&gt;
* changed rig debug level&lt;br /&gt;
* fixed rigs with unsupported rig_get_vfo()&lt;br /&gt;
* +1/-1 alloc bugs detection with --enable-leak-debug&lt;br /&gt;
* fixed qrv insert from keyboard&lt;br /&gt;
* fixed text upcase in qrv insert/edit&lt;br /&gt;
&lt;br /&gt;
=2.39=&lt;br /&gt;
2011-02-25&lt;br /&gt;
* fixed ftdi_context portability between libftdi versions&lt;br /&gt;
* qso gain diagram&lt;br /&gt;
* qrv gain diagram respects worked count&lt;br /&gt;
* qrv item insert&lt;br /&gt;
* qrv item edit&lt;br /&gt;
* new contest loads ~/tucnak/qrv&lt;br /&gt;
* fixed qrv points drawing when mouse move&lt;br /&gt;
&lt;br /&gt;
=2.38=&lt;br /&gt;
2011-02-20&lt;br /&gt;
* fixed bug in map window during contest load&lt;br /&gt;
* fixed memory alloc problem in master db&lt;br /&gt;
* degree sign as hexa constant 0xb0&lt;br /&gt;
* rewritten qrv database&lt;br /&gt;
* fixed master database comment filter&lt;br /&gt;
* increased length of contest option numbers, tnx to RU2FM&lt;br /&gt;
* calls from master database are never deleted&lt;br /&gt;
* fixed contest date in contest options&lt;br /&gt;
* qso check warning if exists remark&lt;br /&gt;
* fixed qsonr in cabrillo output, tnx to OK1HRA&lt;br /&gt;
* fixed avg unit pts/km in wiki and html output&lt;br /&gt;
* fixed compile without various --without combinations&lt;br /&gt;
* removed forgotten font13x24.png create&lt;br /&gt;
* QRG in edit QSO&lt;br /&gt;
* correct size of screenshots in HTML export&lt;br /&gt;
* fixed runmode CQ without hamlib, tnx to DL1JBE&lt;br /&gt;
* fixed Ctrl+3 to Ctrl+9 under SDL&lt;br /&gt;
* wav player seems to be usable&lt;br /&gt;
&lt;br /&gt;
=2.37=&lt;br /&gt;
2010-10-27&lt;br /&gt;
* two letters input moved to unresolved area&lt;br /&gt;
* fixed some minors in runmode, tnx to OK3MAD&lt;br /&gt;
* fixed soundwrapper sound frequency&lt;br /&gt;
* rewritten runmode for A1/MMC&lt;br /&gt;
* fixed runmode CQ only in CW mode (TNX to OK1HRA/TC03W)&lt;br /&gt;
* fixed runmode TU&lt;br /&gt;
* skeleton for wiki publish&lt;br /&gt;
* fixed TU give in run mode&lt;br /&gt;
* &amp;gt; for qrb&amp;gt;average in qsocheck&lt;br /&gt;
* changed delay between hamlib rig calls for slow radios&lt;br /&gt;
* fixed string truncate in inputline insert&lt;br /&gt;
* rig freq read reads from actual VFO&lt;br /&gt;
* rig mode change keeps bandwidth&lt;br /&gt;
* fixed autogive=0&lt;br /&gt;
* expedition mode&lt;br /&gt;
&lt;br /&gt;
=2.36=&lt;br /&gt;
2010-09-27&lt;br /&gt;
* fixed rig ID choose&lt;br /&gt;
* fixed segv in loading of contest with HF window and &amp;gt; 6 active bands&lt;br /&gt;
* do not add &#039;similar call&#039; to qsocheck when this call is also worked&lt;br /&gt;
* set rig handshake to none (default for TS850 is CTS/RTS)&lt;br /&gt;
* set rig timeout to 500ms (480s is unusable)&lt;br /&gt;
* gdb and rigctl under cygwin&lt;br /&gt;
* fixed cygncurses-9 dependency for sh.exe under cygwin&lt;br /&gt;
* updated tucnakdw (4X, ZC4, many UA)&lt;br /&gt;
* improved edit qso time parsing&lt;br /&gt;
* autogive mode after some typed chars&lt;br /&gt;
* macro $B&lt;br /&gt;
* bell sign for character 7 under sdl&lt;br /&gt;
* in macro $I dots are replaced by question marks&lt;br /&gt;
* added baudrate for rig control&lt;br /&gt;
* fixed R9SA parsing as report (tnx to OK1HRA)&lt;br /&gt;
* WAZ and ITU in HF window&lt;br /&gt;
* rewritten exc list in HF window&lt;br /&gt;
* master call database&lt;br /&gt;
* fixed SFI parse&lt;br /&gt;
* &amp;quot;live&amp;quot; QSO list in HF window&lt;br /&gt;
* enlarged layout of HF window&lt;br /&gt;
* updated UA wwls in tucnakdw&lt;br /&gt;
* fixed missing excs display&lt;br /&gt;
* argument -m sets time from master PC&lt;br /&gt;
* &#039;c&#039; key for center screen to QTH&lt;br /&gt;
* &#039;p&#039; key for photo in map&lt;br /&gt;
* fixed second part of CQSOs for method 16&lt;br /&gt;
* summery table with links to bands in html export&lt;br /&gt;
* fixed buffer and period time to ms (was us)&lt;br /&gt;
* similar calls are computed using Levenshtein distance&lt;br /&gt;
* cleared qso check message&lt;br /&gt;
* fixed top10 formatting for qrb&amp;gt;=1000 km&lt;br /&gt;
* reverted to old udev rule style (for lenny)&lt;br /&gt;
* fixed memory leaks in dwdb.c, rotar.c&lt;br /&gt;
&lt;br /&gt;
=2.35=&lt;br /&gt;
2010-06-30&lt;br /&gt;
* fixed crash in fft calculation&lt;br /&gt;
* support for Championnat de France THF&lt;br /&gt;
* alt-j: short access for A/C and M/S cq&lt;br /&gt;
* qrv list save&lt;br /&gt;
* configure checks for make&lt;br /&gt;
* fixed large qso number display in global QSO mode, tnx to DL5YBZ&lt;br /&gt;
* support for prefixes with slash (3D2/C)                                                                               &lt;br /&gt;
* fixed crash after IT9x call (* in prefix in cty.dat), tnx to DL5YBZ &lt;br /&gt;
* fixed $MN macro, tnx to OK1HRA (GL in WPX!)&lt;br /&gt;
* send CW2 and save QSO also after QSONR&lt;br /&gt;
* list import&lt;br /&gt;
* support for odd/even/1st/2nd TX (MS,AERO)&lt;br /&gt;
* fixed suid of soundwrapper&lt;br /&gt;
* updated cty.dat&lt;br /&gt;
* SYSFS{} changed to ATTR{} for new udev versions&lt;br /&gt;
&lt;br /&gt;
=2.34=&lt;br /&gt;
2010-04-26&lt;br /&gt;
* changed time separator from . to :&lt;br /&gt;
* four digits are QSO number, not month and day of month&lt;br /&gt;
* deb package uses suided soundwrapper &lt;br /&gt;
* macro $I&lt;br /&gt;
* fixed statistics calculation after loading of contest   &lt;br /&gt;
* added frequency to adif export&lt;br /&gt;
* fixed exchange output in cabrillo and adif export  &lt;br /&gt;
* changed format of ChangeLog to Mediawiki source format&lt;br /&gt;
* get back generated debian/changelog, it seems we have no DEB maintainer&lt;br /&gt;
&lt;br /&gt;
=2.33=&lt;br /&gt;
2010-02-18&lt;br /&gt;
* fixed usaca multiple names&lt;br /&gt;
* rit clear after qso save in run mode&lt;br /&gt;
* support for ARRL International DX Contest&lt;br /&gt;
* fixed ARRL VHF scoring&lt;br /&gt;
* turned off cq repeat for cwdaemon&lt;br /&gt;
* rig changes: poll interval, mode and band transfer&lt;br /&gt;
&lt;br /&gt;
=2.32=&lt;br /&gt;
2010-02-13&lt;br /&gt;
* cabrillo export for ARRL VHF contests&lt;br /&gt;
* fixed leak debug on AMD64&lt;br /&gt;
* fixed double rig_cleanup()&lt;br /&gt;
* fixed using of non-serial ports in hamlib (f.e. rpc.rigd, type 1901)&lt;br /&gt;
* rover (/R) are not dupe when are in different big wwl&lt;br /&gt;
* fixed EDI properties dialog &lt;br /&gt;
* script for Asus EEE binary and optimized configuration&lt;br /&gt;
* updated tucnakrc (HF bands, windows)&lt;br /&gt;
&lt;br /&gt;
=2.31=&lt;br /&gt;
2010-01-01&lt;br /&gt;
* fixed crash if mode is changed without FFT window. TNX to DF4OR&lt;br /&gt;
* crossmode test in QSO check&lt;br /&gt;
&lt;br /&gt;
=2.30=&lt;br /&gt;
2009-11-30&lt;br /&gt;
* fixed device locking under cygwin, tnx to G1OGY&lt;br /&gt;
&lt;br /&gt;
=2.29=&lt;br /&gt;
2009-11-03&lt;br /&gt;
* fixed corrupted contest date display in Open contest from net &lt;br /&gt;
* fixed tucnakdw; JN89 is in OM	&lt;br /&gt;
* fixed cwdaemon and sdev double freeing &lt;br /&gt;
* recording level has filtered DC &lt;br /&gt;
* CW window holds PTT all time it is opened&lt;br /&gt;
* removed debugging show of 1&#039;s under volume indicator&lt;br /&gt;
* fixed (null) display in empty qrv list&lt;br /&gt;
* speeded up sdl key repeat&lt;br /&gt;
* removed delayed screen redraw&lt;br /&gt;
* fixed KST new call upcase &lt;br /&gt;
* DX network command sends only valid spots, no KST or other garbage&lt;br /&gt;
* fixed rig qrg display (mode switch worked)&lt;br /&gt;
* fixed ebw db import error message&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Activity&amp;diff=3166</id>
		<title>Activity</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Activity&amp;diff=3166"/>
		<updated>2024-06-17T22:09:22Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: /* Special modes and bands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
Program automaticaly recognizes kind of typed items and correctly put it into unfinished QSO where is located above input line. &lt;br /&gt;
&lt;br /&gt;
* Callsign - e.g. &#039;&#039;&#039;OK1MZM&#039;&#039;&#039;, &#039;&#039;&#039;HB0/OK1MCS/P&#039;&#039;&#039;. If QSO with the station in the contest exists then dialogue Duplicate QSO is displayed. When tucnak doesn&#039;t recognize entered string as callsign (exotic callsign), enter slash after callsign (&#039;&#039;&#039;SP0PAPA/&#039;&#039;&#039;).&lt;br /&gt;
* Report and contest number from other station are written together - &#039;&#039;&#039;59001&#039;&#039;&#039;. Number higher as 1000 is written with `_&#039; character (&#039;&#039;&#039;59_1001&#039;&#039;&#039;). When QSO NR is not used, it is recognised as EXC. &lt;br /&gt;
* Only report from other station - &#039;&#039;&#039;59,&#039;&#039;&#039; (trailing comma). You can set &amp;quot;2-3 digits&amp;quot; setting to RSTR to allow entering without comma. &lt;br /&gt;
* Only report to other station - &#039;&#039;&#039;59&#039; &#039;&#039;&#039;(trailing apostrophe)&lt;br /&gt;
* Only number &#039;&#039;&#039;001;&#039;&#039;&#039; (trailing semicolon). Numbers &amp;gt;= 1000 can be written directly.&lt;br /&gt;
* Locator - e.g. &#039;&#039;&#039;JN69PV&#039;&#039;&#039;. You can enter &#039;&#039;&#039;69PV&#039;&#039;&#039; only, it will be completed by nearest locator.&lt;br /&gt;
* Date - &#039;&#039;&#039;20030809&#039;&#039;&#039;&lt;br /&gt;
* Time - e.g. &#039;&#039;&#039;14.22&#039;&#039;&#039;, is possible to write short record as &#039;&#039;&#039;.22&#039;&#039;&#039;&lt;br /&gt;
* Suffix/locator - e.g. &#039;&#039;&#039;AB&#039;&#039;&#039; can be suffix of station or last two characters of locator.&lt;br /&gt;
* Suffix - three letters mean suffix only&lt;br /&gt;
* Optional exchange - any string ended by point (.).&lt;br /&gt;
* Q - QSL send request.&lt;br /&gt;
* #REMARK - remark to report. In input line isn&#039;t possible write any space characters.&lt;br /&gt;
* Save QSO - if all items of QSO are written QSO may be saved by ENTER key.&lt;br /&gt;
* Rig frequency - point followed by 3 digits - keeps MHz, changes only kHz (&#039;&#039;&#039;.300&#039;&#039;&#039; on 2m set 144300.000kHz)&lt;br /&gt;
* Rig band + frequency - point followed by 4-9 digits - sets frequency in kHz (&#039;&#039;&#039;.144300&#039;&#039;&#039; sets 144300.000kHz no matter which band is active) &lt;br /&gt;
&lt;br /&gt;
It is possible to write more items which are delimited by space characters. If any item isn&#039;t recognized then it&#039;s displayed left above top input line.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Hint: You can return all to QSOs line by Alt+P&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Contests with Optional Exchange =&lt;br /&gt;
* Universal way is enter &#039;&#039;&#039;59 DPM.&#039;&#039;&#039;&lt;br /&gt;
* Alphabetical OE enter as &#039;&#039;&#039;59DPM&#039;&#039;&#039; (only when QSO number is not used)&lt;br /&gt;
* If you use Verified Exchange, you&#039;re able to enter exchange without trailing dot&lt;br /&gt;
* If you use Free or Multiplied Exchange, you can also enter exchange without trailing dot. But it is tested at last (with lowest priority)&lt;br /&gt;
* You can not use OE with space. Use minus instead.&lt;br /&gt;
* Allowed are only english characters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Quick QSO enter=&lt;br /&gt;
Some people want pre-filled 59 and enter only QSO number. How to set it in Tucnak?&lt;br /&gt;
* In new contest set &#039;&#039;&#039;Only digits mean&#039;&#039;&#039; to &#039;&#039;&#039;QSONR-R&#039;&#039;&#039;&lt;br /&gt;
* Check &#039;&#039;&#039;Also for RST-R&#039;&#039;&#039;&lt;br /&gt;
* If you have to ask 8 times, is embarrassing to give 59, type &#039;&#039;&#039;55&#039; &#039;&#039;&#039; (apostrophe)&lt;br /&gt;
* If you got weak report, enter &#039;&#039;&#039;55,&#039;&#039;&#039; or &#039;&#039;&#039;55001&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Run mode=&lt;br /&gt;
For CW contests look at [[Edit#Run_mode|Run mode]].&lt;br /&gt;
&lt;br /&gt;
= Special modes and bands =&lt;br /&gt;
Althrough Tucnak is intended for SSB/CW contests, some users sometimes request features that are not standard for me. &lt;br /&gt;
Support for these features may not be perfect&lt;br /&gt;
&lt;br /&gt;
[[MGM]]&lt;br /&gt;
&lt;br /&gt;
[[ATV]]&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=MGM&amp;diff=3165</id>
		<title>MGM</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=MGM&amp;diff=3165"/>
		<updated>2024-06-17T22:08:41Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This feature is marginal for Tucnak, support may not be complete.&lt;br /&gt;
&lt;br /&gt;
Tucnak is partially supporting MGM contests. Support is based on IARU VHF Manager&#039;s handbook 9. Do not forget to set mode (Menu Bands, Set Mode, MGM). MGM includes today&#039;s popular modes like FT-8.&lt;br /&gt;
&lt;br /&gt;
To open the MGM contest, please open menu &#039;&#039;&#039;Contest&#039;&#039;&#039;, &#039;&#039;&#039;New from Wizard&#039;&#039;&#039;,  &#039;&#039;&#039;IARU Region I MGM Contest&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* RCVD RST: &#039;&#039;&#039;36,&#039;&#039;&#039; (comma)&lt;br /&gt;
* SENT RST: &#039;&#039;&#039;36&#039; &#039;&#039;&#039; (apostrophe)&lt;br /&gt;
* WWL: 4-characters locators: &#039;&#039;&#039;JN69MM&#039;&#039;&#039; (please add MM manually)&lt;br /&gt;
* No serial number&lt;br /&gt;
&lt;br /&gt;
Call and WWL are standard, PSE look at [[Activity]].&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=MGM&amp;diff=3164</id>
		<title>MGM</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=MGM&amp;diff=3164"/>
		<updated>2024-06-17T22:08:25Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This feature is marginal for Tucnak, support may not be complete.&lt;br /&gt;
&lt;br /&gt;
Tucnak is partially supporting MGM contests. Support is based on IARU VHF Manager&#039;s handbook 9. Do not forget to set mode (Menu Bands, Set Mode, MGM). MGM includes today&#039;s popular modes like FT-8.&lt;br /&gt;
&lt;br /&gt;
To open the MGM contest, please open menu &#039;&#039;&#039;Contest&#039;&#039;&#039;, &#039;&#039;&#039;New from Wizard&#039;&#039;&#039;,  &#039;&#039;IARU Region I MGM Contest&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* RCVD RST: &#039;&#039;&#039;36,&#039;&#039;&#039; (comma)&lt;br /&gt;
* SENT RST: &#039;&#039;&#039;36&#039; &#039;&#039;&#039; (apostrophe)&lt;br /&gt;
* WWL: 4-characters locators: &#039;&#039;&#039;JN69MM&#039;&#039;&#039; (please add MM manually)&lt;br /&gt;
* No serial number&lt;br /&gt;
&lt;br /&gt;
Call and WWL are standard, PSE look at [[Activity]].&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=MGM&amp;diff=3163</id>
		<title>MGM</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=MGM&amp;diff=3163"/>
		<updated>2024-06-17T22:08:12Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: Created page with &amp;quot;This feature is marginal for Tucnak, support may not be complete.  Tucnak is partially supporting MGM contests. Support is based on IARU VHF Manager&amp;#039;s handbook 9. Do not forge...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This feature is marginal for Tucnak, support may not be complete.&lt;br /&gt;
&lt;br /&gt;
Tucnak is partially supporting MGM contests. Support is based on IARU VHF Manager&#039;s handbook 9. Do not forget to set mode (Menu Bands, Set Mode, MGM). MGM includes today&#039;s popular modes like FT-8.&lt;br /&gt;
&lt;br /&gt;
To open the MGM contest, please open menu &#039;&#039;&#039;Contest&#039;&#039;&#039;, &#039;&#039;&#039;New from Wizard&#039;&#039;&#039;,  &#039;&#039;IARU Region I MGM Contest&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* RCVD RSTonly: &#039;&#039;&#039;36,&#039;&#039;&#039; (comma)&lt;br /&gt;
* SENT RST: &#039;&#039;&#039;36&#039; &#039;&#039;&#039; (apostrophe)&lt;br /&gt;
* WWL: 4-characters locators: &#039;&#039;&#039;JN69MM&#039;&#039;&#039; (please add MM manually)&lt;br /&gt;
* No serial number&lt;br /&gt;
&lt;br /&gt;
Call and WWL are standard, PSE look at [[Activity]].&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=ATV&amp;diff=3162</id>
		<title>ATV</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=ATV&amp;diff=3162"/>
		<updated>2024-06-17T22:02:18Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This feature is marginal for Tucnak,support may not be complete.&lt;br /&gt;
&lt;br /&gt;
Tucnak is partially supporting ATV contests. Support is based on IARU VHF Manager&#039;s handbook 9. Do not forget to set mode (Menu Bands, Set Mode, ATV). &#039;&#039;&#039;599&#039;&#039;&#039; appears in RST-S column.&lt;br /&gt;
&lt;br /&gt;
RST is used similar to CW, T means quality. EXC is four random digits.&lt;br /&gt;
&lt;br /&gt;
* RCVD RST+EXC: &#039;&#039;&#039;5991234&#039;&#039;&#039; (preferred way)&lt;br /&gt;
* RCVD RST only: &#039;&#039;&#039;599,&#039;&#039;&#039; (comma)&lt;br /&gt;
* SENT RST: &#039;&#039;&#039;599&#039; &#039;&#039;&#039; (apostrophe)&lt;br /&gt;
* EXC only: &#039;&#039;&#039;1234.&#039;&#039;&#039; (dot)&lt;br /&gt;
* WWL: only 4 and 6-characters WWL are supported, choose in [[Contest options]]&lt;br /&gt;
* No serial number&lt;br /&gt;
&lt;br /&gt;
Call is standard, PSE look at [[Activity]].&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=ATV&amp;diff=3161</id>
		<title>ATV</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=ATV&amp;diff=3161"/>
		<updated>2024-06-17T22:01:15Z</updated>

		<summary type="html">&lt;p&gt;Ok1zia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This feature is marginal for Tucnak,support may not be complete.&lt;br /&gt;
&lt;br /&gt;
Tucnak is partially supporting ATV contests. Support is based on IARU VHF Manager&#039;s handbook 9. Do not forget to set mode (Menu Bands, Set Mode, ATV). &#039;&#039;&#039;599&#039;&#039;&#039; appears in RST-S column.&lt;br /&gt;
&lt;br /&gt;
RST is used similar to CW, T means quality. EXC is four random digits.&lt;br /&gt;
&lt;br /&gt;
* RCVD RST+EXC: &#039;&#039;&#039;5991234&#039;&#039;&#039; (preferred way)&lt;br /&gt;
* RCVD RST only: &#039;&#039;&#039;599,&#039;&#039;&#039; (comma)&lt;br /&gt;
* SENT RST: &#039;&#039;&#039;599&#039; &#039;&#039;&#039; (apostrophe)&lt;br /&gt;
* EXC only: &#039;&#039;&#039;1234.&#039;&#039;&#039; (dot)&lt;br /&gt;
* WWL: only 4 and 6-characters WWL are supported, choose in [[Contest options]]&lt;br /&gt;
&lt;br /&gt;
Call is standard, PSE look at [[Activity]].&lt;/div&gt;</summary>
		<author><name>Ok1zia</name></author>
	</entry>
</feed>