Commit Graph
1837 Commits
Author SHA1 Message Date
Kang 49b3ba9e0d fix(docker): support standalone Compose v2 2026-09-17 22:28:08 +08:00
Kang ffd4feac2f Merge pull request #689 from Sari-me/fix_imageaddon_clean
fix(terminal): 修复 ImageAddon 初始化失败并恢复 Sixel 图片渲染
2026-09-17 20:34:41 +08:00
Kang 3aef176f10 Merge pull request #716 from nyakang/fix/issue-715
fix(importer): tolerate unreadable WindTerm auto-login
2026-09-17 20:27:34 +08:00
Kang d67c6056fe fix(importer): tolerate unreadable WindTerm auto-login 2026-09-17 20:25:05 +08:00
Kang a8ef4ff2b5 Merge branch 'main' of https://github.com/nyakang/nyaterm 2026-09-17 20:01:16 +08:00
Kang 24016f4771 feat(sftp): enhance error handling and logging for SFTP operations, including home directory and directory inventory retrieval 2026-09-17 20:01:13 +08:00
Kang 11086af1b0 Merge pull request #712 from nyakang/fix/issue-710-portable-mcp
fix(updater): include MCP sidecar in portable builds
2026-09-17 14:47:26 +08:00
Kang c2f1555116 fix(updater): avoid stale MCP backup collisions 2026-09-17 14:36:29 +08:00
Kang caa14ec243 fix(updater): include MCP sidecar in portable builds 2026-09-17 12:57:16 +08:00
Kang 93a0f24b33 Merge branch 'main' of https://github.com/nyakang/nyaterm 2026-09-16 23:40:07 +08:00
Kang 21865224bd feat(terminal): replace MdAddCircleOutline with MdBolt in context menu 2026-09-16 23:40:04 +08:00
Kang afeb5331f4 Merge pull request #701 from llyVictory/fix/clarify-agent-command-confirmation
fix: 优化 NyaAgent 命令确认提示与风险说明
2026-09-16 20:42:29 +08:00
Kang 940862cc01 chore: format agent confirmation metadata 2026-09-16 20:16:13 +08:00
lly ab2b1d09ee fix: clarify NyaAgent command confirmation details 2026-09-16 16:46:43 +08:00
Kang 34f8986d4e Merge pull request #697 from nyakang/feat/saved-connection-tags
feat: saved connection tags
2026-09-16 11:25:06 +08:00
Kang c8dab652bc refactor(importer): normalize connection tags across various importers and add tests for tag handling 2026-09-16 10:46:16 +08:00
Kang 9043a9c33c chore(i18n): update translations for tags and file location features in English, Korean, Chinese (Simplified and Traditional) 2026-09-16 09:24:13 +08:00
Kang e7adff7624 refactor(assets): remove OS and accelerator filters, replace with tag-based filtering in asset view 2026-09-16 09:24:05 +08:00
_Sari 4176552d59 fix(terminal): allow WebAssembly for image decoding 2026-09-15 02:30:36 +00:00
_Sari ec29658a73 fix(terminal): configure size reports for image addon 2026-09-15 02:29:28 +00:00
Kang 688ab42b99 Merge pull request #683 from victorwon2001/fix/issue-681
fix: 修复 IME 下本地终端 Ctrl+U 输入
2026-09-15 09:15:32 +08:00
Kang 28e3547927 fix: preserve IME Ctrl+U selection handling 2026-09-15 09:11:50 +08:00
victorwon2001 f0be010c7b fix: 修复 IME 下本地终端 Ctrl+U 输入 2026-09-14 10:58:20 +09:00
Kang 3642c6b34e Merge pull request #679 from victorwon2001/fix/issue-671
fix(assets): 修复透明模式下固定区域内容透出
2026-09-14 09:28:48 +08:00
Kang a62865a4ab Merge pull request #682 from nyakang/fix/homebrew-publish-status
ci: surface Homebrew tap workflow failures
2026-09-14 09:18:17 +08:00
Kang fbccb2a702 ci: surface Homebrew tap workflow failures 2026-09-14 09:14:58 +08:00
Kang 40efe2fdf5 Merge pull request #675 from llyVictory/feat/tree-directory
feat(file-explorer): 新增可切换的懒加载目录树
2026-09-14 01:28:41 +08:00
Kang 2209843db6 fix(file-explorer): preserve tree focus across virtualization 2026-09-14 01:23:27 +08:00
Kang 1b4da41875 fix(file-explorer): address tree view review feedback 2026-09-14 01:05:20 +08:00
victorwon2001 f1eb417466 fix(assets): 修复透明模式下固定区域内容透出 2026-09-14 00:15:54 +09:00
Kang 03619ea718 Merge pull request #674 from victorwon2001/fix/issue-669
fix: 优化保存连接的键盘编辑流程
2026-09-13 22:44:44 +08:00
Kang 07256660a8 Merge origin/main into fix/issue-669 2026-09-13 21:55:31 +08:00
Kang 685bacae79 Merge pull request #676 from nyakang/feat/reusable-saved-accounts
feat(auth): 将已保存密码升级为可复用账户
2026-09-13 21:21:30 +08:00
Kang a1821cdb61 fix(auth): persist independent account password source
Keep SSH and Telnet account usernames while allowing connection-only password behavior, and preserve Termius host usernames when identity passwords are imported.
2026-09-13 20:29:11 +08:00
Kang 1c30fb8319 feat(auth): support reusable saved accounts
Add optional usernames and account references while preserving legacy password storage and password_id compatibility.

Resolve SSH and Telnet credentials at runtime, keep RDP/VNC password-only behavior, and update account management UI, translations, and tests.
2026-09-13 19:30:40 +08:00
lly e0e8c3acbd feat(file-explorer): 新增可切换的懒加载目录树 2026-09-13 18:34:26 +08:00
victorwon2001 a57700c9c2 fix: 优化保存连接的键盘编辑流程 2026-09-13 19:18:24 +09:00
Kang d453a51df8 Merge pull request #670 from nyakang/fix/claude-default-model-fallback
fix(ai): fallback to Claude default model for blank requests
2026-09-13 18:01:41 +08:00
Kang 9a378297c7 fix(ai): fallback to Claude default model for blank requests 2026-09-13 17:15:59 +08:00
Kang a10f03b543 Merge pull request #668 from victorwon2001/fix/issue-655
fix(ai): 避免 Agent 命令等待交互输入
2026-09-13 17:05:48 +08:00
Kang 409c22f9a6 Merge pull request #667 from victorwon2001/fix/issue-644
fix(serial): 在关闭事件前释放串口句柄
2026-09-13 16:39:15 +08:00
Kang 23148a6a14 Merge remote-tracking branch 'origin/main' into fix/issue-644-pr667
# Conflicts:
#	src-tauri/src/core/terminal_session/serial/session.rs
2026-09-13 15:29:51 +08:00
Kang 0d8737008c Merge pull request #666 from victorwon2001/fix/issue-646
feat(serial): 支持 XMODEM/YMODEM/ZMODEM 拖拽上传
2026-09-13 15:05:08 +08:00
Kang acb2adc1ec docs: update changelog for v1.2.10 2026-09-13 13:56:34 +08:00
Kang 27e6be6e32 chore: bump version to v1.2.10 v1.2.10 2026-09-13 13:43:19 +08:00
Kang 044bfe909b chore(i18n): add export notes translations for multiple languages 2026-09-13 13:24:35 +08:00
Kang fa1e35f7e0 feat: add notes export functionality with UI integration and tests (#662)
- Implemented export feature in NotesPanel, allowing users to export notes to a selected directory.
- Added corresponding tests for the export functionality, ensuring correct behavior and error handling.
- Updated NotesPanelHeader to include an export option in the dropdown menu.
- Introduced new types and commands in the backend to support note export operations.
2026-09-13 13:23:53 +08:00
victorwon2001 35bf4cb2d3 fix(ai): 避免 Agent 命令等待交互输入 2026-09-13 06:55:58 +09:00
victorwon2001 f17ef66107 fix(serial): 在关闭事件前释放串口句柄 2026-09-13 06:07:27 +09:00
victorwon2001 b32f128b86 feat(serial): 支持 XMODEM/YMODEM/ZMODEM 拖拽上传 2026-09-13 04:33:29 +09:00