Preparing for the next release.

This commit is contained in:
Marat Fayzullin 2024-01-21 20:21:45 -05:00
parent 437fefd1e5
commit f1952f9d13
3 changed files with 18 additions and 1 deletions

View File

@ -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).

10
debian/changelog vendored
View File

@ -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.

View File

@ -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)