b5364cc705
[Chore] Add a note for experimental feature globalSync. Remove comments. Set version to tauri.conf.json(3.0.0 is just restore from pre-checkout develop branch, though.)
Sakamoto Shiina
2025-05-04 02:41:14 +09:00
8316c24d0d
[bugfix] More fixes. c20b58a011
Sakamoto Shiina
2025-05-04 02:22:44 +09:00
27b177b903
Merge branch 'word_filter_for_s2c' into develop
misyaguziya
2025-05-03 15:32:21 +09:00
7cdd3f8603
[bugfix/Chore] Plugins: Fix the bug that localization and the description can't see form latest information. Add gap between labels and controller component.
Sakamoto Shiina
2025-04-27 02:27:25 +09:00
56936d0285
[Update] Plugins -> AdvancedSettings. Move to AdvancedSettings because the plugin just only one is available and it's for specific user, actually. so put it to AdvancedSettings for now.
Sakamoto Shiina
2025-04-26 19:41:28 +09:00
c665f1d355
[Update/bugfix] Plugins: Add localization system to plugins list(plugin_info.json). Fix the issue that the i18n didn't work in development environment.
Sakamoto Shiina
2025-04-26 04:13:18 +09:00
249c686442
[Update] Plugins: Add error handlings when network is not connected and failed to fetch plugins info. Also add pending ui(TMP) while fetching.
Sakamoto Shiina
2025-04-25 18:51:16 +09:00
4eca60d495
[bugfix] AdvancedSettings: OSC Port: Add the validation that the entry component is only allowed numeric.
Sakamoto Shiina
2025-04-19 23:51:47 +09:00
cd63e2e3ca
[bugfix/Refactor] Fix plugin compatibility list that was showed incorrectly. Change init function.
Sakamoto Shiina
2025-04-19 16:15:47 +09:00
7bcbefaf06
[Refactor] Remove the code that is no longer in use.
Sakamoto Shiina
2025-04-18 14:53:36 +09:00
74e38f9318
[bugfix] Fix the bug that the plugin update unintentionally when its latest version available and it turn to enabled.
Sakamoto Shiina
2025-04-18 14:30:47 +09:00
0be9674f69
[bugfix] Plugins: Fix the error that was happened if 'plugins' directory is not exist and try to load.
Sakamoto Shiina
2025-04-18 01:50:30 +09:00
01b7d6c945
[Update] Plugins: Sort plugins list and remain the order of it.
Sakamoto Shiina
2025-04-18 00:38:31 +09:00
9ef56db2dd
[Update] Add safety that prevent to show the title Plugin compatibility list unnecessary. Remove the test code that is for showing the update modal.
Sakamoto Shiina
2025-04-18 00:10:09 +09:00
fd59c0b28f
[Update/Refactor] Automatically disable and save the status to config.json if the plugin is not supported.
Sakamoto Shiina
2025-04-17 19:44:14 +09:00
b8c1688172
[Update] Plugins: separate dev mode. url and import path.
Sakamoto Shiina
2025-04-17 17:46:17 +09:00
1c56167dba
[Update] Plugins: Show enabled plugins compatibility when update modal is opened.
Sakamoto Shiina
2025-04-17 17:30:30 +09:00
ee4bbf772f
[Refactor] Remove the file and code that is no longer in use.
Sakamoto Shiina
2025-04-17 00:11:50 +09:00
4c12e8b946
[Update/Refactor] For data integration correctly, the plugins data (saved, downloaded, fetched) merge whenever update data each of it. Separate plugins controllers.
Sakamoto Shiina
2025-04-16 19:02:41 +09:00
379ca86b45
[Refactor/bugfix/TMP] TMP: Separate plugins controller. Add ui pattern for outdated plugins and the plugin that is not supported current vrct version but supported in newest vrct version.
Sakamoto Shiina
2025-04-15 16:48:50 +09:00
ddc6408828
[Update/bugfix] Fix handling flag 'is_latest_version_already' that was overrode unexpectedly. Add some patterns to plugin list. it shows update-able if the user update vrct. Add auto update function if the plugin is enabled. Add safety that turn to disable the plugin if it's not supported with current vrct version.
Sakamoto Shiina
2025-04-13 17:14:54 +09:00
1bea61c45a
[Update] Add dev plugin mode and dev plugin list.
Sakamoto Shiina
2025-04-12 14:28:01 +09:00
d4219b5ce0
[Update/Refactor] Plugins: Organize codes.
Sakamoto Shiina
2025-04-11 19:14:55 +09:00
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.
Sakamoto Shiina
2025-03-30 20:14:42 +09:00
b0b68233aa
[Update] Plugins: Send all logics to the plugins when it's registered.
Sakamoto Shiina
2025-03-30 04:18:54 +09:00
5681038c22
[bugfix] Plugins(VRCT Subtitles as testing one): Apply styles by importing css file.
Sakamoto Shiina
2025-03-29 16:22:00 +09:00
a59b9282df
[Update] Plugins(VRCT Subtitles as testing one): Provide-able store and functions from main app.
Sakamoto Shiina
2025-03-27 02:43:13 +09:00
1ebdefcd43
[Update/bugfix] Plugins: For development, fix hot reload issue that was restart every time updated the files.
Sakamoto Shiina
2025-03-26 00:45:29 +09:00
824a9fa0a9
[Update] Plugins: Move location from index to plugin_info.json.
Sakamoto Shiina
2025-03-25 17:57:03 +09:00
0148f9bee0
[Update] (Affect to backend) Plugin System. Saveable if the plugin is enabled or not. Add functions that merge plugins data.
Sakamoto Shiina
2025-03-25 11:17:04 +09:00
3d53652b2d
[Update] Controller: Validate and handle IP address setting in setOscIpAddress method. [Update] Utils: Implement isValidIpAddress function to check IP address validity.
misyaguziya
2025-03-22 14:37:05 +09:00
b8ade54e85
[bugfix] Config Page: AdvancedSettings: Add save button to Entry components. Add error handlings.
Sakamoto Shiina
2025-03-21 17:38:15 +09:00
4da99ab4d4
[Update] transcription_whisper.py: Add new Whisper model entries for large-v3-turbo and large-v3-turbo-int8.
misyaguziya
2025-03-21 09:06:01 +09:00
92752d5953
[Update] Main Page: MainFunctionSwitch: to be a bit smaller than before for allow long label on its main function.
Sakamoto Shiina
2025-03-18 21:09:59 +09:00
f40f916bec
[Update] Add success notification when deepL Auth key has updated successfully.
Sakamoto Shiina
2025-03-18 20:25:54 +09:00
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.
Sakamoto Shiina
2025-03-16 09:56:30 +09:00
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.
Sakamoto Shiina
2025-03-15 15:06:50 +09:00
3ebd605092
[Update/TMP] Save plugin status that if enabled or not(on store.js, yet). Handle download.
Sakamoto Shiina
2025-03-14 23:22:00 +09:00
b0f5751e11
[Update/Refactor] Fetch and show the plugins info list. Refactor some functions. Try to fetch functions from github api just once when vrct started.(It used to every time plugin tab has opened so easy to reach to the api limit)
Sakamoto Shiina
2025-03-13 12:17:36 +09:00