Skip to content

Commit

Permalink
Releasing v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blackd committed Dec 6, 2021
1 parent d926a9e commit 0efd851
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}


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


Expand Down
18 changes: 12 additions & 6 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
<!-- latest begin -->

### Support for Forge 1.18 is in *ALPHA STATE*
### Support for Forge 1.18 is in *BETA STATE*
PLEASE, IF SOMETHING DOESN'T WORK **DON'T COMPLAIN IN THE COMMENTS** REPORT AN ISSUE!

### 1.2.0
- added support for Loyalty enchanted items. Throwing a loyalty trident will not trigger refill to allow the thrown one to return to the same slot.
- new auto refill feature. You can now allow non-enchanted items to break if their max durability is below a preset value.
- native 1.18 version.


<!-- latest end -->


<!-- rest begin -->

### 1.1.9
- fixed locked slots behaviour when a chest or other container is opened and swipe drop/move is used.
- native 1.18 version.
Expand All @@ -12,11 +23,6 @@ PLEASE, IF SOMETHING DOESN'T WORK **DON'T COMPLAIN IN THE COMMENTS** REPORT AN I
1.14 gets an update because I don't want to leave it with a buggy major feature.
This is the last release of Inventory Profiles Next for Minecraft 1.14.x

<!-- latest end -->


<!-- rest begin -->

### 1.1.8
- it is now possible to disable all user actions for locked slots. It becomes very practical when used in conjunction with "Quick Disable" hotkey.
- fixed locked slots behaviour when a chest or other container is opened.
Expand Down
2 changes: 1 addition & 1 deletion platforms/forge-1.18/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ configure<com.matthewprenger.cursegradle.CurseExtension> {
id = "495267"
changelogType = "markdown"
changelog = file("../../changelog.md")
releaseType = "alpha"
releaseType = "beta"
supported_minecraft_versions.forEach {
if (!it.toLowerCase().contains("pre") && !it.toLowerCase().contains("shanpshot")) {
this.addGameVersion(it)
Expand Down

0 comments on commit 0efd851

Please sign in to comment.