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