Skip to content

Commit e8455d9

Browse files
committed
v1.827
1 parent 302ef83 commit e8455d9

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGE_LOG

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@ CHANGE_LOG
33
For the Github commit log see here: github.com/jks-prv/KiwiSDR/commits/master
44
Older commits: github.com/jks-prv/Beagle_SDR_GPS/commits/master
55

6+
v1.827 January 18, 2026
7+
Admin page: Added search field to top bar. See help popup for details (press 'h' or '?').
8+
9+
Admin DX tab: Added import option menu. Use these options with care. (thanks Mauno WRTH)
10+
"none": Usual behavior where uploaded file completely replaces all DX labels.
11+
"keep masked": Current masked label entries are RETAINED and merged with uploaded file.
12+
Useful if you've added masked entries you want to keep in a new uploaded file.
13+
"merge files": Current and uploaded file are MERGED together.
14+
Useful if you want to add a "supplement" label file to the existing labels set.
15+
16+
TDoA: Kiwi hosts can be filtered by minimum SNR. Corresponding URL parameter. See help.
17+
18+
Updated GPS sats table. (thanks F4FPR)
19+
20+
ALE: Increased scan dwell time maximum from 1 to 10 minutes. (thanks DK9FI)
21+
22+
Change DX spots extension text from sk6aw.net to kiwisdr.com
23+
24+
Github fix from AK6DS (thanks) "Fix spi_dev_mode when using SPI_PIO #39"
25+
26+
Possible workaround for the MacOS "private relay" problem when using Safari.
27+
28+
The escape key will now close the blue-violet "readme" panel.
29+
630
v1.825,826 November 28, 2025
731
Enable test of proxy load balancing.
832

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_MAJ = 1
2-
VERSION_MIN = 826
2+
VERSION_MIN = 827
33

44
# Caution: software update mechanism depends on format of first two lines in this file
55

0 commit comments

Comments
 (0)