TabQ

Change Log

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

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