Preparing for the release.
This commit is contained in:
parent
cbc97e1dd2
commit
7bcf60f276
|
|
@ -1,3 +1,10 @@
|
|||
**1.2.53**
|
||||
- Added option to disable incomplete DSC message output.
|
||||
- Improved background service output to files.
|
||||
- Improved preamble detection in CCIR493.
|
||||
- Relaxed DSC FORMAT/EOS field requirements.
|
||||
- Fixed wxsat frequencies in bands.json.
|
||||
|
||||
**1.2.52**
|
||||
- Added MID codes for coastal stations, by continent.
|
||||
- Added secondary selector offset to the dial frequency.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,13 @@
|
|||
openwebrx (1.2.53) bullseye jammy; urgency=low
|
||||
|
||||
* Added option to disable incomplete DSC message output.
|
||||
* Improved background service output to files.
|
||||
* Improved preamble detection in CCIR493.
|
||||
* Relaxed DSC FORMAT/EOS field requirements.
|
||||
* Fixed wxsat frequencies in bands.json.
|
||||
|
||||
-- Marat Fayzullin <luarvique@gmail.com> Mon, 25 Mar 2024 16:12:00 +0000
|
||||
|
||||
openwebrx (1.2.52) bullseye jammy; urgency=low
|
||||
|
||||
* Added MID codes for coastal stations, by continent.
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Depends: adduser,
|
|||
python3 (>= 3.5),
|
||||
python3-pkg-resources,
|
||||
owrx-connector (>= 0.6.5),
|
||||
python3-csdr (>= 0.18.21),
|
||||
python3-csdr (>= 0.18.22),
|
||||
${python3:Depends},
|
||||
${misc:Depends}
|
||||
Recommends: python3-digiham (>= 0.6),
|
||||
|
|
|
|||
Loading…
Reference in New Issue