We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04cb340 commit a93f231Copy full SHA for a93f231
CHANGELOG.md
@@ -1,10 +1,15 @@
1
## v1.4.0
2
3
+### Fixes
4
+
5
- Handle `/` being used instead of `.` as package separator
6
- E.g. `net/minecraft/class_5272` is now remapped correctly
7
to `net/minecraft/client/item/ModelPredicateProviderRegistry`
8
- Fix some classes causing errors when trying to remap (
9
Fixes [#7](https://github.com/booky10/StackDeobfuscator/issues/7))
10
11
+### New
12
13
- Separate fabric integration and common remapping code
14
- Adds web subproject for remapping text to different mappings/versions
15
- The checksum of all files is now verified on download
0 commit comments