Commit Graph
106 Commits
Author SHA1 Message Date
Kang bb7d1546bc chore: bump version to v1.2.8 2026-09-03 10:31:58 +08:00
Kang 419bfafbdf chore: bump version to v1.2.7 2026-09-02 20:17:01 +08:00
Kang df6f54490a chore: bump version to v1.2.6 2026-08-31 23:40:24 +08:00
Kang 3cfd6c4c38 chore(dependencies): update Tauri-related packages and various Rust dependencies
- Updated Tauri packages in package.json and pnpm-lock.yaml to their latest versions:
  - @tauri-apps/api to ^2.11.1
  - @tauri-apps/plugin-dialog to ^2.7.2
  - @tauri-apps/plugin-opener to ^2.5.4
  - @tauri-apps/cli to ^2.11.4
- Updated several Rust dependencies in Cargo.lock, including aes (0.9.3), aes-gcm (0.11.1), and others to improve security and performance.
2026-08-31 15:27:25 +08:00
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 ceef659c30 chore: bump version to v1.2.5 2026-08-24 16:11:06 +08:00
Kang a369feb797 chore(deps): add xterm image addon to package and configuration
- Added the `@xterm/addon-image` dependency to `package.json` to enhance terminal capabilities with image support.
- Updated `pnpm-lock.yaml` to include the new addon version and its dependencies.
- Modified `vite.config.ts` to integrate the image addon into the terminal setup.
2026-08-23 15:20:45 +08:00
Kang 9937cabe77 chore: bump version to v1.2.4 2026-08-17 18:03:46 +08:00
Kang d3f293d328 chore: bump version to v1.2.3 2026-08-13 19:58:21 +08:00
Kang f0cdd1d512 chore: bump version to v1.2.2 2026-08-12 18:21:59 +08:00
Kang f429a67b2b chore: bump version to v1.2.1 2026-08-11 16:08:53 +08:00
Kang 4afee9ba10 chore: update author and organization name from CoderKang to NyaKang
- Changed the author name in package.json and updated the organization name in docusaurus.config.ts and footer.json to reflect the new branding.
2026-08-05 00:20:11 +08:00
Kang 0edf7ff45e chore: bump version to v1.2.0 2026-08-04 21:22:10 +08:00
Kang f550ca4599 chore: bump version to v1.1.19 2026-08-04 16:23:07 +08:00
Kang b339760082 feat(note-editor): implement note editor functionality with autosave and toolbar (#366)
- Added a new NoteEditor component for creating and editing notes with autosave capabilities.
- Integrated a toolbar with various editing options including formatting and inserting elements.
- Implemented a NotesPanel for managing notes and folders, including search and context menu features.
- Enhanced user experience with real-time updates and error handling during note operations.
- Introduced new styles for the note editor and toolbar to align with the application’s design.
2026-08-04 01:29:15 +08:00
Kang 6b0611ce3b feat(asset-monitoring): integrate asset monitoring features into the application (#359)
- Added asset monitoring capabilities, including caching and patching of asset data during live sessions.
- Implemented UI components for displaying asset information and managing connections.
- Enhanced the application state management to handle asset monitoring updates effectively.
- Introduced new utility functions for formatting and displaying asset-related metrics.
- Added tests to validate the new asset monitoring functionalities and ensure reliability.
2026-08-03 22:26:00 +08:00
Kang a3131ba92d chore: bump version to v1.1.18 2026-07-29 18:19:14 +08:00
Kang 909a4bef2e feat(external-open): implement external connection handling and UI dialogs (#171)
- Added support for handling external connection requests via deep links, including SSH and Telnet protocols.
- Introduced `ExternalConnectionMatchDialog` for user interaction when multiple connections match an external request.
- Enhanced the `App` component to manage external connection states and integrate with the new dialog.
- Updated `SavedConnections` and `AppPanelContent` components to support connection handling and UI updates.
- Implemented hooks for processing external open requests, improving user experience during external link interactions.
2026-07-29 17:58:15 +08:00
Kang ff9e5b42c9 chore: bump version to v1.1.17 2026-07-22 12:46:36 +08:00
Kang 52bb44c416 chore: bump version to v1.1.16 2026-07-21 18:28:19 +08:00
Kang bad3d8ca08 chore(dependencies): add @xterm/addon-serialize to package.json and pnpm-lock.yaml
- Included the new dependency `@xterm/addon-serialize` at version 0.15.0-beta.288 to enhance terminal functionalities.
- Updated both `package.json` and `pnpm-lock.yaml` to reflect the addition and ensure compatibility with existing components.
2026-07-21 10:51:19 +08:00
Kang e1a01bfb97 chore(dependencies): update package dependencies for enhanced functionality
- Added new dependencies: `@tanstack/react-virtual`, `@types/papaparse`, `papaparse`, `pdfjs-dist`, and `react-zoom-pan-pinch` to improve file handling and user interface capabilities.
- Updated `package.json` and `pnpm-lock.yaml` to reflect the new versions and ensure compatibility with existing components.
2026-07-21 01:39:57 +08:00
Kang f0b97c255d chore(deps): update react-icons to version 5.7.0 and other dependencies
- Upgraded react-icons from version 5.5.0 to 5.7.0 in package.json and pnpm-lock.yaml.
- Updated various Babel dependencies to version 7.29.7 for improved performance and compatibility.
- Adjusted browserslist version from 4.28.2 to 4.28.5 to ensure up-to-date browser support.
2026-07-20 10:28:44 +08:00
Kang 5df8572c9f chore: bump version to v1.1.15 2026-07-14 10:17:09 +08:00
Kang 0b82c58733 chore: bump version to v1.1.14 2026-07-14 00:56:16 +08:00
Kang 1412f314ab feat(build): add unlock rescue script and build command
- Introduced a new PowerShell script `build-unlock-rescue.ps1` to facilitate the unlocking process for NyaTerm.
- Added a corresponding build command `build:unlock-rescue` in package.json to streamline the execution of the unlock rescue script.
- Implemented functionality in the script to create a backup of the database and disable screen lock settings.
2026-07-13 10:58:22 +08:00
Kang 0eed179446 feat(build): add unlock rescue script and post-install patch for xterm webgl model
- Introduced a new build script `build:unlock-rescue` to facilitate unlocking rescue processes.
- Added a `postinstall` script to apply a patch to the xterm webgl model, ensuring compatibility with specific versions.
- Enhanced package.json to streamline build and installation processes.
2026-07-13 10:57:15 +08:00
Kang a143257609 chore(dependencies): update xterm addons and core package versions
- Updated xterm addon versions to 0.12.0-beta.288, 0.17.0-beta.288, 0.5.0-beta.288, 0.13.0-beta.288, and 0.20.0-beta.287.
- Updated core xterm package version to 6.1.0-beta.288.
- Added pnpm workspace configuration to allow builds for esbuild and msw.
2026-07-08 18:05:12 +08:00
Kang 78beb86aa3 chore: bump version to v1.1.13 2026-07-06 15:46:27 +08:00
Kang 5dd224ff84 chore(deps): add Unicode grapheme addon to enhance text rendering
- Included the '@xterm/addon-unicode-graphemes' package in package.json and updated pnpm-lock.yaml to support improved handling of complex Unicode characters in the terminal.
2026-07-01 20:50:53 +08:00
Kang 6e7325f321 chore: bump version to v1.1.12 2026-06-30 14:03:26 +08:00
Kang d5f272748b chore: bump version to v1.1.11 2026-06-30 00:19:20 +08:00
Kang e4ec1a1e3e chore: bump version to v1.1.10 2026-06-25 01:15:26 +08:00
Kang f339445c62 chore: bump version to v1.1.9 2026-06-21 23:47:54 +08:00
Kang 42374811a5 chore: bump version to v1.1.8 2026-06-21 19:30:40 +08:00
Kang b689c11ceb ci: inject GitHub Gist client ID during release build 2026-06-21 19:30:02 +08:00
Kang dde5cba187 chore: bump version to v1.1.8 2026-06-21 19:11:29 +08:00
Kang 8bd23c4216 chore: enhance file editor and localization support for remote file handling
- Added new localization strings for the file editor in English and Chinese, improving user guidance for remote file operations.
- Updated `package.json` and `pnpm-lock.yaml` to include new dependencies for CodeMirror, enhancing the editor's capabilities.
- Refactored `default.json` to include new window configurations for the file editor, streamlining the application structure.
2026-06-18 13:50:53 +08:00
Kang f1ce9f5774 chore: bump version to v1.1.7 2026-06-15 23:13:29 +08:00
Kang a9d21ade3e chore: add formatting scripts for frontend and Rust code
- Introduced new scripts for formatting frontend code with Prettier and Rust code with Cargo.
- Added check scripts to validate formatting for both frontend and Rust codebases.
- Enhanced the package.json for improved development workflow.
2026-06-15 18:00:32 +08:00
Kang e46ef87fed chore: bump version to v1.1.6 2026-06-12 15:54:07 +08:00
Kang 3e8f75f7d7 chore: bump version to v1.1.5 2026-06-09 00:34:48 +08:00
Kang f2f0549a42 chore: bump version to v1.1.5-beta.2 2026-06-08 01:26:11 +08:00
Kang 37545ddf09 fix: update xterm dependencies to beta versions (#63) 2026-06-07 22:25:15 +08:00
Kang 10d7261962 chore: bump version to v1.1.5-beta.1 2026-06-05 17:59:25 +08:00
Kang 4527103acf chore: bump version to v1.1.4 2026-06-03 18:33:43 +08:00
Kang 1f30070382 chore: bump version to v1.1.3 2026-06-02 00:28:29 +08:00
Kang f83909eba6 chore: bump version to v1.1.2 2026-05-30 22:18:26 +08:00
Kang 84a6aa66cf chore: bump version to v1.1.1 2026-05-29 12:36:50 +08:00
Kang 26d50aebf5 chore: bump version to v1.1.0 2026-05-29 00:00:27 +08:00