Skip to content

Commit 80f6143

Browse files
committed
chore: bump version to v0.2.1
1 parent 5a7ef1d commit 80f6143

5 files changed

Lines changed: 24 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to Xe Launcher will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

apps/desktop/src-tauri/capabilities/default.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,12 @@
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"

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
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",
@@ -41,5 +37,5 @@
4137
},
4238
"identifier": "dev.xe.launcher.app",
4339
"productName": "Xe Launcher",
44-
"version": "0.2.0"
40+
"version": "0.2.1"
4541
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)