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

Releases: betapictoris/modrinth.py

v0.1.5.3 - Hotfix for the deployment script

16 Jul 22:27
c8a1b0c
Compare
Choose a tag to compare

v0.1.5

16 Jul 22:22
Compare
Choose a tag to compare

Breaking Changes

There's one new breaking change in this release as getPrimaryFile is now deprecated in favor of the new getFiles method which closes, finally, #10. If you want the same effect of getPrimaryFile with getFiles you can use the following, it will just been in an array now:

ModrinthVersion.getFiles(primary = True)

While this is more work if all you want is the primary file it does allow for more filters, as outlined in the previously linked issue.

Other Changes

Full Changelog: v0.1.4...v0.1.5

v0.1.4

10 Jun 19:20
dd24d66
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3b

27 Aug 17:50
Compare
Choose a tag to compare
v0.1.3b Pre-release
Pre-release

PyPi release

Full Changelog: v0.1.3a...v0.1.3b

v0.1.3a

27 Aug 17:45
Compare
Choose a tag to compare
v0.1.3a Pre-release
Pre-release

What's Changed

  • Remove unneeded import by @JakobDev in #2
  • Fixed issue #3: Projects.ModrinthProject.isClientSide() no longer checks serverSide.

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

01 Jul 05:34
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Release for PyPi actions testing.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

01 Jul 05:20
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Fixes from v0.1.0

Full Changelog: v0.1.0...v0.1.1

v0.1.0

01 Jul 05:11
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Early release of Modrinth.py. Features include the following:

  • Basic reading of versions and projects
  • Authentication

Full Changelog: https://github.com/BetaPictoris/modrinth.py/commits/v0.1.0