diff options
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | changelogs/3.3.2+1.20.4.md | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index b3118c0..d1c7c3e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ architectury { minecraft = libs.versions.minecraft.get() } -version = "3.3.1+1.20.4" +version = "3.3.2+1.20.4" val isBeta = "beta" in version.toString() val changelogText = rootProject.file("changelogs/${project.version}.md").takeIf { it.exists() }?.readText() ?: "No changelog provided." diff --git a/changelogs/3.3.2+1.20.4.md b/changelogs/3.3.2+1.20.4.md new file mode 100644 index 0000000..cd31b2c --- /dev/null +++ b/changelogs/3.3.2+1.20.4.md @@ -0,0 +1,5 @@ +# YetAnotherConfigLib v3.3.2 for 1.20.4 + +- Hook into the resource reloader to preload any webp/gif files that are used. + This should make loading images when opening GUIs appear instantaneous. +- Fix issue where buttons got stuck and appeared as though nothing had saved. |