Commit Graph

25 Commits

Author SHA1 Message Date
misyaguziya
a21fd5aa96 🐛[bugfix] Installer : アンインストール時に追加で生成されたファイルも削除するように変更 2024-12-30 14:53:56 +09:00
misyaguziya
97f06c66f3 🐛[bugfix] Installer : インストール先がコンピュータの場合管理者権限が必要なため、インストール先をユーザーに制限するように変更した 2024-12-30 14:41:49 +09:00
misyaguziya
aadda48d3b 🐛[bugfix] Installer : githubのアップロード容量制限により、zipファイルの保存先をhaggingfaceへ変更 2024-12-29 01:24:16 +09:00
misyaguziya
90c6daeb29 👍️[Update] Build : backend.exe -> VRCT-sidecar.exe 2024-12-04 11:33:19 +09:00
Sakamoto Shiina
70e411daf5 [Update] Add Starting Up Animation and downloading models progress display.
Backend: Move the init progressed position 4 to a little bit earlier.
2024-11-26 14:44:31 +09:00
Sakamoto Shiina
2c7bb53b64 [Update] Starting Up: Add loading animation when the software preparing, until backend is ready. 2024-11-14 15:48:38 +09:00
Sakamoto Shiina
901e829829 [Update] Add min width and height to window setting. 2024-11-05 21:34:32 +09:00
misyaguziya
04f13c4c88 Merge branch 'cuda' into for_webui 2024-10-23 14:14:16 +09:00
misyaguziya
2136865493 👍️[Update] Installer : GPUを使う項目を追加 2024-10-23 03:12:27 +09:00
misyaguziya
c480b3694c 👍️[Update] Installer : dllを内包するように変更 2024-10-23 02:27:15 +09:00
misyaguziya
5fba6e9e38 👍️[Update] Installer : ダウンロード形式に変更
以下のpluginをusername\AppData\Local\tauri\NSIS\Pluginsに保存する必要がある
- inetc : https://nsis.sourceforge.io/Inetc_plug-in
- nsisunz : https://nsis.sourceforge.io/Nsisunz_plug-in
2024-10-22 17:32:01 +09:00
misyaguziya
8d03251be1 🐛[bugfix] Installer : タスクバーの表示をVRCTに修正 2024-10-18 16:18:33 +09:00
misyaguziya
2c67841b11 👍️[Update] INSTALLER : templateにVRCT固有の設定を追加
- UI language
- Enable Translate Function
- Select Transcript Engine
2024-10-15 00:09:53 +09:00
misyaguziya
22a10f6f0d 👍️[Update] INSTALLER : templateを使用しvrct用にCopyright等を変更 2024-10-14 09:51:37 +09:00
Sakamoto Shiina
0582091908 [Update] Add feature Restore Main Window Geometry.
Note: the toggle-able setting, to restore or don't, has removed for now.
2024-10-13 03:57:23 +09:00
Sakamoto Shiina
61f50215d7 [Update] Add Window Title bar.
[bugfix] Note: I think this is tauri's bug. When I try to resize the window and hovered dragable area, I could see resize cursor but it work as a dragging the window behavior that should't be.
Updated npm packages but still not work so I  managed it as adding margin-top by referring Discord title bar.
2024-10-09 22:00:30 +09:00
Sakamoto Shiina
9f7101e233 [Update] Font Family. Change the way to fetch font family list. 2024-10-02 18:26:58 +09:00
Sakamoto Shiina
faa6656e00 [Update] Add Font Family. 2024-10-02 17:52:19 +09:00
misyaguziya
4d3b0b96dc 👍️[Update] Build : pythonをonefile から onedirに変更
pyinstallerのビルド設定をspecファイルに書き出し
_internalフォルダはresourcesで追加
2024-09-04 01:37:35 +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
3ed3d5eb40 [Update] Combine in one window. Rename Main/Config Window to Main/Config Page accordingly.
For now, I put Config Page to below the main page temporary. Open Config Button does not work.
2024-08-09 12:23:17 +09:00
Sakamoto Shiina
4e7667e277 [Update/Prepare] Prepare for window transparency feature. 2024-07-30 05:31:00 +09:00
Sakamoto Shiina
ae1bb8cce1 [Update] Change icons and titles default ones to VRCT's. 2024-07-30 00:35:39 +09:00
Sakamoto Shiina
3f499b243b [Update] npm run時のコマンドを整理。
pythonファイルを編集していないのに、毎回 pyinstallerが走るのは厄介なので、コマンド分け。
2024-07-28 02:00:52 +09:00
Sakamoto Shiina
ebd1a8d70d [Update] Migrate to tauri-app(Web UI) 2024-07-25 01:01:22 +09:00