Skip to content

Releases: clabe45/shulkr

v0.4.0

13 Apr 04:07
Compare
Choose a tag to compare

Added

  • Support for Yarn mappings.
  • Can now be invoked in different repos at the same time.

Changed

  • Omitting the first version in a range pattern defaults to the version after the latest commit.

v0.3.3

03 Jan 15:49
Compare
Choose a tag to compare

Fixed

  • Deleted files not being committed
  • --undo-renamed-vars causing error in commit step

v0.3.2

31 Dec 21:38
Compare
Choose a tag to compare

Fixed

  • Not all files being added to commits
  • File exists error when decompiling the second version
  • --undo-renamed-vars causing error

v0.3.1

31 Dec 04:01
Compare
Choose a tag to compare

Changed

  • client and server are no longer deleted before each version
  • Reword some argument descriptions in the help page

v0.3.0

31 Dec 16:06
Compare
Choose a tag to compare

Added

  • Each commit is now tagged with its Minecraft version

Changed

  • Restructure source roots for easier project organization in IDEs
    • src/clientclient/src
    • src/serverserver/src

Fixed

  • Issue with commit message substition

v0.2.0

18 Dec 04:47
Compare
Choose a tag to compare

Added

  • Negative version patterns

v0.1.1

16 Dec 18:44
Compare
Choose a tag to compare

Fixed

  • No such file or directory: main.py error

v0.1.0

16 Dec 18:44
Compare
Choose a tag to compare

Added

  • Decompilation with DecompilerMC
  • Git integration
    • Each version committed to local repo
  • Range operators (.. and ...)