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

Commit 930ef38

Browse files
committed
Releasing v1.9.7
1 parent c1ddca3 commit 930ef38

2 files changed

Lines changed: 21 additions & 11 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ allprojects {
8888
group = "org.anti-ad.mc"
8989
ext.set("mod_artefact_version", versionObj.toCleanString())
9090
ext.set("mod_artefact_is_release", versionObj.isRelease())
91-
ext.set("libIPN_version", "2.0.6-SNAPSHOT")
91+
ext.set("libIPN_version", "2.0.6")
9292

9393
tasks.withType<JavaCompile>().configureEach {
9494
options.isFork = true

changelog.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
<!-- latest begin -->
22

3-
### 1.9.6
3+
### 1.9.7
44

5-
- added support for choosing colours for some overlay elements like
6-
- locked slots background.
7-
- hotbar locked slots highlight.
8-
- same item highlight, 2 separate colours for full slot and background only.
9-
- In single player the settings screen now pauses the game while shown.
10-
- Minecraft version **1.19.3** is no longer supported.
11-
- Minecraft versions **1.19 and 1.19.1** are no longer officially supported.
12-
13-
But the 1.19.2 version will work with them but if you have problems you are on your own.
5+
- added support for wildcards in hotbar pickup whitelist.
6+
- workaround for ClientCommands incompatibility that was crashing the game.
7+
- added option to make auto refill to prefer smaller stacks when refilling.
8+
- now you can temporarily disable tool replacement if tou hold **ALT** while the tool is active.
9+
- added gui hints for TFC and some new for Create
10+
- removed the analytics code. The server was down for few months anyway.
1411

1512
### WARNING
1613

@@ -30,6 +27,19 @@ Any problems that are not reproducible on Fabric will be addressed with very low
3027
<!-- latest end -->
3128
<!-- rest begin -->
3229

30+
### 1.9.6
31+
32+
- added support for choosing colours for some overlay elements like
33+
- locked slots background.
34+
- hotbar locked slots highlight.
35+
- same item highlight, 2 separate colours for full slot and background only.
36+
- In single player the settings screen now pauses the game while shown.
37+
- Minecraft version **1.19.3** is no longer supported.
38+
- Minecraft versions **1.19 and 1.19.1** are no longer officially supported.
39+
40+
But the 1.19.2 version will work with them but if you have problems you are on your own.
41+
42+
3343
### 1.9.5
3444

3545
- Added support for sorting based on the accumulated count of item type.

0 commit comments

Comments
 (0)