diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b585190..89c3d0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +**1.2.38** +- Fixed digital voice panel colors. +- Fixed volume and mute controls. +- Fixed NR controls. +- Adding explanation of the RSPdx HDR mode. +- Updated HPSDR settings to Jakob's latest version. + **1.2.37** - Added "Settings" UI section for configuring user interface. - Saving receiver and map UI settings in the browser storage. diff --git a/debian/changelog b/debian/changelog index a4eb1eba..359aa599 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +openwebrx (1.2.38) bullseye jammy; urgency=low + + * Fixed digital voice panel colors. + * Fixed volume and mute controls. + * Fixed NR controls. + * Adding explanation of the RSPdx HDR mode. + * Updated HPSDR settings to Jakob's latest version. + + -- Marat Fayzullin Mon, 13 Nov 2023 16:12:00 +0000 + openwebrx (1.2.37) bullseye jammy; urgency=low * Added "Settings" UI section for configuring user interface. diff --git a/owrx/version.py b/owrx/version.py index 66c7b604..5a2338ed 100644 --- a/owrx/version.py +++ b/owrx/version.py @@ -1,5 +1,5 @@ from distutils.version import LooseVersion -_versionstring = "1.2.37" +_versionstring = "1.2.38" looseversion = LooseVersion(_versionstring) openwebrx_version = "v{0}".format(looseversion)