New
v1.3.0
- Returns focus to the previous app after closing the tooltip
- Supports multi-line text content
- Supports executeIfFirst, which immediately executes the first item if the value is true
- Supports label for the text item
- Preselects the first item, so user can press enter to execute the first item. In the previous version, user has to press the down arrow and enter.
- Switches to use auto-layout with constraints. It's hard to see but, in this new version, the table cover the whole area of the tooltip (apart from the arrow part). In the previous version, there is 1-2px at the bottom that isn't covered by NSTableView.
- Hides the tooltip immediately when closing. It feels slicker. In the previous version, we animate the closing mechanism.