Preparing for the 1.2.33 release.
This commit is contained in:
parent
ff60e1b45c
commit
61783f3c96
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,3 +1,15 @@
|
|||
**1.2.33**
|
||||
- Syncing library versions with original OWRX 1.2.2.
|
||||
- Refactored locators map display.
|
||||
- Assigned each locator a single rectangle.
|
||||
- Rectangle's transparency reflects number and age of reports.
|
||||
- Rectangle's hue represents reported bands.
|
||||
- Removed overlapping edges from rectangles.
|
||||
- Added time-to-live to EIBI markers.
|
||||
- Added LSimpleMarker.
|
||||
- Fixed, updated, optimized EIBI database algorithms and data.
|
||||
- Fixed aircraft time-to-live values.
|
||||
|
||||
**1.2.32**
|
||||
- Added separate display for ADSB flight data.
|
||||
- Added separate class of aircraft markers.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,18 @@
|
|||
openwebrx (1.2.33) bullseye jammy; urgency=low
|
||||
|
||||
* Syncing library versions with original OWRX 1.2.2.
|
||||
* Refactored locators map display.
|
||||
* Assigned each locator a single rectangle.
|
||||
* Rectangle's transparency reflects number and age of reports.
|
||||
* Rectangle's hue represents reported bands.
|
||||
* Removed overlapping edges from rectangles.
|
||||
* Added time-to-live to EIBI markers.
|
||||
* Added LSimpleMarker.
|
||||
* Fixed, updated, optimized EIBI database algorithms and data.
|
||||
* Fixed aircraft time-to-live values.
|
||||
|
||||
-- Marat Fayzullin <luarvique@gmail.com> Thu, 12 Oct 2023 16:12:00 +0000
|
||||
|
||||
openwebrx (1.2.32) bullseye jammy; urgency=low
|
||||
|
||||
* Added separate display for ADSB flight data.
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ Vcs-Git: https://github.com/luarvique/openwebrx.git
|
|||
|
||||
Package: openwebrx
|
||||
Architecture: all
|
||||
Depends: adduser, python3 (>= 3.5), python3-pkg-resources, owrx-connector (>= 0.6), soapysdr-tools, python3-csdr (>= 0.18.14), ${python3:Depends}, ${misc:Depends}
|
||||
Depends: adduser, python3 (>= 3.5), python3-pkg-resources, owrx-connector (>= 0.6), soapysdr-tools, python3-csdr (>= 0.18.15), ${python3:Depends}, ${misc:Depends}
|
||||
Recommends: python3-digiham (>= 0.6), direwolf (>= 1.4), wsjtx, js8call, runds-connector (>= 0.2), hpsdrconnector, aprs-symbols, m17-demod, js8call, python3-js8py (>= 0.1), nmux (>= 0.18), codecserver (>= 0.1), msk144decoder, multimon-ng, rtl-433, dumphfdl, dumpvdl2, dump1090-fa-minimal, imagemagick
|
||||
Description: multi-user web sdr
|
||||
Open source, multi-user SDR receiver with a web interface
|
||||
|
|
|
|||
Loading…
Reference in New Issue