Skip to content

Commit

Permalink
Update CHANGELOG.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn authored Jan 22, 2025
1 parent 35b66af commit 44dc470
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
14.x - 1.21.4 - dev/master - java 21
====================================
14.1.1 - Fixed `PairComponent#key#getWidth` not being called making height calculation wrong
- Fixed raycast position getting mutated when clipping fluid shape (#312)
14.1.0 - Added tags to all built-in tooltips
- Note that the tags are not guaranteed to be as stable as API classes. This is more of a workaround to allow plugins to override built-in tooltips.
- Changed `waila_plugins.json` comment for custom config path to relative (#306)
Expand All @@ -18,7 +20,9 @@
13.0.0 - Updated to Minecraft 1.21.2-pre3

12.x - 1.21.1 - dev/1.21.1 - java 21
====================================
===================================
12.5.1 - Fixed `PairComponent#key#getWidth` not being called making height calculation wrong
- Fixed raycast position getting mutated when clipping fluid shape (#312)
12.5.0 - Added tags to all built-in tooltips
- Note that the tags are not guaranteed to be as stable as API classes. This is more of a workaround to allow plugins to override built-in tooltips.
- Changed `waila_plugins.json` comment for custom config path to relative (#306)
Expand Down Expand Up @@ -242,6 +246,8 @@

8.x - 1.20.1 - dev/1.20.1 - java 17
===================================
8.16.1 - Fixed `PairComponent#key#getWidth` not being called making height calculation wrong
- Fixed raycast position getting mutated when clipping fluid shape (#312)
8.16.0 - Added tags to all built-in tooltips
- Note that the tags are not guaranteed to be as stable as API classes. This is more of a workaround to allow plugins to override built-in tooltips.
- Changed `waila_plugins.json` comment for custom config path to relative (#306)
Expand Down Expand Up @@ -490,6 +496,8 @@

5.x - 1.19.2 - dev/1.19.2 - java 17
===================================
5.31.1 - Fixed `PairComponent#key#getWidth` not being called making height calculation wrong
- Fixed raycast position getting mutated when clipping fluid shape (#312)
5.31.0 - Added tags to all built-in tooltips
- Note that the tags are not guaranteed to be as stable as API classes. This is more of a workaround to allow plugins to override built-in tooltips.
- Changed `waila_plugins.json` comment for custom config path to relative (#306)
Expand Down

0 comments on commit 44dc470

Please sign in to comment.