Commit Graph

2839 Commits

Author SHA1 Message Date
misyaguziya
ba0f834fbd Merge branch 'bugfix_trans_model_name' into develop 2026-01-13 15:25:17 +09:00
misyaguziya
c257591b21 [Update] 後方互換性のためのモデルの重みディレクトリ名変更機能を追加 2026-01-13 15:25:01 +09:00
misyaguziya
d39d5a198e [Update] 互換性のために古いモデルのディレクトリ名を変更する機能を追加 2026-01-13 11:15:31 +09:00
misyaguziya
19f5c4fa75 Merge branch 'bugfix_tans_lang' into develop 2026-01-13 10:44:04 +09:00
misyaguziya
0f9f7ec3f3 [Update] 英語とポルトガル語の表記を修正 2026-01-13 10:40:46 +09:00
Sakamoto Shiina
7735d2b485 Merge branch 'ui' into develop 2026-01-13 10:39:23 +09:00
Sakamoto Shiina
261a1deed4 [Update] UI: Add Aptabase Privacy Policy label to telemetry settings. 2026-01-13 10:38:51 +09:00
Sakamoto Shiina
9987ca8dde Merge branch 'ui' into develop 2026-01-12 19:41:17 +09:00
Sakamoto Shiina
c6d678e29e [Update] UI: Improve telemetry description for clarity and user reassurance. 2026-01-12 19:40:34 +09:00
misyaguziya
44f7a414ad Merge branch 'bugfix_llm_select' into develop 2026-01-11 17:58:31 +09:00
misyaguziya
a31e47bf85 [Update] 翻訳エンジンのバックグラウンドチェックを削除し、エンジンのステータス確認を簡素化 2026-01-11 14:27:23 +09:00
misyaguziya
7dab5c4c06 Merge branch 'docs' into develop 2026-01-11 08:55:45 +09:00
misyaguziya
4559d83766 [Update] クリップボード機能の設計書を追加し、設定およびコントローラーの制御を明記 2026-01-11 08:55:30 +09:00
misyaguziya
40d2678c23 Merge branch 'bugfix_llm' into develop 2026-01-11 07:31:34 +09:00
misyaguziya
bf7d2e61a7 [Update] 翻訳者クラスにLM StudioおよびOllamaの接続状態を管理する機能を追加 2026-01-10 23:50:36 +09:00
misyaguziya
7834a98a54 Merge branch 'bugfix_pip_list' into develop 2026-01-10 02:51:14 +09:00
misyaguziya
bdd43eb3cb ペースト機能のために必要なパッケージを追加 2026-01-10 02:51:01 +09:00
misyaguziya
d51b069bb2 Merge branch 'develop' of https://github.com/misyaguziya/VRCT into develop 2026-01-10 02:19:26 +09:00
misyaguziya
2d7f9b35ad Merge branch 'copy_and_paste' into develop
# Conflicts:
#	src-python/config.py
#	src-python/model.py
2026-01-10 02:19:01 +09:00
misyaguziya
c2a906fca8 [Update] クリップボード機能の強化: VRモニタリングをバックグラウンドスレッドで実行し、機能の有効化/無効化を追加 2026-01-10 02:13:20 +09:00
Sakamoto Shiina
6d827ff2fb Merge branch 'ui' into develop 2026-01-10 00:26:14 +09:00
Sakamoto Shiina
c6d5b6c6a8 [Fix] UI: useReceiveRoutes: add '/run/shutdown' endpoint. 2026-01-10 00:24:30 +09:00
Sakamoto Shiina
de79f2799f [Update] UI: Telemetry: Add telemetry settings component. 2026-01-10 00:20:36 +09:00
misyaguziya
718706b2e4 Merge branch 'telemetry' into develop 2026-01-09 23:50:33 +09:00
misyaguziya
1bbc9e6182 feat: テレメトリ設定のプロパティ名を変更し、APIを追加してテレメトリの有効化/無効化を管理 2026-01-09 23:49:39 +09:00
Sakamoto Shiina
4f89f0d328 Merge branch 'ui' into develop 2026-01-09 22:55:46 +09:00
Sakamoto Shiina
6415656853 [Update] UI: Add Clipboard Feature as Voice Typing Mode settings. 2026-01-09 22:50:44 +09:00
misyaguziya
c371eeff96 Merge branch 'telemetry' into develop 2026-01-09 22:34:26 +09:00
misyaguziya
19af0ea918 refactor: 不要なシャットダウン処理を削除し、アプリ終了時のテレメトリ送信を簡素化 2026-01-09 22:30:01 +09:00
misyaguziya
7336d01469 [Update] クリップボード機能の統合: コピーおよびペーストの設定を一つのプロパティにまとめ、関連するメソッドを整理 2026-01-09 19:35:55 +09:00
misyaguziya
4b29b283a1 Merge branch 'develop' into copy_and_paste 2026-01-09 19:18:58 +09:00
Sakamoto Shiina
c11999c933 [Refactor] UI: Enhance backend error handling: refactor error codes and improve notification messages for various error scenarios. 2026-01-09 15:06:06 +09:00
misyaguziya
3f646a97d8 Merge branch 'refactoring_backend' into develop 2026-01-09 10:01:00 +09:00
misyaguziya
d4a5a1ca6f 一旦フロントエンドまで接続 2026-01-09 10:00:33 +09:00
misyaguziya
d157dc8b7b feat: テレメトリ機能を追加し、アプリの起動・終了時にイベントを送信するように変更 2026-01-08 09:16:18 +09:00
misyaguziya
4eb61fa4b7 feat: アプリ終了時の app_closed イベント処理を追加 2026-01-05 22:38:17 +09:00
misyaguziya
300c0d4648 feat: テレメトリ実装設計書を追加 2026-01-05 21:55:45 +09:00
misyaguziya
c60995a0fe [Update] 初期化プロセスのログ出力を整理し、不要な時間計測を削除 2026-01-04 14:58:02 +09:00
misyaguziya
dd1c47069c [Update] エラーハンドリングの構造を統一し、VRAM不足や接続エラーの通知方法を改善 2026-01-03 09:48:14 +09:00
misyaguziya
312999a50b [Update] Optimize initialization process: reduce startup time, implement caching for model weight checks, and enhance parallel processing for AI model checks. 2026-01-03 08:35:39 +09:00
misyaguziya
b0cf8bf335 feat: Implement unified error handling system
- Added `errors.py` to define a centralized error management system with error codes and metadata.
- Created `VRCTError` class for generating standardized error responses.
- Introduced `error_handling_migration_guide.md` to document migration patterns for existing error handling to the new system.
- Updated error handling patterns in the codebase to utilize the new error management system.
2026-01-02 19:38:06 +09:00
Sakamoto Shiina
cab7d48de1 Merge branch 'ui' into develop 2026-01-01 23:19:55 +09:00
Sakamoto Shiina
3a009ce336 [Update] Localization: Adjust keys and lines. add missing keys ko.yml, zh-Hans.yml, zh-Hant.yml 2026-01-01 19:10:39 +09:00
Sakamoto Shiina
457b5e04ee [Update] Add connection check functionality and new auth key labels in translation files. 2026-01-01 18:01:04 +09:00
Sakamoto Shiina
43f0bf6027 [Update] Adjust button padding and entry width in OpenWebpageButton; add responsive text size in SidebarSection 2026-01-01 14:38:47 +09:00
Sakamoto Shiina
3168a8ad26 [Update] Add new auth key URLs and update translation labels for key management. 2026-01-01 12:50:58 +09:00
Sakamoto Shiina
3d71dbacce Merge branch 'localization' into develop 2025-12-31 16:17:40 +09:00
Sakamoto Shiina
5ec12a5b57 [Update] Adjust column gap in AboutVrct.module.scss and update localization images 2025-12-31 16:04:28 +09:00
Sakamoto Shiina
fdb1c0df75 [Update] Update last updated date in readme_first.txt to December 2025 2025-12-31 15:45:47 +09:00
Sakamoto Shiina
0325619407 Merge branch 'PR_73_localization' into localization 2025-12-31 15:00:39 +09:00