Skip to content

Hoplight v0.1.21

Choose a tag to compare

@github-actions github-actions released this 27 Jul 07:09

Install

You are on Take this file Then
Windows Hoplight.exe Double-click it. That is the whole install.
Windows, terminal hoplight-cli-windows-x64.exe Optional. Run it from a terminal with a command; it has no window.
macOS hoplight-cli-darwin-arm64 (Apple Silicon) or hoplight-cli-darwin-x64 (Intel) Terminal tool: chmod +x it, run ./hoplight-cli-darwin-arm64 ui, open the printed address
Linux hoplight-cli-linux-x64 (Intel/AMD) or hoplight-cli-linux-arm64 (ARM, Raspberry Pi) Terminal tool: chmod +x it, run ./hoplight-cli-linux-x64 ui, open the printed address
  • Windows warns once: SmartScreen shows "Windows protected your PC" because the exe is new and
    unsigned, not because anything is wrong. Click More info, then Run anyway. SHA256SUMS
    is right here if you want to verify the download first.
  • App starts but no window? Install Microsoft's
    WebView2 runtime and launch again
    (Windows 11 already has it).
  • The hoplight-cli-* files are terminal tools with no window. Double-clicking one on Windows now
    prints the help and waits for Enter instead of flashing shut. The double-click app is Hoplight.exe.
  • Kit (hoplight-kit-*) is the terminal companion: your whole studio as a conversation, in a
    terminal. Optional, and a separate download from the app. Windows x64, Linux x64 and Apple Silicon
    for now, with more platforms to follow.
  • Renamed this release: the CLI downloads gained a -cli in their names
    (hoplight-windows-x64.exe is now hoplight-cli-windows-x64.exe, and the same for macOS and
    Linux). If you update the CLI from inside itself, grab this one manually once; the desktop app is
    unaffected.
  • Launching Hoplight.exe while Hoplight is already running just opens another window onto the
    same studio. Your pieces live in Documents/Hoplight Studio as plain files.

Changes: v0.1.20...v0.1.21

Commits

e8c3024 release: v0.1.21 [skip release]
66ef1a6 Merge pull request #12 from NemoVonNirgend
94afad3 Merge pull request #11 from NemoVonNirgend
bf0a4f9 Merge pull request #10 from NemoVonNirgend
248bc3d Merge pull request #9 from NemoVonNirgend
b77bb32 docs(kit): tools reference for lifecycle, transfer and macro translation
4069205 fix(release): name the CLI clearly, add linux-arm64, ship Kit
0f652a9 test(kit): wait on the condition instead of a fixed sleep
407c6dc feat(kit): delete, duplicate, transfer, export and macro lookup
f774d60 feat(studio): contained exports folder for converted artifacts
0522148 feat(macros): engine oracle and catalog parity gate
1c4d06f feat(macros): canonical op hub for cross-engine translation
56f89f5 fix(macros): scan nested macro arguments
664d0de fix(studio): remove the partial file when an exclusive write fails
633f32d fix(formats): keep lorebook entry ids unique so no entry is lost or misfires
a2c8a5f fix(lore): clamp a non-finite recursion budget instead of disabling the scan
801be3c fix(formats): stop ST worldbooks importing inert at scan depth zero