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

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 20 Mar 07:12

Changes

Injection System

  • Added a centralized JavaScript injector module
  • Introduced resource-based script injection
  • Bundled injection scripts as application resources

Injection Scripts

  • Added:

    • interaction_overrides.js (enabled)
    • skycrypt_essentials.js (disabled)
    • skycrypt_enhanced.js (disabled)

Script Updates

  • Refactored essentials and enhanced scripts:
    • Improved naming and structure
    • Updated logging
    • Changed site label to "SkyCrypt Desktop"
  • Added credits and notes indicating disabled status

Configuration

  • Scripts are now loaded from tauri.conf.json resources
  • Essentials and enhanced injections are disabled by default
  • interaction_overrides remains enabled

Developer Changes

  • Devtools are now optional and only enabled when explicitly requested

Other

  • Updated AUR binary package description

Notes

  • This release focuses on internal improvements and groundwork for future features
  • Additional injection features are present but not currently enabled