Preparing for the bugfix release.
This commit is contained in:
parent
aa2b8f543a
commit
444109d450
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue