From 005288371b553f16ce27959128830cb802981216 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Fri, 5 Dec 2025 15:58:28 +0900 Subject: [PATCH] fix: newlines in tooltips --- CHANGELOG.md | 4 ++++ dzgui.sh | 4 ++-- helpers/funcs | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e9067e..5f25dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [6.0.0-beta.14] 2025-12-05 +## Fixed +- Tooltips with newlines breaking log table + ## [6.0.0-beta.13] 2025-11-29 ## Fixed - Server filter panel not being hidden when entering other page contexts diff --git a/dzgui.sh b/dzgui.sh index 772c6b1..5b7656c 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -3,7 +3,7 @@ set -o pipefail src_path=$(realpath "$0") -version=6.0.0.beta-13 +version=6.0.0.beta-14 #CONSTANTS aid=221100 @@ -602,7 +602,7 @@ fetch_helpers_by_sum(){ [[ -f "$config_file" ]] && source "$config_file" declare -A sums sums=( - ["funcs"]="519a13ecb5c8527ae3cbefb5babe2c62" + ["funcs"]="3036da0c8f46452af4822bbeaa1a9454" ["query_v2.py"]="55d339ba02512ac69de288eb3be41067" ["servers.py"]="ed442c3aecf33f777d59dcf53650d263" ["ui.py"]="8edf48e6780460bd8ea7b01614592296" diff --git a/helpers/funcs b/helpers/funcs index 9372798..ebd699d 100755 --- a/helpers/funcs +++ b/helpers/funcs @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -o pipefail -version="6.0.0-beta.13" +version="6.0.0-beta.14" #CONSTANTS aid=221100