Try Free Try Free
Features Pricing Manifesto Try Free

RELEASE NOTES

Glyph changes by version.

New features, fixes, and interface changes from recent Glyph builds.

LATEST UPDATE

Glyph 0.8.6

Added 11 items
  • The floating table of contents is now a heading minimap along the right edge of the editor. Hover or focus a mark for a preview with the title, heading level, and a short excerpt. Click a mark to jump; click the active mark for a full indented outline. A wave highlights the hovered mark, Escape closes the preview or outline, and the effect backs off when you prefer reduced motion.
  • Turn spell check on or off from Advanced > Editor > Spell check. It stays on by default and applies live in rich and raw editors. Inline code and code blocks stay off.
  • Preview HTML and SVG inside notes with fenced html or svg blocks or slash commands. Previews load on demand, size to fit, and let you edit the source from inside the preview. Print output includes them too.
  • Print the current note from File > Print Note. Glyph builds a print-ready page with wiki links and relative resources handled.
  • Pick a corner style under Appearance: sharp, default, or round. Changes apply right away and carry over when you reopen Glyph.
  • Override background and text colors per theme for light and dark mode, with a refreshed accent picker. Custom colors apply live across the app.
  • New themes: Claude, Codex, Raycast, and Xcode in light and dark, plus refreshed Glyph theme previews in settings.
  • Store pasted images in a subfolder next to the note. Choose "In a subfolder with the note" under attachment settings. Links work for notes at the root or in nested folders.
  • Hide non-Markdown files from file trees and note lists with a new Advanced setting. Find it from Settings search; changes apply right away.
  • Sort the file tree by name, date created, or last modified, ascending or descending, from the sidebar or settings. Glyph saves your choice.
  • Toasts got a refresh with updated styling. Daily notes setup shows one alert with an Open settings action. Space errors appear as dismissible toasts.
Improved 5 items
  • Very large notes still open in plain mode with the minimap hidden for faster startup.
  • Wiki links use underlines in the editor, note content, and sidebar instead of pill badges. Hover and focus emphasize the underline and icon; unresolved links have clearer coloring.
  • Glyph remembers your window size between launches.
  • Search index data moves to app support instead of living inside each space folder. Opening or creating a space clears stale index files automatically.
  • Settings search covers themes, accents, shapes, and colors. Settings screens got a layout pass with refreshed feedback cards. Reduced-motion preference smooths settings interactions and minimap hover feedback.
Fixed 8 items
  • Attachment folder handling is more reliable when you switch storage modes. Invalid or unsafe paths are rejected.
  • File tree views stay empty when filtering removes every visible item, instead of showing stale entries.
  • Settings changes update the UI right away and handle save errors more safely.
  • Corner radius and theme color changes sync consistently across the app.
  • Print output uses safer, more reliable file names.
  • HTML and SVG embed previews reset when you switch notes. Raw embeds stay embeds when you edit and save.
  • If the saved window position is off-screen, Glyph reopens in a sensible default.
  • Minimum window size is consistent across related screens.

VERSION HISTORY

Earlier releases

33 releases

Added

Glyph 0.8.5

21 updates

Added
  • Add a collapsible details block with /details. It starts open with a summary line and body you can fold away, so you can tuck long notes, spoilers, or supporting context out of the way and expand it when you need it.
  • Capture notes in a richer Quick Note window. It runs the same editor as the main app, so slash commands work and your text renders as you type. Press Escape to close or Mod+Enter to save.
  • Edit tables from an inline menu next to your selection, with row and column actions plus delete options when they apply.
  • Autocomplete #tags as you type in the editor. Glyph suggests existing tags and lets you create a new one on the spot.
  • Drag notes straight into an open folder's contents, not just onto its title row. Empty folders stay droppable.
  • Pick a separate font for editing and reading notes under Appearance > Typography, independent of the interface font. Inline code and code blocks keep the mono font.
  • Copy a note's relative or absolute path from the file navigation menus, so you can paste it into terminals, scripts, and other tools.
  • Create a folder with a native save dialog, so you choose its name and location up front. Glyph then scrolls it into view and selects it for renaming.
  • The Help menu now includes Getting Started, Welcome Note, and Keyboard Shortcuts, plus quick links to the website, changelog, privacy, terms, Discord, GitHub, and X. These also show up in the command palette.
  • View all your notes as an Activity Timeline, an alternative to the classic All Notes grid. Switch between the two from settings, and Glyph prefetches the timeline so it opens instantly.
Improved
  • The Activity Timeline handles large vaults more smoothly with virtualized rendering and a more responsive activity heatmap.
  • All Notes now normalizes title comparisons and includes clearer accessibility labels for screen readers.
  • Adopted Git repositories start with automatic sync off. Glyph asks once before it begins scheduled commits and pushes.
  • Pasted images save with readable filenames from the clipboard instead of a content hash. Conflicting names get a numbered suffix.
  • Math editing preserves literal dollar signs through edit round-trips.
Fixed
  • The text cursor no longer jumps to the end of a note when the editor rebuilds while you type.
  • Tags no longer pick up false matches from CSS hex colors like #00C6BD or text inside HTML attributes.
  • Clicking a tag or mention no longer disrupts your editor selection.
  • Escaped dollar signs and placeholder characters stay intact during markdown conversion.
  • Table controls update as you change your selection, and editor overlays respond to mouse clicks more consistently.
  • Help and About links point to shared destinations, so fewer of them break.

Added

Glyph 0.8.4

4 updates

Added
  • Insert a table of contents inline with /Table of contents. Glyph stores it as a hidden marker, renders it as a clickable block in rich mode, and jumps to the heading when you click an item. Removing a table of contents asks you to confirm first.
Improved
  • Connections graph edges are easier to see. Lines use bolder colors and thicker strokes across both space and local graphs, and hovering a node highlights its links more strongly.
  • Command palette search shows more at a glance. Each result keeps the title and folder path on one line with an optional snippet, and selecting a previewable note opens a live preview beside the results.
  • Slash commands keep matching after you type a space, so multi-word searches like /table toc still find Table of contents.

Added

Glyph 0.8.3

10 updates

Added
  • Write math with LaTeX across Edit, Preview, and Raw modes. Type /latex to insert an equation, edit it in a dedicated editor with completion and live preview, and mix inline and display math directly in raw markdown with highlighting, hover help, snippets, and a Mod-Shift-M shortcut. Glyph renders everything with KaTeX and saves it as standard $…$ and $$…$$ markdown.
  • Link to other places within the same note.
  • Footnote links work in both Edit and Preview.
Improved
  • The connections graph now runs on Sigma.js. It renders large spaces faster and lays them out the same way each time. A full-space view shows every indexed note and edge, you can toggle unconnected notes on or off, and Glyph warns before building a graph for spaces with more than 5,000 notes.
  • Inline text colors read more clearly. Orange, yellow, and green look like themselves and stay distinct from red and brown, and the swatches match the rendered text.
  • Editor ribbon icons match your note text in light and dark themes instead of sitting in a separate gray toolbar.
Fixed
  • The text cursor no longer jumps to the end of a note while you type.
  • Find opens with Cmd+F only. It was also bound to Ctrl+F.
  • Tables stay within the readable column instead of stretching past it. Columns share the available width, and long text and URLs wrap. Comfortable, Compact, and Wide editor widths still apply.
  • The Discord invite link works again. The old one had expired.

Improved

Glyph 0.8.1

5 updates

Improved
  • Notes open faster. The editor loads previews on demand, so Mermaid diagrams, inline images, and the markdown preview render only when you open them instead of all at once.
  • Your editor mode sticks. Switch to Raw, Rich, or Preview and Glyph keeps that choice as you move between notes. New notes still open in Rich, and very large notes still open in Raw.
  • The editor controls share one toolbar. Raw, Rich, and Preview sit on the left, a divider splits them from AI and Info on the right, and all five read as one control group.
  • Indexing is faster on every open after the first. The first open builds the index once. Later opens check file metadata and re-index only the notes you changed or deleted. The sidebar updates on its own, and a top progress notice shows the build running.
Fixed
  • Raw Mode now matches the main editor. Switching to raw markdown no longer shows a stale, out-of-sync view.

Added

Glyph 0.8.0

20 updates

Added
  • Browse a note's Git history without leaving the editor. A new History tab in the info sidebar lists every commit for the current note, grouped by Today, Yesterday, and older dates.
  • Select any commit to see a syntax-highlighted, line-by-line diff in place of the editor, showing additions, deletions, and hunk headers. History appears when Git is installed and your repo sits at the space root.
  • A new Pinned view gathers your pinned documents in one tabbed pane with full markdown previews, including headings, quotes, tasks, lists, and code blocks.
  • The sidebar shows how many files you have pinned, and pinned notes show a star in the file tree.
Improved
  • Command Mode switches between Raw, Rich, and Preview from one place.
  • The command palette pins or unpins the current file with the matching icon and adds an Open calendar command.
  • In-app updates now follow separate stable and alpha channels. You stay on stable by default.
  • Large lists load and scroll faster. All Notes, Folio, and database table and board views render only the rows on screen and load in batches as you scroll, so they show content right away instead of building every row first.
  • The note properties panel is cleaner. 'Frontmatter' is now 'Properties', keys show as readable Title Case labels you click to edit, tags get distinct colors, empty values show a dash, dates and URLs render properly, and checkboxes read Yes or No.
  • The info sidebar renames 'File info' to 'Info', reorders its fields, and adds a separator between sections.
  • The sidebar top navigation reads Pinned, All Notes, then Collections, with refreshed icons.
  • The editor ribbon stays at the bottom of the editor in rich Edit mode instead of following your selection.
  • In the file tree, the add and open actions sit next to the folder name while the note count stays on the right.
  • Raw Mode looks cleaner.
  • The update badge looks better.
Fixed
  • Security fix: closed a loophole where a malicious link could slip past network safety checks to reach local or private services (SSRF protection).
  • Tables use the default font size instead of a smaller one.
  • Status and priority database cells no longer truncate text when the column has room to spare.
Removed
  • The redundant 'Linked mentions' panel at the bottom of the editor.
  • The command search row and calendar button from the sidebar. The calendar now opens from the command palette.

Added

Glyph 0.7.5

1 update

Added
  • Pick a stable or alpha build when you download Glyph.

Improved

Glyph 0.7.4

10 updates

Improved
  • Glyph now focuses on Markdown notes. The app no longer includes task or calendar features.
  • The sidebar has more balanced spacing.
  • The quick note destination picker now uses breadcrumb navigation, matching the editor. Each chevron opens a folder browser for that level, so choosing a destination feels consistent across the app.
  • Heading level markers now share the same baseline as the heading text. H1 through H6 labels use inline baseline alignment instead of per-heading offsets.
Fixed
  • Checkboxes in the editor now line up with their text.
  • Cmd+W quits Glyph when the last window is open instead of leaving the app running with no windows.
  • Kanban only shows full-column background tints for Done and Archived when Show column color is on. When the setting is off, those columns use the same transparent background as other lanes while keeping their colored title pills.
  • Status and priority pills in the note properties panel stay on one line and use ellipsis when they run out of space. Multi-word values like "In review" no longer wrap in the narrow value column.
  • The editor handles images and other embedded content with fewer failures.
Removed
  • Task and calendar surfaces, commands, and related UI.

Added

Glyph 0.7.3

11 updates

Added
  • The space graph maps every note and connection across your whole space. The local graph still shows the notes around the one you have open.
  • Navigation shows a count badge for all docs. It reads 2000+ once you pass two thousand.
Improved
  • The app skips most loading screens. Startup, All Notes, Calendar, Tasks, Collections, settings, the file tree, breadcrumbs, link previews, AI history, and Folio show their content straight away instead of flashing a spinner first.
  • The space graph shows clearer progress while it builds, on a cleaner overlay.
  • Databases are simpler to read and work with.
  • Creating and using collections takes fewer steps.
  • The default light and dark themes use cleaner palettes, with tuned status and accent colors.
Removed
  • Keyboard shortcuts help dialog.
  • The Templates tab, the Open templates command, and the All Notes filtered folder view that backed it.
  • The task progress indicator setting. Task progress now stays visible.
  • The glyph-default effect overlay.

Improved

Glyph 0.7.2

1 update

Improved
  • Cleaner trial banner.