Updating changelog.
This commit is contained in:
parent
19d7508186
commit
e3434ccfbe
|
|
@ -1,8 +1,10 @@
|
||||||
**1.2.53**
|
**1.2.53**
|
||||||
- Added option to disable incomplete DSC message output.
|
- Added ability to reorder profiles in the Settings.
|
||||||
|
- Added option to ignore incomplete DSC messages.
|
||||||
- Improved background service output to files.
|
- Improved background service output to files.
|
||||||
- Improved preamble detection in CCIR493.
|
- Improved preamble detection in CCIR493.
|
||||||
- Relaxed DSC FORMAT/EOS field requirements.
|
- Relaxed DSC FORMAT/EOS field requirements.
|
||||||
|
- Fixed profile reordering when a source is reenabled.
|
||||||
- Fixed wxsat frequencies in bands.json.
|
- Fixed wxsat frequencies in bands.json.
|
||||||
|
|
||||||
**1.2.52**
|
**1.2.52**
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,11 @@
|
||||||
openwebrx (1.2.53) bullseye jammy; urgency=low
|
openwebrx (1.2.53) bullseye jammy; urgency=low
|
||||||
|
|
||||||
* Added option to disable incomplete DSC message output.
|
* Added ability to reorder profiles in the Settings.
|
||||||
|
* Added option to ignore incomplete DSC messages.
|
||||||
* Improved background service output to files.
|
* Improved background service output to files.
|
||||||
* Improved preamble detection in CCIR493.
|
* Improved preamble detection in CCIR493.
|
||||||
* Relaxed DSC FORMAT/EOS field requirements.
|
* Relaxed DSC FORMAT/EOS field requirements.
|
||||||
|
* Fixed profile reordering when a source is reenabled.
|
||||||
* Fixed wxsat frequencies in bands.json.
|
* Fixed wxsat frequencies in bands.json.
|
||||||
|
|
||||||
-- Marat Fayzullin <luarvique@gmail.com> Mon, 25 Mar 2024 16:12:00 +0000
|
-- Marat Fayzullin <luarvique@gmail.com> Mon, 25 Mar 2024 16:12:00 +0000
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
from distutils.version import LooseVersion
|
from distutils.version import LooseVersion
|
||||||
|
|
||||||
_versionstring = "1.2.52"
|
_versionstring = "1.2.53"
|
||||||
looseversion = LooseVersion(_versionstring)
|
looseversion = LooseVersion(_versionstring)
|
||||||
openwebrx_version = "v{0}".format(looseversion)
|
openwebrx_version = "v{0}".format(looseversion)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue