Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 32c8c57

Browse files
committed
Releasing 1.10.5
1 parent a253b32 commit 32c8c57

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import org.anti_ad.mc.ipnext.buildsrc.loom_version
2323
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2424
import java.io.ByteArrayOutputStream
2525

26-
val versionObj = Version("1", "10", "4",
26+
val versionObj = Version("1", "10", "5",
2727
preRelease = (System.getenv("IPNEXT_RELEASE") == null))
2828

2929

changelog.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<!-- latest begin -->
2+
### 1.10.5
23

3-
### 1.10.4
4-
5-
- "Disable all input user for locked slots" now disables and swap buttons (1-9)
6-
- Forge 1.20.1 support
4+
- Fixed crash when the FTB Quest screen is opened from the inventory screen and closed.
5+
- Fixed game hanging when the inventory is full and fast trading is used.
6+
- Fixed villager trades data not being stored properly on servers.
7+
- Added workaround for Optifabric incompatibility introduced with the support for 1.20. Any future optifabric incompatibilities will be resolved with adding optifabric as incompatible mod in the mod description.
78

89
### WARNING
910

@@ -25,6 +26,11 @@ Any problems that are not reproducible on Fabric will be addressed with very low
2526
<!-- latest end -->
2627
<!-- rest begin -->
2728

29+
### 1.10.4
30+
31+
- "Disable all input user for locked slots" now disables and swap buttons (1-9)
32+
- Forge 1.20.1 support
33+
2834
### 1.10.3
2935

3036
- Support for 1.20 Fabric. The pre1/2 version does work but has some GUI glitches.

0 commit comments

Comments
 (0)