Preparing for the next release.

This commit is contained in:
Marat Fayzullin 2024-10-28 14:37:46 -04:00
parent ce9d93d4f3
commit 1fbccaa15a
3 changed files with 20 additions and 1 deletions

View File

@ -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**
- Added PD50, PD90, PD120, PD160, PD180, PD240, PD290 SSTV modes.
- Added Wraase SC2-30, SC2-60, SC2-120 SSTV modes.

11
debian/changelog vendored
View File

@ -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
* Added PD50, PD90, PD120, PD160, PD180, PD240, PD290 SSTV modes.

View File

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