Preparing for the 1.2.24 release.
This commit is contained in:
parent
6210e542b4
commit
4ef1efbc67
|
|
@ -1,3 +1,10 @@
|
||||||
|
**1.2.24**
|
||||||
|
- Added support for EIBI shortwave schedules.
|
||||||
|
- Schedules updated monthly from the EIBI website.
|
||||||
|
- Map shows currently active transmitters, with 1-hour schedules.
|
||||||
|
- You can instantly tune by clicking on a schedule entry.
|
||||||
|
- Your current SDR profile must contain the clicked frequency.
|
||||||
|
|
||||||
**1.2.23**
|
**1.2.23**
|
||||||
- Added OpenWebRX, WebSDR, and KiwiSDR locations to the map.
|
- Added OpenWebRX, WebSDR, and KiwiSDR locations to the map.
|
||||||
- Added periodic updates of online SDR locations from the web.
|
- Added periodic updates of online SDR locations from the web.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,13 @@
|
||||||
|
openwebrx (1.2.24) bullseye jammy; urgency=low
|
||||||
|
|
||||||
|
* Added support for EIBI shortwave schedules.
|
||||||
|
* Schedules updated monthly from the EIBI website.
|
||||||
|
* Map shows currently active transmitters, with 1-hour schedules.
|
||||||
|
* You can instantly tune by clicking on a schedule entry.
|
||||||
|
* Your current SDR profile must contain the clicked frequency.
|
||||||
|
|
||||||
|
-- Marat Fayzullin <luarvique@gmail.com> Sat, 22 Jul 2023 16:12:00 +0000
|
||||||
|
|
||||||
openwebrx (1.2.23) bullseye jammy; urgency=low
|
openwebrx (1.2.23) bullseye jammy; urgency=low
|
||||||
|
|
||||||
* Added OpenWebRX, WebSDR, and KiwiSDR locations to the map.
|
* Added OpenWebRX, WebSDR, and KiwiSDR locations to the map.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
from distutils.version import LooseVersion
|
from distutils.version import LooseVersion
|
||||||
|
|
||||||
_versionstring = "1.2.23"
|
_versionstring = "1.2.24"
|
||||||
looseversion = LooseVersion(_versionstring)
|
looseversion = LooseVersion(_versionstring)
|
||||||
openwebrx_version = "v{0}".format(looseversion)
|
openwebrx_version = "v{0}".format(looseversion)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue