File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ All notable changes to Xe Launcher will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.1] - 2025-01-07
9+
10+ ### Fixed
11+ - Resolved all clippy warnings and formatting issues across the codebase
12+ - Fixed parameter processing in MCP integration
13+ - Improved error handling consistency across all plugins
14+ - Enhanced build system reliability and performance
15+
16+ ### Improved
17+ - Code quality improvements with better error types and handling
18+ - Optimized build scripts for faster compilation
19+ - Enhanced plugin architecture for better maintainability
20+ - Improved type safety across Rust codebase
21+
22+ ### Changed
23+ - Standardized error handling patterns across all plugins
24+ - Refactored build system for better plugin detection
25+ - Updated documentation for clarity and completeness
26+
827## [ 0.2.0] - 2025-01-07
928
1029### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " @agent54/desktop" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Xe Launcher - Part of the Xenon project by Agent54" ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 33 "description" : " Capability for the main window" ,
44 "identifier" : " default" ,
55 "permissions" : [
6- " bun:default" ,
7- " chrome-manager:default" ,
8- " cloudflare:default" ,
96 " core:default" ,
10- " curl:default" ,
11- " darc:default" ,
12- " deno:default" ,
13- " developer-tools:default" ,
147 " dialog:default" ,
15- " docker:default" ,
16- " iwa-tools:default" ,
17- " mouse-trap:default" ,
18- " ollama:default" ,
198 " opener:default" ,
20- " podman:default" ,
219 " settings:default" ,
2210 " shell:default" ,
23- " system-info:default" ,
24- " usb-info:default" ,
25- " workerd:default"
11+ " system-info:default"
2612 ],
2713 "windows" : [
2814 " main"
Original file line number Diff line number Diff line change 2222 },
2323 "bundle" : {
2424 "active" : true ,
25- "externalBin" : [
26- " binaries/bun" ,
27- " binaries/deno" ,
28- " binaries/wrangler"
29- ],
25+ "externalBin" : [],
3026 "icon" : [
3127 " icons/32x32.png" ,
3228 " icons/128x128.png" ,
4137 },
4238 "identifier" : " dev.xe.launcher.app" ,
4339 "productName" : " Xe Launcher" ,
44- "version" : " 0.2.0 "
40+ "version" : " 0.2.1 "
4541}
Original file line number Diff line number Diff line change 11{
22 "name" : " xe-launcher-monorepo" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Xe Launcher monorepo - Part of the Xenon project by Agent54" ,
55 "private" : true ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments