Skip to content

Releases: PieKing1215/InvMove

v0.8.8 (1.21 NeoForge/Fabric/Quilt)

24 Jun 03:37
ab928e0
Compare
Choose a tag to compare

Fix for ExceptionInInitializerError in InvMoveConfig.readUnrecognizedConfig

v0.8.7 (1.21 NeoForge/Fabric/Quilt)

23 Jun 21:59
d5f507b
Compare
Choose a tag to compare

Update for 1.21

Migrated Forge to NeoForge
If people still want Forge I could consider readding support in the future, but for now it's lower maintenance to only support 1

Also afaict Quilt isn't out for 1.21 yet so the Quilt version is untested

v0.8.6 (1.20.5)

29 Apr 03:51
1760768
Compare
Choose a tag to compare
v0.8.6 (1.20.5) Pre-release
Pre-release

Update for 1.20.5

At time of writing Forge isn't out for 1.20.5 so the Forge version is completely untested
Also heads up I will probably be migrating to NeoForge for 1.21, unsure if I will keep maintaining Forge

v0.8.5 (1.20.2-1.20.4)

13 Jan 05:50
62930f9
Compare
Choose a tag to compare
Pre-release

Update for 1.20.2-1.20.4

v0.8.4 (1.16, 1.18, 1.19, 1.20)

19 Jun 00:00
a51e658
Compare
Choose a tag to compare
Pre-release

(note: marked as alpha because I did not have time to test every version/loader)

  • Update for 1.20
  • Workaround for issues with certain freecam mods (gh-19)

v0.8.3 (1.16, 1.18, 1.19) (+1.19.4)

16 Mar 00:55
9fe5fbc
Compare
Choose a tag to compare
Pre-release
  • Changed BackgroundMixin target so it doesn't fail in 1.19.4
    • This change might affect how it works with modded screens, please open an issue if you notice any compatibility problems.
  • Fixed performance issue with modid lookup (gh-28)

v0.8.2 (1.16, 1.18, 1.19)

17 Jan 01:16
4fe39a3
Compare
Choose a tag to compare
  • Fix quick villager trading (gh-20)
  • Fix toggling keys every frame (related to gh-18)
  • Some internal changes to help with InvMoveCompats

v0.8.1 (Forge 1.19 fix)

29 Jul 01:39
9e73517
Compare
Choose a tag to compare

Fixes compatibility with new Forge versions for 1.19 (including 1.19.1 support)
(no changes to any version/platform other than Forge 1.19)

v0.8.0 (experimental) (1.16, 1.18, 1.19)

24 Jun 23:02
e487b37
Compare
Choose a tag to compare

Major internal build script changes and code changes to allow supporting multiple versions.
Adds ports for 1.16 and 1.19.
Adds ports for Quilt 1.18 and 1.19.

I have lightly tested every supported version/platform but there could still be problems.
InvMoveCompats is NOT compatible with this experimental release!

v0.7.0 (1.18)

13 Apr 04:27
c41f822
Compare
Choose a tag to compare
  • Added option to change default settings for new unrecognized screens (previously the default was hardcoded to allow movement and hide background) (gh-6)