Preparing for the 1.2.17 bugfix release.
This commit is contained in:
parent
9faf2b9870
commit
6900fd150a
|
|
@ -1,3 +1,7 @@
|
||||||
|
**1.2.17**
|
||||||
|
- Fixed center frequency modifications surviving profile change.
|
||||||
|
- Fixed waterfall colors resetting when changing center frequency.
|
||||||
|
|
||||||
**1.2.16**
|
**1.2.16**
|
||||||
- Added ability to change center frequency by right-clicking arrow buttons.
|
- Added ability to change center frequency by right-clicking arrow buttons.
|
||||||
- Added an option to allow audio recording (on by default).
|
- Added an option to allow audio recording (on by default).
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,10 @@
|
||||||
|
openwebrx (1.2.17) bullseye jammy; urgency=low
|
||||||
|
|
||||||
|
* Fixed center frequency modifications surviving profile change.
|
||||||
|
* Fixed waterfall colors resetting when changing center frequency.
|
||||||
|
|
||||||
|
-- Marat Fayzullin <luarvique@gmail.com> Tue, 23 May 2023 16:12:00 +0000
|
||||||
|
|
||||||
openwebrx (1.2.16) bullseye jammy; urgency=low
|
openwebrx (1.2.16) bullseye jammy; urgency=low
|
||||||
|
|
||||||
* Added ability to change center frequency by right-clicking arrow buttons.
|
* Added ability to change center frequency by right-clicking arrow buttons.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
from distutils.version import LooseVersion
|
from distutils.version import LooseVersion
|
||||||
|
|
||||||
_versionstring = "1.2.16"
|
_versionstring = "1.2.17"
|
||||||
looseversion = LooseVersion(_versionstring)
|
looseversion = LooseVersion(_versionstring)
|
||||||
openwebrx_version = "v{0}".format(looseversion)
|
openwebrx_version = "v{0}".format(looseversion)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue