Skip to content

Commit da83a9b

Browse files
committed
Release 1.6.0
1 parent d18a018 commit da83a9b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
* Backported HUD batching system from ImmediatelyFast 1.21.2
2-
* Avoid brittle injections (Might reduce crashes caused by mod incompatibilities)
1+
* Fixed JourneyMap graphical issues
2+
* Fixed item durability bar render order
3+
* Changed the versioning of ImmediatelyFast. The minor version is now incremented with every Minecraft update. The patch version is incremented with every ImmediatelyFast release. This aims to group all releases for a specific Minecraft version together. It also allows for more frequent releases because I can do a release for a single Minecraft version instead having to accumulate enough changes to justify a release for all supported versions.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ reflect_version=1.3.4
1414

1515
maven_group=net.raphimc
1616
maven_name=ImmediatelyFast
17-
maven_version=1.6.0-SNAPSHOT+1.21.1
17+
maven_version=1.6.0+1.21.1

0 commit comments

Comments
 (0)