Commit Graph

2240 Commits

Author SHA1 Message Date
Sakamoto Shiina
22ada89fa6 [TMP] Plugins system. 2025-03-05 23:22:22 +09:00
Sakamoto Shiina
a2cc69b8ee Merge branch 'develop' into scheduled_message_send 2025-02-22 09:29:17 +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
Sakamoto Shiina
a9c5ccdbb8 [Update/Refactor] Subtitle system v1.1. Organize file system and change the design. 2025-02-15 08:46:15 +09:00
Sakamoto Shiina
ae62642945 Merge branch 'develop' into scheduled_message_send 2025-02-14 22:29:32 +09:00
Sakamoto Shiina
8360a7e955 [Update/TMP] Subtitle system v1.0(It works) 2025-02-14 22:09:56 +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
Sakamoto Shiina
eb81fae2a0 [Update/Refactor] Move files to main container. 2025-02-13 05:28:00 +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
Sakamoto Shiina
31deeae53f [Update] Support ASS format file. and show actor combine with text. 2025-02-12 18:32:31 +09:00
Sakamoto Shiina
65ee75b49e [Update/TMP] Add feature Scheduled message send. 2025-02-12 14:32:48 +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
Sakamoto Shiina
37aaf1aad0 [Update] Config Page: About VRCT: Apply a responsive design. 2025-02-03 16:49:58 +09:00
Sakamoto Shiina
34f6bb215a [Update] Config Page: supporters: Update-able supporters title calc period. 2025-02-03 14:08:07 +09:00