You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add soundButton attribute to notified API messages of tab-mousedown, tab-mouseup and tab-clicked. It indicates that the mute/unmute button is clicked or not.
2.5.2 (2018.8.20)
Some context menu commands become robust on slow situation.
2.5.1 (2018.8.19)
Fix unexpected recursion around loading of favicons. (regression on 2.5.0)
Remove default shortcuts to move focus around tree. Ctrl-Shift-Arrows are already used for general shortcuts to select words in text fields.
All keyboard shortcuts are now deassignable by hitting the Escape key on each field.
Fix misordernig of input fields to define keyboard shortcuts. (regression on 2.5.0)
tab-mouseout API message is now delivered at correct timing.
Updated zh-CN locale by YFdyh000, thanks!
2.5.0 (2018.8.17)
Totally reconstructed as ES modules, for better maintainability.
Don't treat click action on closing tabs as clicking on the blank area of the tab bar.
New commands "Collapse this Tree" and "Expand this Tree" for the context menu on tabs.
New commands "Collapse this Tree", "Expand this Tree", "Focus to Parent Tab" and "Focus to First Child Tab" are now available for keybaord shortcuts.
"Focus to Previous Tab" and "Focus to Next Tab" commands (for keyboard shortcuts) circulate focus of tabs.
"Focus to Previous Tab" and "Focus to Next Tab" commands (for keyboard shortcuts) focus to actual previous/next tabs, instead of previous/next sibling tabs.
"Focus to Previous Tab" and "Focus to Next Tab" commands now have default keyboard shortcut.
Place small favicon for group tabs from pinned tabs over "folder" icon correctly.
The parent group tab won't be bookmarked by the "Bookmark this Tree" command anymore.
Add ability to configure default bookmark folder name, and it includes the date created at by default.
Any pinned tab is now possible to be dragged and dropped between unpinned tabs. Opposite is also available.
Pinned tabs are now possible to be teared off from the window by drag and drop.
Restore group tabs more safely. In old versions, restored group tab can lose its content.
Updating of group tabs is now done without reloading of the tab itself.
Unfocusing from the input field of the title of a group tab now applies the current value as its new title, instead of cancelling.
Tabs opened from a bookmark folder are correctly grouped. (It was a regression on recent versions.)
When a new tab is opened from a pinned tab, the tab bar will be scrolled to the new tab if possible.
Focus to closest ancestor tab when the active tab is going to be collapsed correctly.
Show specified favicon as the tab icon, for a tab with an image file.
Apply more theme colors for "Plain", "Vertigo" and "Mixed" for other addons like "Firefox Color".
Introduce 32px icons.
Show toolbar button icons with opacity (by asamuzaK, thanks!)
Clear "dragging" state of tabs more aggressively.
Introduce a failsafe for unexpectedly visible descendant tabs under collapsed tree on restored sesssions.
Add ability to output log for each module.
Make more robust for asynchronously updated collapsed state of tabs. (In old versions, internal state and visible state can be mismatched.)
Keep tree expanded after restoration, for restoration without cache.