Preparing for the next release.
This commit is contained in:
parent
e3c738385a
commit
6dc5742e30
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue