-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangelog.txt
87 lines (63 loc) · 3.28 KB
/
Changelog.txt
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
3.1.4.13
- Fix: "green" status of users in the list (so in the log already) was not filtered out correcty
- Improvement: place the cursor at the end of a macro text
3.1.4.12
- Improvement: show "LED" indicators in the lower right corner of the UI to indicate the status of
the KST connection, Airscout connection and Log sync
- Improvement/Fix: Win-Test network sync could fail if it went into a timeout. Also lock some code
path to avoid issues with concurrent update of the sync list data.
- Improvement: add 50/70 MHz (feature req: 50/70MHz support #5)
- Improvement: ignore planes estimated to be availabe in more than 30min
- Fix: "away" handling: does not work for two logins with same call + suffix
- Improvement: filter out inactive users in list and improve user list filter
- Improvement: better visualize sorting options for calls area
3.1.4.11
- Fix: make sure window is visible on multi screen setups when screen
was changed (use primary screen by default)
- Fix: URLs in http/https links do not work anymore
- Fix: Password too short error was not handled
- Support UTF8 for received text (transmit does not work yet)
3.1.4.10
- Fix: Activity was not correctly updated in user list
- Fix: Initial messages received right at login displayed correctly and update Activity
3.1.4.9
- Fix: Win-Test network sync does not work sometimes
- Fix: add QRB/QTF to context menu for messages in own messages list
3.1.4.8
- Fix: setting QRV state for Calls with multiple entries
- Improvement: add QRB/QTF to context menu for messages
3.1.4.7
- Fix: short Calls sometimes are not marked as "worked" (e.g. M5M, while DM5M was in the log, too)
- Fix: user list was "jumping" up/down, it is kept aligned to first line now
3.1.4.6
- Fix: connecting in IPv6 seems to fail sometimes
Force IPv4 for now
- (internal: CRLF fixed, update SQLite package to 1.0.116.0)
- Fix: AS: report "no planes" correctly
- Improvement: AS: optimize UI performance
- Fix: AS did not display "<" or ">" anymore for calls outside of AS reach
- Fix: WT LogSync did not restart when a log was cleared on a WT instance
- Fix: WT Skeds and Log sync did not work sometimes
3.1.4.5
- Fix can't connect to server - some change on ON4KST side
After LOGSTAT: the PRAU command did not work, but we do not really
need it, so suppress it.
- Implement displaying the status of the KST connection
Fix regression from KSTcom integration
3.1.4.4
- fix: calls worked were not hidden in user list
- QARTestLogSync: don't crash on stopping
3.1.4.3
- fix: don't crash in Macro dialog if no Win-Test support is enabled
3.1.4.2
- fix: sent messages line lost "history"
Old messages sent should be available in a drop down list.
- fix: don't crash on certain log entries (where the call is not found in the user list)
3.1.4.1 (Debug from wt_network_sync)
- Add network based log sync (no need anymore to run Win-Test on same PC)
support for Win-Test4 and QARTest
Log source can be changed in Options
- fix: log scanning stopped after disconnect (you had to restart wtKST to make it work)
- rework log checking: we will not touch the qrv database itself for "worked" QSOs
Log and QRV are handled separately now (only "mixed" in the UI, "worked" is "green")
- fix "writing CQ/ instead of /CQ causes an exception" - (3.1.3.1 change was not enough)