Preparing for the next release.

This commit is contained in:
Marat Fayzullin 2023-10-20 00:17:12 -04:00
parent 8402626d70
commit 7227e19bd0
2 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,13 @@
**1.2.34**
- Added colored band/mode designators to locator info windows.
- Improved locator square colors to also reflect reports' age.
- Linked HAM callsigns and AIS vessel IDs to respective websites.
- Added country name tooltips to HAM callsigns and AIS vessel IDs.
- Hopefully fixed FAX decoder randomly restarting a page.
- Moved common JavaScript functions to Utils.js.
- Fixed links on HFDL flight reports.
- Silenced EIBI log warnings.
**1.2.33**
- Syncing library versions with original OWRX 1.2.2.
- Refactored locators map display.

13
debian/changelog vendored
View File

@ -1,3 +1,16 @@
openwebrx (1.2.34) bullseye jammy; urgency=low
* Added colored band/mode designators to locator info windows.
* Improved locator square colors to also reflect reports' age.
* Linked HAM callsigns and AIS vessel IDs to respective websites.
* Added country name tooltips to HAM callsigns and AIS vessel IDs.
* Hopefully fixed FAX decoder randomly restarting a page.
* Moved common JavaScript functions to Utils.js.
* Fixed links on HFDL flight reports.
* Silenced EIBI log warnings.
-- Marat Fayzullin <luarvique@gmail.com> Sat, 21 Oct 2023 16:12:00 +0000
openwebrx (1.2.33) bullseye jammy; urgency=low
* Syncing library versions with original OWRX 1.2.2.