Preparing for the bugfix release.

This commit is contained in:
Marat Fayzullin 2023-11-12 15:11:08 -05:00
parent aa2b8f543a
commit 444109d450
3 changed files with 18 additions and 1 deletions

View File

@ -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.

10
debian/changelog vendored
View File

@ -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 <luarvique@gmail.com> Mon, 13 Nov 2023 16:12:00 +0000
openwebrx (1.2.37) bullseye jammy; urgency=low
* Added "Settings" UI section for configuring user interface.

View File

@ -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)