From de1c8a317226b58fe03497027136eaed1adfd808 Mon Sep 17 00:00:00 2001 From: isXander Date: Mon, 19 Sep 2022 19:11:13 +0100 Subject: 1.4.0 improved tooltips `ButtonOption` now consumes itself, so you can access it when building. --- changelogs/1.4.0.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelogs/1.4.0.md (limited to 'changelogs') 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. -- cgit