From 81b1169a2455a6d752c88e30306d87c767727743 Mon Sep 17 00:00:00 2001 From: JDS300 <70587798+JDS300@users.noreply.github.com> Date: Sat, 15 Aug 2026 22:17:05 -0400 Subject: [PATCH] Say what the release candidate fixes The Linux startup crash, the clipped stance row and the alert placement all landed without changelog entries, so release notes generated for 0.4.0 -- and for every candidate resolving to it -- would not have mentioned the fix that stopped the application starting at all on Linux. Co-Authored-By: Claude Opus 5 (1M context) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd72c58..87be513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,19 @@ that came with it. download from this fork. Anyone already running the Windows build will see its updater fail rather than find a new one. +- **Loremaster starts again on Linux.** The Windows portable updater resolved a + PowerShell path while the app was still starting, which fails on Linux and + took the whole startup with it: no window, no tray icon, no engine. The path + is now looked up only when a Windows update is actually being installed. +- **The stance row is visible again.** The player frame's bottom row -- Mage + Hunter, Defensive, Invocation, Over Channel, Recovery -- was cut off because + the frame was ~12px shorter inside than its layout assumed. The frame is + taller and the row now rides its lower edge, so it stays readable at any + size. Both skins, all seven variants. +- **Alert cards keep out of the way.** They no longer land on the crowd-control + panel, which cannot be dragged aside, and they never cover the seed window -- + which had made analyze, settings and even moving the app unreachable. + ### Removed - **Alt+Z instance lockout OCR.** Upstream retired the feature and this fork