From cdb6037fb54fac62facb7c8128e4b234a3d2be0b Mon Sep 17 00:00:00 2001 From: isXander Date: Sun, 25 Dec 2022 13:50:33 +0000 Subject: changelog --- changelogs/2.2.0.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 changelogs/2.2.0.md 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. -- cgit