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

Releases: MRepoApp/magisk-modules-repo-util

v2.3.3

23 Nov 08:55
c6e4be7
Compare
Choose a tag to compare

v2.3.2

23 Oct 09:24
ef5c2e2
Compare
Choose a tag to compare

What's Changed

  • Fix token parameter of github command in 575d5c5

v2.3.1

21 Oct 14:34
875af9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

30 Sep 03:05
8d225b2
Compare
Choose a tag to compare

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

06 Sep 14:53
425c2a5
Compare
Choose a tag to compare

What's Changed

  • Fix bug of cli.py check -I -E (05dcbd5)

v2.1.1

05 Sep 10:50
974a3b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

04 Sep 08:25
4668625
Compare
Choose a tag to compare

What's Changed

  • Implement multithreading for improved performance (adcad9b)

Full Changelog: v2.0.1...v2.1.0

v2.0.1

03 Sep 15:40
9d31441
Compare
Choose a tag to compare

What's Changed

  • FR #29: Add a check for max_num (375682d)
  • Fixed #27: Reomve commit count from version code in __version__.py (7cbae9e)
  • Fixed #28:
    • Ignore URLs which do not start with http (ce1e821)
    • Add _check_version_code in Pull.py (297d3a3)
  • Fixed #30:
    • Add check for versionCode in MagiskUpdateJson.load (0433d6f)
    • No longer using Path.is_relative_to to reduce the required Python version to 3.8. (886feab)
  • Fixed #31: track.update_to should not be modified within Pull.py (b4ed859)

v2.0.0

19 Aug 15:21
431d06d
Compare
Choose a tag to compare

What's Changed

  • Bump version to 2.0.0 by @ya0211 in #26

Full Changelog: v1.0.0...v2.0.0

v1.0.0

16 Jun 08:30
55fac0a
Compare
Choose a tag to compare

What's Changed

  • Update to 2.x by @ya0211 in #22

Full Changelog: https://github.com/ya0211/magisk-modules-repo-util/commits/v1.0.0