Releases: clabe45/shulkr
Releases · clabe45/shulkr
v0.7.2
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
Fixed
- Removed leading dot from
.yarn
and.DecompilerMC
paths for improved compatibility.
v0.7.0
v0.6.1
Fixed
- Import error when invoking
shulkr
.
v0.6.0
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
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
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
Fixed
- Omitting the first version in a range pattern now works correctly after checking existing tags out with git.