Codebase list cqrlog / fresh-snapshots/main CHANGELOG
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

CHANGELOG @fresh-snapshots/mainraw · history · blame

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
Legend:
  # info
  + new feature
  - bugfix
--------------------

2.5.2 (2021-02-12)
  # some code refactoring
  + some contest window improvements (showing DXCC, WAZ, ITU, continent)
  + FST4 mode support added (Saku, OH1KH)
  + user can change the locator to use in ADIF import (Florian, DF2ET)
  + CW messages can be saved or loaded from a file (Saku, OH1KH)
  - eQSL upload fixes (Saku, OH1KH)	
  - ADIF import duplicate check fixed, form layout fixed (Saku, OH1KH)
  - New QSO window layout fixes (Saku, OH1KH)
  - workaround for 'TRegExpr exec: empty input string' error in fpc compiler
  - xdg-open is used in Call extra data window to open open the attachments

2.5.1 (2021-01-24)
  - Winkeyer didn't work (Saku, OH1KH)
  - CW was interrupted with every move from callsign/mode/rst fields
  - QTH Profile numbering (Saku, OH1KH)

2.5.0 (2021-01-16)
  + 3 user defined buttons for TRX control (Saku, OH1KH)
  + TX quick split using XIT (Saku, OH1KH)
  + support of WPM changes from macros when using Hamlib keyer (Saku, OH1KH)
  + include operator's callsign in the exports (Florian, DF2ET)
  + view eQSL image from list of QSO (Saku, OH1KH)
  + button to show remote station on a map with path and direction (Florian, DF2ET)
  + buttons for adding Mode+RST_sent, Locators_propagation and user defined message to DX spot sending (Saku, OH1KH)
  + ADIF import for JS8, FT4 and PKT (Andreas, DL7OAP)
  + local oscilator configuration added (Florian, DF2ET)
  + user can spot RX freq instead of TX (Florian, DF2ET)
  + export to EDI (Florian, DF2ET)
  + separate CW keyer settings for radio1 and radio2 (Saku, OH1KH)
  + rotor controls updated (Saku, OH1KH)
  + contest filter added (Florian, DF2ET)
  + working with WSJT improved
  + Cabrillo export headers (Saku, OH1KH & Florian, DF2ET)
  + DARK DOK info support added (Florian, DF2ET & Andreas, DL7OAP)
  + Cabrillo export added (Florian, DF2ET)
  + DX cluster improved (Saku, OH1KH)
  + Add option to upload SAT status info to AMSAT status page (Florian, DF2ET)
  + Calculate SAT mode from freq and RX freq. Used in eqsl.cc upload and ADIF/HTML exports (Florian, DF2ET)
  - fixes for club membership (Saku, OH1KH & Andreas, DL7OAP)
  - fixes for password special characters (Saku, OH1KH)
  - fixes to ADIF export rules (Andreas, DL7OAP)
  - fixes to contest window (Saku, OH1KH)
  - band <->frequency fixes (Saku, OH1KH) 
  - UTF-8 problems in ADIF (Saku, OH1KH)
  - JTDX & JS8CALL fixes (Saku, OH1KH)
  - typo in satellite EO-80 (Andreas, DL7OAP)
  - layout fixes for QT5 compilation (Saku, OH1KH)
  - filter to take fix (Saku, OH1KH)
  - eQSL upload fixes (Saku, OH1KH)
  - CQ monitor fixes (Saku, OH1KH)
  - CW keys fixes (Saku, OH1KH)
  - RBN monitor fixes (Saku, OH1KH)
  - new membership files check fixed
  - export to HTML and ADIF fixes (Saku, OH1KH)
  - group edit fixes (Saku, OH1KH)
  - filter settings fixes (Saku, OH1KH)
  - QTH profile fixes (Saku, OH1KH)
  - callbook database update fixes (Saku, OH1KH)
  
2.4.0 (2019-10-27)
  # update sat_name.tab with newest lotw satellite list (Andy, DL7OAP)
  # some layout changes and code refactoring
  + feature to select rectangular geometry in the xplanet preferences (Andy, DL7OAP)
  + ADIF import: implement filter by date range (gl-bars)
  + Initial Skimmer Support (Olli, DH2WQ)
  + Show own position on xplanet (Florian, DF2ET)
  + Add to bandpmap works also in Contest window (Saku, OH1KH)
  + WSJT integration improved (Saku, OH1KH)
  + N1MM Remote mode improved (Saku, OH1KH)
  - fixed bug with CTRL+END and/or CTRL+HOME
  - fixed encoding passwords for HamQTH - (Andy, DL7OAP)
  - AutoMark QSL issue fixed (Andy, DL7AOP)
  - eQSL download fixed (Saku, OH1KH)

2.3.0 (2018-06-17)
  # Auto backup: can also prevent accidental closing of cqrlog. Text informations added (Saku, OH1KH)
  - Wsjt-x remote used nonexisting variable if CQ-monitor was closed (Saku, OH1KH)
  + wsjt-x: stop TX if split answer to CQ not accepted by caller (Saku, OH1KH)
  - Preferences button in eQSL up&dn load opened wrong tab
  + TRXcontrol: M_Wri-button. Sets memory entry from current rig frequency and mode  (Saku, OH1KH)
  + Wsjt-x CQ-monitor: new features Wsjt-map ColorBack and xplanet support. (Saku, OH1KH)
  + Cq-monitor: Overtimed entries turn silvergray in Follow and "no history" (Saku, OH1KH)
  + Band selector to Filter windows added (Saku, OH1KH)
  + CQ-monitor Delta Freqyency instead of Time when "no history" checked (Saku, OH1KH)
  + TRXConterol window. Buttons for Power ON/OFF/STANDBY. Sends corrsponding rigctld cmds to current rig (Saku, OH1KH)
  + Start and stop scripts. Called when cqrlog is up and running and before closing all down. (Saku, OH1KH)
  + StartConnectCommand added to DXCluster (Saku, OH1KH)
  + when remote preferences open to fldigi/wsjt tab (Saku, OH1KH)
  + auto update membership files added (has to be enabled in Prefereces, first)
  + mode field can now store 12 characters (was 10), added mode DIGITALVOICE (Jonas, SM2VSD)
  + support for satellite QSO added  
  + eQSL ADIF import now also uses submodes from the ADIF specification to match qsos in log (Jonas, SM2VSD)
  + eQSL ADIf import now also uses timestamp from log (+/-60min) together with timestamp from eQSL to match qsos (Jonas, SM2VSD)
  
  - CWtype/letter mode: doubling a .. z removed (Saku, OH1KH)
  - Worked grids map: Mode selector did not load user's additions (digimodes) (Saku, OH1KH)
  - Filter section QSL. Controls over group box. Tighter setting of controls (Saku, OH1KH)
  - xplanet support/DXCluster was reversing colors RGB to BGR (Saku, OH1KH)
  - grid map: loc and qso counters fixed. Default start fixed as all/any. Default save as jpg (Saku, OH1KH)
  - QSO Filter layout fixed (Saku, OH1KH)
  - DXCluster/WEB Font button not connected to acFont (no action). Fixed (Saku, OH1KH)
  - wsjtx logging take start and stop times to log (before just stop time) (Saku, OH1KH)
  - fldigi remote socket checking fixed (Saku, OH1KH)
  - loading libbsl library didn't work on 32bit system - fixed
  - LoTW import bug when having multiple QSOs with the same station, on the same band and day fixed (Jonas, SM2VSD)
  - export QSO for LoTW to local adif file fixed
  - problem with number rewrite in report field fixed
  - after edit call/freq/mode/rst_s/rst_r qso were uploaded and deleted from online log several times - fixed	

2.2.0 (2017-30-12)
  + wsjt remote mode improvements (Saku, OH1KH)
  + CQ-monitor now remembers showing state.(Saku, OH1KH)
  + "My Alert" is now compared oppsite way: This should fit also compound callsign XX/YOURCALL or YOURCALL/XX (Saku, OH1KH)
  + CQ-monitor:  Country names (cut to length 15) are now displayed instead of callsign prefixes. (Saku, OH1KH)
  + "Show only active band" checkbox addec to Band map filter for quick access. (Saku, OH1KH)
  + "Re/Set" button added to Export "Choose fields to export" dialog for set/reset all check boxes in one go. (Saku, OH1KH)
  + a lot of CQ monitor improvements (Saku, OH1KH)
  + remote wsjt: Short cut key Ctrl+J (Saku, OH1KH)
  + help files updated (Saku, OH1KH)
  + Voice keyer works now also with FM and AM modes and also from CWkeys windows. (Saku, OH1KH)
  + QSO in QSO list window can be sorted in ascending date/time order (oldes QSO first). (Jörg, DL8DTL)
  + CQRLOG should work correcly on HiDPI monitors

  - dUtils: BandToFrequency: 630M definition was missing. (Saku, OH1KH)
  - ADIF upload didn't work when name or QTH were too long

2.1.0 (2017-08-06)
  + wsjt remote mode improvements (Saku, OH1KH)
  + wsjt cq monitor added (Saku, OH1KH)
  + worked grids map added (Saku, OH1KH)
  + simple Contest window added (Saku, OH1KH)
  + button to enable/disable callsign alert to dx cluster added (Saku, OH1KH)
  + propagation from DK0WCY added (Saku, OH1KH)
  + reminder added (Saku, OH1KH)
  + CTRL+Z in dx cluster command line scrolls back last 5 commands (Saku, OH1KH)
  + callsign for DX cluster alert can be defined using regular expressions (Saku, OH1KH)
  + Show QSO older then user defined date with different color
  + JT4, JT9 and FT8 modes added (Saku, OH1KH)
  + CQ monitor window improved (Saku, OH1KH)
  + dx cluster alert now allows partial callsigns (e.g. OL200, OK etc.)
  + dx cluster window improved	
  - grid field can store 10 charactes (was 6)
  - position storage of New QSO and LoTW import fixed
  - auto backup didn't work for callsigns with / character fixed
  - even CQ/ITU zone 0 from QRZ replaced zone from log - fixed

2.0.5 (2017-03-12)
  + sort by gridsquare added to filter
  + new log number is choosen automatically
  - parity parameter for rigctld should be serial_parity
  - cqrlog had icon only in Gnome
  - deleting Comment to callsign in New QSO window didn't work
  # improved loading libraries for ssl, on Debian testing it 
    loads libssl*1.0.* and ibcrypto*1.0.*, libssl-dev
    is no longer need, libssl-1.0.* is new dependency   

2.0.4 (2017-01-12)
  - fixed crash after startup

2.0.3 (2017-01-12)
  + new icon courtesy by Serge, ON4AA	
  + 'Fill Award field from previous QSO' option added
  - "Remarks" renamed to "Comment to QSO" in group edit
  - Group edit of Comment to QSO was always converted to uppercase
  - RST_S and RST_R default walues from Preferences have been ignored
  - cqrlog crashed after recent DXCC tables update - fixed
  # 'QSO not found in the log!' wonn't stop QSO upload to HamQTH

2.0.2 (2016-08-28)
  + QSLMSG added to ADIF export for eQSL
  - importing /MM stations from ADIF fixed (didn't work in Ubuntu 16.04 with MySQL 5.7)
  - TRX control set LSB to 60M instead of USB - fixed
  - CW type window didn't show  - fixed

2.0.1 (2016-05-07)
  - fixed "TApplication.HandleException TControl.InvalidatePreferredSize loop"
  - frequency memories didn't switch between AM and FM when radio is on USB or LSB - fixed
  - bandmap didn't show CW spots when radio was in CWR mode - fixed
  - statistics and filter with group by didn't work on MySQL 5.7 - fixed
  - rigctld where not closed after closing cqrlog - fixed (Bill, WK2X)
  - RBN monitor window was always opened after program started - fixed
  - loading FromDate and ToDate from membership files fixed
  - fixed compiling for ARM64, powerpc and other non x86 platforms

2.0.0 (2016-04-20)
  + program should work also with MariaDB 10.1
  + Frequency memories added
  + list of previous QSO should be much faster on older computers
  + "Always overwrite only CQ, ITU zones, county and US state from callbook" option added
  + callbook is used for better DXCC and state recognition
  + new database connection error window with small how to
  + the db error window can open mysql.err
  + "Do NOT upload changes to online logs" option to Rebuild membership added
  + all comments to callsign can be modified (NewQSO window -> File -> Comment to callsigns
  + transverter support added (you can set RX and TX offset for each band)
  + connection to database improved (MySQL 5.1, 5.5, 5.6, 5.7 and MariaDB 10.0.x, 10.1 should work)   
  + you can choose which fields will be exported right before export 
  + export has CTRL+E shortcut
  - CW type window was not sizeable - fixed
  - password to LoTW/eQSL could not have special characters - fixed
  - program crashed after opening Preferences when path to rigctl was empty - fixed
  - RBN monitor didn't show any data when RBN didn't send any operating mode
  - callbook data always replaced data from previous QSO - fixed
  - cqrlog didn't start with broken TRX/Rotor control configuration - fixed
  - fixed loading of MASTER.SCP after downloading new DXCC tables
  - QSO with mode in lower case was market as error and not imported - fixed
  - band map didn't show any data on SSB - fixed 
  - after change "Default frequencies", related button in TRX control window didn't go red - fixed
  - QSO count with active filter was wrong after delete or update
  - Remove dupes from the log didn't work - fixed
  - QTH profile was not imported from ADIF - fixed

1.9.1 (2015-11-28)
  + support sending CW via HamLib library added
  + CW type window is not modal window anymore
  + RBN monitor added
  + TRX configuration improved (you can choose rig from a list instead of entering Hamlib rig ID)
  + Remote mode for wsjt added (thanks to Saku, OH1KH) 
  + Auto connect to DX cluster added (must be enabled in Preferences)
  + New propagation data courtesy of Paul, N0NBH
  + WAZ and ITU zones are taken from callbook as well
  + export for SOTA version 2 added
  - Export configuration of opened log doesn't reflect recent changes - fixed
  - station that were not added to DX cluster window (because of filter criteria) were added to bandmap - fixed
  - station name and QTH is replaced automatically when callsign is edited during the qso
  - after edit QSO QTH profile was set to wrong position
  - when trx was tuned on after program started, trx contol didn't work - fixed
  - fixed country recognition for e.g. OK2CQR/XE1, it's XE not OK
  - autobackup failed when QTH profile was not set
  - fixed libmysqlclient dependency

1.9.0
  + configuration can be stored into database or local computer only (Preferences -> Program -> Configure storage settings)
  + second directory path to auto backup added
  + Ignore changes caused by LoTW/eQSL upload or download option added
  + CQ and ITU zones are taken from previous QSO if exists
  + added new band map filter 
  + CALLSIGN, BAND, MODE, FREQ macros to dxcluster allert command added
  + "Capitalise first letter in QTH field" option added  
  + Propagation window improved, now shows more information (Saku, OH1KH)
  - after change of callsign, report, date or time, the QSO was still marked as uploaded to LotW/eQSL - fixed
  - LoTW upload - when Export all QSO was selected, only 500 QSO were exported - fixed
  - buttons caption in CW type window didn't use values from settings
  - online log upload of edited QSO fixed
  - uploading QSO to HamQTH fixed
  - downloading data for web dx cluster fixed

1.8.3
  + Added support for setting the QTH Nickname in eQSL.cc download dialog (Florian, DF2ET)
  + buttons fom bottom of Preferences window moved to to right side
  + MariaDB 10 support added
  - Rebuild membership statistic dialog was broken - fixed
  - clock icon next to QSO time didn't work in offline mode - fixed
  - after saving Long note "Transaction already active" appeard - fixed
  - loading of dx prediction data fixed	
  - sometimes eqsl_sentdate was not filled after upload - fixed
  - "Mark QSLs sent after export" in export for label printing didn't work - fixed
  # after program starts it's waiting for a MySQL server in a loop, every
    second is trying to connect to local database, maximum is 8 tries

1.8.2
  + Select Modes in Preferences/New QSO for New QSO Form (Tom, DL7BJ)
  + Load default values for Frequency and Mode in Preferences/New QSO (Tom, DL7BJ)
  + uploading COMMENT field to eQSL is now configurable in Preferences
  + His RST and My RST changed to RST sent/RST rcvd
  + MySQL 5.6 support added
  + web dx cluster works again, it reads data from HamQTH.com
  + added Grayline offset option (sometimes Grayline is not accurate)
  + added button to refresh start and end time of QSO
  + added "Mark all QSO as uploaded to eQSL/LoTW" functions
  - sometimes program loaded configuration from different log - fixed
  - rotctld process still running when cqrlog was closed - fixed
  - export for SOTA website didn't work - fixed
  - upgrade problem with already existing tables fixed
  - LoTW/eQSL were not marked as sent/received after upload/download - fixed
  - Clear log function in Database connection window didn't work - fixed
  - sunrise and sunset times get blanked out when enter a call - fixed
  - export for QSL labels crashed when program has been running for more than 5 minutes - fixed

1.8.1
  - cqrlog crashed after hit ESC for the first time when no keying device was set 
  - after hit enter in New QSO window, it takes long time to save it - fixed  

1.8.0
  + after click to "Upload all" qso to online logs, info about disabled services is not shown  
  + added new optimized MySQL configuration file (log should be faster and won't show error about missing tables)
  + additional date formats for QSL label printing added (Tom, DL7BJ)
  + alert for for callsign on specific mode and band added
  + %h CW macro added (sends GM/GA/GE calculated from wkd station local time)
  + %rs CW macro added (sends RST_S and replace 9 with N)
  + design of gridlists can be changed in Preferences/Fonts/Gridlist settings (Tom, DL7BJ) 
  + additional options to split RST (TX and RX) in three fields for QSL label printing (Tom, DL7BJ)
  + K3NG key support added
  + "Use '+' key to add spots to band map" option added to Preferences -> Band map
  - program crashed with error about Exceptions.tbl when started for the first time 
  - Shift+F12 didn't cancel the filtr - fixed
  - "Filter is USED!" info wasn't canceled after click to Sort button (filter was disabled)
  - reading signal strength from RBN spots fixed
  - RBN default port is 7000 not 7300 - fixed
  - fixed a bug in DXCC statistics, mode 'Paper QSL only' (Tom, DL7BJ) 
  - program crashed after close - fixed
  - program crashed after click to Cancel in DB connection window
  - sunrise, sunse and greeting info was broken - fixed 
  - xplanet opened from the "New QSO Window" was not centred on own lattitude and longitude

1.7.4
  + F keys to CW type window added
  + address to RBN server can be changed in Preferences 
  + full date (not only year,month) is supported in membership files
  + Close the "Status of log upload" window after successful upload added
  + moved to new LoTW url and updated upload routines 
  + band button description is editable (Preferences -> TRX control -> Change default frequencies)
  - 6W/MM0NDX was marked as uknown country instead of Senegal - fixed
  - after View QSO and CTRL+F2 fields was still read-only - fixed
  - QSL information was added to Commend to QSO even if it already exists
  - '+' character is now allowed in any field in New QSO window
  - log could not recove from a wrong upload of updated QSO - fixed
  

  # '+' as hotkey to add to bandmap function removed, use CTRL+A instead
  # any result from ClubLog with 'Skipping QSO' won't stop uploading of the log

1.7.3
  - TRX control didn't work - fixed
  - rotor control didn't work - fixed

1.7.2
  + after hitting ESC in any window opened from NewQSO, cursor will be returned to callsign edit field
  + frequency in New QSO and QSO list wondow is formated to 0.0000
  + added Help -> Keys and shortcut to menu in QSO window
  - RBN integration into GrayLine showed CW speed instead of signal strench - fixed
  - DXCC entity window didn't show when compiled in Debian Sid and Ubuntu 13.10 - fixed
  - when CQRLOG was run for the first time, two mysqld proccesses opened the same database - fixed
  - upload to ClubLog didn't work after enter QSO and delete - fixed (big thanks to Pawel, SQ5LTL)
  -

1.7.1
  + "When TRX control is not active, use frequency and mode from NewQSO window" option to Preferences->Band map added
  + CTRL+N hotkey to QSO list window added (do NOT send QSL)
  - TRX control window was not sizeable - fixed
  - when ESC was pressed twice in Remote mode, log crashed - fixed
  - program crashed when freq was entered with comma as decimal separator - fixed
  - broken grid square statistic fixed

1.7.0
  + online QSO upload to HamQTH, ClubLog and HRDLog added
  + improved QSL managers import, should be faster a bit
  + in Rotor Control 'Long Path' button added (Darek, SP2MKI)
  + COMMENT field is exported to eQSL server
  + Always overwrite info from previous QSO with callbook data option added
  - LoTW QSL RCVD was not imported when ADIF didn't include LOTW_QSLRDATE value  
  - CONTESTIA mode was saved as CONSTESTI (increased max length of mode to 10 characters) 
  - ReverseBeacon support in gray line didn't work - fixed 
  - after click to OK button in Preferences, bandmap stopped deleting old spots - fixed
  - bandmap was not updated when any spot was not added - fixed
  - station was added to bandmap when offline mode was activated - fixed
  - big square statistics didn't worked in newer versions of distributions - fixed
  - QSO JT65* mode were not confirmed by eQSL - fixed

1.6.1
  + 630M band added
  + added OQRS (online QSL request system) to QSL sent menu
  + added "Always sort by QSO date" option to Search function
  + cursor is moved to last opened log in DB connection window
  + "Ask before creating a backup" option to "Auto backup" added
  + band map is much faster, a few optimalization added
  - program freezed for a few milliseconds with every bandmap refresh - fixed
  - "MySQL server has gone away" problem fixed
  - mebership values collation were case sensistive - fixed
  - ADIF import sometimes crashed with access vioalation, now will show what happened
  - qrz search with right click on a call in the recent QSOs list didn't work
  - band map font settings was not loaded when program started
	
1.6.0
  + your CQ received by RBN will be visible in gray line map
  + local mysqld is executed only when the log is stored to local machine
  + added JT9 to list of modes
  + added Power field to filter window
  + option to show distance in miles instead of km added
  + limit of max QSO on QSL label increased
  + added whole new bandmap with frequecy indicator
  - double click on bandmap didn't work when the spot had split info  - fixed
  - propagation info in spot notes has correct format
  - existing band map record was not updated from dx cluster
  - program didn't accept ITU zones 78 and 90 - fixed
  - program used QTH from previous QSO even is the station was /P - fixed
  - app crashed after start on Ubuntu 13.10 - fixed

1.5.8
  - nothing happened after double click on bandmap spot - fixed

1.5.7
  + Enter key in Filter window will activate the filter
  + blank locator field in Group edit clears locator field
  - ADIF export didn't contain DXCC field with ADIF id of the country
  - graline caused program crash after compile with recent FPC and Lazarus versions
  - when the grid was in lowercase, the Big square statistic was broken
  - bandmap didn't worked if the freq of QSO precision was to one Hz  
  - debug level settings didn't worked at all  
  # QSO will be confirmed when time difference between QSO and QSO from LoTW is not more than 10 minutes

1.5.6
  + if any error message about LoTW import appear, you can open it in external app directly from CQRLOG	
  + LoTW upload url changed
  - fixed "An invalid integer value" error during label export
  - import of QSO with custom digi mode didn't worked if the list of modes didn't ended with comma (,) - fixed
  - bandmap didn't worked if the freq of QSO precision was to ten Hz
  - station with /AM and /MM caused error "You must enter correct WAZ zone!" - fixed	
  # removed mode from search criteria to confirm QSO via LoTW
  # QSO will be confirmed when time difference between QSO and QSO from LoTW is not more than 1 hour
  # default debug level is set 0, if you want to get more info what cqrlog does, run it with debug=1 or more

1.5.5
  + experimental Rotor support (Darek, SP2MKI)
  + added option to choose if you want to remove separator from remarks text (default YES)
  + if the station is working up/down it's showed in bandmap next to the callsign (Darek, SP2MKI)
  + DXCC statistic in New QSO window now shows all type of cmf - Q,L and E (Darek, SP2MKI)
  + experimental DVK support (Darek, SP2MKI)
  + rotor control support added (Darek, SP2MKI)
  + if the QSO list window was opened when closing the program, it's also restored after start
  - Mark QSL sent after export didn't work properly - fixed (export for QSL label printing) 
  - ADIF import crashed when QTH profile didn't have all fields filled - fixed
  - Tune function didn't work witch cwdaemon - fixed (Darek, SP2MKI)
  - CW interface was re-inicialized even if no option in Preference were changed
  - problem with wrong time in QSO from flidi - fixed
  - QSO cfm via LoTW with JT65 wasn't recognized


1.5.4
  - fixed problem with MASTER.SCP

1.5.3
  + added support for Super Check Partial
  + added Tune function (for WinKeyerUSB and cwdaemon), hotkey CTRL+T 
  + added Repair table function to database connection window (Utils button)
  + improved export for QSL labels printing (labels are sorted by dxcc, you
    can choose what fields will be be printed)
  + updated membership tables
  - fiexd program crash when editing DX cluster info
  - CW keys window doesn't show caption for F9 and F10 keys
  - ADIF export ignored delimitter in TX_PWR (0.5 was exported as 05)
  - CQRLOG killed rigctld even when autostart was disabled
  - double click to spots listed with SH/DX didn't work
  - QSO list window showed filter is enabled after reopen (filter was disabled)  
  - login to eQSL with password containing special character didn't work
  - when QSO passed over the midnight, the qso was saved with wrong date

1.5.2
  + added CTRL+W hotkey to send spots to dxcluster
  + DX cluster shows also country name next to the spot (must be enabled in Prefereces)
  + international characters should work again
  + DX spots with freq eqauls to the start of the band (21.000, 14.000 etc., usually notes) are ignored
  + HamQTH added to dx clusters list
  - fixed reading A-index (was 1 even when actually was 10)
  - /MM, /AM and stations with unknown DXCC country didn't appear in bandmap
  - database update hangs
  - fixed xml request address of qrz.com
  - DXCC CFM count function didn't uses eQSL cfm QSO
  - fixed reading mode from FT-920 (returned MEMO as VFO)
  - fixed bug in dxcluster caused program crash
  - program didn't apply eQSL rcvd when the band was in lowercase

1.5.1
  - fixed program crash when scrolling down in QSO list window
  - Clear new QSO window after significant freq change option removed

1.5.0
  + brand new user friendly TRX control settings 
  + user can change freq in drop down list in new qso window
  + clear RIT after saving QSO added
  + clear New QSO window after significant freq change option added 
  + remove dupes from the log function added
  + native support of connection to MySQL server 5.5
  + sh/dx cluster command fill the bandmap
  + members database updated
  + country tables updated
  - program hangs when LoTW password was wrong or server was down
  - wrong freq caused program crash with unfriendly message
  - dx cluster autologin didin't work when the prompt was "Please enter your call:"
  - after save QSO got endtime and start date not end date
  - 5MHz band is not visible even if is checked in Preferences -> Bands
  - program crashed after editing QSO from QSO list window (edit, close window, hit enter) - fixed
  - station with /P, /M, KH6/ etc. get his original QTH and grid from callbook - fixed
  - Database update function fixed

1.4.1
  + keys in CW Fx window also send CW messages
  - error after click to "Station list" button in WAS statistic - fixed
  - wrong US state was marked like AL in WAS statistic - fixed
  - fixed TRX control
  - after change TRX name in Preference, the description in TRX window wasn't changed - fixed
  - number of cfm DXCC in mode table was the same like in total DXCC cfm - fixed 
  - fixed problem with null comamnds in WKUSB communication

1.4.0
  + freq is displayed in 10Hz resolution instead of 100Hz
  + Country name field into QSO list added
  + added OR symbol into QSL_S combo box (Online Request)
  + OK, Cancel and other buttons in filter window moved to the right to 
    reduce window height
  + rig control rewrited to use rigctld
  + LoTW/eQSL users has the same background color also in bandmap
  + IOTA information inserted from HamQTH callbook
  + eQSL import error log is now stored into user's home directory
  + added CTRL+I hotkey for ADIF import function (in New QSO window)
  + you can set different background color for eQSL and LoTW users
  - power wasn't imported from ADIF file - fixed
  - QSLR field was sometimes empty even if QSO was confirmed - fixed

1.3.1 (2012-02-21)
  - CQRLOG won't run on Ubuntu 12.04 - fixed
  - previous qso for callsign with / didn't work when
    "In previous QSO list show also QSO with call/p " option enabled - fixed

1.3.0 (2012-01-21)
  + full eQSL support added (filter, statistics, export, import ...)
  + DXCC, WAS, WAC, ITU, WAZ and IOTA statistic improved
  + export QSO to CSV file for SOTA website added
  + option to show previous QSO with station that was /p, /m etc added
  + program now takes UTC time from the computer time
  + added new column "qslr" into QSO list where you can see symbols for paper QSL
    confirmed, LoTW and eQSL together
  + refresh button to propagation window added
  + files with LoTW and eQSL users list are part of DXCC tables
  - export in SQL console crashed when the field was NULL - fixed
  - qrz.com button fixed
  - database update didn't affect QTH field - fixed
  - height and width was saved also for dialog (non-sizeable)
    windows - fixed
  - xplanet config file was always overwriten - fixed
  - GF in propagation windows was empty - fixed
  - QSL manager search in QSO list window didn't work - fixed
  - MM and AM station didn't get to bandmap - fixed

1.2.2 (2011-10-23)
  + FREQ field added to ADIF export for LoTW
  + ROS mode added
  - new Ubuntu scrollbars disabled (a lot of problems solved)
  - after chnge to another log, QTH profile remained the same - fixed
  - QSO from ADIF with freq over 147MHz were refused - fixed

1.2.1 (2011-07-31)
  + HamQTH.com integration improved
  - qrz.com XML search fixed

1.2.0 (2011-07-28)
  + HamQTH.com XML search added
  - after View QSO New QSO window remained in readonly mode - fixed
  - CTRL+F2 hotkey didn't work in New QSO window - fixed
  - DELETE statement wasn't supported in SQL console - fixed
  - in Remote mode when time pass the midnight hour date remain
    the same - fixed
  - program crashed after attempt to edit QSO when log was in
    remote mode - fixed
  - ADIF import crashed when QSO had wrong freq or band - fixed
  - LoTW statistic always showed 0  confirmed countries - fixed


1.1.0 (2011-06-23)
  * qrz.com XML search function added (Preferences -> Callbook)
  * RST format is not changing when Automode is disabled
  * big square statistic added

1.0.2 (2011-06-11)
  * ADIF import fixed

1.0.1 (2011-06-10)
  * backup into the same file option added
  * ADIF export speed-up
  * loading MySQL libraries on Debian unstable and Fedora 15 - fixed

1.0.0 (2011-06-07)
  + CQRLOG is now package ready (now deb packages for Ubuntu and Debian only)
  + native 32bit and 64bit versions
  + support multiple logs
  + membership (> 70 clubs, 5 of them can be processed simultaneously) is tracked 
    by membership number (if a club doesn't have numbers, callsign is used) 
  + config file is stored directly to the main database. If a log is opened on 
    another computer, the settings will remain the same
  + other windows (Grayline, Detail info, DX cluster etc.) auto-opened only if they 
    were previously opened in running CQRLOG which was properly (regularly) closed 
  + new faster ADIF import
  + CQRLOG can be used on local computer with MySQL embedded or on a MySQL server, 
    CQRLOG can be run on another (remote) machine 
  + echo for telnet DX cluster added (the sent-out command is also displayed in DX 
    cluster window) 
  + clear log function added (in database connection window all log data can be 
    erased but the log file is not deleted) 
  + new About window added
  + changelog in html format added
  + membership databases updated
  + manual page added

1.0.0~rc2 (2011-05-31)
  + membership databases updated
  + manual page added
  - problem with creating new logs - fixed
  - export of LoTW dates fixed
  - debian packaging problems -  fixed
  - ADIF export fixed

1.0.0~rc1 (2011-05-22)
  + new About window added
  + changelog in html format added
  + changelog is showing after the first start of new program version
  + membership databases update
  + load club window response improved

  - rebuild membership statistic function didn't work when something were stored into award or name etc. fields - fixed
  - adif import/export date format problems fixed
  - after using clear database function save config didn't work - fixed
  - zip code tracking for USA states fixed

1.0.0~beta2 (2011-05-15)
  + clear log function added (in database connection window you can delete all log data 
    but not delete the log itself)
  + echo for telnet dxcluster added (command you've send is also added do dxluster window)

  - a few font issues fixed
  - confirmed country on LoTW ignored paper confirmation - fixed
  - access violation when user deteled cluster from the list - fixed
  - error about wrong argument "2>" in LoTW sign function - fixed
  - saving confinguration to database after clicking to OK in Preferences window - fixed
  - access violation after clicking to Key macros button - fixed
  - missing scrollbars in all TMemo - fixed
  - before importing new qsl managers to database, old data were not deleted - fixed
  - randomly program crashing (with dxcluster connected and long time program inactivity) - fixed
  - "--skip-innodb" option from mysqld removed (on Mandriva mysqld didn't start)

1.0.0~beta1 (2011-04-17)
  + Close button to ADIF import window added
  + "Complete" will appear after ADIF import finish
  - hamlib dependencies fixed
  - after swith to another log TRX control in New QSO window stoped working - fixed
  - Transaction already active error in Mark QSL function fixed
  - after changing frequency in Preferences -> Bands program crashed - fixed
  - import of QSLS_DATE and QSLR_DATE damaged values - fixed
  - after select different DXCC entity for station program crashed - fixed

1.0.0~alpha2 (2011-03-27)
  + auto open recent opened log function added
  + ADIF import error log improved, now is saving to user's home directory
  - a lot of bugs with ADIF import fixed (QSL dates, data length, extra spaces etc.)
  - right click and columns moving in New QSO window didn't work - fixed

1.0.0~alpha1 (2011-03-20)
  + CQRLOG is ready to be packaged ( now have only deb packages for Ubuntu)
  + native 32bit and 64bit versions
  + support multiple logs
  + membership is tracking according to members’ numbers (if club doesn’t have numbers, callsigns are used)
  + config file is stored directly to main database so if you open you log from another computer, the settings will be still the same
  + windows like Grayline, Detail info, DX cluster etc. are auto-opened only if they were opened when CQRLOG was closed
  + new faster ADIF import
  + CQRLOG can be used on local computer with MySQL embedded or use MySQL server running on other machine
  + and more things I forget :-)

0.9.6 (2010-11-13)
  + CONTESTIA mode added
  - QRZ.COM search - fixed

0.9.5 (2010-09-11)
  + multiple callsign on LoTW account supported (download only)
  - Close button in installer fixed
  - copying lotw1.txt in installer fixed
  - WAS statistics fixed
  - distance and azimut now calculated after entering big locator

0.9.4 (2010-07-20)
  + statusbar in QSO window could be disabled (good for netbook users)
  + program restart after DXCC tables update no longer needed
  + QRZ.COM icon search added to the 'QSO list' window toolbar
  + QRZ.COM icon search added also to the 'New QSO' window to search working station
  + LoTW users visible while working a station (a dedicated icon)
  + window with CW keys added
  + color marked DX cluster spots of LoTW users
  + LoTW confirmed countries now visible also in DX cluster

  - qrz.com search - fixed
  - calls were imported in lower case as it was in ADIF file - fixed
  - CQRLOG crashed while saving QTH longer than 60 characters
  

0.9.3 (2010-04-04)
  + bandmap entries have now more precise frequency (down to a single Hz) for easier return to own spots
  + possibility to use reverse sideband for CW (CWR) instead of CW
  + the grayline map now uses a transparent overlay for night area visualisation

  - program crashes in Ubuntu 10.04 after openining Preferences window - fixed
  - storing values to grid and county field from membership doesn't work - fixed

0.9.2 (2010-03-06)
  + ordering by WAZ and ITU added
  + database update now can grab names from previous QSOs
  + 'QSL send' marking option added

  - align of TIME_OFF column fixed
  - looking for callsign with flash produced HTML code - fixed
  - group editing of own locator fixed
  - QTH profiles window doesn't show any records - fixed
  - importing QSLRDATE and QSLSDATE fixed

0.9.1 (2009-12-31)
  - storing grid columns width and position - fixed
  - propagation window shows wrong SSN number from NOAA - fixed

0.9.0 (2009-12-20)
  + program compiled in recent Lazarus version
  + propagation indices added
  + user definable digital modes added (in Preferences -> Modes tab)
  + program shows new QSOs confirmed by LoTW after import
  + SQL console added (with export to CSV and HMTL), now you can do with
    QSOs whatever you want
  + callsign attachments - you can add almost everything corrensponding to the call
    in log to a directory named by call and show it from logging program. You can
    display any picture, text or even PDF file related to the callsign.
  + QSL attachments - an image of the QSL card can be added and displayed.
  + QSL sent and QSL received date added
  + 33CM band support added

  - time checking function for ADIF tags <TIME_ON> <TIME_OFF> fixed
  - loading StopBits and Databits parameters didn't work - fixed

0.8.5 (2009-10-06)
  + library libstdc++5 included into program installation
  + after saving QSO station appears in bandmap (it must be set in Preferences)
  + name is now capitalized also when you enter the 'Name' field

  - option 'Refresh Data after Save QSO' didn't work - fixed
  - if a non-default profile selected, after saving a QSO the profile turned to default - fixed
  - access violation after clicking to 'New QSO' in QSO list window and pressing ESC - fixed
  - autobackup didn't save last QSO - fixed
  - if 'Show only QSO since XX' enabled, autobackup saved only these QSOs - fixed

0.8.4 (2009-09-04)
  + sorting by call,qsl_via,dxcc_ref and call,dxcc_ref added
  + yellow dot in graline window pointed to your QTH (according to your own locator)
  + new QSO window resizeable (good for Asus EE users)
  + problem caused by QRZ.COM randomly generated bogus strings fixed
  + a few speed improvements

  - sometimes program freezed when closing bandmap - fixed

0.8.3 (2009-08-26)
  + when band map window is focused, bandmap is not automatically updated

  - sometimes program hangs when closing - fixed
  - without TRX program causes abnormally high CPU load - fixed
  - for all QSO from fldigi program saves end time the same as start time - fixed
  - two radio operating fixed

0.8.2 (2009-07-30)
  + MIX summary to DXCC statistic added

  - program freezes when trying to chage preferences with radio off, fixed
  - QSO from fldigi always gets freq from log, fixed
  - the same station was more then once in bandmap, fixed
  - auto add qsl managers, fixed
  - qsl manager extraction from qrz.com info fixed

0.8.1 (2009-07-05)
  - fixed program crashing after rebuild dxcc
  - a lot of other minor bugs fixed

0.8.0 (2009-06-14)
  + program compiled in recent version of Lazarus
  + sunrise/sunset calculation added
  + continent field added
  + new qsl managers database support
  + WAC statistic added
  + WAS statistic added
  + summary to WAZ, ITU, WAC and WAS statistics added
  + WAZ, ITU, WAC and WAS statistics can be generated for specific mode and profiles
  + station list of confirmed contacts for WAZ, ITU, WAC and WAS added
  + communication with fldigi added (you can switch CQRLOG to remote mode and it will receive
    and store qso from fldigi after saving)
  + if log enters to remote mode, it could run fldigi (it must be set in Preferences)
  + auto insert QSL manager from internal qsl managers database added
  + auto backup on program exit added
  + new splash screen
  + user defined default font color for xplanet spots added
  + details panel into QSO list window  added (shows comment for QSO, award,
    lotw_qslsdate and lotw_qsrdate fields)
  + much better qsl_via resolution for data from QRZ.COM
  + State and County field auto filled from QRZ.COM
  + a few QTH Profiles window improvements
  + switching between radios with CTRL+1 for radion one, CTRL+2 for radio two (in New QSO window)

  - filter in bandmap according to dxcc country didn't work
  - two radio operating fixed

0.7.0 (2009-03-09)
  + program using now Firebird 2.1.1
  + Preferences window improved
  + frequencies for button in TRX window can be user defined
  + sorting by DXCC country added
  + TRX control rewritten (libmy_hamlib.so no longer needed)
  + cwdaemon and WinKeyer support added
  + 5 and 220 MHz band support added
  + profile support improved (changing profile number, adif import fixed)
  + JT6M, JT65, JT65A, JT65B, JT65C, FSK441, WSPR modes added
  + sorting by dxcc+callsign added
  + a few ADIF import improvements

  - qrz.com search fixed
  - editing own locator with group edit changed QSO locator

0.6.0 (2008-12-15)
  + complete LoTW support added, changes in DXCC, WAZ, ITU, IOTA statistics possible
  + import QSOs from ADIF file downloaded from LoTW web site or automatic download from ARRL LoTW
  + ADIF export for QSO signing or automated export, signing and upload QSOs to LoTW web site
  + group editing added
  + you can mark more QSO with CTRL+Left mouse and delete/edit, mark QSL_S, QSL_R
  + spots from DX Cluster could have the same color in the band map
  + new icons
  + in New QSO window, you can see and view/edit latest QSOs

  - after ADIF import in State field number appears
  - after ADIF import RST received were also in RST sent
  - MM stations didn't go to the band map
  - after QTH profile change, own locator didn't change

0.5.1 (2008-09-11)
  - adif import/export fixed

0.5.0 (2008-09-11)
  + ZIP code tracking added
  + export for label printing added
  + auto mark QSL as sent function added
  + state field to new QSO window added
  - a few bugs fixed

0.4.0 (2008-06-21)
  + program compiled in recent Lazarus version
  + changed font settings
  + band map added
  + improved program operating
  + improved connection to telnet dxcluster
  + a lot of optimalization, program is faster (import, membesrhip, statistics)
  + xplanet support added
  + auto search in qrz.com added (default is disabled, you can enable it in Preferences->New QSO tab)
  + save/load filter settings added
  + improved html export
  + help is opening in web browser
  + 70MHz band added
  + you can add/modify general note for entire program
  + auto upgrade dxcc tables added
  - two radio operating fixed
  - in edit qso mode after callsign change, idcall were not changed
  - exported adif files with enter character in note or profile were broken
  - if my locator is not set in adif file, my own locator were not stored

0.3.0 (2008-04-27)
  + membership suport added
  + new installing script
  + cqrlog.sh is no longer needed. Just run binary file cqrlog
  + if trx is off, cqrlog also turn off radio suppport. You can get it back
    by pressing TRX Control -> Refresh
  + grou by function in filter dialog added
  + filter also supports membership
  + time offset can set also for Grayline
  + if you want, dxcluster window can be opened after program run

  - in edit qso mode, after callsign change current date were stored
  - a few modifications to exported html files

0.2.1 (2008-01-25)
  + dxcc statistics per mode added
  + program works better without radio turned on
  + improved callsign resolution
  + faster QSL manager search (auto-create index for QSL.DBF added)

  - export makes corrupt html files
  - RU6C/TF was Russia not Iceland
    (the same problem was with W1AA/KH5K etc.)
  - incorrect WAZ, ITU import from Windows version of CQRLOG
  - band settings changed (radiobuttons replaced by buttons)

0.2.0 (2007-12-02)
  + new "detail" window with WAZ, ITU, IOTA info
  + new WAZ and ITU statistics
  + export statistics to html file
  + if call field of new QSO is empty and ~ (tilde) is pressed, a spot
    with data of last logged QSO is sent to the DX cluster
  + program shows greetings according to target point time
  + new IOTA statistics
  + export IOTA statistics into a text file

  - when you minimalize QSO list window, it were lost
  - after mark QSL send or QSL received and filter were
    enabled, all QSOs are displayed
  - 'clear' button in web cluster didn't work

0.1.1 (2007-10-26)
  + font settings
  + better callsign resolution e.g. OE1XA is Austria, Wien, Club Station

  - title of exported html file was in Czech language
  - after callbook search in QSO list window program hangs
  - offline mode was active after repeated program close and run
  - changing of own locator didn't work in edit mode
  - ADIF import - QSOs on 12m band were ignored
  - callbook search in new QSO window tried to track down whole
    content of the callsign input box (e.g. KH6/OK2CQR instead of OK2CQR)
  - power stored in ADIF file included "W", which does not meet
    the ADIF specification.

0.1.0 (2007-09-29)
  initial version