Zgodovina različic Tab Board – 9 različic
Tab Board — Pham Huu Loc
Zgodovina različic Tab Board – 9 različic
Previdno s starimi različicami! Spodnje različice so na razpolago za namene preskušanja in sklicevanja.Vedno uporabljajte najnovejšo različico dodatka.
Najnovejša različica
Različica 1.1.0
Izdano 25. avg. 2026 – 845,09 KBDeluje s firefox 109.0a1 in novejšiRelease Date: 2026-08-17
- Global command palette — Press shortcut on any website to open a Tab Board palette overlay: fuzzy-search saved tabs (alias, title, URL) and press Enter to open them (focuses an already-open tab when present), use Save to \<group> to file the current page into the suggested group in one Enter (same target order as quick save: Smart rules, then history suggestion, then default groups), or pick Save to another group… to choose a group manually.
- Search open tabs from the palette — Type
>in the command palette to search all currently open browser tabs by title or URL; Enter switches to that tab and focuses its window. - Command mode in the palette — Type
/to run extension commands: open Tab Board, open Options, sync to Gist, pull from Gist, or open keyboard shortcuts. - Recent tabs in the palette — When the palette opens with an empty query, recently saved tabs appear below the save actions for quick access.
- Secondary actions on palette items — With a saved or open tab selected, Ctrl+Shift+C copies its URL; Ctrl+Shift+Enter opens it in an Incognito window (when allowed).
- Tab aliases — Give any saved tab a short name via the Set alias context menu (Kanban and search results). Aliases are matched before titles when searching, and shown as a chip on tab cards.
- Hover pin on Kanban columns — Unpinned groups show a muted star badge on column hover with tooltip Pin group. Pinned groups keep the filled star with Unpin group.
- Hover pin on sidebar groups — Same pin/unpin star affordance on sidebar group rows.
- Overflow marquee — Long group and tab titles scroll on hover (200ms debounce) in Kanban columns, tab cards, and search results when text is truncated.
- Move group to position — Group context menu adds Move to position (start, end, or enter position) within the pinned or unpinned section, matching sidebar drag rules.
Izvorna koda objavljena pod Mozilla Public License 2.0
Starejše različice
Različica 1.0.14
Izdano 13. avg. 2026 – 726,51 KBDeluje s firefox 109.0a1 in novejšiRelease Date: 2026-08-13
- Smart rules — Group context menu now has Smart rules to configure domain or regex patterns per group. When you save a tab from the popup, matching groups are auto-selected (all matches when several groups apply). Domain rules match hostnames (including subdomains); regex rules match the full tab URL. Manage multiple patterns per group with add, edit, and delete. Groups with rules show a badge on the Kanban column. Duplicating a group copies its smart rules. Smart rules sync via GitHub Gist like other group data.
- Kanban column badges — Pinned groups and Smart rules now appear as compact overlay badges on the top-left of the column, keeping the header uncluttered. Hover a badge for a tooltip (Unpin group / Open smart rules); click the pin badge to unpin, or the Smart rules badge to open the rules dialog.
- Smart rules dialog — Wider layout, a scrollable rule list so many patterns stay usable, and generic placeholders (
example.com) instead of real domains. The delete control uses the same destructive hover style as removing a tab from a group.
Izvorna koda objavljena pod Mozilla Public License 2.0
Različica 1.0.13
Izdano 22. jul. 2026 – 723,13 KBDeluje s firefox 109.0a1 in novejšiRelease Date: 2026-07-21
- Copy URL to clipboard — Tab context menu (Kanban and search results) now has Copy URL to clipboard for a quick one-click copy of the saved tab URL.
- Open in Incognito — Tab context menu can open a tab in an Incognito window. If Tab Board is not allowed in Incognito, the action is disabled with a hint explaining how to enable it in the browser’s extension settings.
- YouTube thumbnails — Saved YouTube tabs show a video thumbnail preview on Kanban cards instead of only the favicon.
- Context menu guidance tooltips — Context menu items can show an info tooltip (for example when Incognito access is disabled) so the next step is clear without leaving the menu.
- Assorted UI/UX polish across the storage page for clearer interactions and a smoother browsing experience.
Izvorna koda objavljena pod Mozilla Public License 2.0
Različica 1.0.12
Izdano 16. jul. 2026 – 715,78 KBDeluje s firefox 109.0a1 in novejšiRelease Date: 2026-07-16
Environment: Production
- Color themes — Choose from 13 color palettes in Options: Default, Nord, One Dark Pro, Catppuccin, Dracula, GitHub, Tokyo Night, Solarized, Gruvbox, Rose Pine, Material, Monokai, and Ayu. Each palette ships with matching light and dark variants and is applied across the popup, storage, and options pages. The picker is a dropdown with color swatches for quick preview.
- Group description tooltips — Hover a group to see its description in a tooltip. In the sidebar, collapsed mode shows the group name on hover; expanded mode shows the description. Kanban column headers also show the description when hovered.
- Edit group dialog — The group context menu now has Edit group, opening a dialog to update both the name and description. Clicking the group title in Kanban still starts inline name-only editing, so quick renames stay one click away.
- Animated theme transitions — Switching light/dark mode or changing the color theme plays a circular reveal animation from the click origin (View Transitions API). Triggered from the theme controls in Options and the Sun/Moon toggle on the storage page. Respects
prefers-reduced-motionand falls back to an instant switch when the API is unavailable.
Izvorna koda objavljena pod Mozilla Public License 2.0
Različica 1.0.11
Izdano 2. jul. 2026 – 562,86 KBDeluje s firefox 109.0a1 in novejšiRelease Date: 2026-07-02
Environment: Production
- Editable title before saving in popup — The popup now shows a title input prefilled with the active tab's title, so the name can be tweaked before saving. The edited title applies to Save and Close & save; Save all still uses each tab's original title. The input is focused on open and pressing Enter triggers Save for a quick type-then-Enter flow.
- Hover-intent scroll activation in group tab lists — Collapsed groups in the Kanban view now hide their scrollbar and lock scrolling by default. The scrollbar fades in and scrolling is enabled only after the pointer has hovered over the group for 500ms, keeping the UI clean during quick cursor passes. Leaving the group (before or after activation) hides the scrollbar again and disables scrolling.
Izvorna koda objavljena pod Mozilla Public License 2.0
Različica 1.0.10
Izdano 29. jun. 2026 – 561,81 KBDeluje s firefox 109.0a1 in novejšiRelease Date: 2026-06-27
Environment: Production
- Move tab to position — Tab context menu (Kanban and search results) now has a "Move to position" submenu with Move to top, Move to bottom, and Enter position… (opens a dialog to type a target slot number). Complements the existing drag-and-drop reordering.
- Remove duplicates — Group context menu now has a "Remove duplicates" option that deletes tabs with duplicate URLs within the group, keeping the first occurrence. Shows an Undo action in the toast.
- Gist sync now preserves group pin state —
replaceStorageDatapreviously dropped theisPinnedfield during pull/merge, wiping all pinned groups on every sync. Pin state now survives sync round-trips.
- On sync merge, when a group exists both locally and remotely (matched by name), the local pin state wins. Remote-only groups keep their remote pin state.
Izvorna koda objavljena pod Mozilla Public License 2.0
Različica 1.0.9
Izdano 28. maj. 2026 – 559,8 KBDeluje s firefox 109.0a1 in novejšiVersion: v1.0.9
Release Date: 2026-05-24
Environment: Production
New Features- Dupplicate group: Context menu option to duplicate an existing group, creating a new group with the same name (appended with "Copy"), tabs, and settings. Available in both sidebar and Kanban views.
- Create group from bookmarks: Option to create a new group from a bookmark folder, importing all bookmarks as tabs in the new group. Accessible via the "Create group" dialog in storage page.
Permissions- bookmarks — This permission is required to read bookmark folders and import their contents as tabs when creating a group. No bookmark data is read, modified, or transmitted outside the extension — all operations occur locally within the user's browser.
Bug Fixes- Popup delete not closing when submitting form - now the popup remains open after deleting a group, allowing users to continue managing their tabs without interruption.
Izvorna koda objavljena pod Mozilla Public License 2.0
Različica 1.0.7
Izdano 15. maj. 2026 – 780,25 KBDeluje s firefox 109.0a1 in novejšiNew Features- Chrome new tab override — Opening a new tab displays the storage page by default, providing instant access to saved tab groups.
- Keyboard shortcut to open popup —
Ctrl+Shift+D(Windows/Linux) orCmd+Shift+D(macOS) opens the popup with the Save button auto-focused for instant tab saving (Enter to save). Shortcut binding displayed in Options page with link tochrome://extensions/shortcutsfor customization. - Default groups setting — Options page now allows selecting one or more default groups that are pre-selected when the popup opens. Configurable via multi-select combobox in the General section.
- Group pin feature — Pin groups from the context menu (Kanban view) to keep them at the top of the group list. Pinned groups display a filled star icon before the item count badge. Drag-and-drop reordering is restricted within pinned/unpinned sections. Default group is pinned automatically.
Improvements- Popup: Save button auto-focused when opened via keyboard shortcut for faster workflow (shortcut → Enter → done).
- Popup: Automatically closes after successful save operations (Save, Save all, Close & save).
- Storage: Pinned groups always appear first in both sidebar and Kanban views, sorted before unpinned groups regardless of sort mode.
- Storage: Group context menu now includes "Pin group" / "Unpin group" option with visual icon feedback.
- Storage: Star icon (filled yellow) displayed before item count badge for pinned groups in sidebar and Kanban column headers.
Bug Fixes- Fixed storage tab opening multiple pinned tabs — now focuses existing storage tab if already open instead of creating a new one.
Izvorna koda objavljena pod Mozilla Public License 2.0
Različica 1.0.6
Izdano 11. maj. 2026 – 553,24 KBDeluje s firefox 109.0a1 in novejšiIzvorna koda objavljena pod Mozilla Public License 2.0