Commit Graph

2242 Commits

Author SHA1 Message Date
Sakamoto Shiina
8ea37eb39a [Update] Main Page: TranslatorSelector: Add the label 'default'. 2025-03-18 15:26:55 +09:00
Sakamoto Shiina
c9e40fc682 [Update] Adjust localizations. (every yaml key and lines are same with en.yml) 2025-03-18 11:18:03 +09:00
Sakamoto Shiina
adf98b8c33 [Update] Change sentences, Japanese. 2025-03-18 08:23:53 +09:00
Sakamoto Shiina
e5e1d2ca39 Merge branch 'error_message_handling' into develop 2025-03-18 06:51:32 +09:00
Sakamoto Shiina
c82a89a7fb [Update] UI: Add error handlings and show error notifications. adjust each localization for it. 2025-03-17 15:58:16 +09:00
Sakamoto Shiina
84a116291c [bugfix] controller.py: fix typo mic/speaker, error messages. 2025-03-16 10:44:01 +09:00
Sakamoto Shiina
371d2ed5b2 Merge branch 'ui' into develop 2025-03-16 10:23:57 +09:00
Sakamoto Shiina
ab39421c79 [Update/bugfix] Config Page: Transcription: Change the input design entry to dropdowns. It will fix the bug that cant put e.g. the user wanna put "10" actually, then, type "1" at first, but validation says "1" is not allowed. 2025-03-16 09:56:30 +09:00
Sakamoto Shiina
fa2c851c5b [bugfix] Main Page: LanguageSelector: Go back button: add min width for prevent to shrink its width too much.
Config Page: SidebarSection: to not scroll x axis even if its label overflowed.
2025-03-15 15:06:50 +09:00
Sakamoto Shiina
fec499cfad [Update] Adjust localization and design. 2025-03-15 13:32:40 +09:00
misyaguziya
63d6f33ada Merge branch 'version' into develop 2025-02-21 14:57:01 +09:00
misyaguziya
8e97621fca 👍️[Update] Version 3.0.3 -> 3.0.4 2025-02-21 14:56:49 +09:00
Sakamoto Shiina
3205dea576 Merge branch 'locales' into develop 2025-02-21 14:44:24 +09:00
Sakamoto Shiina
f68a0231c2 [Refactor] Adjust yaml format. 2025-02-21 10:13:19 +09:00
Sakamoto Shiina
9c84c9905d [bugfix/Update] Config Page: Others: Sound: fix japanese localize. add description. 2025-02-21 08:49:01 +09:00
misyaguziya
2ee1c2d51e Merge branch 'version' into develop 2025-02-19 13:39:21 +09:00
misyaguziya
62571f55a1 👍️[Update] Version 3.0.2 -> 3.0.3 2025-02-19 13:38:55 +09:00
Sakamoto Shiina
5b6199b226 Merge branch 'vrc_sfx' into develop 2025-02-18 15:40:30 +09:00
Sakamoto Shiina
fd0069cb6b [Update] UI: VRC ChatBoxの通知音のON/OFF 設定項目追加 2025-02-18 15:36:08 +09:00
misyaguziya
132bb08582 Merge branch 'bugfix_overlay' into develop 2025-02-18 15:34:05 +09:00
misyaguziya
6fe403315a 🐛[bugfix] model : overlay 200回表示後のリセット処理でエラーが発生した場合のみエラーログを保存するように修正 2025-02-18 15:33:45 +09:00
misyaguziya
1ca14ca33e 🐛[bugfix] model : overlay動作時にoverlay表示デバイスが存在しない場合にエラーが発生する問題を修正
デバイスの存在チェックを追加
2025-02-18 15:30:48 +09:00
misyaguziya
4b61178b0e 👍️[Update] Main/Controller/Model/Config : VRC ChatBoxの通知音のON/OFFのエンドポイントを追加 2025-02-18 14:23:02 +09:00
misyaguziya
36f25b7a21 Merge branch 'clean' into develop 2025-02-13 13:07:46 +09:00
misyaguziya
8c117d5b1f 👍️[Update] Build : ビルド時に不要なファイルを削除する処理を追加 2025-02-13 13:05:21 +09:00
misyaguziya
3e26cb29f6 Merge branch 'version' into develop 2025-02-12 20:19:54 +09:00
misyaguziya
058e72b52b 👍️[Update] Version : 3.0.1 -> 3.0.2 2025-02-12 20:19:42 +09:00
misyaguziya
60f87e42f8 Merge branch 'bugfix_translation' into develop 2025-02-12 13:48:33 +09:00
misyaguziya
bdf67ab7c8 🐛[bugfix] offline時の処理を修正 2025-02-12 13:48:16 +09:00
Sakamoto Shiina
26a3e868e2 Merge branch 'bugfix_global_hotkey_controller' into develop 2025-02-11 15:26:12 +09:00
Sakamoto Shiina
9f728f46d3 [bugfix] GlobalHotKeyController: Fix the bug that even if VRCT is not available, (that when ai models has not been detected), registered the hotkeys works and could turn on main functions. 2025-02-11 15:21:57 +09:00
Sakamoto Shiina
945b2a83a8 Merge branch 'bugfix_translate' into develop 2025-02-10 03:11:25 +09:00
Sakamoto Shiina
ab5eeae4bf Merge branch 'bugfix_overlay' into develop 2025-02-10 03:11:01 +09:00
Sakamoto Shiina
3228f0bb50 [bugfix] Overlay: Fix the error 'TypeError:’float’ object cannot be interpreted as an integer'
改行が必要なくらいの長さのテキストを表示しようとするときに出るエラー。計算時、int型に強制変換して修正。
2025-02-10 03:06:14 +09:00
Sakamoto Shiina
9daa50294e [Update] Add VRCT Availability Status that if the status set to false, that is when ai models has not been detected by backend, can't use VRCT. 2025-02-08 21:58:29 +09:00
misyaguziya
a36dc93522 Merge branch 'bugfix_translate' of https://github.com/misyaguziya/VRCT into bugfix_translate 2025-02-08 14:31:02 +09:00
misyaguziya
7746cffb08 👍️[Update] Controller : AIモデルが使用可能かを通知するエンドポイントを追加 2025-02-08 14:29:02 +09:00
Sakamoto Shiina
0592695f1f [Update] Add network error notification. 2025-02-07 17:57:27 +09:00
misyaguziya
07723d495a 🐛[bugfix] controller: offline時の処理でエラーになる問題を修正 2025-02-07 10:34:29 +09:00
misyaguziya
78d79f4a54 🐛[bugfix] controller: offline時の処理を追加 2025-02-06 18:29:07 +09:00
Sakamoto Shiina
81e3241e38 Merge branch 'about_vrct' into develop 2025-02-06 17:50:05 +09:00
Sakamoto Shiina
2637e8eef9 [Update] About VRCT: Change the title to only mention 'Special Thanks' and remove 'Supporters' cuz 'Supporters' means patron for now.
Add members.
2025-02-06 17:46:38 +09:00
Sakamoto Shiina
d3f87d7801 Merge branch 'supporters_page' into develop 2025-02-05 23:36:38 +09:00
Sakamoto Shiina
8ed5922465 [Update] Adjust calculation and apply multi supporting plans. 2025-02-05 23:34:22 +09:00
misyaguziya
69d9e9bad3 Merge branch 'bugfix_transcript' into develop 2025-02-04 21:08:48 +09:00
misyaguziya
483e6a1d32 🐛[bugfix] Main/Controller : 処理順を修正 2025-02-04 21:05:05 +09:00
misyaguziya
2953f5c7fb 🐛[bugfix] Model : 変数の初期化処理を修正 2025-02-04 21:04:34 +09:00
Sakamoto Shiina
539d360ebe Merge branch 'ui' into develop 2025-02-03 17:15:17 +09:00
Sakamoto Shiina
4df958caf1 Merge branch 'supporters_page' into develop 2025-02-03 17:15:08 +09:00
Sakamoto Shiina
52a43b1780 Merge branch 'bugfix_window_scaling_issue' into develop 2025-02-03 17:14:57 +09:00