aboutsummaryrefslogtreecommitdiff
path: root/changelogs/2.2.0.md
blob: 49dceb13d847b433adcc45d904db233f3ce3ef4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.