Wavelog logo

Wavelog

Self-hosted logbook for amateur radio operators

Alternative to: qrz logbook, club log, hamrs


About Versions (46)

2.0.1

2025-02-21

This is a bugfix release which fixes several bugs. The most important one is within the code around satellites and LoTW uploads. It can happen that if a satellite is manually added without a LoTW name (i.e. not supported by LoTW yet) all LoTW states for non-satellite QSOs are set to “invalid/ignore” upon LoTW synchronization. This is only applicable if LoTW credentials are configured and a synchronization to LoTW is started. Besides these bugfixes there is a new API endpoint for a Wordpress plugin and the setting for the dashboard map has been moved from global settings to a configuration setting on user basis. Also qrz.ru as new callbook has been added.

  • Fix problems with invalid chars and encoding in the DX Calendar (by @AndreasK79)

  • Timeline now uses dxcc name from dxcc table, not from logbook table, as this may be wrong (by @AndreasK79)

  • Added a small fix for contesting sessions that hopefully help with sessions disappearing (by @AndreasK79)

  • Made an API endpoint for this Wordpress Plugin https://github.com/HochdruckHummer/wavelog-wp-qso-display (by @AndreasK79)

  • Added support for QRZ.ru callbook (by @AndreasK79)

  • Added continent support to quick lookup (by @AndreasK79)

  • Added clickable continent in the advanced logbook (by @AndreasK79)

  • Added continent to bandmap list (by @AndreasK79)

  • Fixed an issue with incorrect sorting for QSOs with same timestamp (by @phl0)

  • Search for callsigns with zeros in awards table fixed (by @phl0)

  • Added links to QSOs on eQSL card download page (by @phl0)

  • Newline characters are now removed from ADIF within JSON received via API so that multiple QSOs separated by newlines are now parsed correctly (by @phl0)

  • Fixed broken JS copy function for base URL and API keys (by @phl0)

  • Result page of LoTW download now has links to QSO views (by @phl0)

  • Fixed broken links to qrz/hamqth where callsigns contain (more than one) slashed zero (by @phl0)

  • Fixed a bug where adding a satellite manually without LoTW name would lead to LoTW up-/download set to invalid/ignore upon LoTW sync for all non-satellite QSOs (by @phl0)

  • Fixed a bug where the automatic disabling of Clublog (due to wrong credentials) picked the wrong station profile (by @int2001)

  • Fixed various places where slashed zeros break searches (by @int2001)

  • Refactored list of users (in admin view) so that number of QSOs is calculated correctly (by @int2001)

  • Added a timeout for hrdlog uploads (by @int2001)

  • DataTable library updated to allow inverted search logic (e.g. DXCC != DL) (by @int2001 and @AndreasK79)

  • Fixed DOK lookup for pre- / suffixed callsigns (by @int2001)

  • Fixed display of QRG in bandmap (by @int2001)

  • Changed the operator input field at clubstations to allow free text input (by @int2001)

  • Updated the LoTW import code so that QSOs with minimal timely difference but different propagation modes are confirmed correctly (by @int2001)

  • Added checks for various input fields upon QSO edit (by @int2001)

  • Changed the order of station locations in various places to be sorted alphabetically now (by @int2001, @AndreasK79 )

  • The configuration setting for dashboard map (on, off, right) is now a user setting (by @int2001)

  • Added translations for RTTY modes for API rig control (by @int2001)

  • Fixed a bug on the bandmap resulting in a JS error if a station had been logged before (by @int2001)

  • Refactored QRZ upload so that re-uploads (on LoTW-Confirm) are only happening if the status for LoTW confirmations is different to what it was before (by @int2001)

  • Fixed a but in import of regtest formatted files (by @DB4SCW)

  • Added an option to include QSL message on QSL labels (by @R1BLH)

  • Added support for markdown formatting in notes (by @MatykoBr)

  • Fixed closing of dropdown menu items on mobile devices (by @MatykoBr)