Preparing for the 1.2.24 release.

This commit is contained in:
Marat Fayzullin 2023-07-21 18:40:13 -04:00
parent 6210e542b4
commit 4ef1efbc67
3 changed files with 18 additions and 1 deletions

View File

@ -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**
- Added OpenWebRX, WebSDR, and KiwiSDR locations to the map.
- Added periodic updates of online SDR locations from the web.

10
debian/changelog vendored
View File

@ -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
* Added OpenWebRX, WebSDR, and KiwiSDR locations to the map.

View File

@ -1,5 +1,5 @@
from distutils.version import LooseVersion
_versionstring = "1.2.23"
_versionstring = "1.2.24"
looseversion = LooseVersion(_versionstring)
openwebrx_version = "v{0}".format(looseversion)