Preparing for the next release.
This commit is contained in:
parent
391f8c1c40
commit
fd78e35aa5
|
|
@ -1,3 +1,9 @@
|
|||
openwebrx (1.2.55) bullseye jammy; urgency=low
|
||||
|
||||
* Added NAVTEX decoder and background service.
|
||||
|
||||
-- Marat Fayzullin <luarvique@gmail.com> Mon, 15 Apr 2024 16:12:00 +0000
|
||||
|
||||
openwebrx (1.2.54) bullseye jammy; urgency=low
|
||||
|
||||
* Made FT8/JS8/WSPR/etc. messages show in monospace font.
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Depends: adduser,
|
|||
python3 (>= 3.5),
|
||||
python3-pkg-resources,
|
||||
owrx-connector (>= 0.6.5),
|
||||
python3-csdr (>= 0.18.22),
|
||||
python3-csdr (>= 0.18.23),
|
||||
${python3:Depends},
|
||||
${misc:Depends}
|
||||
Recommends: python3-digiham (>= 0.6),
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
from distutils.version import LooseVersion
|
||||
|
||||
_versionstring = "1.2.54"
|
||||
_versionstring = "1.2.55"
|
||||
looseversion = LooseVersion(_versionstring)
|
||||
openwebrx_version = "v{0}".format(looseversion)
|
||||
|
|
|
|||
Loading…
Reference in New Issue