Preparing for a new release.
This commit is contained in:
parent
1b629e32ff
commit
1727522d41
|
|
@ -1,3 +1,7 @@
|
||||||
|
**1.2.10**
|
||||||
|
- Added spectrum display, toggled with a receiver panel button.
|
||||||
|
- Added a setting to change how opaque the user interface is.
|
||||||
|
|
||||||
**1.2.9**
|
**1.2.9**
|
||||||
- Fixed missing 'N' letters in RTTY and CW decoders output.
|
- Fixed missing 'N' letters in RTTY and CW decoders output.
|
||||||
- Fixed SSTV decoder getting stuck after receiving 2-3 images.
|
- Fixed SSTV decoder getting stuck after receiving 2-3 images.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,10 @@
|
||||||
|
openwebrx (1.2.10) bullseye jammy; urgency=low
|
||||||
|
|
||||||
|
* Added spectrum display, toggled with a receiver panel button.
|
||||||
|
* Added a setting to change how opaque the user interface is.
|
||||||
|
|
||||||
|
-- Marat Fayzullin <luarvique@gmail.com> Sat, 25 Mar 2023 16:12:00 +0000
|
||||||
|
|
||||||
openwebrx (1.2.9) bullseye jammy; urgency=low
|
openwebrx (1.2.9) bullseye jammy; urgency=low
|
||||||
|
|
||||||
* Fixed missing 'N' letters in RTTY and CW decoders output.
|
* Fixed missing 'N' letters in RTTY and CW decoders output.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
from distutils.version import LooseVersion
|
from distutils.version import LooseVersion
|
||||||
|
|
||||||
_versionstring = "1.2.9"
|
_versionstring = "1.2.10"
|
||||||
looseversion = LooseVersion(_versionstring)
|
looseversion = LooseVersion(_versionstring)
|
||||||
openwebrx_version = "v{0}".format(looseversion)
|
openwebrx_version = "v{0}".format(looseversion)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue