Skip to content

Hoplight v0.1.20

Choose a tag to compare

@github-actions github-actions released this 27 Jul 06:49

Install

You are on Take this file Then
Windows Hoplight.exe Double-click it. That is the whole install.
macOS hoplight-darwin-arm64 (Apple Silicon) or hoplight-darwin-x64 (Intel) Terminal tool: chmod +x it, run ./hoplight-darwin-arm64 ui, open the printed address
Linux hoplight-linux-x64 Terminal tool: chmod +x it, run ./hoplight-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-* files are terminal tools; double-clicking one flashes a console and closes.
    The double-click app is Hoplight.exe.
  • 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.19...v0.1.20

Commits

da253a9 release: v0.1.20 [skip release]
44d4cff Merge pull request #13 from NemoVonNirgend/fix/macro-substitution-determinism
0be780f fix(regex): make macro substitution order-independent