Skip to content

Commit c296070

Browse files
authored
chore(main): release 0.2.11 (#16)
1 parent 5b586ae commit c296070

3 files changed

Lines changed: 32 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.10"
2+
".": "0.2.11"
33
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [0.2.11](https://github.com/beautyfree/skiller-desktop-skills-manager/compare/v0.2.10...v0.2.11) (2026-04-21)
4+
5+
6+
### Features
7+
8+
* **agents:** add 28 agents from vercel-labs/skills + project_skills_dir ([ada55ec](https://github.com/beautyfree/skiller-desktop-skills-manager/commit/ada55ec5634ae6a8d97981835e1673fe0dd0108d))
9+
* **onboarding:** add informational wizard with Skiller branding ([5aa98b4](https://github.com/beautyfree/skiller-desktop-skills-manager/commit/5aa98b4291d5b9f9c056945e22240c6a88df4d53))
10+
* **projects:** add project-scope installs with folder tree sidebar ([40995c4](https://github.com/beautyfree/skiller-desktop-skills-manager/commit/40995c4ff2688574be5ffc8b05c4271d657ebbd6))
11+
* **skills:** per-agent lifecycle with bulk ops and smart Remove ([335ab3f](https://github.com/beautyfree/skiller-desktop-skills-manager/commit/335ab3f1e31d9a015e92f49de9cdaa56fbcbb586))
12+
* **updater:** show progress bar while download is running ([e2ac03b](https://github.com/beautyfree/skiller-desktop-skills-manager/commit/e2ac03b5c48194e74839e25589ed5808b31f118b))
13+
14+
15+
### Bug Fixes
16+
17+
* **updater:** adopt returned snapshot so "Restart & install" shows at once ([7b43a21](https://github.com/beautyfree/skiller-desktop-skills-manager/commit/7b43a21ecc470a6927531c473bfe5553c59e5f22))
18+
* **updater:** show update errors as a persistent destructive panel ([f799df7](https://github.com/beautyfree/skiller-desktop-skills-manager/commit/f799df7ccfd36dc4ebcf33882694b365720451a7))
19+
* **updater:** surface download failures and dev-mode no-op in UI ([ca36927](https://github.com/beautyfree/skiller-desktop-skills-manager/commit/ca36927457738092fc88e98d8dc9777bfd75c1bb))
20+
21+
22+
### Documentation
23+
24+
* mention macOS Intel build in README + landing ([fa9acba](https://github.com/beautyfree/skiller-desktop-skills-manager/commit/fa9acbabd4e08dcef6ba293d6119f49f9dd2d999))
25+
* refresh README with new features and full agent list ([f5a9f33](https://github.com/beautyfree/skiller-desktop-skills-manager/commit/f5a9f336ee49de78e47934f7a6dc7db3ce10dfff))
26+
* update landing <title> to match h1 tagline ([f079a8d](https://github.com/beautyfree/skiller-desktop-skills-manager/commit/f079a8d626000e171f51be5e9594d7f7d08c5d35))
27+
28+
29+
### Refactors
30+
31+
* drop unreleased cross-device sync feature ([033ec9f](https://github.com/beautyfree/skiller-desktop-skills-manager/commit/033ec9f576d7e8deabb5722a6c47ca36ccf824ab))
32+
333
## [0.2.10](https://github.com/beautyfree/skiller-desktop-skills-manager/compare/v0.2.9...v0.2.10) (2026-04-21)
434

535

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skiller",
3-
"version": "0.2.10",
3+
"version": "0.2.11",
44
"description": "A desktop app for managing AI agent skills across Claude Code, Cursor, Copilot, Gemini CLI, and more",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)