Skip to content

Releases: qntx/skill

v0.6.1

14 Mar 08:12

Choose a tag to compare

[0.6.1] - 2026-03-14

🚜 Refactor

  • (add) Replace println with cliclack UI components and improve formatting consistency
  • (ui) Add plugin grouping to install results and improve intro styling

⚙️ Miscellaneous Tasks

  • Bump version to 0.6.1 and fix Windows key event handling to prevent auto-confirmation

v0.6.0

14 Mar 04:10

Choose a tag to compare

[0.6.0] - 2026-03-14

🚀 Features

  • (upgrade) Add archive extraction support for .tar.gz and .zip releases

🚜 Refactor

  • (ui) Add cursor visibility restoration to RawModeGuard
  • (upgrade,ui) Improve file extension matching and make RawModeGuard constructors const

📚 Documentation

  • Add "Why Rust?" section highlighting performance advantages and exclusive features

⚙️ Miscellaneous Tasks

  • Bump version to 0.5.3 and fix terminal state handling in interactive prompts
  • Bump version to 0.6.0

v0.5.2

14 Mar 03:41

Choose a tag to compare

[0.5.2] - 2026-03-14

🚜 Refactor

  • Enhance path safety, atomic lock writes, and rename self-update to upgrade

⚙️ Miscellaneous Tasks

  • Bump version to 0.5.2 and add panic documentation to write_skill_lock

v0.5.1

14 Mar 03:36

Choose a tag to compare

[0.5.2] - 2026-03-14

🚜 Refactor

  • Enhance path safety, atomic lock writes, and rename self-update to upgrade

⚙️ Miscellaneous Tasks

  • Bump version to 0.5.2 and add panic documentation to write_skill_lock

v0.5.0

14 Mar 03:06

Choose a tag to compare

[0.5.0] - 2026-03-14

🚀 Features

  • (telemetry) Add security audit API integration and enhance git clone error handling

🚜 Refactor

  • Extract path utilities and simplify install/remove result types

⚙️ Miscellaneous Tasks

  • Bump version to 0.4.5 and refactor add command output with cliclack components
  • Refactor experimental_sync command with cliclack UI and enhanced output

v0.4.4

13 Mar 11:44

Choose a tag to compare

[0.4.4] - 2026-03-13

⚙️ Miscellaneous Tasks

  • Bump version to 0.4.4 and refactor add command with interactive scope/mode prompts

v0.4.3

13 Mar 10:49

Choose a tag to compare

[0.4.3] - 2026-03-13

⚙️ Miscellaneous Tasks

  • Bump version to 0.4.3 and refactor add/remove/sync commands to match TypeScript UX

v0.4.2

13 Mar 10:29

Choose a tag to compare

[0.4.2] - 2026-03-13

🚀 Features

  • (cli) Refactor add command to support multiple sources and match TypeScript UX

⚙️ Miscellaneous Tasks

  • Bump version to 0.4.2 and refactor timestamp/error handling

v0.4.1

13 Mar 07:49

Choose a tag to compare

[0.4.1] - 2026-03-13

⚙️ Miscellaneous Tasks

  • Bump version to 0.4.1 and refactor CLI output to plain console style

v0.4.0

13 Mar 05:09

Choose a tag to compare

[0.4.0] - 2026-03-13

🚜 Refactor

  • (cli) Replace dialoguer/indicatif with cliclack for modern interactive UI

⚙️ Miscellaneous Tasks

  • Bump version to 0.4.0 and refactor CLI output with cliclack