Preparing for the next release.

This commit is contained in:
Marat Fayzullin 2024-07-13 00:05:17 -04:00
parent dda235fc57
commit d651afcbc0
3 changed files with 14 additions and 1 deletions

View File

@ -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.

8
debian/changelog vendored
View File

@ -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.

View File

@ -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)