Preparing for OWRX+ 1.2.21 release.

This commit is contained in:
Marat Fayzullin 2023-06-27 23:48:12 -04:00
parent 7b58f9974d
commit 71c77ea686
3 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,10 @@
**1.2.21**
- Added CPU temperature to the CPU load display.
- Added UTC clock to the receiver panel.
- Fixed secondary waterfall requiring FFT compression.
- Fixed center_freq changes not propagating up.
- Made ISM device model column wider.
**1.2.20**
- Increased ISM mode bandwidth from 48kHz to 250kHz.
- Added admin-defined receiver name (if any) to the window title.

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
openwebrx (1.2.21) bullseye jammy; urgency=low
* Added CPU temperature to the CPU load display.
* Added UTC clock to the receiver panel.
* Fixed secondary waterfall requiring FFT compression.
* Fixed center_freq changes not propagating up.
* Made ISM device model column wider.
-- Marat Fayzullin <luarvique@gmail.com> Sat, 1 Jul 2023 16:12:00 +0000
openwebrx (1.2.20) bullseye jammy; urgency=low
* Increased ISM mode bandwidth from 48kHz to 250kHz.

View File

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