Preparing for OWRX+ 1.2.15 release.
This commit is contained in:
parent
95fb8b8dda
commit
400c36a4f9
|
|
@ -1,3 +1,7 @@
|
|||
**1.2.15**
|
||||
- Added scanner, enabled with right click on SQ button.
|
||||
- Scanner scans bookmarks using the current squelch level.
|
||||
|
||||
**1.2.14**
|
||||
- Added automatic image conversion to PNG (requires ImageMagick).
|
||||
- Ported MSK144 decoder from Jakob's development OWRX branch.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
openwebrx (1.2.15) bullseye jammy; urgency=low
|
||||
|
||||
* Added scanner, enabled with right click on SQ button.
|
||||
* Scanner scans bookmarks using the current squelch level.
|
||||
|
||||
-- Marat Fayzullin <luarvique@gmail.com> Sat, 13 May 2023 16:12:00 +0000
|
||||
|
||||
openwebrx (1.2.14) bullseye jammy; urgency=low
|
||||
|
||||
* Added automatic image conversion to PNG (requires ImageMagick).
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
from distutils.version import LooseVersion
|
||||
|
||||
_versionstring = "1.2.14"
|
||||
_versionstring = "1.2.15"
|
||||
looseversion = LooseVersion(_versionstring)
|
||||
openwebrx_version = "v{0}".format(looseversion)
|
||||
|
|
|
|||
Loading…
Reference in New Issue