Preparing for OWRX+ 1.2.15 release.

This commit is contained in:
Marat Fayzullin 2023-05-13 13:18:45 -04:00
parent 95fb8b8dda
commit 400c36a4f9
3 changed files with 12 additions and 1 deletions

View File

@ -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** **1.2.14**
- Added automatic image conversion to PNG (requires ImageMagick). - Added automatic image conversion to PNG (requires ImageMagick).
- Ported MSK144 decoder from Jakob's development OWRX branch. - Ported MSK144 decoder from Jakob's development OWRX branch.

7
debian/changelog vendored
View File

@ -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 openwebrx (1.2.14) bullseye jammy; urgency=low
* Added automatic image conversion to PNG (requires ImageMagick). * Added automatic image conversion to PNG (requires ImageMagick).

View File

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