From 03a48a84741ff663b1afbfe26e826831a13dd303 Mon Sep 17 00:00:00 2001 From: isXander Date: Fri, 19 Jan 2024 17:08:44 +0000 Subject: Bump version + changelog --- build.gradle.kts | 2 +- changelogs/3.3.2+1.20.4.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/3.3.2+1.20.4.md 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. -- cgit