Preparing for the next release.

This commit is contained in:
Marat Fayzullin 2024-01-28 17:55:56 -05:00
parent 37c864e3d4
commit 044ed9b261
3 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,10 @@
**1.2.46**
- Added list of active services to the Settings page.
- Added new toolbar icons, based on Google design.
- Added Help icon leading to documentation.
- Fixed race condition when sending map to a new client.
- Removed HL2 frequency workaround (fixed in hpsdrconnector).
**1.2.45**
- Added ability to delete files, when authorized.
- Added locking to connector-based SDR sources.

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
openwebrx (1.2.46) bullseye jammy; urgency=low
* Added list of active services to the Settings page.
* Added new toolbar icons, based on Google design.
* Added Help icon leading to documentation.
* Fixed race condition when sending map to a new client.
* Removed HL2 frequency workaround (fixed in hpsdrconnector).
-- Marat Fayzullin <luarvique@gmail.com> Mon, 29 Jan 2024 16:12:00 +0000
openwebrx (1.2.45) bullseye jammy; urgency=low
* Added ability to delete files, when authorized.

View File

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