This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
v2.3.0
Migrate
New config.json
clip.py config --migrate
{
"name": "str",
"base_url": "str",
"max_num": "int",
"enable_log": "bool",
"log_dir": "str"
}
New track.json
cli.py track --migrate
{
"id": "str",
"enable": "bool",
"update_to": "str",
"changelog": "str",
"license": "str",
"homepage": "str",
"source": "str",
"support": "str",
"donate": "str",
"max_num": "int"
}
Full Changelog: v2.2.0...v2.3.0