Commit Graph

10 Commits

Author SHA1 Message Date
Blueprint Coding
0ccd589c57 Added log detection failure fallback & VPN detection to warn of install issues
- Added log detection failure fallback so if logs aren't found for auto-repair SillyTavern it launches with start.bat normally
- VPN detection to warn of install issues because Node.JS will sometimes partially fail to install if a VPN is active
- added a developer fast restart option under 000 at home.
2024-07-26 13:21:35 -06:00
deffcolony
f27e321627 launcher upgrades
+added ability to update and start sillytavern from home screen
2024-07-24 00:44:09 +02:00
deffcolony
4e72c7263d launcher upgrades
+added new VRAM recommended info about bits per weight
+small text corrections in launcher.bat
2024-07-15 11:05:24 +02:00
deffcolony
4e8d2a5669 update vram info 2024-07-12 16:25:15 +02:00
deffcolony
406ed696b5 launcher upgrades
+seperated backup into bat files
+fixed some path issues
2024-07-08 11:23:13 +02:00
deffcolony
f9688161eb changed variables 2024-07-07 18:42:04 +02:00
deffcolony
997195eb10 fixed sillytavnern launch 2024-07-07 17:26:00 +02:00
deffcolony
e92a0d668b code organize & cleanup 2024-07-07 16:27:53 +02:00
Blueprint Coding
56bc5cbcee Major Backend Rework - Modularized Many Functions
Users shouldn't see much of a difference on the front end. Version # 1.2.0 -> V1.2.1

Removed the following from Launcher.bat and created modular bat files for the sub-functionality.

- :start_st - > start_st.bat
- :exit - > exit_stl.bat
- :unresolved_unmerged -> unresolved_unmerged.bat
- :remove_pip_cache -> remove_pip_cache.bat
- :remove_node_modules - > remove_node_modules.bat
- :onboarding_flow -> onboarding_flow.bat
- :find_app_port -> find_app_port.bat
- :export_dxdiag -> export_dxdiag.bat

Moved all logs, dxdiag_info.txt and pids.txt to bin/logs/

updated start_st_rl to use same launching and auto-fixing function as start_st

Fixed :onboarding_flow to work with the new user data structure of SillyTavern

Added redirect flow controllers to troubleshooting sub function menus so they can redirect back to troubleshooting or home menus based on where they are called.
2024-07-06 18:08:02 -06:00
Blueprint Coding
25c69c577c Modularization/Organization - Find App Title for Port
Added some basic modularization and reorganization.

- Moved logs to /bin/logs
- Moved create_ssl.bat, fetch_title.js and log_wrapper.bat to /bin/functions/~/

Add functionality to troubleshooting port finder to find the Title of the the application using the port
2024-07-06 12:30:39 -06:00