From 257d116ed2c1b20adbfd5aebbdf77e966896c2a3 Mon Sep 17 00:00:00 2001 From: ZZZank <3410764033@qq.com> Date: Thu, 5 Dec 2024 00:14:09 +0800 Subject: [PATCH] 4.4.1 --- CHANGELOG.md | 15 +++++++++++++++ gradle.properties | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4272d68..b14de12a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# ProbeJS Legacy 4.4.0 -> 4.4.1 + +fix config + +- fix config value set by user cannot be read by config +- builtin plugins are now always registered before any other plugins +- better function formatting in `global` +- reorganized file writing, it's now probably faster by reusing writer +- the values in `GLOBAL_CLASSES` are now again `typeof XXX` only, instead a new utility type `AttachJClass` is added to attach `JClass` to result of `java(...)`, this has no effect for users +- primitive types `charseq` and `character` will not create redundant codes (namespace, static class) now +- config parser for old config format is removed +- config `fullScan` is replaced by `Class Scanner` allowing you to choose class scanner + +--- + # ProbeJS Legacy 4.3.1 -> 4.4.0 better `$Class` and recipe doc diff --git a/gradle.properties b/gradle.properties index 0a026eda..b585e4dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ vineflower_version=1.10.1 parchment_version=1.16.5:2022.03.06 # Mod Properties - mod_version=4.4.0 + mod_version=4.4.1 maven_group=com.prunoideae archives_base_name=probejs mod_id=probejs