From 7fa7baa066c24f0564c8336f1ffcb8ef098a0848 Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Wed, 25 Mar 2026 13:14:23 +0100 Subject: [PATCH] Update wavelog to 2.4 (#5177) --- wavelog/docker-compose.yml | 2 +- wavelog/umbrel-app.yml | 27 +++++++++++++-------------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/wavelog/docker-compose.yml b/wavelog/docker-compose.yml index fa805e7b..a40d1fae 100644 --- a/wavelog/docker-compose.yml +++ b/wavelog/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" app: - image: ghcr.io/wavelog/wavelog:2.3.1@sha256:396db163b9ec9d2f08a02c91c94443d70f1d1f4fd5f06951026eb180ef54d627 + image: ghcr.io/wavelog/wavelog:2.4@sha256:64d316134b43c379581882633f9af5c2598ca35be36bf6a11c8b7e2f2d6086ce environment: CI_ENV: docker volumes: diff --git a/wavelog/umbrel-app.yml b/wavelog/umbrel-app.yml index f8ddac17..21e33feb 100644 --- a/wavelog/umbrel-app.yml +++ b/wavelog/umbrel-app.yml @@ -1,7 +1,7 @@ manifestVersion: 1.1 id: wavelog name: Wavelog -version: "2.3.1" +version: "2.4" tagline: "Amateur radio logging software" description: >- ⚠️ See below for important set-up instructions. @@ -36,19 +36,18 @@ submitter: LU5JPL submission: https://github.com/getumbrel/umbrel-apps/pull/3323 releaseNotes: >- Key highlights include: - - Major award and Advanced Logbook page load speedups - - Added QSO duration column and filter in the Advanced Logbook - - Added location dropdown for DBTools in the Advanced Logbook - - Added column selection for text search filter in the DXCluster - - Improved satellite handling for satellites not yet supported by LoTW - - New cache_buster function to reduce issues caused by browser caching - - New installations now use APCu caching by default - - Fixed a bug where DXCC was accidentally updated to the wrong value - - Fixed a security issue with public logbooks - - Added option to disable the map at the QSO form for mobile use - - DXCluster performance improvements - - Fixed the QTH Lookup feature in QSO logging - - Updated documentation links to the new docs site at https://docs.wavelog.org + - Added Single Sign-On (SSO) support via OIDC + - Several security fixes for CSRF vulnerabilities + - Integrated changes for ADIF 3.1.7, including FT2 as a new submode + - Added the WAIP award + - Added frequency to batch edit in the Advanced Logbook + - Fixed dupe check to respect chosen location(s) in the Advanced Logbook + - Added grand total (absolute and percentage) to QSL Analytics + - Added Clublog stats to the dashboard + - Added new Ukrainian language + - Fixed CSV download in the Advanced Logbook + - Fixed a bug in default time ranges for "Last Year" and "This Year" + - Refactored cookie handling Full release notes can be found at https://github.com/wavelog/wavelog/releases