Skip to content

Commit

Permalink
releasing v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blackd committed Oct 14, 2022
1 parent ded63e7 commit ea7c934
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 26 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import org.anti_ad.mc.ipnext.buildsrc.loom_version
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.io.ByteArrayOutputStream

val versionObj = Version("1", "8", "1",
val versionObj = Version("1", "8", "2",
preRelease = (System.getenv("IPNEXT_RELEASE") == null))


Expand Down Expand Up @@ -87,7 +87,7 @@ allprojects {
version = versionObj.toString()
group = "org.anti-ad.mc"
ext.set("mod_artefact_version", versionObj.toCleanString())
ext.set("libIPN_version", "1.0.2")
ext.set("libIPN_version", "1.0.3")

tasks.withType<JavaCompile>().configureEach {
options.isFork = true
Expand Down
9 changes: 7 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- latest begin -->

### 1.8.1
### 1.8.2

- fixed mouse wheel events being processed twice in some cases.
- fixed/added support for fishing rods auto refill.
- update Ukrainian translation. Thanks to BurrConnie

### NOTE

Expand All @@ -12,6 +13,10 @@

<!-- rest begin -->

### 1.8.1

- fixed mouse wheel events being processed twice in some cases.

### 1.8.0

- 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.
Expand Down
2 changes: 1 addition & 1 deletion libIPN
Submodule libIPN updated 316 files
3 changes: 0 additions & 3 deletions platforms/forge-1.14/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ repositories {
name = "kotlinforforge"
url = uri("https://thedarkcolour.github.io/KotlinForForge/")
}
maven {
url = uri("../../../libIPN/repos/snapshots")
}
}

val fg: DependencyManagementExtension = project.extensions["fg"] as DependencyManagementExtension
Expand Down
3 changes: 0 additions & 3 deletions platforms/forge-1.15/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ repositories {
name = "kotlinforforge"
url = uri("https://thedarkcolour.github.io/KotlinForForge/")
}
maven {
url = uri("../../../libIPN/repos/snapshots")
}
}

val fg: DependencyManagementExtension = project.extensions["fg"] as DependencyManagementExtension
Expand Down
3 changes: 0 additions & 3 deletions platforms/forge-1.16/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ repositories {
name = "kotlinforforge"
url = uri("https://thedarkcolour.github.io/KotlinForForge/")
}
maven {
url = uri("../../../libIPN/repos/snapshots")
}
}

val fg: DependencyManagementExtension = project.extensions["fg"] as DependencyManagementExtension
Expand Down
3 changes: 0 additions & 3 deletions platforms/forge-1.17/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ repositories {
name = "kotlinforforge"
url = uri("https://thedarkcolour.github.io/KotlinForForge/")
}
maven {
url = uri("../../../libIPN/repos/snapshots")
}
}

val fg: DependencyManagementExtension = project.extensions["fg"] as DependencyManagementExtension
Expand Down
3 changes: 0 additions & 3 deletions platforms/forge-1.18.2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ repositories {
name = "kotlinforforge"
url = uri("https://thedarkcolour.github.io/KotlinForForge/")
}
maven {
url = uri("../../../libIPN/repos/snapshots")
}
}

val fg: DependencyManagementExtension = project.extensions["fg"] as DependencyManagementExtension
Expand Down
3 changes: 0 additions & 3 deletions platforms/forge-1.18/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ repositories {
name = "kotlinforforge"
url = uri("https://thedarkcolour.github.io/KotlinForForge/")
}
maven {
url = uri("../../../libIPN/repos/snapshots")
}
}

val fg: DependencyManagementExtension = project.extensions["fg"] as DependencyManagementExtension
Expand Down
4 changes: 1 addition & 3 deletions platforms/forge-1.19/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,10 @@ repositories {
name = "kotlinforforge"
url = uri("https://thedarkcolour.github.io/KotlinForForge/")
}
maven {
url = uri("../../../libIPN/repos/snapshots")
}
}

val fg: DependencyManagementExtension = project.extensions["fg"] as DependencyManagementExtension

fgdeobf = { id ->
fg.deobf(id)
}
Expand Down

0 comments on commit ea7c934

Please sign in to comment.