Preparing for OWRX+ 1.2.21 release.
This commit is contained in:
parent
7b58f9974d
commit
71c77ea686
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue