Commit Graph

2292 Commits

Author SHA1 Message Date
Sakamoto Shiina
5aa5c0068e Merge branch 'readmes' into develop 2025-04-24 01:55:08 +09:00
Sakamoto Shiina
3e010376f4 [bugfix] Change the links relative path to absolute path that is from root dir. 2025-04-24 01:48:15 +09:00
Sakamoto Shiina
1f4c4e7640 [Update] Adjust file paths. 2025-04-23 14:34:31 +09:00
Sakamoto Shiina
1b7e315c2b [Update] Add Symbolic link. 2025-04-23 13:51:34 +09:00
Sakamoto Shiina
d0dbdf69f0 [Refactor] Organize readme files. 2025-04-23 06:36:55 +09:00
Sakamoto Shiina
ec33d4020d [Update] Readmes: Remove the outdated information 'How to run in python'. 2025-04-23 01:37:23 +09:00
misyaguziya
e20497bb87 Merge branch 'develop' 2025-04-22 17:35:46 +09:00
misyaguziya
63e34f747c Merge branch 'version' into develop 2025-04-22 10:25:06 +09:00
misyaguziya
066c4fa4e4 👍️[Update] Version 3.0.4 -> 3.0.5 2025-04-22 10:24:49 +09:00
Sakamoto Shiina
ff4f40328a [Update] About VRCT: Add a localizer and a contributor. 2025-04-21 17:41:42 +09:00
Sakamoto Shiina
2f27e5a491 [Update] Localization(EN): Localized by RIKU_730. 2025-04-21 16:21:59 +09:00
Sakamoto Shiina
144293636f Merge branch 'ui' into develop 2025-04-21 15:20:23 +09:00
Sakamoto Shiina
4eca60d495 [bugfix] AdvancedSettings: OSC Port: Add the validation that the entry component is only allowed numeric. 2025-04-19 23:51:47 +09:00
Sakamoto Shiina
1a9e961d71 Merge branch 'ui' into develop 2025-04-19 22:39:52 +09:00
Sakamoto Shiina
9d98f8c4f2 [Update] Show the error notification, prompting the user to contact us or restart VRCT, when an error occurred in stdout that error occur without status number. 2025-03-30 20:14:42 +09:00
Sakamoto Shiina
cb2d0d5455 Merge branch 'bugfix_no_device' into develop 2025-03-22 18:10:42 +09:00
Sakamoto Shiina
377899d5e1 [bugfix] typo, Speaker -> speaker. 2025-03-22 18:06:27 +09:00
Sakamoto Shiina
dcc0a27215 Merge branch 'bugfix_ip_address' into develop 2025-03-22 17:31:20 +09:00
Sakamoto Shiina
a5e59af885 [Update] AdvancedSettings: OSC IP Address: Add error notifications.
Add 500 status error message.
2025-03-22 17:28:31 +09:00
misyaguziya
7a3a2cfe07 [fix] Model: Handle cases where selected microphone or speaker devices are not available 2025-03-22 17:20:26 +09:00
misyaguziya
df344baa06 [bugfix] Controller: Fix response handling in setOscIpAddress method. 2025-03-22 14:43:52 +09:00
misyaguziya
3d53652b2d [Update] Controller: Validate and handle IP address setting in setOscIpAddress method.
[Update] Utils: Implement isValidIpAddress function to check IP address validity.
2025-03-22 14:37:05 +09:00
Sakamoto Shiina
863baddad0 Merge branch 'add_transcript_engine' into develop 2025-03-21 18:25:43 +09:00
Sakamoto Shiina
d091f1b603 [Update] UI: Add selectable Whisper models. 2025-03-21 18:24:34 +09:00
Sakamoto Shiina
84eccb1912 Merge branch 'bugfix_advanced_settings' into develop 2025-03-21 17:39:49 +09:00
Sakamoto Shiina
b8ade54e85 [bugfix] Config Page: AdvancedSettings: Add save button to Entry components.
Add error handlings.
2025-03-21 17:38:15 +09:00
misyaguziya
4da99ab4d4 [Update] transcription_whisper.py: Add new Whisper model entries for large-v3-turbo and large-v3-turbo-int8. 2025-03-21 09:06:01 +09:00
Sakamoto Shiina
cbd8a77eb6 Merge branch 'refactor' into develop 2025-03-19 15:46:02 +09:00
Sakamoto Shiina
6f01ee2206 [Refactor] store.js. 2025-03-19 15:45:31 +09:00
Sakamoto Shiina
f3d2de54b5 [Refactor] tauri.conf.json: Align indentation to 4 spaces. 2025-03-19 14:15:42 +09:00
Sakamoto Shiina
4003687e73 Merge branch 'ui' into develop 2025-03-18 21:12:38 +09:00
Sakamoto Shiina
92752d5953 [Update] Main Page: MainFunctionSwitch: to be a bit smaller than before for allow long label on its main function. 2025-03-18 21:09:59 +09:00
Sakamoto Shiina
f40f916bec [Update] Add success notification when deepL Auth key has updated successfully. 2025-03-18 20:25:54 +09:00
Sakamoto Shiina
e670672e15 [Chore/update] Change localization, Japanese. 2025-03-18 16:42:05 +09:00
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
caad079961 Merge branch 'develop'
# Conflicts:
#	locales/ko.yml
2025-02-21 14:59:25 +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