Skip to content

2026.2.1

Choose a tag to compare

@github-actions github-actions released this 04 Feb 17:15
· 393 commits to main since this release

🔍 Browser-like Omnibar

The desktop titlebar now features a full browser-like omnibar replacing the old search. Shows breadcrumbs in idle state, editable URL when focused, and a search dropdown when typing. Supports Cmd+K for search mode and Cmd+L for URL mode, with draft/private indicators and view term navigation (:activity, :discussions, etc.).

🎛️ Publish Popover with Editable Paths

New publish flow with a rich popover showing the full document URL, editable path input for first publish with pathNameify and keyboard shortcuts, RTL text direction for long path ellipsis, and improved draft location tracking. Includes proper handling of private document publish locations.

🌟 Favorites renamed to Bookmarks

Favorites have been renamed to Bookmarks throughout the app with automatic migration of legacy data on first load.

✨ Features

  • Show drafts in directory listing with draft badges on published docs that have pending drafts
  • PrepareDocumentChange API initial version
  • Migrated from Yarn to pnpm

🐛 Bug Fixes

  • Fix Cmd+F find-in-page not working on desktop (SHM-2127)
  • Fix embed blockId version precedence — version now takes priority when blockRef is present (SHM-2124)
  • Fix parseFragment to handle variable-length blockIds and expanded blocks (+)
  • Fix publish popover focus steal when opening
  • Properly serialize targetId in ListCitations/Changes/Capabilities APIs
  • Refetch parent data on publish popover open for fresh state
  • Show recents when clearing omnibar URL
  • Scroll publish button into view on mobile keyboard
  • Sidebar items now take full container width
  • Add bottom padding to document container
  • Add margin to embedded block nodes for better spacing
  • Fix media link detection
  • Fix copy block range button not hiding when clearing text selection

Full Changelog: 2026.1.5...2026.2.1