Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down