8000 Release v1.3.0 · tanin47/tip · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.3.0

Compare
Choose a tag to compare
@tanin47 tanin47 released this 17 May 18:12
· 1 commit to master since this release
6122112
  • 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.
0