Skip to content

Releases: clabe45/shulkr

v0.7.2

04 May 18:06
Compare
Choose a tag to compare

Fixed

  • namedSrc not found error when decompiling Minecraft 1.20.5 with Yarn mappings.

Security

  • Updated cryptography from 40.0.2 to 42.0.4
  • Updated requests from 2.28.1 to 2.31.0
  • Updated certifi from 2023.5.7 to 2023.7.22
  • Updated urllib3 from 2.0.5 to 2.0.7
  • Updated gitpython from 3.1.30 to 3.1.41
  • Updated idna from 3.4 to 3.7

v0.7.1

09 Apr 03:21
Compare
Choose a tag to compare

Fixed

  • Removed leading dot from .yarn and .DecompilerMC paths for improved compatibility.

v0.7.0

08 Sep 07:30
Compare
Choose a tag to compare

Changed

  • Git commands are no longer run in a shell. For portability, the git binary is called directly.

Fixed

  • Git commands not being tokenized correctly on Windows (#18).
  • Missing dependency click.
  • Missing dependency colorama on Windows.

v0.6.1

10 Jul 02:47
Compare
Choose a tag to compare

Fixed

  • Import error when invoking shulkr.

v0.6.0

10 Jul 00:13
Compare
Choose a tag to compare

Changed

  • Improve terminal output.
  • Now exits with a status code of 0 (instead of 3) when no versions are entered.

Fixed

  • Versions older than the latest version in the repo can no longer be generated.

v0.5.0

27 Jun 04:33
Compare
Choose a tag to compare

Added

  • .shulkr file for repository settings.

Changed

  • Server sources are no longer generated seperately when using Mojang's mappings (the client includes them).

v0.4.4

01 Jun 07:15
Compare
Choose a tag to compare

Fixed

  • Omitting the first version in a range pattern starts after the newest version in the repo instead of the oldest one.

v0.4.3

01 Jun 04:45
Compare
Choose a tag to compare

Fixed

  • Omitting the first version in a range pattern now works correctly after checking existing tags out with git.

v0.4.2

14 Apr 00:06
Compare
Choose a tag to compare

Fixed

  • ..X now starts with the next release (not including snapshots).
  • ..X and ...X raising an exception if the repo is up-to-date.

v0.4.1

13 Apr 14:54
Compare
Choose a tag to compare

Fixed

  • Next version not being detected correctly.
  • NoSuchPathError when creating a repo without a mapping specified.
  • GitCommandError when using a brand-new repo without a mapping specified.