Commit Graph

30 Commits

Author SHA1 Message Date
misyaguziya
623d17e885 [Update] バージョンを3.4.0から3.4.1に更新 2026-01-19 22:12:32 +09:00
misyaguziya
50c85ccd75 [Update] バージョン番号を3.3.2から3.4.0に更新 2026-01-17 11:59:07 +09:00
misyaguziya
ff6ac43fee [Update] Build scripts and configuration: Added new build and install scripts, updated versioning in config files, and improved project structure. 2025-11-25 12:20:55 +09:00
misyaguziya
54ec5ba45d [Update] バージョン管理: package.json, tauri.conf.json, config.pyのバージョンを更新し、update_version.pyを追加 2025-11-25 00:22:23 +09:00
misyaguziya
7ffef350fe [Update] package.json: Add task-kill script to terminate VRCT-sidecar.exe before development builds
[Add] task_kill.py: Implement script to forcefully terminate VRCT-sidecar.exe
2025-09-08 16:30:58 +09:00
Sakamoto Shiina
bcef981955 [Update] Change the notification UI.
(Change the base notification library from MUI to React-Toastify.)
2025-06-05 18:11:53 +09:00
Sakamoto Shiina
3210d5c898 [Update] update tauri v1-> v2 (development) 2025-05-03 08:51:04 +09:00
Sakamoto Shiina
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.
2025-04-26 05:01:30 +09:00
Sakamoto Shiina
2157d5952c [UPdate] Add error boundary. 2025-04-10 21:47:18 +09:00
Sakamoto Shiina
77795192a0 [Update] Change download and load plugins structure.(change the plugins' build method vite to webpack. load esm.js ) 2025-03-11 01:03:18 +09:00
Sakamoto Shiina
22ada89fa6 [TMP] Plugins system. 2025-03-05 23:22:22 +09:00
misyaguziya
8c117d5b1f 👍️[Update] Build : ビルド時に不要なファイルを削除する処理を追加 2025-02-13 13:05:21 +09:00
Sakamoto Shiina
473ac08572 [bugfix] npm run releaseやrelease-cudaなど単体実行時、新たにbuildされずに前回build実行時のコードのままでパッケージされてしまうのを修正。 2025-01-23 15:38:19 +09:00
Sakamoto Shiina
dc1f6d52c8 [Update] Update and fixed the most of the packages for now.(update sass is postponed cuz import syntax deprecated.) 2024-12-13 14:20:03 +09:00
Sakamoto Shiina
62edaf552f [Update] Update Packages tauri and vite. confirmed the released data and It's working. 2024-12-13 12:18:04 +09:00
Sakamoto Shiina
3473d40b89 [Update] Update MUI v5 to v6 and it needs @emotion/react @emotion/styled so restored them... 2024-12-13 10:25:15 +09:00
Sakamoto Shiina
949270b8ca [Remove] Remove some packages that is no longer in use.
@emotion/react, @emotion/styled: It was installed when installed MUI (Material UI) as official install documentation but it doesn't use it for now.
@typescript-eslint/eslint-plugin, @typescript-eslint/parser: It's not using Typescript so remove it. I think it was installed when it set up by vite at the first time? I guess.
2024-12-13 09:55:57 +09:00
Sakamoto Shiina
5ad4207f29 [Update] Localization: json to yaml. 2024-12-09 16:52:40 +09:00
Sakamoto Shiina
737cdf15cf [bugfix] Fix the bug that the component was not re-rendering when even the Ui language is changed. 2024-11-21 18:45:14 +09:00
misyaguziya
b99c3925a4 👍️[Update] Build : npm run release-all でcpu/cudaの実行ファイルのzipを作成できるようにした 2024-10-24 04:48:04 +09:00
misyaguziya
68e25f503a 👍️[Update] Main : cudaのインストール環境を整備 2024-10-21 18:27:42 +09:00
misyaguziya
22a10f6f0d 👍️[Update] INSTALLER : templateを使用しvrct用にCopyright等を変更 2024-10-14 09:51:37 +09:00
misyaguziya
4d3b0b96dc 👍️[Update] Build : pythonをonefile から onedirに変更
pyinstallerのビルド設定をspecファイルに書き出し
_internalフォルダはresourcesで追加
2024-09-04 01:37:35 +09:00
misyaguziya
fb0a4a8f26 👍️[Update] Model : tauri -> python のデータ部分をbase64でencodeするように修正 2024-09-03 14:47:22 +09:00
misyaguziya
519ab57137 🗑️[Removal] update/restart処理を別プログラムに任せるためバッチ処理を削除 2024-08-28 11:36:17 +09:00
misyaguziya
aa0902ee15 👍️[Update] Backend : backend exe name change text.exe to backend.exe 2024-08-21 01:18:02 +09:00
Sakamoto Shiina
072a85750b [Update] Config Window: Add slider component by using Material UI reluctantly.
I didn't want to use it because it's hard to customize. but I didn't like the slider's thumbs behaver so I did it.
It has Tooltip component so It will be useful somewhere. still difficult to customize it, tho.
2024-08-01 10:42:29 +09:00
Sakamoto Shiina
3f499b243b [Update] npm run時のコマンドを整理。
pythonファイルを編集していないのに、毎回 pyinstallerが走るのは厄介なので、コマンド分け。
2024-07-28 02:00:52 +09:00
misyaguziya
1be04cb571 👍️ [Update] pythonのメイン処理部分を移動/webui_mainloop.pyをビルドできるように修正 2024-07-27 01:30:36 +09:00
Sakamoto Shiina
ebd1a8d70d [Update] Migrate to tauri-app(Web UI) 2024-07-25 01:01:22 +09:00