aboutsummaryrefslogtreecommitdiff
path: root/changelogs/1.4.0.md
blob: 72a941382aa28b67b26fb4bdd8d854b46574c628 (plain)
1
2
3
4
5
6
7
- 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.
- Make `Option#available` mutable with `Option#setAvailable`