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

Commit 8a565a0

Browse files
committed
version updated to 0.8.1
1 parent 20c141a commit 8a565a0

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
}
1111

12-
val versionObj = Version("0", "8", "0",
12+
val versionObj = Version("0", "8", "1",
1313
preRelease = (System.getenv("IPNEXT_RELEASE") == null))
1414

1515

changelog.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# Inventory Profiles Next v0.8.0
1+
# Inventory Profiles Next v0.8.1
22

33
## What's new
44

5-
- Shift+Click Ctrl+Q can now be disabled and enabled (default) for locked slots. This also applies for swipe variant of the actions.
6-
- Items will not be picked into empty locked slots
7-
8-
Both of above can be changed in the configuration screen.
5+
- Added support for single click/press inventory throw. Hotkey can be configured in Hotkeys. Disabled by default. This obeys the same rules for hotbar as "move all".
6+
- Fixed Shift+Click Ctrl+Q skipping locked slots to work on servers.
7+
- Clarified, in the tooltip, that not picking up items in locked slots works only in single player. Support for servers will require service side mod.
8+
- We now have a discord server **[![2][2]][1]**
99

1010
## Known issues
1111
- When UI scaling is more than 2 or in case of tiny game windows the config screen might not show the anchor header correctly.
12+
- If you make the game window 0x0 pixels while the configuration screen is open, sometimes the game crashes.
1213

1314
## Migration from old Inventory Profiles
1415

@@ -20,4 +21,13 @@ Both of above can be changed in the configuration screen.
2021

2122
## Requirements
2223

23-
Make sure you have the latest versions of fabric loader >=0.11.6, [fabric api](https://modrinth.com/mod/fabric-api) and [ModMenu](https://modrinth.com/mod/modmenu)
24+
- Fabric loader >=0.11.6
25+
26+
- [fabric api](https://modrinth.com/mod/fabric-api)
27+
28+
- [ModMenu](https://modrinth.com/mod/modmenu)
29+
30+
- Forge 36.1.32
31+
32+
[1]: https://discord.gg/23YCxmveUM
33+
[2]: https://img.shields.io/discord/861171785897738240?label=Discord&logo=discord&style=plastic

0 commit comments

Comments
 (0)