Zgodovina različic TabTOC - Vertical Tab Sidebar – 4 različice
TabTOC - Vertical Tab Sidebar — ExileCode
Zgodovina različic TabTOC - Vertical Tab Sidebar – 4 različice
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.2.1
Izdano 8. sep. 2026 – 421,97 KBDeluje s firefox 109.0 in novejši- Disabled custom new tab no longer touches the browser's new tab at all — removed the
chrome_url_overrides.newtabmanifest entry introduced in 1.2.0. That manifest declaration made the browser itself intercept every new tab (showing the "extension changed your new tab" warning bar) regardless of the toggle, and on Edge/Firefox the restore navigation to Chrome's native new tab URL failed, leaving a blank page. The custom new tab is now applied purely opt-in via service-worker redirection that only runs when the toggle is enabled — a disabled toggle means zero new tab interference - Native new tab URL detection is now cross-browser — the opt-in redirect recognizes
about:newtab(Firefox),edge://newtab(Edge), andchrome://newtab(Chrome/Chromium), so enabling the custom new tab works consistently on all supported browsers
- When the custom new tab toggle is off, a tab that still lands on the extension's new tab page (opened directly, or toggle flipped mid-load) now shows a neutral themed blank page instead of attempting any navigation — the extension never rewrites the tab's URL from the page itself
Izvorna koda objavljena pod Vse pravice pridržane
- Disabled custom new tab no longer touches the browser's new tab at all — removed the
Starejše različice
Različica 1.2.0
Izdano 4. sep. 2026 – 214,45 KBDeluje s firefox 109.0 in novejši- Custom new tab page now off by default — new installs keep the browser's native new tab experience until the user explicitly enables the feature in Settings → General
- Clean address bar on the custom new tab page — switched from service-worker
tabs.onCreatedredirection to the standardchrome_url_overrides.newtabmanifest entry, so the address bar no longer shows the extension URL and the toggle reacts instantly without MV3 service-worker wake-up races - True native new tab restore — when the custom new tab toggle is disabled, the tab now navigates back to the browser's genuine native new tab page (search box, shortcuts, wallpaper) instead of a blank page; a blank themed page remains as a fallback if the navigation is blocked
newTabTitlei18n key across all 18 locales for the fallback blank page title
- Custom new tab toggle intermittently not responding (root cause: MV3 service worker sleeping through
tabs.onCreated) - Workspace flash on new tabs when the custom new tab page was disabled (boot guard hides the workspace until settings confirm the toggle state)
Izvorna koda objavljena pod Vse pravice pridržane
Različica 1.1.0
Izdano 23. jun. 2026 – 420,25 KBDeluje s firefox 109.0 in novejši[1.1.0] - 2026-06-24
Added- Custom shortcuts grid on the new tab page — add, remove, and manage frequently visited sites alongside most-visited sites
- Individual link/tab export to bookmarks — export single Favorites links or tabs to the "TabTOC Bookmarks" folder via context menu
- Click row to open for History, Bookmarks, and Favorites links across all 3 surfaces (sidepanel, overlay, new tab page) — no longer need to click the tiny 🔗 icon
- Bookmark folder state persistence — expand/collapse state for bookmark folders is now remembered across sessions (default: collapsed)
- Custom new tab page toggle in Settings → General — users can enable/disable the custom new tab page
Changed- Shelf → Favorites rename across the entire plugin (33 files) — types, functions, CSS classes, data attributes, i18n keys, and UI labels all updated
- Bookmark export improvements — creates a "TabTOC Bookmarks" parent folder in the bookmarks bar, with group subfolders inside
- Tab context menu — removed redundant "Restore Tab", added "Export to Bookmarks"
Fixed- Favorites group export to bookmarks — rewrote handler to merge runtime state + storage data, fixing persistent "Group not found" and "No URLs to export" errors caused by MV3 service worker staleness
- Duplicate context menu icons — emoji stripping regex prevents double icons when i18n labels already contain emoji
- Suspend/trash view persistence — restoring a suspended/trash item no longer jumps back to the tab list view
- Tab list disappearing — stateHash now includes title hashes, not just counts
Izvorna koda objavljena pod Vse pravice pridržane
Različica 1.0.2
Izdano 8. jun. 2026 – 207,77 KBDeluje s firefox 109.0 in novejši[1.0.2] - 2026-06-08
Fixed- Chrome Web Store single-purpose compliance: Replaced hardcoded search engine selector (Google/Bing/DuckDuckGo) with Chrome Search API (
chrome.search.query()) that respects user's default search engine setting - Removed engine dropdown from new tab page — search now uses the browser's configured default engine automatically
- Added
"search"permission to manifest (stripped for Firefox/Safari builds) - Firefox/Safari fallback: opens Google search directly
Izvorna koda objavljena pod Vse pravice pridržane
- Chrome Web Store single-purpose compliance: Replaced hardcoded search engine selector (Google/Bing/DuckDuckGo) with Chrome Search API (