Skip to content

Releases: konnga/skill-buddy

SkillBuddy 0.1.5

Choose a tag to compare

@github-actions github-actions released this 24 Aug 13:33

0.1.5 - 2026-08-24

Added

  • Added keyboard recording for the global wake shortcut.
  • Added confirmation dialogs before deleting project scopes.

Fixed

  • Softened the sidebar divider color.
  • Removed raw market timeout errors from the interface.
  • Improved Windows Skills detail loading with Markdown fallback rendering.

新增

  • 全局唤起快捷键支持直接按键录入。
  • 删除项目范围前增加确认弹窗。

修复

  • 调淡侧边栏与内容区之间的分隔线。
  • 不再在界面显示市场请求超时等底层错误。
  • 增强 Windows Skills 详情页加载,并在 Markdown 预览失败时回退显示原文。

SkillBuddy 0.1.4

Choose a tag to compare

@github-actions github-actions released this 23 Aug 06:10

0.1.4 - 2026-08-23

Added

  • Added a sidebar upgrade icon with release details, package size, publication date, download URL, and verified in-app installation.
  • Added static update manifest publication metadata for release notifications.

Fixed

  • Improved update notifications so the main settings entry surfaces available releases without requiring the About page.

新增

  • 在主界面设置入口旁增加升级图标,展示版本详情、安装包大小、发布日期、下载地址,并支持应用内校验安装。
  • 更新静态版本清单,记录发版时间等版本提示信息。

修复

  • 优化新版本提示,无需进入关于页面即可从主界面设置入口查看更新。

SkillBuddy 0.1.3

Choose a tag to compare

@github-actions github-actions released this 22 Aug 15:53

0.1.3 - 2026-08-22

Added

  • Added Windows arm64 and Linux arm64 preview builds alongside the existing macOS arm64 and x64 desktop packages.
  • Added ZIP, DEB, and RPM release assets where supported by each platform.
  • Standardized release asset names to include the product, version, operating system, and architecture.

Fixed

  • Improved update downloads so the updater selects an installer matching the current operating system and architecture.

新增

  • 在现有 macOS arm64 和 x64 桌面安装包基础上,新增 Windows arm64 和 Linux arm64 预览构建。
  • 按平台增加 ZIP、DEB 和 RPM 发布资产。
  • 统一发布文件命名,包含产品名、版本、操作系统和处理器架构。

修复

  • 优化版本更新下载逻辑,确保更新程序选择与当前操作系统和处理器架构匹配的安装包。

SkillBuddy 0.1.2

Choose a tag to compare

@github-actions github-actions released this 22 Aug 11:23

0.1.2 - 2026-08-22

Fixed

  • Fixed update checks failing with GitHub API 403 rate-limit responses by using the configured token and a public Releases page fallback.

修复

  • 修复 GitHub API 返回 403 限流时更新检查失败的问题,支持使用已配置 Token 并回退到公开 Releases 页面。

SkillBuddy 0.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Aug 11:00

Changelog

All notable changes to SkillBuddy are documented in this file.

0.1.1 - 2026-08-22

Added

  • Added a sidebar update button that checks for new releases and downloads the matching desktop installer with live progress.
  • Added unified loading spinners for asynchronous actions and removed loading ellipses from user-facing copy.

Fixed

  • Restored refresh icons while buttons are idle and fixed missing platform icons.
  • Improved project scope wording and documented the macOS Gatekeeper first-launch guidance.

0.1.0 - 2026-08-21

The first public desktop release of SkillBuddy for macOS, Windows, and Linux.

Added

  • Aggregated Skills from Claude Code, Codex, Cursor, OpenCode, GitHub Copilot, Gemini CLI, CodeBuddy, Trae, WorkBuddy, Doubao, Kimi Code, and Z Code.
  • Scanning, search, detail views, editing, enable/disable, uninstall, and batch installation for user-level and project-level Skills.
  • Cross-platform drift detection, diff inspection, and synchronization from a selected baseline.
  • Skill imports from local directories, Git repositories, and public marketplaces.
  • Skills marketplace search, detail views, source links, and installation.
  • MCP Server scanning, detail views, enable/disable, removal, cross-platform synchronization, and configuration validation.
  • MCP change-plan previews that show target platforms, configuration files, and planned writes before applying changes.
  • Presets and Skill bundles with create, edit, import, export, and batch-management workflows.
  • Git backup for user-level Skills and Presets, excluding MCP configuration, tokens, absolute machine paths, and project-level Skills.
  • Git team libraries with resource browsing, role bundles, project compliance checks, and installation-plan previews.
  • Simplified Chinese and English interfaces, a system tray, an in-app browser, and diagnostic information copying.
  • Path-access validation, symlink-escape protection, sensitive-value validation, and read-only resource protection.
  • Cross-platform desktop packaging with a macOS Apple Silicon DMG, Windows x64 NSIS installer, and Linux x64 AppImage.

Release scope

  • The macOS installer targets macOS 11 or later on Apple Silicon (arm64).
  • The Windows installer targets Windows 10 or later on x64.
  • The Linux installer targets x64 distributions with AppImage support.
  • Intel Macs are not supported, and no Intel macOS installer is provided.
  • The self-hosted Registry service and CLI remain separate optional components and are not included in the desktop installer.

Documentation

  • Added complete application screenshots to the README feature overview.
  • Added MIT licensing information and bilingual project documentation.

Feedback


0.1.1 - 2026-08-22

新增

  • 新增侧栏版本更新按钮,可检查新版本并下载匹配当前平台的安装包,实时显示下载进度。
  • 为异步操作统一增加旋转加载图标,并移除界面文案中的加载省略号。

修复

  • 恢复刷新按钮的闲置状态图标,修复部分平台图标不显示的问题。
  • 优化项目范围文案,并补充 macOS 首次打开时的 Gatekeeper 提示。

0.1.0 - 2026-08-21

SkillBuddy 首个面向 macOS、Windows 和 Linux 的桌面端公开版本。

新增

  • 聚合 Claude Code、Codex、Cursor、OpenCode、GitHub Copilot、Gemini CLI、CodeBuddy、Trae、WorkBuddy、豆包、Kimi Code 和 Z Code 的 Skills。
  • 支持用户级与项目级 Skills 的扫描、搜索、详情查看、编辑、启用、禁用、卸载和批量安装。
  • 支持跨平台漂移检测、差异查看和按选定基准同步。
  • 支持从本地目录、Git 仓库和公开市场导入 Skills。
  • 支持 Skills 市场搜索、详情查看、来源跳转和安装。
  • 支持 MCP Server 的扫描、详情查看、启用/禁用、删除、跨平台同步和配置校验。
  • 支持 MCP 变更计划预览,应用前展示目标平台、配置文件和具体写入内容。
  • 支持 Preset 与技能包的创建、编辑、导入、导出和批量管理。
  • 支持 Git 多设备备份,备份内容不包含 MCP 配置、Token、本机绝对路径和项目级 Skill。
  • 支持 Git 团队库,提供资源浏览、岗位包、项目合规检查和安装计划预览。
  • 支持简体中文和英文界面、系统托盘、应用内浏览器和诊断信息复制。
  • 内置路径访问校验、符号链接逃逸防护、敏感值校验和只读资源保护。
  • 支持跨平台桌面打包:macOS Apple Silicon DMG、Windows x64 NSIS 安装包和 Linux x64 AppImage。

发布范围

  • macOS 安装包面向 macOS 11 及以上、Apple Silicon(arm64)。
  • Windows 安装包面向 Windows 10 及以上、x64 架构。
  • Linux 安装包面向支持 AppImage 的 x64 发行版。
  • Intel Mac 不受支持,也不提供 Intel macOS 安装包。
  • Registry 自托管服务和 CLI 作为独立可选组件保留,不包含在桌面端安装包中。

文档

  • 在 README 功能介绍中加入完整应用窗口截图。
  • 增加 MIT 开源协议和中英文项目文档。

反馈

SkillBuddy 0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 16:03

Changelog

All notable changes to SkillBuddy are documented in this file.

0.1.0 - 2026-08-21

The first public desktop release of SkillBuddy for macOS, Windows, and Linux.

Added

  • Aggregated Skills from Claude Code, Codex, Cursor, OpenCode, GitHub Copilot, Gemini CLI, CodeBuddy, Trae, WorkBuddy, Doubao, Kimi Code, and Z Code.
  • Scanning, search, detail views, editing, enable/disable, uninstall, and batch installation for user-level and project-level Skills.
  • Cross-platform drift detection, diff inspection, and synchronization from a selected baseline.
  • Skill imports from local directories, Git repositories, and public marketplaces.
  • Skills marketplace search, detail views, source links, and installation.
  • MCP Server scanning, detail views, enable/disable, removal, cross-platform synchronization, and configuration validation.
  • MCP change-plan previews that show target platforms, configuration files, and planned writes before applying changes.
  • Presets and Skill bundles with create, edit, import, export, and batch-management workflows.
  • Git backup for user-level Skills and Presets, excluding MCP configuration, tokens, absolute machine paths, and project-level Skills.
  • Git team libraries with resource browsing, role bundles, project compliance checks, and installation-plan previews.
  • Simplified Chinese and English interfaces, a system tray, an in-app browser, and diagnostic information copying.
  • Path-access validation, symlink-escape protection, sensitive-value validation, and read-only resource protection.
  • Cross-platform desktop packaging with a macOS Apple Silicon DMG, Windows x64 NSIS installer, and Linux x64 AppImage.

Release scope

  • The macOS installer targets macOS 11 or later on Apple Silicon (arm64).
  • The Windows installer targets Windows 10 or later on x64.
  • The Linux installer targets x64 distributions with AppImage support.
  • Intel Macs are not supported, and no Intel macOS installer is provided.
  • The self-hosted Registry service and CLI remain separate optional components and are not included in the desktop installer.

Documentation

  • Added complete application screenshots to the README feature overview.
  • Added MIT licensing information and bilingual project documentation.

Feedback


0.1.0 - 2026-08-21

SkillBuddy 首个面向 macOS、Windows 和 Linux 的桌面端公开版本。

新增

  • 聚合 Claude Code、Codex、Cursor、OpenCode、GitHub Copilot、Gemini CLI、CodeBuddy、Trae、WorkBuddy、豆包、Kimi Code 和 Z Code 的 Skills。
  • 支持用户级与项目级 Skills 的扫描、搜索、详情查看、编辑、启用、禁用、卸载和批量安装。
  • 支持跨平台漂移检测、差异查看和按选定基准同步。
  • 支持从本地目录、Git 仓库和公开市场导入 Skills。
  • 支持 Skills 市场搜索、详情查看、来源跳转和安装。
  • 支持 MCP Server 的扫描、详情查看、启用/禁用、删除、跨平台同步和配置校验。
  • 支持 MCP 变更计划预览,应用前展示目标平台、配置文件和具体写入内容。
  • 支持 Preset 与技能包的创建、编辑、导入、导出和批量管理。
  • 支持 Git 多设备备份,备份内容不包含 MCP 配置、Token、本机绝对路径和项目级 Skill。
  • 支持 Git 团队库,提供资源浏览、岗位包、项目合规检查和安装计划预览。
  • 支持简体中文和英文界面、系统托盘、应用内浏览器和诊断信息复制。
  • 内置路径访问校验、符号链接逃逸防护、敏感值校验和只读资源保护。
  • 支持跨平台桌面打包:macOS Apple Silicon DMG、Windows x64 NSIS 安装包和 Linux x64 AppImage。

发布范围

  • macOS 安装包面向 macOS 11 及以上、Apple Silicon(arm64)。
  • Windows 安装包面向 Windows 10 及以上、x64 架构。
  • Linux 安装包面向支持 AppImage 的 x64 发行版。
  • Intel Mac 不受支持,也不提供 Intel macOS 安装包。
  • Registry 自托管服务和 CLI 作为独立可选组件保留,不包含在桌面端安装包中。

文档

  • 在 README 功能介绍中加入完整应用窗口截图。
  • 增加 MIT 开源协议和中英文项目文档。

反馈