Preparing for the next release.

This commit is contained in:
Marat Fayzullin 2024-05-24 21:06:14 -04:00
parent 7b4d06dd7f
commit a82fe507e2
3 changed files with 16 additions and 1 deletions

View File

@ -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**
- Added MQTT reporting of SDR profile and status changes.
- SDR changes reported via "openwebrx/RX" MQTT topic.

9
debian/changelog vendored
View File

@ -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
* Added MQTT reporting of SDR profile and status changes.

View File

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