This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
Releases: MRepoApp/magisk-modules-repo-util
Releases · MRepoApp/magisk-modules-repo-util
v2.3.3
v2.3.2
v2.3.1
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
v2.2.0
v2.1.1
What's Changed
- Filter out changelog of type
https://github\.com/.+/blob/.+
(974a3b4) - Filter tracks based on latest push date (5b192c0)
- Remove sync from github subcommand (cd382b8b)
- Fix
_check_folder
(28cefd2) - Use python-tabulate to print tables (a65716e)
- Show versions table of modules (c1993a6)
- Show versions diff of modules (74dd004)
Full Changelog: v2.1.0...v2.1.1