Skip to content

Glyph v0.8.11

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jul 03:20

What's Changed

  • Fix blank external markdown and quick note editors (#442) [Release] by @SidhuK in #442

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

Full Changelog: v0.8.9...v0.8.10