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

Commit bbc5fd5

Browse files
committed
Prepare release 0.8.5
1 parent 0f87ffb commit bbc5fd5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Inventory Profiles Next
22

33
## What's new
4+
### 0.8.5
5+
- Fixed problem in Forge mods that made sorting impossible if the inventory/container has more than 1 enchanted item with same enchants, same item type, and same name and items were arranged in specific way.
6+
- Added hotkey for reloading the mod configurations. It's recommended that it's only used while defining new custom rules and kept unset in other situations.
7+
### Known Issues in Forge 1.17.1 due to missing MixIn support
8+
- Preventing swipe moving of locked slots doesn't work.
9+
- Preventing item pickups in empty locked slots falls back to the server method i.e. items are picked into the inventory and then thrown out.
410
### 0.8.4
511
- Fixes locked slots behaviour when changing dimensions/worlds. There is new config that allows the user to control how many client ticks need to pass before the locked slot keeper is reinitialised on dimension/world change. This wait is necessary because the inventory might be empty when the player is spawned in the new dimension/world and we need to wait to receive the inventory content from the server.
612
### 0.8.3
@@ -39,7 +45,8 @@
3945

4046
- [ModMenu](https://modrinth.com/mod/modmenu)
4147

42-
- Forge 36.1.32
48+
- Forge 36.1.32 for 1.16.5
49+
- Forge 37.0.17 for 1.17.1
4350

4451
[1]: https://discord.gg/23YCxmveUM
4552
[2]: https://img.shields.io/discord/861171785897738240?label=Discord&logo=discord&style=plastic

0 commit comments

Comments
 (0)