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

Commit 1815a7c

Browse files
committed
Releasing v1.8.1
1 parent 377c0fb commit 1815a7c

2 files changed

Lines changed: 13 additions & 4 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", "8", "0",
26+
val versionObj = Version("1", "8", "1",
2727
preRelease = (System.getenv("IPNEXT_RELEASE") == null))
2828

2929

changelog.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
<!-- latest begin -->
22

3-
### 1.8.0
3+
### 1.8.1
4+
5+
- fixed mouse wheel events being processed twice in some cases.
6+
7+
### NOTE
48

5-
- Introducing [libIPN](https://www.curseforge.com/minecraft/mc-mods/libipn). The GUI/Config code is now in separate library mod. [libIPN](https://www.curseforge.com/minecraft/mc-mods/libipn) will be used by my other mods. And others?... If there are other brave devs.
69
- **Inventory Profiles Next** now depends on [libIPN](https://www.curseforge.com/minecraft/mc-mods/libipn). This means you will need to install [libIPN](https://www.curseforge.com/minecraft/mc-mods/libipn) too or **Inventory Profiles Next** will not work
7-
- Added Ukrainian translation. Thanks to **ttrafford7**
810

911
<!-- latest end -->
1012

1113
<!-- rest begin -->
1214

15+
### 1.8.0
16+
17+
- Introducing [libIPN](https://www.curseforge.com/minecraft/mc-mods/libipn). The GUI/Config code is now in separate library mod. [libIPN](https://www.curseforge.com/minecraft/mc-mods/libipn) will be used by my other mods. And others?... If there are other brave devs.
18+
- **Inventory Profiles Next** now depends on [libIPN](https://www.curseforge.com/minecraft/mc-mods/libipn). This means you will need to install [libIPN](https://www.curseforge.com/minecraft/mc-mods/libipn) too or **Inventory Profiles Next** will not work
19+
- Added Ukrainian translation. Thanks to **ttrafford7**
20+
21+
1322
### 1.7.2
1423

1524
- Continuous/Auto Crafting now supports the Stone Cutter.

0 commit comments

Comments
 (0)