What's Changed
Full Changelog: v0.8.10...v0.8.11
Glyph 0.8.10
✨ New features
- Split the editor into panes above, below, left, or right of the focused pane. Drag tabs between panes, or using Command + K and selecting Split
- Pin a tab to keep it open until you unpin it. Pinned tabs survive restarts and sit at the front of the tab bar, cannot be closed until you unpin it
- The command palette (Command + K) is now completely redesigned and extremely powerful one search box. Type once to reach notes, content matches, commands, settings, open tabs, folders, tags, people, collections, and templates.
- Change a setting straight from the palette. Toggles, pickers, folder paths, and text fields all edit in place, with a breadcrumb showing where the setting lives.
- Collapse nested list branches in the editor and preview. Glyph remembers which branches you closed for each space. Turn it off under General settings.
- Open a Mermaid, HTML, or SVG code block in a focused view, then edit its source without leaving the preview.
- Select text and ask AI about it. Summarize or rephrase with one click, then replace the selection or insert the answer below it. A new command sends the selection to the AI panel as its context.
- Import Markdown files or a whole folder into a space from the sidebar (Right click and Import), the file tree context menu, or the command palette.
- Pick a heading color palette under General settings: Classy, Seaside, Woodland, Sunset, or Candy. Each palette carries its own light and dark colors.
🎨 Interface improvements
- The AI panel replaces the tool call list with an inline activity timeline. Streaming text, errors, and a status indicator now share one column instead of a separate expandable panel.
- The AI composer animates as you type and send, and attached files and folders stay visible on past messages in the chat history.
- Wide editor mode keeps a small gutter, so heading rails no longer sit on top of your text. Frontmatter previews match the same width.
🛠️ Fixes & safeguards
- Daily note rollover moves the task you clicked. Glyph saves pending edits first, skips blockquoted tasks and nested subtasks so its list matches the backend, and reports a refresh failure instead of moving the wrong item.
- Closing the last tab resets the split layout instead of leaving empty panes behind.
🗑️ Removed
- Opening another space reuses your current window. Glyph no longer opens a second window per space.
What's Changed
- feat: collapsible nested lists (#425) [Release] by @SidhuK in #425
- Add focused code block previews (#426) by @SidhuK in #426
- Consolidate command palette into a unified search surface (#427) [Release] by @SidhuK in #427
- Add split editor panes (#429) [Release] by @SidhuK in #429
- Fix daily note rollover task move errors (#430) by @SidhuK in #430
- AI Tool Calls UI Overhaul (#431) by @SidhuK in #431
- Subtle AI composer animations and context attachment cleanup (#432) [Release] by @SidhuK in #432
- Add persistent pinned tabs (#433) by @SidhuK in #433
- Add colorful heading palette options (#434) [Release] by @SidhuK in #434
- Add in-app space switcher (#435) [Release] by @SidhuK in #435
- 0.8.10: tab close cleanup, full-width editor fix, remove space switcher (#436) [Release] by @SidhuK in #436
- Add inline AI editing for note selections (#437) by @SidhuK in #437
- Add native file and folder import into spaces (#441) [Release] by @SidhuK in #441
Full Changelog: v0.8.9...v0.8.10