Commit Graph
5 Commits
Author SHA1 Message Date
Kang aa1acbbff6 chore(build): update build process and add MCP sidecar script
- Modified the build command to include a new script for building the MCP sidecar.
- Introduced a new script `build-mcp-sidecar.mjs` to handle the compilation of the MCP sidecar using Cargo.
- Updated the `sync-version.mjs` script to synchronize versioning for the MCP sidecar package.
- Adjusted the Tauri configuration to ensure the MCP sidecar is built before development starts.
2026-08-27 23:36:13 +08:00
Kang f7875d7871 refactor: Update references from Dragonfly to NyaTerm across documentation and codebase
This commit replaces all instances of "Dragonfly" with "NyaTerm" in various files, including documentation, configuration, and UI elements. The changes ensure consistency in branding and improve clarity for users transitioning from the previous version. Additionally, updates to the changelog and README reflect the new application name and its features.
2026-05-05 20:05:53 +08:00
Kang 74ef53b9a8 chore: update version synchronization in sync-version script 2026-04-11 16:23:17 +08:00
Kang 4ee644d3ad chore: sync version in Cargo.lock and update commit files list 2026-03-06 18:57:10 +08:00
Kang 7894e410c4 chore: bump version to 0.1.5 and add version synchronization script
- Updated version in package.json, Cargo.toml, Cargo.lock, and tauri.conf.json to 0.1.5.
- Introduced a new script (sync-version.mjs) to synchronize version across configuration files.
- Modified build and release scripts to include version synchronization.
2026-03-06 10:13:42 +08:00