+added option to update menu for updating sillytavern-launcher repo
+added more checks if git pull fails then retry 3 times
+gitignore the xtts folder
+added option to cancel install for install.sh
-forgot to remove xtts launch from extras launch
+added xtts launcher option instead of hidding it inside extras
+added option to remove node modules if user has node errors
+added check system for installer.bat to check git clone connection if fail then retry 3 times
+be able to update xtts from update
+user can cancel install for installer.bat/launcher.bat if choice is on accident
+added flags for XTTS --stream-play-sync, --deepspeed
+ adds support menu for issue report, documentation, discord
+ Use the GPU choice made earlier to set the correct PyTorch index-url to install XTTS
+ better error handling for linux
+ if no modules are enabled then show error with friendly redirect so user can enable module flags
+ Use the GPU choice made earlier to set the correct PyTorch index-url to install XTTS
- removed --rebase --autostash so it does not mess with the sillytavern-extras folder when a local change exist... this will prevent from breaking modules like missing flask
+added gitignore
+moved user questions to top so it asks the question first instead of waiting 20 minutes before another question
+added miniconda3 check when starting script
+fixed XTTS path issue where it did not found voices
+fixed modules command construct by @AlexVeeBee
+added tab titles when launching service from terminal
+added function to edit modules in launcher.sh
+ Dynamically find conda for launcher.sh / install.sh by @Frityet
+ asks the user for gpu choise
+ asks the user if they wanna install XTTS
+ added gpu detection info box displays what gpu is detected in the system
- removed coqui install
- removed Check if the xtts conda environment exists for launcher.bat since i did not work and broke the menu
+ added xtts_api_server start so it starts with the extras command
+ fixed installer that would loop when installing extras
+ asks the user for gpu choise
+ added gpu detection info box displays what gpu is detected in the system
+ fixed uninstall path for folders with spaces in them
+ Uninstaller for sillytavern + extras
+ Changed conda env to extras (from sillytavernextras) to fit the docs
+ Improved backend menu functions (removes the elif mess)
+ Function to find a suitable terminal emulator when launching sillytavern or extras
+ Added tutorial on how to use it
+ fixes ffmpeg installation (will pull the 7z at current script location instead of %temp%)
+ fixed shortcutTarget name
+ removed requirements-complete
+ ask user if they wanna install Coqui
* Added logging with timestamp so you can see how long each command takes
* Added uninstaller in the toolbox menu to completely remove sillytavern + extras
* Fixed launcher shortcut not being created correctly
* Small functions name cleanup
* removed brance switch for extras since its only main
* added menu titles
* backup now creates new folder at root of where script is located instead of inside sillytavern folder