Skip to content

Skill v0.0.113

Choose a tag to compare

@github-actions github-actions released this 11 Apr 14:57
· 178 commits to main since this release

Changelog

Features

  • updated CI
  • Daemon side (business logic added)
  • crates/skill-daemon/src/background.rs:
  • crates/skill-daemon/src/handlers.rs:
  • crates/skill-daemon/src/routes/settings_calibration.rs:
  • Tauri side (logic removed)
  • src-tauri/src/background.rs:
  • src-tauri/src/lifecycle.rs:
  • Moved to daemon / removed from Tauri
    1. detect_device_kind() — Added DeviceKind::from_id_and_name() to skill-data/src/device.rs with the ID-prefix logic (cortex:, usb:, cgx:, etc.) that was missing from the existing from_name(). Removed the dead function + 250

Contributors

  • Eugene Hauptmann