Preparing for the next release.
This commit is contained in:
parent
7b4d06dd7f
commit
a82fe507e2
|
|
@ -1,3 +1,9 @@
|
||||||
|
**1.2.59**
|
||||||
|
- Added copyright-free Mirics driver for SDRPlay and clones.
|
||||||
|
- Fixed OpenWebRX startup failure if MQTT connection fails.
|
||||||
|
- Volume control is now logarithmic, in -55db to +5db range.
|
||||||
|
- Added Aircraft Emergency Frequency bookmark.
|
||||||
|
|
||||||
**1.2.58**
|
**1.2.58**
|
||||||
- Added MQTT reporting of SDR profile and status changes.
|
- Added MQTT reporting of SDR profile and status changes.
|
||||||
- SDR changes reported via "openwebrx/RX" MQTT topic.
|
- SDR changes reported via "openwebrx/RX" MQTT topic.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,12 @@
|
||||||
|
openwebrx (1.2.59) bullseye jammy; urgency=low
|
||||||
|
|
||||||
|
* Added copyright-free Mirics driver for SDRPlay and clones.
|
||||||
|
* Fixed OpenWebRX startup failure if MQTT connection fails.
|
||||||
|
* Volume control is now logarithmic, in -55db to +5db range.
|
||||||
|
* Added Aircraft Emergency Frequency bookmark.
|
||||||
|
|
||||||
|
-- Marat Fayzullin <luarvique@gmail.com> Mon, 27 May 2024 16:12:00 +0000
|
||||||
|
|
||||||
openwebrx (1.2.58) bullseye jammy; urgency=low
|
openwebrx (1.2.58) bullseye jammy; urgency=low
|
||||||
|
|
||||||
* Added MQTT reporting of SDR profile and status changes.
|
* Added MQTT reporting of SDR profile and status changes.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
from distutils.version import LooseVersion
|
from distutils.version import LooseVersion
|
||||||
|
|
||||||
_versionstring = "1.2.58"
|
_versionstring = "1.2.59"
|
||||||
looseversion = LooseVersion(_versionstring)
|
looseversion = LooseVersion(_versionstring)
|
||||||
openwebrx_version = "v{0}".format(looseversion)
|
openwebrx_version = "v{0}".format(looseversion)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue