Updating changelog.

This commit is contained in:
Marat Fayzullin 2024-03-24 15:28:01 -04:00
parent 19d7508186
commit e3434ccfbe
3 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,10 @@
**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 preamble detection in CCIR493.
- Relaxed DSC FORMAT/EOS field requirements.
- Fixed profile reordering when a source is reenabled.
- Fixed wxsat frequencies in bands.json.
**1.2.52**

4
debian/changelog vendored
View File

@ -1,9 +1,11 @@
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 preamble detection in CCIR493.
* Relaxed DSC FORMAT/EOS field requirements.
* Fixed profile reordering when a source is reenabled.
* Fixed wxsat frequencies in bands.json.
-- Marat Fayzullin <luarvique@gmail.com> Mon, 25 Mar 2024 16:12:00 +0000

View File

@ -1,5 +1,5 @@
from distutils.version import LooseVersion
_versionstring = "1.2.52"
_versionstring = "1.2.53"
looseversion = LooseVersion(_versionstring)
openwebrx_version = "v{0}".format(looseversion)