Skip to content

Commit

Permalink
4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZZank committed Dec 7, 2024
1 parent bb30bbf commit 0b1a62e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 44 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# ProbeJS Legacy 4.4.1 -> 4.4.2

registry objects filter

- Registry Object Filter
- a string regex used for filtering registry objects.
Registry objects whose id matches this pattern will always be dumped by ProbeJS Legacy
- by default it's set to only dump minecraft registry objects for performance
- but noted that registry object classes might already be cached by our class cache file,
you might need to delete `.probe/classes.txt` to actually see its effects
- added brackets to JSLambdaType to prevent TS syntax error
- mod performance threshold is decreased from 300 to 200
- add config path hint in some messages

---

# ProbeJS Legacy 4.4.0 -> 4.4.1

fix config
Expand Down
43 changes: 0 additions & 43 deletions dev_note.md

This file was deleted.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ vineflower_version=1.10.1
parchment_version=1.16.5:2022.03.06

# Mod Properties
mod_version=4.4.1
mod_version=4.4.2
maven_group=com.prunoideae
archives_base_name=probejs
mod_id=probejs
Expand Down

0 comments on commit 0b1a62e

Please sign in to comment.