diff options
-rw-r--r-- | changelogs/2.2.0.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/changelogs/2.2.0.md b/changelogs/2.2.0.md new file mode 100644 index 0000000..49dceb1 --- /dev/null +++ b/changelogs/2.2.0.md @@ -0,0 +1,13 @@ +## User Changes + +- New `List is empty` text when lists are empty +- Fix category buttons sometimes not being clickable when you can scroll +- Fix the list add button not disabling when lists are disabled +- Fix the option list background not quite reaching the edge of the screen. + +## Developer Changes + +- New `LabelOption` for shorthand to making labels! +- Log when option bindings don't match up after using their save function +- Internally move YACLScreen button actions into separate methods for future features :o +- Fully publish sources jar & javadoc jar now that the loom plugin is fixed. |