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

v2.0.1

Compare
Choose a tag to compare
@SanmerDev SanmerDev released this 03 Sep 15:40
· 86 commits to main since this release
9d31441

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)