Releases: aminmesbahi/Skell
Releases · aminmesbahi/Skell
Release list
v0.10.0
Changelog
- 24b1df6 chore(deps): bump golang.org/x/crypto
- 9b638ec chore(deps): bump golang.org/x/net
- 6b8b8f0 chore(deps-dev): bump undici
- 84ad139 chore(gui): add Wails v3 build task configs
- 9c5b7cf chore(gui): add remaining UI components and bindings
- 214ced9 chore(gui): add test files for new pages and components
- 5b57a5b feat(gui): comprehensive UX/UI improvements and code cleanup
- 560e8cb fix(build): recreate linux Taskfile after deleting generated build dirs
- eb5bb99 fix(build): remove ios/android includes, Wails v3 doesn't need them
- f8c5269 fix(ci): remove Wails v2 -nsis flag from v3 build command
- 70cf4ce fix(ci): remove Wails v2 -o flag, output name from wails.json
- 9dac51c fix(security): update x/crypto, x/net, x/image to fix 15 dependabot alerts
- 90bf95a fix: correct Wails bindings import path wailsjs -> bindings, update wailsjsdir
- e44ec7d fix: update bindings wrappers for Wails v3 CancellablePromise types
- 51ec8b8 upgraded to wails 3, dependencies updates
- aa48fbd wails 3
v0.9.0
Changelog
- 3e42959 bug fixes and performance improvement
- 8e5d865 chore(deps): bump actions/checkout from 6 to 7
- 4943910 chore(deps): bump codecov/codecov-action from 6 to 7
- 58b1349 chore(deps-dev): bump esbuild
- b83b3da chore(deps-dev): bump undici
- 3a079e6 chore(deps-dev): bump vite
- 5bb1e5d fixed Windows issue
- 08e3e5f stability and performance improvement
- ffd037a wip
- f0f8573 wip
v0.8.0
Changelog
- 2784d37 - Embed github.com/agent-ecosystem/skill-validator via internal/validator (structure default; content/contamination offline opt-in; links network opt-in). - New
skell validatecommand (--full/--links/--strict/--json, CI exit codes). - doctor now runs full spec validation per skill; install/upgrade gain a staging-dir validation gate behind [policy] require-validation (--validate/ --no-validate), so a broken skill never overwrites a good install. - Surface analysis metrics (content quality, contamination, token budgets) through validate --json and the GUI. - GUI: per-skill "Validate & Analyze" tab and per-project bulk validation; remove the weak standalone Validate page. - a8c0328 code improvements and update dependencies
- a1d47fe feat(gui): collapsible sources + preview modal on Discover Skills
- 6785a44 fix MacOS
- 5ce592b fix UI
- 2e5470c refactor(gui): hoist source icon+path into the collapsible header
- 592718f wip
v0.7.0
What's Changed
- Polish GUI runtime behavior and navigation by @aminmesbahi in #12
Full Changelog: v0.6.6...v0.7.0
v0.6.6
Changelog
- f2a4c27 fix(gui,engine): install local single-skill folders and clarify add-source label
v0.6.5
v0.6.4
Changelog
- 7c14ef5 fix(gui): suppress flashing cmd window on Windows page loads
v0.6.3
Changelog
- 9583b66 fix(gui): resolve Windows page-transition flicker and add macOS GUI support
v0.6.2
Changelog
- b112691 feat: add bundled GUI launcher and release packaging
v0.6.1
Changelog
- bf3a14a improvement and fix failed tests