Preparing for the next release.
This commit is contained in:
parent
dda235fc57
commit
d651afcbc0
|
|
@ -1,3 +1,8 @@
|
|||
**1.2.64**
|
||||
- Added support for HDRadio (NRSC5) digital FM radio.
|
||||
- Now requiring CSDR version 0.18.24.
|
||||
- Fixed some HFDL bookmarks.
|
||||
|
||||
**1.2.63**
|
||||
- Fixed crash in the FLEX decoder.
|
||||
- Fixed crash in the EAS decoder.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
openwebrx (1.2.64) bullseye jammy; urgency=low
|
||||
|
||||
* Added support for HDRadio (NRSC5) digital FM radio.
|
||||
* Now requiring CSDR version 0.18.24.
|
||||
* Fixed some HFDL bookmarks.
|
||||
|
||||
-- Marat Fayzullin <luarvique@gmail.com> Mon, 15 Jul 2024 16:12:00 +0000
|
||||
|
||||
openwebrx (1.2.63) bullseye jammy; urgency=low
|
||||
|
||||
* Fixed crash in the FLEX decoder.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
from distutils.version import LooseVersion
|
||||
|
||||
_versionstring = "1.2.63"
|
||||
_versionstring = "1.2.64"
|
||||
looseversion = LooseVersion(_versionstring)
|
||||
openwebrx_version = "v{0}".format(looseversion)
|
||||
|
|
|
|||
Loading…
Reference in New Issue