Preparing for the next release.
This commit is contained in:
parent
ce9d93d4f3
commit
1fbccaa15a
|
|
@ -1,3 +1,11 @@
|
||||||
|
**1.2.72**
|
||||||
|
- Added underlying modulation to bookmarks.
|
||||||
|
- Added sanitizing bookmark contents.
|
||||||
|
- Added bias-tee support for rtl_tcp [jeskko].
|
||||||
|
- Added dependency on python3-distutils-extra.
|
||||||
|
- Fixed Chrome bug opening "Settings" section.
|
||||||
|
- Refactored bookmark editing mechanism.
|
||||||
|
|
||||||
**1.2.71**
|
**1.2.71**
|
||||||
- Added PD50, PD90, PD120, PD160, PD180, PD240, PD290 SSTV modes.
|
- Added PD50, PD90, PD120, PD160, PD180, PD240, PD290 SSTV modes.
|
||||||
- Added Wraase SC2-30, SC2-60, SC2-120 SSTV modes.
|
- Added Wraase SC2-30, SC2-60, SC2-120 SSTV modes.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,14 @@
|
||||||
|
openwebrx (1.2.72) bullseye jammy; urgency=low
|
||||||
|
|
||||||
|
* Added underlying modulation to bookmarks.
|
||||||
|
* Added sanitizing bookmark contents.
|
||||||
|
* Added bias-tee support for rtl_tcp [jeskko].
|
||||||
|
* Added dependency on python3-distutils-extra.
|
||||||
|
* Fixed Chrome bug opening "Settings" section.
|
||||||
|
* Refactored bookmark editing mechanism.
|
||||||
|
|
||||||
|
-- Marat Fayzullin <luarvique@gmail.com> Mon, 28 Oct 2024 16:12:00 +0000
|
||||||
|
|
||||||
openwebrx (1.2.71) bullseye jammy; urgency=low
|
openwebrx (1.2.71) bullseye jammy; urgency=low
|
||||||
|
|
||||||
* Added PD50, PD90, PD120, PD160, PD180, PD240, PD290 SSTV modes.
|
* Added PD50, PD90, PD120, PD160, PD180, PD240, PD290 SSTV modes.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
from distutils.version import LooseVersion
|
from distutils.version import LooseVersion
|
||||||
|
|
||||||
_versionstring = "1.2.71"
|
_versionstring = "1.2.72"
|
||||||
looseversion = LooseVersion(_versionstring)
|
looseversion = LooseVersion(_versionstring)
|
||||||
openwebrx_version = "v{0}".format(looseversion)
|
openwebrx_version = "v{0}".format(looseversion)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue