TabQ

Change Log

Stay up to date with the latest changes to our platform.

v0.7.0

2026-05-26
  • Tab: Add Share action with optional is.gd link shortening
  • Tab: Add Copy Link action to saved tab menu
  • Tab: Unify edit form across dialog and command menu
  • Workspace: Add session management (open in new window / save window to workspace)
  • Workspace: Add configurable fixed Open Tabs panel with header controls
  • Workspace: Move filter/select controls to tabs header row
  • Kanban: Add multi-select support with batch actions
  • Command Menu: Unify Add-to flow with description and URL editing
  • Command Menu: Redesign duplicate notification UX with inline banner expansion
  • Command Menu: Add icon preview and align edit form with workspace dialog
  • i18n: Add Chinese translations for workspace session flows
  • Docs: Add FEATURES.md feature registry with interaction conflict checklists
  • Fix: Resolve React console warnings
  • Fix: Apply prettier formatting to fix CI format check
  • Help Center: Remove MIT license display from About section

v0.6.0

2026-04-07
  • Card: Composition-based card component system refactor
  • Card: Unify card design between Tabs view and Kanban
  • Workspace: Add card archive functionality with improved edit dialog UX
  • Workspace: Improve main page UX with Impeccable design methodology
  • Workspace: Persist view mode preference (tabs/kanban)
  • Workspace: Restore EmptyCollectionState component for empty collections
  • Layout: Enable true fullscreen by changing default sidebar variant
  • Command Menu: Comprehensive UI optimization
  • Command Menu: Add Ctrl+E shortcut to edit saved tabs inline
  • Command Menu: Add tab lifecycle tracking for editing saved tabs
  • Command Menu: Add View Duplicates action for duplicate page detection
  • Command Menu: Auto-focus input when opened via Alt+Q
  • Command Menu: Unify subflow dialog heights with main menu
  • Settings: Improve UI/UX based on design audit
  • Omnibox: Add address bar search for saved tabs
  • Sync: Add web mode sync support
  • PWA: Add iOS PWA support for web version
  • CI: Add DevContainer and E2E testing support
  • Deps: Add GitNexus code intelligence indexing
  • Fix: 10 failing sync E2E tests and improve test stability
  • Fix: Update Chrome Store URL with correct extension ID

v0.5.2

2026-03-05
  • Command Menu: Enlarge dialog size by ~30% with responsive height
  • Fix: Resolve Shadow DOM issues in Alt+Q command menu (content script)
  • Fix: Add return true to messageListener to prevent premature port closure

v0.5.1

2026-03-02
  • Fix: Resolve Alt+Q shortcut behavior on TabQ pages

v0.5.0

2026-02-28
  • Sync: Implement unified sync architecture v2

v0.4.1

2026-01-26
  • i18n: Add i18n support to Alt+Q command menu overlay
  • Fix: OAuth provider token capture for web deployment
  • Fix: Add SPA routing configuration for Vercel web deployment

v0.4.0

2026-01-26
  • Kanban: Add within-column drag-and-drop sorting
  • Kanban: Allow card titles to wrap to two lines
  • Kanban: Show notes section in drag overlay to match normal card
  • Layout: Add compact mode for card density optimization
  • Settings: Update theme/sidebar/layout icons to Collection + Tab silhouette style
  • Open Tabs: Display audio indicator icon for tabs playing sound
  • Command Menu: Reset selection to first item when search input changes
  • i18n: Add internationalization support with English and Chinese
  • i18n: Complete Chinese localization for Settings, Command Menu, and Help Center
  • Fix: Extract provider_token in web OAuth callback for sync

v0.3.0

2026-01-24
  • Replace inline edit with dialog for workspace editing
  • Add Chrome built-in pages search to command menu
  • Enable show notes by default in settings
  • Add Command Menu usage guide to help center
  • Implement multi-provider sync architecture
  • Add Google Drive sync provider with E2E tests

v0.1.2

2026-01-14
  • Simplify sync mechanism with hash+version detection
  • Make sync mode selection non-blocking for better UX
  • Rename Overview tab to Tabs for future extensibility
  • Add TabQ branding to command menu footer
  • Fix: Refresh search index after adding tab to collection
  • Use Google Favicon service for consistent icon fetching
  • Fix: Refresh search index immediately after creating workspace/collection

v0.1.1

2026-01-13
  • Fix: Prevent space key from triggering drag in notes
  • Fix: Improve drag-and-drop visuals with DragOverlay
  • Improve command menu search highlighting with colors
  • Refactor: Split contexts and hooks for better separation of concerns
  • Redesign command menu page info banner with card layout
  • Quick create workspace/collection from search in command menu
  • Improve sync flow with manual sync button and deferred initial sync

v0.1.0

2026-01-09
  • Change local backup to hourly with 7-day retention
  • Add Fuse.js fuzzy search and Collection highlight navigation
  • Improve BackgroundSync error logging
  • Fix Zod v4 CSP eval error (using jitless mode)

v0.0.5

2026-01-08
  • Edge Browser Support - OAuth and UI now work with Microsoft Edge
  • Pinned Tab Support - OpenTabs panel now shows pinned browser tabs
  • Bookmark Status Indicator - Shows whether current page is saved in TabQ
  • Link Open Behavior Setting - Configure how links open (new tab vs current tab)
  • URL Display in Command Menu - Search results now show URLs
  • Workspace Memory - Remembers last visited workspace and collection collapse state
  • General Settings Navigation - Added entry point for general settings
  • Multi-select Visual Feedback - Better background highlight when selecting multiple items
  • Tab Description Toggle - Removed workspace notes, added per-tab description toggle
  • Collection Drag Preview - Uses DragOverlay for smoother drag experience
  • Auto-collapse Collections - Collections auto-collapse during drag reorder for cleaner UI
  • Fixed: Prevent click action when interacting with card buttons
  • Fixed: Correct sortKey generation for new tabs
  • Fixed: Prevent duplicate workspace creation requests
  • Fixed: Prevent CardNotes textarea from losing focus during save
  • Added Playwright E2E testing framework
  • Added husky + lint-staged for pre-commit code quality checks

v0.0.3

2025-12-27
  • Added official Sync feature
  • Fixed page bugs

v0.0.2

2025-12-26
  • Fixed page issues

v0.0.1

2025-12-25
  • Initial release