Preparing for the next release.

This commit is contained in:
Marat Fayzullin 2024-08-23 18:36:02 -04:00
parent e3c738385a
commit 6dc5742e30
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,6 @@
**1.2.67**
- Added keyboard shortcuts (press [?] for help).
**1.2.66**
- Added bookmark option to enable/disable scanning.
- SSB, CW, AM, SAM, and NFM bookmarks are scanned by default.

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
openwebrx (1.2.67) bullseye jammy; urgency=low
* Added keyboard shortcuts (press [?] for help).
-- Marat Fayzullin <luarvique@gmail.com> Mon, 26 Aug 2024 16:12:00 +0000
openwebrx (1.2.66) bullseye jammy; urgency=low
* Added bookmark option to enable/disable scanning.

View File

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