Preparing the 1.2.31 release.
This commit is contained in:
parent
0f41604b65
commit
33d84c3438
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
|||
**1.2.31**
|
||||
- Added display of latest aircraft messages to the map.
|
||||
- Adding parsing of the dump1090 JSON output (in progress).
|
||||
- No longer preferring shorter EIBI entries to longer ones.
|
||||
- Now loading fresh EIBI schedule every 24 hours.
|
||||
- Fixed background ACARS service.
|
||||
- Fixed missing SAM modulation.
|
||||
- Fixed map info bubble formatting.
|
||||
- Optimized locking in RepeaterBook and EIBI modules.
|
||||
|
||||
**1.2.30**
|
||||
- Updated OpenWebRX+ with changes from Jakob's develop branch.
|
||||
- Added Jakob's RTTY decoder and made it the default.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,16 @@
|
|||
openwebrx (1.2.31) bullseye jammy; urgency=low
|
||||
|
||||
* Added display of latest aircraft messages to the map.
|
||||
* Adding parsing of the dump1090 JSON output (in progress).
|
||||
* No longer preferring shorter EIBI entries to longer ones.
|
||||
* Now loading fresh EIBI schedule every 24 hours.
|
||||
* Fixed background ACARS service.
|
||||
* Fixed missing SAM modulation.
|
||||
* Fixed map info bubble formatting.
|
||||
* Optimized locking in RepeaterBook and EIBI modules.
|
||||
|
||||
-- Marat Fayzullin <luarvique@gmail.com> Sat, 23 Sep 2023 16:12:00 +0000
|
||||
|
||||
openwebrx (1.2.30) bullseye jammy; urgency=low
|
||||
|
||||
* Updated OpenWebRX+ with changes from Jakob's develop branch.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
from distutils.version import LooseVersion
|
||||
|
||||
_versionstring = "1.2.30"
|
||||
_versionstring = "1.2.31"
|
||||
looseversion = LooseVersion(_versionstring)
|
||||
openwebrx_version = "v{0}".format(looseversion)
|
||||
|
|
|
|||
Loading…
Reference in New Issue