Releases: madprops/grasshopper
Releases · madprops/grasshopper
v6414
Added Unread
mode to the Tab Box
.
That shows unread tabs
.
Not sure why I didn't add it before.
v6412
Small css fix to add some padding below the lock image.
Initial scroll to item fix
There's a scroll that happens on first load, which sometimes got in the way if you scroll down fast, as it will jump back up. Now it checks if scroll has happened manually, and ignores that initial scroll-to-item if so.
Also deselect_all_items
was wrongly defined as dselect_all_items
, which is now fixed.
Tab Box mods
Small patch to change the behavior when the tab box is shown.
If the selected item was visible before the tab box was open, and then it is not visible after opening it, then scroll to it.
This is better than the item being hidden behind the tab box.

Also 2 new commands which were missing:

v6404
Added 3 extra command types for Custom Urls

These define if the opened tab is to be be forced to be a pin, or forced to be normal, or let the auto behavior (the old behavior), or replace the current tab with it.
In that pic the first one is the auto
one.