prepare release of version 1.2.0
This commit is contained in:
parent
eb3ec5dc36
commit
921fb23c8d
@ -1,4 +1,4 @@
|
|||||||
**unreleased**
|
**1.2.0**
|
||||||
- Major rewrite of all demodulation components to make use of the new csdr/pycsdr and digiham/pydigiham demodulator
|
- Major rewrite of all demodulation components to make use of the new csdr/pycsdr and digiham/pydigiham demodulator
|
||||||
modules
|
modules
|
||||||
- Preliminary display of M17 callsign information
|
- Preliminary display of M17 callsign information
|
||||||
|
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
openwebrx (1.2.0) UNRELEASED; urgency=low
|
openwebrx (1.2.0) bullseye jammy; urgency=low
|
||||||
|
|
||||||
* Major rewrite of all demodulation components to make use of the new
|
* Major rewrite of all demodulation components to make use of the new
|
||||||
csdr/pycsdr and digiham/pydigiham demodulator modules
|
csdr/pycsdr and digiham/pydigiham demodulator modules
|
||||||
@ -6,7 +6,7 @@ openwebrx (1.2.0) UNRELEASED; urgency=low
|
|||||||
* New devices supported:
|
* New devices supported:
|
||||||
- Blade RF
|
- Blade RF
|
||||||
|
|
||||||
-- Jakob Ketterl <jakob.ketterl@gmx.de> Tue, 03 Aug 2021 13:54:00 +0000
|
-- Jakob Ketterl <jakob.ketterl@gmx.de> Wed, 15 Jun 2022 16:20:00 +0000
|
||||||
|
|
||||||
openwebrx (1.1.0) buster hirsute; urgency=low
|
openwebrx (1.1.0) buster hirsute; urgency=low
|
||||||
|
|
||||||
|
@ -55,10 +55,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="openwebrx-panels-container">
|
<div id="openwebrx-panels-container">
|
||||||
<div id="openwebrx-panels-container-left">
|
<div id="openwebrx-panels-container-left">
|
||||||
<div class="openwebrx-panel" data-panel-name="client-under-devel" style="width: 245px; background-color: Red;">
|
|
||||||
<span style="font-size: 15pt; font-weight: bold;">Under construction</span>
|
|
||||||
<br />We're working on the code right now, so the application might fail.
|
|
||||||
</div>
|
|
||||||
<div class="openwebrx-panel" id="openwebrx-panel-digimodes" style="display: none; width: 619px;" data-panel-name="digimodes">
|
<div class="openwebrx-panel" id="openwebrx-panel-digimodes" style="display: none; width: 619px;" data-panel-name="digimodes">
|
||||||
<div id="openwebrx-digimode-canvas-container">
|
<div id="openwebrx-digimode-canvas-container">
|
||||||
<div id="openwebrx-digimode-select-channel"></div>
|
<div id="openwebrx-digimode-select-channel"></div>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
from distutils.version import LooseVersion
|
from distutils.version import LooseVersion
|
||||||
|
|
||||||
_versionstring = "1.2.0-dev"
|
_versionstring = "1.2.0"
|
||||||
looseversion = LooseVersion(_versionstring)
|
looseversion = LooseVersion(_versionstring)
|
||||||
openwebrx_version = "v{0}".format(looseversion)
|
openwebrx_version = "v{0}".format(looseversion)
|
||||||
|
Loading…
Reference in New Issue
Block a user