Preparing for the next release.
This commit is contained in:
parent
437fefd1e5
commit
f1952f9d13
|
|
@ -1,3 +1,10 @@
|
|||
**1.2.45**
|
||||
- Added ability to delete files, when authorized.
|
||||
- Added locking to connector-based SDR sources.
|
||||
- Improved EIBI schedules display on the map.
|
||||
- Fixed HL2 noise after HL2 first initialized.
|
||||
- No longer reporting AIS messages to IGATE.
|
||||
|
||||
**1.2.44**
|
||||
- Added Storage API for creating files that avoids name collisions.
|
||||
- Added admin-configurable FAX LPM parameter (default is 120).
|
||||
|
|
|
|||
|
|
@ -1,3 +1,13 @@
|
|||
openwebrx (1.2.45) bullseye jammy; urgency=low
|
||||
|
||||
* Added ability to delete files, when authorized.
|
||||
* Added locking to connector-based SDR sources.
|
||||
* Improved EIBI schedules display on the map.
|
||||
* Fixed HL2 noise after HL2 first initialized.
|
||||
* No longer reporting AIS messages to IGATE.
|
||||
|
||||
-- Marat Fayzullin <luarvique@gmail.com> Mon, 22 Jan 2024 16:12:00 +0000
|
||||
|
||||
openwebrx (1.2.44) bullseye jammy; urgency=low
|
||||
|
||||
* Added Storage API for creating files that avoids name collisions.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
from distutils.version import LooseVersion
|
||||
|
||||
_versionstring = "1.2.44"
|
||||
_versionstring = "1.2.45"
|
||||
looseversion = LooseVersion(_versionstring)
|
||||
openwebrx_version = "v{0}".format(looseversion)
|
||||
|
|
|
|||
Loading…
Reference in New Issue