Preparing for the 1.2.17 bugfix release.

This commit is contained in:
Marat Fayzullin 2023-05-22 15:54:44 -04:00
parent 9faf2b9870
commit 6900fd150a
3 changed files with 12 additions and 1 deletions

View File

@ -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**
- Added ability to change center frequency by right-clicking arrow buttons.
- Added an option to allow audio recording (on by default).

7
debian/changelog vendored
View File

@ -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
* Added ability to change center frequency by right-clicking arrow buttons.

View File

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