From d0484b006691c87d698a841198cab865dafcf5e3 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Fri, 19 Apr 2024 00:08:33 -0400 Subject: [PATCH] Added MURS bookmarks. --- CHANGELOG.md | 3 ++- bookmarks.d/murs.json | 27 +++++++++++++++++++++++++++ debian/changelog | 3 ++- 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 bookmarks.d/murs.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 6701c7c5..e4b80023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ **1.2.56** - Added character set setting for the pager messages. -- Fixed formatting issue in the Feature Report. +- Added bookmarks for MURS frequencies. +- Fixed HTML formatting issue in the Feature Report. - Fixed exception trying to report filtered pager messages. - Moved Multimon, DumpHFDL, DumpVDL2 decoders to ExecModule. - Made receiver location available to plugins via Utils.js. diff --git a/bookmarks.d/murs.json b/bookmarks.d/murs.json new file mode 100644 index 00000000..b006df2f --- /dev/null +++ b/bookmarks.d/murs.json @@ -0,0 +1,27 @@ +[ + { + "name" : "MURS1", + "frequency" : 151820000, + "modulation" : "nfm" + }, + { + "name" : "MURS2", + "frequency" : 151880000, + "modulation" : "nfm" + }, + { + "name" : "MURS3", + "frequency" : 151940000, + "modulation" : "nfm" + }, + { + "name" : "MURS4", + "frequency" : 154570000, + "modulation" : "nfm" + }, + { + "name" : "MURS5", + "frequency" : 154600000, + "modulation" : "nfm" + } +] diff --git a/debian/changelog b/debian/changelog index 79bcdbe9..ce2f5640 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ openwebrx (1.2.56) bullseye jammy; urgency=low * Added character set setting for the pager messages. - * Fixed formatting issue in the Feature Report. + * Added bookmarks for MURS frequencies. + * Fixed HTML formatting issue in the Feature Report. * Fixed exception trying to report filtered pager messages. * Moved Multimon, DumpHFDL, DumpVDL2 decoders to ExecModule. * Made receiver location available to plugins via Utils.js.