aboutsummaryrefslogtreecommitdiff
path: root/changelogs/2.1.1.md
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2022-12-14 18:53:30 +0000
committerisXander <xandersmith2008@gmail.com>2022-12-14 18:53:30 +0000
commit51f4ae2d8e0a6cdcc7d50a037143f48a6132214a (patch)
tree9a48b8faf7c419cf9295e79b80e11e27fe8671b2 /changelogs/2.1.1.md
parent3d1f7eb6c149c14ef9eea98d2d8caa6768f8c51c (diff)
downloadYetAnotherConfigLib-51f4ae2d8e0a6cdcc7d50a037143f48a6132214a.tar.gz
YetAnotherConfigLib-51f4ae2d8e0a6cdcc7d50a037143f48a6132214a.tar.bz2
YetAnotherConfigLib-51f4ae2d8e0a6cdcc7d50a037143f48a6132214a.zip
lots of minor fixes with lists and abstract builders
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