aboutsummaryrefslogtreecommitdiff
path: root/changelogs/1.4.0.md
diff options
context:
space:
mode:
authorisXander <isxander@users.noreply.github.com>2022-09-19 19:11:13 +0100
committerisXander <isxander@users.noreply.github.com>2022-09-19 19:11:13 +0100
commitde1c8a317226b58fe03497027136eaed1adfd808 (patch)
tree5f97d6d91bc37f83d8de8c6f4a335d06a014cee0 /changelogs/1.4.0.md
parent904e4d61b6cf84c807a99e66fc70527b01ae6fcc (diff)
downloadYetAnotherConfigLib-de1c8a317226b58fe03497027136eaed1adfd808.tar.gz
YetAnotherConfigLib-de1c8a317226b58fe03497027136eaed1adfd808.tar.bz2
YetAnotherConfigLib-de1c8a317226b58fe03497027136eaed1adfd808.zip
1.4.0
improved tooltips `ButtonOption` now consumes itself, so you can access it when building.
Diffstat (limited to 'changelogs/1.4.0.md')
-rw-r--r--changelogs/1.4.0.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/1.4.0.md b/changelogs/1.4.0.md
new file mode 100644
index 0000000..983c275
--- /dev/null
+++ b/changelogs/1.4.0.md
@@ -0,0 +1,6 @@
+- Improve tooltips a lot:
+ - They now never get cut off by the edge of the screen
+ - They never overlap the hovered option/group/category
+ - They don't take half a second to appear
+ - They don't disappear when you move your mouse
+- `ButtonOption` now consumes itself, so you can access it when building.