Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 25 Mar 15:11

v0.1.7

Added

  • Documentation comments across all Rust source files
  • External link handling (non-SkyCrypt URLs open in default browser)
  • Configuration system for selecting website version (stable/dev)
  • Deep link support for opening player profiles via URL
  • Tray “Home” button for quick navigation
  • “Go Home” option in UI
  • File-based logging
  • .gitattributes for improved language detection
  • Version badges and download tables in README

Improved

  • Multi-window tray behavior
  • Close-to-tray now hides all windows (including splash)
  • Simplified tray menu (always enabled)
  • UI layout (buttons repositioned, window resized)

Fixed

  • Auto-refresh logic:

    • Prevent reload when window is unfocused
    • Reload only if refresh was missed after refocus
  • Window focus handling (auto-focus inconsistencies resolved)

  • Tray navigation actions (Home and related options behave reliably)

  • Removed unused "disabled" comments in JS injection files

Dev

  • Updated GitHub Actions to Node.js 22 and latest action versions