From a759f50ea3763e4c2389e51a80950c067f4663e9 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Fri, 18 Aug 2023 22:35:36 -0400 Subject: [PATCH] Added cue to auto bookmark distance setting. --- CHANGELOG.md | 1 + debian/changelog | 1 + owrx/source/__init__.py | 3 +++ 3 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21f29995..3a5df8c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Set range to 0km to disable autogenerated bookmarks (default). - Fixed locked source switch resetting it for all connections. - Separated default bookmarks by type, removing rarely used. +- Fixed profile setting cues blowing up page layout. - Fixed fax frequency for Pevek. - Improved EIBI parser a bit. diff --git a/debian/changelog b/debian/changelog index 5941ec3d..53b508c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ openwebrx (1.2.26) bullseye jammy; urgency=low * Set range to 0km to disable autogenerated bookmarks (default). * Fixed locked source switch resetting it for all connections. * Separated default bookmarks by type, removing rarely used. + * Fixed profile setting cues blowing up page layout. * Fixed fax frequency for Pevek. * Improved EIBI parser a bit. diff --git a/owrx/source/__init__.py b/owrx/source/__init__.py index 1ae7c325..fd2c9efc 100644 --- a/owrx/source/__init__.py +++ b/owrx/source/__init__.py @@ -647,6 +647,9 @@ class SdrDeviceDescription(object): NumberInput( "eibi_bookmarks_range", "Automatic bookmarks range", + infotext="Specifies the distance from the receiver location to " + + "search EIBI schedules for stations when creating automatic " + + "bookmarks. Set to 0 to disable automatic bookmarks.", validator=RangeValidator(0, 25000), append="km", ),