From 325e202860b211d0de02546bdce19498aa74dc6a Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Mon, 27 May 2024 13:53:03 +0200 Subject: [PATCH] update changelog --- changelog.md | 14 ++++---------- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/changelog.md b/changelog.md index 7192e28..819a4d8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,14 +1,8 @@ -## Resourcify 1.3.6.1 +## Resourcify 1.4.0+beta.1 -- Fix improper version limits for Forge 1.18.2 and 1.19.4 ([#32](https://github.com/DeDiamondPro/Resourcify/issues/32)) - -## Resourcify 1.3.6 - -- Add Korean translations by [Koala0107](https://github.com/Koala0107) ([#31](https://github.com/DeDiamondPro/Resourcify/pull/31)) -- Add support for NeoForge 1.20.2-1.20.6 -- Fix buttons not being aligned to the resource pack list on 1.20.5+ -- Fix an access widener issue causing updating the active pack on Forge 1.20.4 to fail -- Fix Minecraft 1.12.2 version trying to load a Minecraft 1.8.9 only mixin +- Add support for CurseForge +- Convert backend to an abstract service api, allowing for easier support for more services +- Fix background breaking when using essential (or another mod with universalcraft) in mc 1.20.5+ ---------------------------------------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index 39db922..5db41aa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name = Resourcify mod_id = resourcify -mod_version = 1.3.6.1 +mod_version = 1.4.0+beta.1 org.gradle.daemon=true org.gradle.parallel=true