Skip to content

Releases: JerryLiu-uestc/skill-hub

Skill-Hub v0.4.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 05:33
v0.4.1 - 设计系统改进:Toast队列、空状态引导、无障碍修复、亮色主题修复

Skill-Hub v0.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 02:54
Ship cross-platform desktop release path

Windows and Linux packaging need more than Tauri's default bundle target: runtime paths differ by OS, updater assets need a merged manifest, and shell-based build scripts do not run on Windows. This change adds platform-aware skill/plugin root discovery, cross-platform frontend path handling, a Node-based Tauri build wrapper, and a GitHub Actions release workflow for macOS, Windows, and Linux artifacts.

Constraint: Codex and Claude roots vary by host OS and can be overridden by CODEX_HOME or CLAUDE_HOME

Constraint: Existing GitHub updater endpoint expects a single latest.json from releases/latest/download

Rejected: Hardcode ~/.codex and ~/.claude everywhere | breaks Windows and alternate app-data installs

Rejected: Build all platforms on the local macOS machine | Tauri desktop bundles require native OS runners

Confidence: medium

Scope-risk: moderate

Directive: Keep updater artifact naming and latest.json platform keys in sync with Tauri bundle output before changing release.yml

Tested: npm run typecheck

Tested: npm run test

Tested: npm run format:check

Tested: cd app/src-tauri && cargo test

Tested: npm run build:desktop

Tested: npm run release:latest-json

Skill-Hub v0.3.0

Choose a tag to compare

@JerryLiu-uestc JerryLiu-uestc released this 22 Jun 14:35

Highlights

  • Adds the Skill/Plugin market with GitHub discovery and default sources.
  • Shows local installed summaries in the Market for Skills and Plugins.
  • Adds Rose Three market refresh loading and per-source progress states.
  • Adds app updater metadata and signed updater artifacts.
  • Refreshes bilingual README docs and release packaging.

Verification

  • PR #1 reviewed and merged.
  • npm run typecheck && npm run test
  • cargo check --manifest-path src-tauri/Cargo.toml
  • cargo test --manifest-path src-tauri/Cargo.toml
  • npm run build
  • npm run build:desktop produced DMG and updater artifacts.

Skill-Hub v0.2.0

Choose a tag to compare

@JerryLiu-uestc JerryLiu-uestc released this 21 Jun 19:03

Cockpit-style hot update: click update button to download and auto-restart.

Skill Hub v0.1.0

Choose a tag to compare

@JerryLiu-uestc JerryLiu-uestc released this 21 Jun 18:13

Cockpit-style local desktop skill manager.