Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-15 | Normalize cmd arg paths | catboxanon | |
In particular, this fixes an issue on Windows where some functions will misbehave if forward slashes are provided rather than double backslashes. | |||
2023-12-28 | base default image output on data_path | w-e-w | |
Co-Authored-By: Alberto Cano <34340962+canoalberto@users.noreply.github.com> | |||
2023-09-13 | correct webpath when webui_dir is not work_dir | w-e-w | |
2023-05-12 | fix --data-dir for COMMANDLINE_ARGS | w-e-w | |
move reading of COMMANDLINE_ARGS into paths_internal.py so --data-dir can be properly read | |||
2023-05-11 | Drop fonts + font-roboto deps since we only use the single regular cut of Roboto | Aarni Koskela | |
2023-05-11 | paths_internal: deduplicate modules_path | Aarni Koskela | |
2023-03-29 | Save/restore working webui/extension configs | space-nuko | |
2023-03-25 | split commandline args into its own file | AUTOMATIC | |
make launch.py use the same command line argument parser as the main program |