aboutsummaryrefslogtreecommitdiff
path: root/changelogs/2.1.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/2.1.1.md')
-rw-r--r--changelogs/2.1.1.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/changelogs/2.1.1.md b/changelogs/2.1.1.md
new file mode 100644
index 0000000..724993d
--- /dev/null
+++ b/changelogs/2.1.1.md
@@ -0,0 +1,8 @@
+- Remove padding between list items
+- No longer hide add and reset buttons when lists are collapsed, but automatically expand them when clicked
+- Fix removing items from lists didn't update up and down buttons
+- Fix lists not updating properly when removing the final item from a list
+- Refactor some gui list code to abstract all list functionality from main gui classes
+- Fix option entries sometimes overlapping due to the reset button
+- Fix string elements cropping 1px off the top of the text
+- Abstracted builders to restrict API usage