Changelog

Changelog

Every version, every fix, every feature. SkillDeck follows semantic versioning — patch for fixes, minor for new agents and capabilities.

v0.0.26

Jun 25, 2026
  1. Fix Root-level skill update: fixed directory structure breakage and backfill failure when updating skills installed at repo root. #56
  2. Fix Up to Date status: made the status persistent in skill detail page instead of auto-dismissing after 2 seconds. #57

v0.0.25

Jun 12, 2026
  1. Feat QClaw and WorkBuddy: added support for two new agents, bringing the total to 14. #55

v0.0.24

May 9, 2026
  1. Fix Sidebar hit area: optimized row hit area and fixed gesture conflicts in the agent sidebar. #53

v0.0.23

Apr 23, 2026
  1. Fix Agent toggle sync: corrected state synchronization after toggling agent installations. #49

v0.0.22

Apr 13, 2026
  1. Fix AgentToggleView: fixed real-time UI updates after toggling agent on or off. #47
  2. Fix Install sheet dedup: deduplicated skill names in the install sheet for repositories with duplicate IDs. #48

v0.0.21

Apr 9, 2026
  1. Fix Open in Terminal: now uses the system default terminal app instead of hardcoding Terminal.app. #44
  2. Fix Translation alignment: aligned local translation with a canonical language pair for consistency. #45
Contributors
Thanks to @rocknio for the translation fix.

v0.0.20

Apr 3, 2026
  1. Feat Qoder: added support for Qoder as the 12th supported agent. #41

v0.0.19

Mar 31, 2026
  1. Fix Root-level install: corrected skill installation when folderPath is empty, handling repo-root-level skills properly. #38

v0.0.18

Mar 24, 2026
  1. Feat OpenClaw custom directory: added configurable skills directory for OpenClaw agent. #37

v0.0.17

Mar 23, 2026
  1. Feat Inline translation: added skill documentation translation using the macOS Translation framework (macOS 26+). #34
Contributors
Thanks to @rocknio for implementing the translation feature.

v0.0.16

Mar 18, 2026
  1. Fix Update button: preserved remoteTreeHash across refresh so the Update button correctly detects remote changes. #32
  2. Test remoteTreeHash tests: added unit tests verifying hash preservation across refresh cycles. #33

v0.0.15

Mar 12, 2026
  1. Feat Font settings: added global font size configuration with dynamic settings window sizing. #28
  2. Feat Proxy settings: added HTTPS and SOCKS5 proxy configuration with proxy-aware networking for all git and registry operations. #29
New Contributors
Welcome @rocknio — first contribution with font settings and proxy support.

v0.0.14

Mar 10, 2026
  1. Feat ClawHub marketplace: added ClawHub catalog browsing and installation support for OpenClaw agent. #27

v0.0.13

Mar 5, 2026
  1. Fix Registry badge: fixed Installed badge matching by checking both skillId and source repository. #20
  2. Feat Trae: added Trae (ByteDance AI IDE) as the 11th supported agent. #24
  3. Feat Local import: added ability to import skills from a local directory without requiring a GitHub URL. #26

v0.0.12

Feb 28, 2026
  1. Feat Hidden directory support: added support for hidden directory layouts like .claude/skills/ for viewing and installing skills. #18

v0.0.11

Feb 27, 2026
  1. Feat Kiro: added Kiro agent support. #14
  2. Feat CodeBuddy and OpenClaw: added support for both agents in a single release. #15

v0.0.10

Feb 26, 2026
  1. Feat Codex skills directory: added support for ~/.codex/skills/ directory layout for Codex agent. #13

v0.0.9

Feb 25, 2026
  1. Feat Cursor: added Cursor agent support. #12

v0.0.8

Feb 25, 2026
  1. Feat Antigravity: added Antigravity agent support. #9

v0.0.7

Feb 24, 2026
  1. Doc Chinese README: added README_CN.md with full Chinese documentation. #6
  2. Feat Registry detail view: show full SKILL.md content in the registry detail pane instead of just metadata. #7
New Contributors
Welcome @YIminta — first contribution with the Chinese README.