Skip to content
2.4.17

   * Use default favicon of tabs same to Firexo 60.
   * Use Firefox-compatible favicon for addon manager and options tabs.
   * Add an option to deactivate fake context menu in the sidebar.
   * Optimize internal processes to collect ancestor tabs from a tab.
   * Synchronize title and favicon of a parent pinned tab to its related group tab.
   * Open new independent tab correctly by the command, when new tab are configured to be opened as children or sibling.
   * Don't cancel drag action on a tab for long press when there is no listener for "tab-dragready" API message.
   * Accept extra context menu items added by other addons without the name of the addon.
   * Set the value of `HTTP_USER_AGENT` to the `data-user-agent` attribute of the root element, for easy platform-specific styling.
   * [`get-tree` API](https://github.com/piroor/treestyletab/wiki/API-for-other-addons#data-format) now returns `ancestorTabIds` for each tab.
   * Notify event messagess via the API only for addons which intentionally listens the message type. (However, all known message types on 2.4.16 are delivered to the addon if it doesn't declare listening event types, for backward compatibility.)