Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

v2.3.0

Compare
Choose a tag to compare
@SanmerDev SanmerDev released this 30 Sep 03:05
· 21 commits to main since this release
8d225b2

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