Alpha v9.1.0

Initial public release
This commit is contained in:
Travis Abendshien
2024-04-22 11:52:22 -07:00
parent bb5dff7daa
commit d63a978fb0
59 changed files with 44943 additions and 4 deletions

17
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "TagStudio",
"type": "python",
"request": "launch",
"program": "${workspaceRoot}\\TagStudio\\tagstudio.py",
"console": "integratedTerminal",
"justMyCode": true,
"args": []
}
]
}