Added start and end position for each track

This commit is contained in:
Choco
2024-06-26 15:06:18 +08:00
parent f87f3f2152
commit 33ad427670
13 changed files with 117 additions and 43 deletions

View File

@@ -2,7 +2,7 @@ import requests, zipfile, os, shutil, argparse
from io import BytesIO
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
__version__ = "v2.6.9b3"
__version__ = "v2.6.9b4"
GITHUB_API_URL = "https://api.github.com/repos/ChocoMeow/Vocard/releases/latest"
VOCARD_URL = "https://github.com/ChocoMeow/Vocard/archive/"