3.5.34
3.5.34 (2020.10.22):
- Create group for tabs opened from a pinned tab correctly, even if "no control" is chosen for the insertion position of new child tabs. (regression on 3.5.33)
3.5.33 (2020.10.20):
- Add an explicit choice to open new child tabs at the position next to the recently opened child or the opener parent tab, like Firefox does with the preference
browser.tabs.insertRelatedAfterCurrent=true. - Add an expert option to insert new child tabs at the top or the end, when they are dropped onto a parent.
- Add some expert options to configure checkbox status of group tabs created for each context.
- Simulate Firefox's focus control behavior like the combination
browser.tabs.insertRelatedAfterCurrent=trueandbrowser.tabs.selectOwnerOnClose=truemore correctly. (On old versions the parent tab was unexpectedly became the successor of a closed child tab even after manual focus changes.) - More stabilize behaviors around auto-grouping of tabs opened from a pinned tab.
- Don't reload tab inifinitely when a URL is loaded on a group tab (it was originally reported as the bug 1671500.)
- Update
rulocale by wvxwxvw. Thanks!
3.5.32 (2020.10.11):
- Save "Warn me when I attempt to close multiple tabs" checkbox state correctly for the confirmation dialog about closing multiple tabs via the closebox.
- Handle tabs which are immediately opened and closed more safely. It will improve compatibility with other tab addons which reopen new tabs, e.g. Temporary Containers.
- Handle closing of multiple tabs more safely for already closed tabs.
- Scroll the tab bar to expanded tree. (regression on recent versions)
- Scroll the tab bar to expanded tree even if animations are disabled.
- Restore closed tree with their original order and tree structure more correctly.
- Keep and restore checkbox state of group tabs correctly. (regression on recent versions)
- Fill the user styles field with imported configs immediately.
- Accept
ext+treestyletabi:sidebaras an alias ofext+treestyletab:tabbar.
3.5.31 (2020.10.4):
- Restore group tab title correctly. (regression on 3.5.30)
3.5.30 (2020.10.4):
- Add ability to specify arbitrary title for the sidebar page with the parameter
title, likeext+treestyletab:tabbar?title=.... This is for better compatibiliy with helper addons using TST's sidebar page e.g. Tree Style Tab in Separate Window. - Load sidebar page with the chosen builtin theme immediately when it is loaded via
ext+treestyletab:tabbarURL. This is for better compatibiliy with helper addons using TST's sidebar page e.g. Tree Style Tab in Separate Window. - Apply browser theme and user styles to the sidebar page more safely when the builtin theme information is not specified via the URL parameter. Thank you Lej77!
3.5.29 (2020.10.4):
- The "Load from File" button for the user styles now allows you to choose images and embed them as data: URIs.
- The user styles input field now accepts drag and drop of files (but this new behavior is available only when the options page is opened in a separate tab instead of embedded in the addons manager, due to the bug 1408756).
- Reopen new tab from external application with specific containers correctly.
- Never reopen a new tab with a container inherited from the current tab or the parent tab, when the tab is opened with non-default container.
- Never show needless vertical scrollbar in group tabs even if there are too many tree items.
- Never draw tree of tabs multiple times in a group tab. (regression on recent versions)
- Support two digits year with the placeholder
$SHORT_YEAR%for names of generated bookmark folders. - Update
rulocale by wvxwxvw. Thanks!
3.5.28 (2020.9.29):
- Better visibility of active tabs and closeboxes on the high contrast mode.
- Fix regressions on 3.5.24 around auto-correcting of tabs order after multiple opened tabs.
- Fix wrong successor tab control around child tabs and their closed opener parent tabs: the next sibling of a closed child active tab will become active instead of the parent tab.
- Initialize restored group tabs more certainly.
- Search text dropped onto the sidebar with the default search engine correctly.
- Add regular choices for drag and drop options to prevent detaching of dropped tabs to a separate window.
- Add ability to control container of new tabs from three options: no inheritance, inherit from the current tab, or inherit from the tree parent.
- Show throbber with the color same to tab labels on a dark theme.
- Remove needless underline of tab labels on the "Sidebar" theme.
- Set "Plain" as the default theme on Windows and Linux correctly.
- Fix wrong behaviors of "All Configs" UI: apply imported configs to options UI immediately and treat decimal values as valid for some numeric options.
- Update
rulocale by wvxwxvw. Thanks!
3.5.27 (2020.9.6):
- Reduce more visual motions when they are reduced by platform configs.
- Add an expert option to activate animation effects regardless platform configs.
- Update
delocale by SammysHP. Thanks!
3.5.26 (2020.9.3):
- Deactivate animation effects globally when they are reduced by platform configs.
- Deactivate throbber animation when animation effects are reduced by platform configs.
3.5.25 (2020.9.2):
- Optimize performance around the "lock scroll position" behavior.
- Add "Ungroup Tabs" context menu command.
- Open the changelog from the update notification popup.
- Update
rulocale by wvxwxvw. Thanks! - Fix typo in Enghlish locale by reaverxai. Thanks!
3.5.24 (2020.8.28):
- Simulate "lock scroll position of the tab bar while middle tabs are closed via mouse operations" behavior of Firefox's native tab bar.
- Shrink the width of the confirmation dialog for closing tabs with very long titles.
- Detect a tab is opened from a bookmark more certainly, even if its hostname starts with "www."
3.5.23 (2020.8.26):
- Drop support for some built-in themes: "Vertigo" and "Mixed". They can be alternated with user styles.
- Simulate appearance of close boxes in Firefox's native tabs more, for hover and active state.
- Close the tab by click on the close box, even if the cursor has moved out from the close box and went back while the button is pressed, like close boxes in Firefox's native tabs.
- Set default color of icons for the "No Decoration" theme.
- Save cached tree state as a metadata related to each window instead of individual tab.
- Attach tabs opened from dropped links to existing tree based on their position. (regression on recent versions)
- Update
rulocale by wvxwxvw. Thanks!
3.5.22 (2020.8.12):
- Shift-click to multiselect tabs between the clicked tab and the active tab correctly, even if it happens after focus move from outside of TST.
- Restore closed tabs with their correct old position even if their visibility was switched by something other addons like Simple Tab Groups.
- Save very large user style rules more safely.
3.5.21 (2020.8.8):
- Apply user style rules to group tabs again. (regression on 3.5.20)
- Update
rulocale by wvxwxvw. Thanks!
3.5.20 (2020.8.7):
- Use the SVG icon insetad of the PNG icon on all situations.
- Apply system colors by default only on Linux with non-dark platform theme.
- Extend the maximum size of the user style rules from 8KB to 48KB.
- Notify new features with a desktop notification instead of an annoying tab.
3.5.19 (2020.8.4):
- Use the toolbar color defined in the theme as the background color of each tab surfaces.
- Accept themes with colors defined in various formats
hsl(),hsla(), and their variations.
3.5.18 (2020.8.4):
- Safely restore tree for reopened tab even if its old parent was already closed. (regression on 3.5.16)
- Safely restore tree for reopened tab on the "Fix up tree structure with visible tabs automatically" mode. (regression on 3.5.17)
3.5.17 (2020.8.3):
- Undo closed tab at its correct old position, even it it was restored as a hidden tab on the startup.
- Update
rulocale by wvxwxvw. Thanks!
3.5.16 (2020.8.1):
- Drop support for some built-in themes: "Metal" and "Plain Dark". They can be alternated with user styles.
- Fix too dark color for active tabs from combinations of the Dark color scheme and a bright theme.
- Apply a workaround for a problem: unreadable text color on the "High Contrast" mode of Windows 10.
- Respect tiling option specified by the browser theme, otherwise expand the background image as an un-repeatable when the aspect ratio of the image is wider than 4:1.
- Apply system colors on Linux environments by default again.
- Allow to attach restored hidden tab to other hidden tabs.
- Suppress errors around dragging of non-tab data.
3.5.15 (2020.7.30):
- Expand the background image cited from the browser theme to cover the sidebar area, instead of repeating.
- Don't attach restored tab to its old hidden parent when TST is configured to fix trees based on visible tabs.
3.5.14 (2020.7.29):
- Confirm to close tabs via context menu commands on the sidebar correctly. (regression on recent versions)
- Always apply the "Photon" color scheme on Linux environments.
- Always apply browser's theme to the sidebar (on Mixed, Plain and Vertigo).
- Keep the tab in the root level, when a tab is moved or opened before a root tab. This improves compatibility with the Facebook Container.
- Flexible width input field in the bookmark properties dialog.
- Update
rulocale by wvxwxvw. Thanks!