- Add more version data to web viewer (1.20.4-rc1 to 1.21)
- Don't verify checksums for yarn maven metadata at all (#10)
- This can't be reliably checked, as fabric's maven cache returns outdated files for a while after an update
- Improve styling of web viewer
- Update library to prevent issues with other mods updating mapping-io library
- Caused by old breaking changes in fabric's mapping-io library
Full Changelog: https://github.com/booky10/StackDeobfuscator/compare/v1.4.2...v1.4.3
- Add more version data to web viewer (versions 23w33a to 1.20.3)
- Use sha256 instead of sha512 checksums for yarn (works around sha512 checksum being wrong sometimes)
- Fix mixin refmap filename looking weird
- Add static mappings getter to fabric mod class
Full Changelog: https://github.com/booky10/StackDeobfuscator/compare/v1.4.1...v1.4.2
Fixes
- Handle
/
being used instead of.
as package separator- E.g.
net/minecraft/class_5272
is now remapped correctly tonet/minecraft/client/item/ModelPredicateProviderRegistry
- E.g.
- Fix some classes causing errors when trying to remap (Fixes #7)
New
- Separate fabric integration and common remapping code
- Adds web subproject for remapping text to different mappings/versions
- The checksum of all files is now verified on download
- Intermediary/Quilt mappings always use sha512
- Mojang mappings always use md5/sha1
- Yarn uses sha512 on modern version, but falls back to sha1 for 19w02a, Combat Test 4 and all versions older than 1.15 (except 1.14.4)
- Some fixes to support more versions
- Mapping/Metadata downloads will be retried 3x before being cancelled, if:
- The server returns a non 2xx response code
- Checksum verification fails
- Mappings are now loaded asynchronously, removing startup time impact
- Added more log messages (e.g. time tracking and detailed http requests)
- Added support for more minecraft versions
- Yarn: 18w49a (1.14 snapshot) or higher
- Quilt: 1.19.2 or higher
- Mojang: 1.14.4 and 19w36a (1.15 snapshot) or higher
- Yarn/Quilt versions are now cached for 48 hours before being refreshed
- Added note in stacktraces when something has been remapped (
MC//
prefix before classname) - Custom mappings now support the in-jar format used by intermediary, yarn and quilt
- They also support GZIP (without TAR) and normal ZIP (just one file in a zip) compression
→ Auto-detected by file name extension
- They also support GZIP (without TAR) and normal ZIP (just one file in a zip) compression
- All cached mappings (yarn, quilt, intermediary and mojang) are now saved GZIP compressed
- Added support for yarn and custom mappings
- Yarn mappings are now selected by default, see wiki on how to configure other mappings