Releases: mbnuqw/sidebery
Releases · mbnuqw/sidebery
v4.0.2
v4.0.1
v4.0.0
Changed
- Containers separated from the panels
- Rendering of background noise pattern. Available via --bg-img and --bg-size CSS vars
Added
- Option to change layout of navigation-bar (horizontal/vertical)
- Option to choose where to store tabs state data (global storage / session storage)
- Confirm dialog before closing/removing multiple tabs/bookmarks
- Undo close/remove notification
- Option to choose where to save bookmarks
- Preserve tree structure on creating bookmarks
- Configurable new tab position
- Configurable middle click action on bookmarks
- New keybindings - 12pcs
- New Export / Import dialogs
- Context menu: Sort bookmarks by name/url/date
- Context menu: Copy url
- Customizable per-container User-Agent
- Per-panel urls-rule to automatically sort tabs between panels
- Proxy badge with popup in address-bar.
- Double click on tab action: Close tab
- CSS variable: Custom tab level marker colors (thanks @rigrassm)
- 'Duplicate tabs' option in context menu
- Option to shift-select tabs from active tab
- New bugs
Optimized
- Opening/Reopening multiple tabs
- Scrolling through tabs
- Initialization
Fixed
- Bookmarks shift-click selection
- Reset activation delay of nav-button after dragleave on the nav-bar
- Editing bookmark title
v3.1.1
Fixed
- Incorrect tabs positioning in restoring snapshot
- Group tabs: Restoration process (on init)
- Group tabs: Updating the child info
- Sidebery button should toggle sidebar
- Multi-selection of folded tabs
- Collapsing of inactive branches should work on all parent tabs
- Properly cleanup the dragged nodes info after dropping tabs to the pinned tabs dock
- Tab activation on mouseUP with/without longClick actions
v3.1.0
Added:
- Configurable global (per-panel) context menu
- Option to choose when to activate tab on mouse button press or release
- Favicons placeholders in the group page
Changed:
- Panels configs now in settings page
Fixed:
- Use cached favicon on tab update for the group page
- Check actual tab url to prevent redundant favicons updates
- Branch is not restored on browser start if tab is in loading state and have url: about:blank
- Wrong tree levels with flag browser.tabs.insertRelatedAfterCurrent: false
- False activation of a tab on the drag enter event with delay
- Dropping tabs to the icon of panel cause losing the tree
- Default colors for context menu icons
- Typos and styles
v3.0.8
v3.0.7
Fixed
- Translations
- Follow the auto-removing 'Other Bookmarks' option when open bookmark with keyboard
- Reload addon after removing stored property
- Tactile theme: Set fixed color for 'toolbar' color
- Updated available containers colors
- Updated settings help section
- Selection with keyboard
- Switching of select inputs
- Do not discard reopened tabs
- Incorrect successor tab for the panel's last tab
- Cannot activate tab while dragging
- Group page: Updating tabs info
v3.0.6
v3.0.5
Fixed
- Settings: Debug info for 'Report a bug' button - mbnuqw
- Use default values for custom css vars on loading - mbnuqw
- DefaultTheme: Bottom padding in the snapshot details - mbnuqw
- Background: Check if the sidebar is ready in the waitForSidebarConnect action - mbnuqw
- Snapshots: Opening the window - mbnuqw
- Check the length of the saved menu before using it. - mbnuqw
- Group page: Mouse event handling - mbnuqw